Mario escribió
I change my way to export,Import skel data and export json. It works,but there is another problem.
I use this way to export 1700+ spine file,but 100+ failed,the exported json file is empty.
the error log is
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Ear
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Back_Hair
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Coat_Back
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Coat
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Forearm
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Hood
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Waist
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Belt
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Coat
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Forearm
Nonessential not checked when exporting, internal edges lost for mesh attachment: F_Belt_B
Nonessential not checked when exporting, internal edges lost for mesh attachment: F_Collar
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Tie
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Hood
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Earphone_B
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_L_Hair
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Hair
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Front_Hair_B_D
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Front_Hair_C
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Front_Hair_A
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Ear
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Earphone_B
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_R_Earphone_A
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Front_Hair_B
Nonessential not checked when exporting, internal edges lost for weighted mesh attachment: F_Front_Hair_B_B
JSON export: <removed>
ERROR: Unable to start: Spine 3.5.51
ERROR: An unexpected error has occurred:
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.esotericsoftware.spine.editor.launcher.Launcher.(:523)
at com.esotericsoftware.spine.editor.launcher.Launcher.F(:383)
at com.esotericsoftware.spine.editor.launcher.Launcher.<init>(:173)
at s.OLA.run(_:858)
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)
Caused by: java.lang.NullPointerException
at sa.a(SourceFile:459)
at sa.a(SourceFile:299)
at sa.a(SourceFile:94)
at sh.a(SourceFile:71)
at kO.a(SourceFile:131)
at kO.a(SourceFile:86)
at com.esotericsoftware.spine.editor.Editor.a(SourceFile:1342)
at com.esotericsoftware.spine.editor.Editor.main(SourceFile:1313)
... 22 more
The spine.log and example is upload.Please use command line import this skel and export to json by 3.5.51,it should show error.
Thanks!