LSOpenURLsWithRole() failed with error -10810 for the file
Posted: Fri Jun 17, 2016 6:17 pm
Hello,
[code]LSOpenURLsWithRole() failed with error -10810 for the file /Applications/oxygen 18.0/Oxygen XML Editor.app[/code]
Googling on this issue, I found no help ... but oXygen Tech Support. I'm filling this Post to leave some evidence of the issue ... and a verified solution.
What happened is that I've downloaded the oxygen.tar.gz Tarball on my Maverick Macintosh. As I want to keep older versions of oXygen handy, during the download of the tarball, I've created /Applications/oxygen\ 18.0/ ready to receive the new package.
That .tar.gz puzzled me as usually, the Mac distribution was packaged in a .zip archive.
So, once I've retrieved the tarball, I've expanded it and ... simply dragged all the files to the /Applications/oxygen\ 18.0/ I had previously created.
The problem is that there is a hidden directory containing the Java 8 runtime). Starting any app by clinking on their icon failed.
Launching from the bash command-line : open /Applications/oxygen 18.0/Oxygen XML Editor.app yielded this error message.
With the help of oXygen Tech Support who promptly pinpointed the issue, I move the hidden folder with the other files.
mv ~/Desktop/oxygen/.install4j /Applications/oxygen\ 18.0/
Et VoilĂ !
So ... in the end : don't move the files from the install folder using the Finder. It simply won't work. If you have to: use bash commands from Terminal or an X11 xterm.
[code]LSOpenURLsWithRole() failed with error -10810 for the file /Applications/oxygen 18.0/Oxygen XML Editor.app[/code]
Googling on this issue, I found no help ... but oXygen Tech Support. I'm filling this Post to leave some evidence of the issue ... and a verified solution.
What happened is that I've downloaded the oxygen.tar.gz Tarball on my Maverick Macintosh. As I want to keep older versions of oXygen handy, during the download of the tarball, I've created /Applications/oxygen\ 18.0/ ready to receive the new package.
That .tar.gz puzzled me as usually, the Mac distribution was packaged in a .zip archive.
So, once I've retrieved the tarball, I've expanded it and ... simply dragged all the files to the /Applications/oxygen\ 18.0/ I had previously created.
The problem is that there is a hidden directory containing the Java 8 runtime). Starting any app by clinking on their icon failed.
Launching from the bash command-line : open /Applications/oxygen 18.0/Oxygen XML Editor.app yielded this error message.
With the help of oXygen Tech Support who promptly pinpointed the issue, I move the hidden folder with the other files.
mv ~/Desktop/oxygen/.install4j /Applications/oxygen\ 18.0/
Et VoilĂ !
So ... in the end : don't move the files from the install folder using the Finder. It simply won't work. If you have to: use bash commands from Terminal or an X11 xterm.