- Edited
Today spine updates itself to the latest version but it crushed immediately after loading complete before launching. The log has been submitted to the developers. But I will attach the log here for convenience. Now I can't use spine at all, hope to solve this ASAP.
Step to reproduce: just launch the program, nothing else needed.
Platform: PC WIN8 Pro
P.S. cannot attach .txt or .log file, why not supported?
Anyways
Spine Launcher 1.1.3-full
Windows 8 x86 6.2
Java 1.7.0-u6-unofficial Oracle Corporation
OpenJDK Server VM
Up to date: 1.3.21
Spine 1.3.21-full, LWJGL
ATI Technologies Inc.
AMD Radeon HD 6900M Series
4.2.12198 Compatibility Profile Context 12.102.3.0
Uncaught
java.lang.NoClassDefFoundError: com/badlogic/gdx/assets/loaders/FileHandleResolver
at su.<init>(SourceFile:127)
at com.esotericsoftware.spine.editor.Editor.a(SourceFile:147)
at al.c(SourceFile:192)
at am.addNotify(SourceFile:90)
at java.awt.Container.addImpl(Container.java:1114)
at java.awt.Container.add(Container.java:410)
at au.b(SourceFile:113)
at ax.run(SourceFile:95)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
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: java.lang.ClassNotFoundException: com.badlogic.gdx.assets.loaders.FileHandleResolver
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 22 more