• Bugs
  • Crash Upon Import in Trial

Hi,

I'm trying to use a trial Spine to import one of my PSDs and test it's ease of use against software we're already using.

When I attempt to Import Data, it won't be able to see the .jsx scripts in the Spine file explorer that I can clearly see in Windows file explorer. If I then close spine and re-open it, any time I go to 'Import Data' after that point, it crashes. I've uninstalled and reinstalled twice now, same problem.

Spine Launcher 3.5.51 Trial
Windows 10 Pro x86 6.2
Java 1.7.0_80 Esoteric Software
32-bit Server VM
Up to date: Spine 3.6.25-beta Trial
Spine 3.6.25-beta Trial
NVIDIA Corporation
GeForce GTX 980 Ti/PCIe/SSE2
4.5.0 NVIDIA 382.05
Started.
Sorry, an unexpected error has occurred:
java.lang.NullPointerException
   at java.io.File.<init>(File.java:277)
   at aU.<init>(SourceFile:62)
   at OX.a(SourceFile:167)
   at net.tomahawk.XFileDialog.a(SourceFile:84)
   at uA.a(SourceFile:322)
   at ty.run(SourceFile:56)
   at ah.a(SourceFile:265)
   at al.run(SourceFile:231)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:706)
   at java.awt.EventQueue$3.run(EventQueue.java:704)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:715)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Related Discussions
...

Sorry you're having trouble with your first Spine experience! The trial is always the latest Spine version, which is often the latest beta and under active development. Thanks for reporting the problem. We see the crash and will get a new version up with a fix today.

The reason Spine can't see JSX files is because Spine doesn't open JSX files. JSX is a Photoshop script and needs to be opened by Photoshop. If you are using the LayersToPNG.jsx script, it runs inside Photoshop and creates a JSON file and individual PNG files. Spine's Import Data accepts the JSON file, then you set the path on the Images node in the tree so Spine can find your PNG files. More here:
Images - Spine User Guide: Photoshop