Need help understanding what I'm doing wrong. I'm trying to open a .Skel file in spine in order to convert it to a Json, but it won't open and my log says this.
ERROR: Error importing skeleton:
java.lang.NullPointerException
at jV.C(SourceFile:153)
at kR.C(SourceFile:136)
at wL.C(SourceFile:310)
at wV.run(SourceFile:274)
at uD.Z(SourceFile:1648)
at wh.I(SourceFile:379)
at eD.C(SourceFile:92)
at fO.C(SourceFile:28)
at dT.C(SourceFile:188)
at dT.C(SourceFile:158)
at com.badlogic.gdx.scenes.scene2d.ui.Button.I(SourceFile:131)
at ew.C(SourceFile:94)
at fQ.C(SourceFile:88)
at dZ.C(SourceFile:59)
at eb.I(SourceFile:351)
at Prn.I(SourceFile:124)
at t.C(SourceFile:360)
at f.run(SourceFile:259)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)