So, OS X then. What version of OS X are you using? Please try closing other programs, eg Default Folder X causes Spine to hang and Rescue Time needs to be closed when Spine is started.
The trial does not interfere with the full version. Were you able to run the trial successfully in the past?
Note to run from the command line you can use just (don't need ; exit;
):
/Applications/Spine/Spine.app/Contents/MacOS/Spine
Please try opening Console.app, clear it, then run Spine (clicking the icon is fine) and post everything that appears in the Console, just in case that gives us anything more.
The log does help, a little, thanks. Unfortunately it's still not clear why Java cannot initialize. 🙁 Spine does not use the system Java at all, it has its own copy. The message about /lib/ext
is odd, it should not care about JAVA_HOME
. Please try this:
JAVA_HOME=/asdf
export JAVA_HOME
/Applications/Spine/Spine.app/Contents/MacOS/Spine
Where /asdf
is some folder that does not exist.