flickr-downloadr / flickr-downloadr-gtk

A cross-platform desktop app, written in Mono that would download (all or selected) photos from your photostream in their selected size along with their description, title and tags.
https://flickrdownloadr.com/
MIT License
180 stars 41 forks source link

Default install fails to launch #34

Closed idvorkin closed 8 years ago

idvorkin commented 8 years ago

I installed on win10. When i try to launch, it fails silently.

Attaching a debugger, I get the following:

An unhandled exception of type 'System.DllNotFoundException' occurred in glib-sharp.dll

Additional information: Unable to load DLL 'libglib-2.0-0.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

idvorkin commented 8 years ago

Hym, seems like an installer problem. I manually installed GtkSharp and added it to my path and everything worked. Looking at other packages on my system, looks like they tend to repackage libglib direcly.

If you want any info from my setup I'm happy to provide it.