I have a small GUI application created using Vala and Gtk. It was running very well till I added a FileChooserDialog. After this, the application (compiled and running on Windows) suddenly crashes without any error, when this code is reached.
The application (compiled on Linux) runs very well on Linux.
I ran the windows application in Linux using wine
, and following error is reported:
(myappl.exe:44): Gtk-WARNING **: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
002d:err:shell:SHGetFileInfoW pidl is null!
(myappl.exe:44): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
This error has been reported and discussed but I could not find any clear solution for Windows. Where is the problem and how can it be solved? Specifically, is there any dll
file that can be added to solve this error?