Hey
When i call spine using the CLI interface, i get this stack trace when there is more then 6 exports, and some times when having 5 exports.
Sorry, an unexpected error has occurred:
java.lang.RuntimeException: java.lang.ClassNotFoundException: com/esotericsoftware/spine/editor/launcher/Launcher
at lO.a(SourceFile:53)
at lT.run(SourceFile:89)
Caused by: java.lang.ClassNotFoundException: com/esotericsoftware/spine/editor/launcher/Launcher
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at java.lang.invoke.MethodHandle.invokeExact(MethodHandle.java)
at lO.a(SourceFile:49)
... 1 more
When running export on the files individually, there is no problem. When running with 5 exports it fails around every other time, looks as a race condition of some sort.
Version:
Spine Launcher 3.0.05
Linux amd64 3.13.0-86-generic
Java 1.7.0_06 Esoteric Software
64-bit Server VM
Spine 3.2.01 Professional, LWJGL
Works every time:
"$HOME/opt/Spine/Spine.sh" -i skeletons/test1.spine -o test1/ -e SpineExport.settings -i skeletons/test2.spine -o test2/ -e SpineExport.settings -i skeletons/test3.spine -o test3/ -e SpineExport.settings -i skeletons/test4.spine -o test4/ -e SpineExport.settings
Works some times:
"$HOME/opt/Spine/Spine.sh" -i skeletons/test1.spine -o test1/ -e SpineExport.settings -i skeletons/test2.spine -o test2/ -e SpineExport.settings -i skeletons/test3.spine -o test3/ -e SpineExport.settings -i skeletons/test4.spine -o test4/ -e SpineExport.settings -i skeletons/test5.spine -o test5/ -e SpineExport.settings
Never works:
"$HOME/opt/Spine/Spine.sh" -i skeletons/test1.spine -o test1/ -e SpineExport.settings -i skeletons/test2.spine -o test2/ -e SpineExport.settings -i skeletons/test3.spine -o test3/ -e SpineExport.settings -i skeletons/test4.spine -o test4/ -e SpineExport.settings -i skeletons/test5.spine -o test5/ -e SpineExport.settings -i skeletons/test6.spine -o test6/ -e SpineExport.settings