• Editor
  • Script for Photoshop to spine ( i don't know how to solve )

Related Discussions
...

I just bought Spine and I'm trying to use the PhotoshopToSpine script, but whenever I try to use it I get this error:

Error 22: Windows does not have a line builder: 466
-> var dialog = new Window("dialog",
"PhotoshopToSpine v" + scriptVersion), group;

I've already tried downloading AdobeExtendedScriptToolKit, SbulimeText and VSCode. And none of these solved the problem. What should I do ?

If you Google for "error 22 window does not have a constructor" you'll find some relevant web pages. It seems to be some problem with the Photoshop installation. Maybe reinstalling Photoshop would help, it's hard to say. The script is fine, but something is wrong on the Photoshop side.

Thanks, it works. ^^