Hello,
Just started to use Sonarr and so far it’s a pretty amazing app!
I have just one small problem, I got several exceptions in the log about the cover generation. It’s almost like the MediaCover bug but I don’t think it’s the same as there is something weird about the mentioned path. It tries to look for a DLL with the full path to “/usr/local/lib”.
It installed on an ODROID-C1 (ARMv7) with Ubuntu 14 LTS and Mono 3.10 (dpkg from HTPC guide) and Sonarr 2.0.0.2837. I have libgdiplus installed from the official Ubuntu repo.
15-2-7 01:45:22.1|Fatal|GlobalExceptionHandlers|EPIC FAIL: An exception was thrown by the type initializer for System.Drawing.GDIPlus
System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: /usr/local/lib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00000] in <filename unknown>:0
at System.Drawing.Bitmap..ctor (System.IO.Stream stream, Boolean useIcm) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
at ImageResizer.ImageBuilder.DecodeStream (System.IO.Stream s, ImageResizer.ResizeSettings settings, System.String optionalPath) [0x00000] in <filename unknown>:0
at ImageResizer.ImageBuilder.LoadImage (System.Object source, ImageResizer.ResizeSettings settings, Boolean restoreStreamPos) [0x00000] in <filename unknown>:0
15-2-7 01:45:22.1|Fatal|GlobalExceptionHandlers|EPIC FAIL: /usr/local/lib
System.DllNotFoundException: /usr/local/lib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0