I'm generally experiencing no problems with Spine right now, but I have one file that Spine refuses to open - it crashes with an unexpected error every time. I've tried restoring earlier versions of the file - as far back as a month ago - and none of those will open either, so maybe this has something to do with a recent update? I was most recently editing this file on May 24 without any apparent issues.
Here's the log output after the crash:
java.lang.NullPointerException
at ns.a(SourceFile:135)
at aev.a(SourceFile:128)
at aet.a(SourceFile:202)
at com.esotericsoftware.spine.editor.Editor.b(SourceFile:644)
at an.a(SourceFile:230)
at an.e(SourceFile:214)
at oa.e(SourceFile:92)
at as.run(SourceFile:172)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:708)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:669)
at java.awt.EventQueue$2.run(EventQueue.java:667)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:678)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)