Hello 🙂
I just tried the 7.20 version of the script, and it hasn't changed anything in the behaviour :\
To note :
- an "images" folder is successfully created
- there is no json output file created
- there is no "errors.txt" file created
The pending error seems to be triggered very soon in the script, even before the "Collecting layers" phase.
In the meantime, we might try to roll up our sleeves and debug the ExtendScript
After debugging, the "empty" error is triggered on the following line :
return executeActionGet(ref).getBoolean(sID("hasBackgroundLayer"));
After clicking "cancel" on the dialog, the code executes on the following line... :
... before I'm unable to debug anything and Photoshop hangs until it crashes :\
I have found the following post from someone who apparently had the same issue :
Photoshop to spine script error: p74631
I'll get back here after I tried the workarounds you proposed on the other post, Nate 🙂