Hello! I am trying to add a bounding box to my sprite project and it crashes every time after naming the new bounding box.
I am not able to create bounding boxes on any of my projects, this is the crash message I get:
Spine Launcher 3.0.13
Windows 10 Home x86 6.2
Java 1.7.0_06 Esoteric Software
32-bit Server VM
Up to date: Spine 3.1.02
Spine 3.1.02 Essential, LWJGL
Licensed to: X
Intel
Intel(R) HD Graphics 5500
4.4.0 - Build 20.19.15.4331
Started.
Sorry, an unexpected error has occurred:
java.lang.NullPointerException
at Hu.a(SourceFile:703)
at GV.a(SourceFile:727)
at Hb.e(SourceFile:574)
at vS.a(SourceFile:50)
at Hb.a(SourceFile:565)
at fk.a(SourceFile:251)
at eG.a(SourceFile:45)
at eA.a(SourceFile:181)
at eA.a(SourceFile:152)
at eI.a(SourceFile:417)
at tA.a(SourceFile:218)
at o.a(SourceFile:72)
at av.e(SourceFile:312)
at ah.run(SourceFile:236)
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)