Hey guys,
Does anyone else have the issue where Spine will crash whereupon importing any skeleton that has a LinkedMesh in it? I am finding that Spine will crash no matter what skeleton the LinkedMesh is on, and no matter what project you try to import it into, even if it is a new one. Is this a known issue or is there a fix? Just looking for an idea on what to do or if there is something being done about this.
Loading Image
Here is the log from the crash:
Spine Launcher 3.0.13
Windows 10 Pro x86 6.2
Java 1.7.0_06 Esoteric Software
32-bit Server VM
Up to date: Spine 3.3.07
Spine 3.3.07 Professional, LWJGL
Licensed to: *****, *****
NVIDIA Corporation
GeForce GTS 450/PCIe/SSE2
4.5.0 NVIDIA 353.82
Using customized hotkeys.
Started.
Automatic backup complete.
Automatic backup complete.
Automatic backup complete.
Automatic backup complete.
Sorry, an unexpected error has occurred:
java.lang.IllegalArgumentException: mesh cannot be null.
at AI.a(SourceFile:686)
at AI.<init>(SourceFile:125)
at AC.a(SourceFile:246)
at AW.<init>(SourceFile:41)
at AR.<init>(SourceFile:117)
at wv.b(SourceFile:420)
at fl.a(SourceFile:91)
at gt.a(SourceFile:28)
at eD.a(SourceFile:181)
at eD.a(SourceFile:152)
at com.badlogic.gdx.scenes.scene2d.ui.Button.b(SourceFile:123)
at ff.b(SourceFile:91)
at gv.b(SourceFile:89)
at eJ.a(SourceFile:58)
at eL.b(SourceFile:355)
at o.b(SourceFile:96)
at av.e(SourceFile:332)
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)
Thanks in advance!