Skip to main content
Participant
May 15, 2021
Question

ESTK "Photoshop" is undefined!

  • May 15, 2021
  • 3 replies
  • 2808 views

I want to use the ESTK to Photoshop script, but it doesn't show up in the list of suggestions!
Error:ESTK "Photoshop" is undefined!

Windows10_InsiderPreview ARM64 21354
Adobe ExtendScript Toolkit CC 4.0.0.1
Adobe Photoshop version : 22.4.0

※By the way, ExtendScript Debugger
also gave me an error in the target application and could not be used.

This topic has been closed for replies.

3 replies

Chuck Uebele
Community Expert
Community Expert
May 16, 2021

The other thing you can do is save the jsx file to the scripts subfolder under presets. Then run the script from Photoshop rather than ESTK. You can have ESTK open and make edits, but run the script through Photoshop. In that case, you don't need to include the #target line.

sdafgAuthor
Participant
May 16, 2021

Thank you very much. I understand what you are saying.

However, if I can`t use ESTK, it`s difficult to check error logs, etc., and it`s hard to develop tools for Photoshop.


・I can`t get the old version of Photoshop.
・VS CODE(ExtendScript Debugger) doesn't work either.

Chuck Uebele
Community Expert
Community Expert
May 16, 2021

Try just putting:

#target photoshop 

When you add the number after that, you are forcing a particular version. 

JJMack
Community Expert
Community Expert
May 15, 2021

I do not use the toolkit when you target Photoshop to need to target a version. Did you? 60.032, 60.064, 80, 120, 130, 140,150  It look like you want to

#target "photoshop-150.064"

 

JJMack
sdafgAuthor
Participant
May 16, 2021

Since the software does not appear in the pull-down, it seems that the software is not recognized.

 

JJMack
Community Expert
Community Expert
May 16, 2021

Does your creative cloud dektop application show they are installed an up to date?

JJMack