Hi,
I was working with spine today and started creating various skeletons from the assets we've been using for months now. Upon deleting one of the assets I did not need anymore, Spine crashed with an 'Unexpected Error'
It also keeps doing this at this point and we cannot continue...
I enclosed the log for a more detailed description.
Started.
An unexpected error has occurred:
java.lang.IndexOutOfBoundsException: first can't be >= size: 34 >= 34
at gl.a(SourceFile:149)
at com.esotericsoftware.spine.editor.Editor.c(SourceFile:504)
at com.esotericsoftware.spine.editor.Editor.b(SourceFile:581)
at com.esotericsoftware.spine.editor.Editor.f(SourceFile:567)
at lu.a(SourceFile:74)
at er.a(SourceFile:90)
at fg.a(SourceFile:28)
at dL.a(SourceFile:166)
at dL.a(SourceFile:137)
at com.badlogic.gdx.scenes.scene2d.ui.Button.c(SourceFile:113)
at en.b(SourceFile:86)
at fi.b(SourceFile:85)
at dR.a(SourceFile:57)
at dT.b(SourceFile:346)
at o.b(SourceFile:94)
at as.d(SourceFile:305)
at ae.run(SourceFile:228)
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)
I'd really appreciate any help on this!
Thanks!