Spine downloads and installs but then it crashes. similar to this report: http://de.esotericsoftware.com/forum/Cannot-start-trial-version-on-linux-64bit-5089?p=23786&hilit=linux#p23786
I tried with the jvm bundled with spine and with oracle java 7 (tried 32bit and 64bit)
Error starting Spine.
An unexpected error has occurred:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at tzax.j.run(SourceFile:1258)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:711)
at java.awt.EventQueue.access$000(EventQueue.java:104)
at java.awt.EventQueue$3.run(EventQueue.java:672)
at java.awt.EventQueue$3.run(EventQueue.java:670)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:681)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Caused by: hf: Couldn't load shared library 'libspine-editor.so' for target: Linux, 32-bit
at iq.b(SourceFile:117)
at com.esotericsoftware.spine.editor.Editor.main(SourceFile:1272)
... 19 more
Caused by: hf: java.lang.UnsatisfiedLinkError: /tmp/libgdxsimon/7b2c508d/libspine-editor.so: /tmp/libgdxsimon/7b2c508d/libspine-editor.so: invalid ELF header (Possible cause: endianness mismatch)
at iq.d(SourceFile:311)
at iq.b(SourceFile:115)
... 20 more
Caused by: java.lang.UnsatisfiedLinkError: /tmp/libgdxsimon/7b2c508d/libspine-editor.so: /tmp/libgdxsimon/7b2c508d/libspine-editor.so: invalid ELF header (Possible cause: endianness mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
at iq.b(SourceFile:317)
at iq.d(SourceFile:286)
... 21 more