Attempted to add dropbox data source (appears to have worked) then attempted to switch to it. The program immediately crashed and now cannot be opened without throwing the following:
TypeInitializationException - An exception was thrown by the type initializer for System.Drawing.GDIPlus
at System.Drawing.Image.InitFromStream (System.IO.Stream) <0x000e7>
at System.Drawing.Bitmap..ctor (System.IO.Stream,bool) <0x00023>
at System.Drawing.Bitmap..ctor (System.IO.Stream) <0x00017>
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap..ctor (System.IO.Stream) <0x0002f>
at A.c0d1d6a0ccc68b7167a6c617a9750406e..ctor (System.IO.Stream) <0x00027>
at A.c7fe1115b8a77617c0b4aded453f0c5e1.cf075d2faaa6fc61cc42b2d0409895932 (System.IO.Stream) <0x00027>
at A.cd43801fdeca5f94bae9badf2ac9c883d.c58875457162a711e89c9765f0f3be2bc (Devolutions.RemoteDesktopManager.Business.Connection[]) <0x00a7d>
at A.cbbb560bfd0154564f3a0626f8038689f.c077dd37237eaa481d92c8d5146b3a4df () <0x00087>
at A.cf12721740c707aafa3fd9d2d7dd6e7a0.c077dd37237eaa481d92c8d5146b3a4df () <0x0000b>
at A.cf85889627cc16d8c6aa16a6ba6f72f68.c30df0c3c041b3f873986da0d50525d49 () <0x00019>
at A.cf85889627cc16d8c6aa16a6ba6f72f68.AwakeFromNib () <0x00103>
at (wrapper native-to-managed) object.[A.cf85889627cc16d8c6aa16a6ba6f72f68.Void AwakeFromNib()] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector) <0x000ef>
at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (intptr,intptr) <0x00003>
at MonoMac.AppKit.NSViewController.get_View () <0x0007f>
at A.cd17e878ba163fc0d364c4c593153fc1b.get_c278192ef0a1cecc72cd8c02e2bad9b86 () <0x00013>
at A.c38222ca4c7726912417aaf2b844619a2.LoadWindow () <0x0075b>
at (wrapper native-to-managed) object.[A.c38222ca4c7726912417aaf2b844619a2.Void LoadWindow()] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector) <0x000ef>
at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (intptr,intptr) <0x00003>
at MonoMac.AppKit.NSWindowController.get_Window () <0x0007f>
at A.c767bf040d1696960d3472c59917a5c9d.FinishedLaunching (MonoMac.Foundation.NSObject) <0x000c8>
at (wrapper dynamic-method) object.[A.c767bf040d1696960d3472c59917a5c9d.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <0x0002f>
at (wrapper native-to-managed) object.[A.c767bf040d1696960d3472c59917a5c9d.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <0x0011b>
at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00003>
at MonoMac.AppKit.NSApplication.Main (string[]) <0x00097>
at A.c9915ca121469087426fd2a6ac5dcb6b1.cf0dc1cfd9b511309d6fbd24be6ac2187 () <0x00027>
at A.c9915ca121469087426fd2a6ac5dcb6b1.cf80ac4075cce562eb8254151c47d3e24 () <0x0003e>
at A.c9915ca121469087426fd2a6ac5dcb6b1.cf80ac4075cce562eb8254151c47d3e24<A.cdd520c65dd8e922550634a1652d62e71> () <0x00073>
at A.c9915ca121469087426fd2a6ac5dcb6b1.cf80ac4075cce562eb8254151c47d3e24<A.cdd520c65dd8e922550634a1652d62e71> (string[]) <0x0002b>
at A.cdd520c65dd8e922550634a1652d62e71.cd00ca868e3a2e07e1a60509ada71b4d9 (string[]) <0x0011f>
------------------------------------------
DllNotFoundException - gdiplus.dll
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
-------
I have tried the app on both my Mac Pro and my Macbook Pro both running 10.9 Mavericks. I have tried app zapping the programs preferences but cannot get the program to open again once this happens.
As a bonus I can't report the error as it won't let me type in either of the boxes on the form.
edited by nathanielban on 10/29/2013
Hi Nathaniel
See my response here: http://forum.devolutions.net/topic8413-unable-to-launch-application.aspx
Which seems to be the same issue.
I am working on a fix for this.
Thanks, Richard
Richard Markievicz
Hi,
This issue as been fixed in our latest release.
Unfortunately, the auto-update seems to have a problem so you will need to download the app again.
Thanks
edited by Benoit Sansregret on 10/30/2013
Benoît Sansregret