Open eyduh opened 3 years ago
I'll try and install it under wine and maybe see if there is a newer version of mono from other sources than ubuntu's standard ones.
Thank you for reporting this.
Could you please submit the log file after increasing the log verbosity - this might help us to see the issue that you're running into.
For this, please make these configuration changes and start the app and after it crashes, capture the log file:
/opt/flickrdownloadr/flickrdownloadr.log4net
ALL
by changing the line that reads <level value="INFO" />
to <level value="ALL" />
$HOME/flickr-downloadr/Logs/flickrdownloadr.log
I installed the deb package for version 3.3.3.2 on my on KUbuntu 20.04 and getting the same error. In my case I had to change the log level in the log4net file that is located in ~/.config/flickr-downloadr. After that the file "log" (also located at ~/.config/flickr-downloadr) contained nothing except the exception already mentioned by @eyduh.
In my case the Exception occurs when I start the application and hit the login button.
Content of the log file:
(flickr-downloadr:23710): Gtk-WARNING **: 23:58:26.991: Unable to locate theme engine in module_path: "adwaita",
Fatal Error: System.ComponentModel.Win32Exception (0x80004005): Cannot find the specified file
at FloydPink.Flickr.Downloadr.UI.Windows.BaseWindow+<>c__DisplayClass3_0.<HandleException>b__0 (System.Object <p0>, System.EventArgs <p1>) [0x00000] in <d31d5498881241a1b5432586386fc92c>:0
at Gtk.Application+InvokeCB.Invoke () [0x00000] in <91487213bf394f4aaf87012594abed2f>:0
at GLib.Timeout+TimeoutProxy.Handler (System.IntPtr data) [0x0003c] in <918680a31aa84cb89cfa7cab56ea29b8>:0 ... False
From version 3.4.5.1:
$ ./flickrdownloadr
Fatal Error: System.ComponentModel.Win32Exception (0x80004005): Cannot find the specified file
at FloydPink.Flickr.Downloadr.UI.Windows.BaseWindow+<>c__DisplayClass3_0.<HandleException>b__0 (System.Object <p0>, System.EventArgs <p1>) [0x00000] in <8095045cd9ae44eeb2ddbee71b253e64>:0
at Gtk.Application+InvokeCB.Invoke () [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0
at GLib.Timeout+TimeoutProxy.Invoke (System.IntPtr data) [0x00000] in <ed39f21b9e9343dcbd442a17ad356a9f>:0
at GLib.SourceProxy.HandlerInternal (System.IntPtr data) [0x00000] in <ed39f21b9e9343dcbd442a17ad356a9f>:0 ... False
Finally managed to get what I want using https://pypi.org/project/flickr-download/
There's a missing file in the install on ubuntu using the .run file.
I also rolled back to 2.8.0.1 as well and got the exact same error message. I figured since it is built on Microsoft code I would try it under my qemu/kvm win10 box but was met with... nothing. A short thinking circle then nothing. The log file (contents below) seems to indicate it's got somethign to do with this missing UI file from the ubuntu install.
Systeminfo:
Windows testing was done with
qemu-system-x86_64
.Probably the same issue as #124 #122 #121