Hello,
I launch RDM v0.9.7.0, an update is detected, i accepted the update, a windows with "installation" and, and... Nothing :(
I can't launch RDM.
I try :
Thanks for your help :)
MAC OS : 10.8.5
Can you take a look at the debugging steps in this thread: http://forum.devolutions.net/topic8619-will-not-start.aspx
And let me know the outcome?
Thank you,
Richard
Richard Markievicz
Thanks,
It's the same problem and also i can launch with the terminal.
But the file ~/Library/Preferences/com.devolutions.remotedesktopmanager.plist is not present
Just to be sure - you were able to clear the quarantine flag, verify if was cleared, and still the app would not launch?
Thank you, Richard
Richard Markievicz
Hello,
the quarantine flag is clear. the app can't start
Hi,
Is it the same error - i.e what output do you see logged in Console.app when you try to launch RDM?
Thanks, Richard
Richard Markievicz
i too have this problem :
12/11/13 9:15:49.411 PM com.apple.launchd.peruser.501[247]: ([0x0-0xbcebce].com.devolutions.remotedesktopmanager[32235]) Exited with code: 1
rwxr-xr-x+ 3 root wheel 102B Jun 7 2013 Reminders.app
drwxrwxr-x 3 root admin 102B Jul 1 2012 Remote Desktop Connection.app
drwxr-xr-x 3 backus admin 102B Nov 7 21:21 Remote Desktop Manager.app
drwxr-xr-x 3 backus staff 102B Sep 14 21:57 RemotelessHelper.app
Hi
I'm somewhat happy to say I can reproduce the issue on OS X 10.8.2 (Mountain Lion). I will work on figuring out what is going on here and update this thread with my findings.
In the short term, there are two workarounds:
- Launch the app from the command line. It is relatively simple to create a simple bash script to automate this:
#!/bin/bash
cd "/Applications/Remote Desktop Manager.app/Contents/MacOS"
"/Remote Desktop Manager"
Save the file with a .command extension and make it executable:
chmod +x "/path/to/script.command"
You should then be able to double-click that and open the app
- Another option is to upgrade to 10.9 (Mavericks). It's a free upgrade from Apple via the App Store.
However, as I say, once I have a fix for this on 10.8, I will share it here
Thanks, Richard
Richard Markievicz
Hi
I've released an update that should resolve this.
Since you can't launch the app to auto-update, please download the latest version (0.9.35.0) using your original beta link.
Thanks,
Richard
Richard Markievicz