- Đã chỉnh sửa
spine crashes when adding new vertices
Hello!
I create a shape for my mesh. Then i try to add some more vertices inside this shape and spine crashes. It happens quite often. At first i thought that i created too many vertices and had too many similar meshes. But now i am working with a new skeleton and it has not that many meshes yet. It seems like it isn't supposed to create a big amount of vertices. In previos spine versions (2) i had not this problem.
Spine Launcher 3.0.13
Windows 10 Enterprise x86 6.2
Java 1.7.0_06 Esoteric Software
32-bit Server VM
Up to date: Spine 3.2.01
Spine 3.2.01 Professional, LWJGL
Licensed to:xxx
ATI Technologies Inc.
AMD Radeon R7 200 Series
4.5.13431 Compatibility Profile Context 16.150.2211.0
Started.
Sorry, an unexpected error has occurred:
java.lang.IllegalStateException: bindings 60 != 61
at Az.d(SourceFile:188)
at BV.j(SourceFile:133)
at BD.j(SourceFile:50)
at BD.a(SourceFile:247)
at Ci.b(SourceFile:305)
at sL.a(SourceFile:67)
at nb.a(SourceFile:335)
at o.a(SourceFile:102)
at o.a(SourceFile:102)
at av.e(SourceFile:335)
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)
Is there any chance you can email us your project file along with exactly what steps to take to cause the crash? contact@esotericsoftware.com I realize some bugs don't happen every time, but if you can do this, it would greatly help us to fix the problem.
Otherwise, we have done a lot of work on how meshes work under the covers in Spine v3.3. Meshes, bounding boxes, and paths are work in a similar manner, so in 3.3 they share the underlying foundation which should be more stable.