ds30 Loader free edition forums
Trouble running ds30LoaderConsole.exe on Debian - Printable Version

+- ds30 Loader free edition forums (https://picbootloader.com/forum)
+-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3)
+--- Forum: Console (https://picbootloader.com/forum/forumdisplay.php?fid=5)
+--- Thread: Trouble running ds30LoaderConsole.exe on Debian (/showthread.php?tid=903)



Trouble running ds30LoaderConsole.exe on Debian - erikskou - 2014-01-25

Hi,
When I try to run "ds30LoaderConsole.exe" on my Debian installation I got this error.
What am I doing wrong Huh

Thanks in advance.

root@esp-laptop:/usr/bin# mono ds30LoaderConsole.exe --help


Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: libgdiplus.so.0
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.KnownColors..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0
at e.c (System.String A_0, Int32 A_1) [0x00000] in <filename unknown>:0
at v.b () [0x00000] in <filename unknown>:0
at v.a (System.String[] A_0) [0x00000] in <filename unknown>:0
root@esp-laptop:/usr/bin#


RE: Trouble running ds30LoaderConsole.exe on Debian - erikskou - 2014-01-26

I've solved the problem Smile "Mono" was not proper installed. Now it works!


RE: Trouble running ds30LoaderConsole.exe on Debian - Mikael Gustavsson - 2014-01-27

Hi,
Thank you for the report.