RDM crashes when importing RDP files

RDM crashes when importing RDP files

avatar

Repro:

-Create new folder
-Right-click new folder, Import > Into Current Folder
-In Finder window, select multiple *.rdp files, click OK
-App immediately crashes


MissingMethodException - Method not found: 'A.c22fcca4ed3e9c9b9dbc5d00b26be4a31.ShowWaitProgress'.

at A.cf587482a99c7ca955253589312b69e82.c7e5bf4d388ee1e5652d3d5b05374c4c3 (System.Collections.Generic.IEnumerable`1<string>,string) <0x00317>
at A.c49cba737d1791dccf8235d11c765d04e.c7e5bf4d388ee1e5652d3d5b05374c4c3 (System.Collections.Generic.IEnumerable`1<string>,bool,string) <0x00013>
at Devolutions.RemoteDesktopManager.Managers.SessionMenuManager.DoImport (A.cac21e805addbf687983b07a5ced2ec27) <0x00173>
at Devolutions.RemoteDesktopManager.Managers.SessionMenuManager.MnuImportConnection_Click (object,System.EventArgs) <0x00097>
at Devolutions.RemoteDesktopManager.Managers.SessionMenuManager.MnuImportConnection_Click (MonoMac.Foundation.NSObject) <0x0001b>
at (wrapper dynamic-method) object.[Devolutions.RemoteDesktopManager.Managers.SessionMenuManager.Void MnuImportConnection_Click(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <0x00033>
at (wrapper native-to-managed) object.[Devolutions.RemoteDesktopManager.Managers.SessionMenuManager.Void MnuImportConnection_Click(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>




On my second attempt I selected the files in groups, to get all 650+ of my RDP entries in. After they were all entered, I press OK and it still crashed, same error output as above.

On my third attempt, I simply added a single .rdp entry pressed ok, still crashes same output as above.

OSX 10.9

If you need any other specific information to help with this please let me know.

--
Gabe

All Comments (2)

avatar

I think Richard is already working on this one. It's an issue with our code obfuscator. It's every time we have wait progress. This will be fixed really soon.

David Hervieux

avatar

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