• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Error: The command "Make" is not currently available. (-25920)

New Here ,
May 30, 2024 May 30, 2024

Copy link to clipboard

Copied

Hey All

When running an action within Photoshop all actions run fine,
when I run through Automate>Batch 

The action is using Fill Content Aware. 

the following error is occurring: 
Error: The command "Make" is not currently available. (-25920) 

Any help or advice to resolve this would be great. 

TOPICS
Actions and scripting , Windows

Views

276

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
May 30, 2024 May 30, 2024

Copy link to clipboard

Copied

We need to see a screenshot with the error and the workspace, layers panel, and action panel expanded at the step that is erroring.

 

For example, is the step prior to the error "make selection" or similar using a name that is not available in the current file.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 30, 2024 May 30, 2024

Copy link to clipboard

Copied

Hey @Stephen_A_Marsh 

this is the action stepped out that I can run within Photoshop without any error when I run via  automate> Batch  - Folders In and Out  it throws the error above 

 

wanting to edit several photos so doing these as a Batch Automation would be great! 

Jordan27066465ox14_3-1717082831706.png

 

Jordan27066465ox14_1-1717082605270.pngJordan27066465ox14_2-1717082619415.png

 

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2024 May 30, 2024

Copy link to clipboard

Copied

The screenshot needs to happen during the failed batch – with the action panel expanded at the step that is erroring so that we can see which is the problematic step with the error message visible as well as the layer panel and canvas. What file types are being input? Are they flattened with a Background layer, or do they already contain a floating layer capable of accepting transparency?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 31, 2024 May 31, 2024

Copy link to clipboard

Copied

Here is a screenshot that I get when running the automation > Batch, If you need me to send the action along  action via a private message I can

the input of the files are
PDF 
300DPI
CMYK 
8BIT 

 

 

 

Jordan27066465ox14_1-1717147759757.png

FIle when open 

Jordan27066465ox14_3-1717147904550.png

Running action manually 

pgWVNmHRov.gif
Running action via Automate > Batch 

Photoshop_KpX0BFhjXM.gif

 Jordan27066465ox14_0-1717147293348.png

 Hope this helps 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 31, 2024 May 31, 2024

Copy link to clipboard

Copied

@Stephen_A_Marsh  the correct input file is attached 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 31, 2024 May 31, 2024

Copy link to clipboard

Copied

Your Batch settings have override action open commands set, but there is no corresponding open step in the action. Uncheck that and try again.

 

https://helpx.adobe.com/au/photoshop/using/processing-batch-files.html#batch_and_droplet_processing_...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 31, 2024 May 31, 2024

Copy link to clipboard

Copied

Hey that seems to be working but when running on a server level using hot folders and running the action to do it on the fly  I'm getting the same error is there any script I can use to set the action to work as the Automate> batch.

Jordan27066465ox14_1-1717162292414.png

 

the one on the script currently is 
displayDialogs = DialogModes.NO; // OFF

but still getting errors. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
May 31, 2024 May 31, 2024

Copy link to clipboard

Copied

Try setting the action execution mode to step-by-step or with some delay.

Also try using the first command to use something that does not depend on the presence of an open file, for example selecting a brush tool.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 01, 2024 Jun 01, 2024

Copy link to clipboard

Copied

LATEST
quote

is there any script I can use to set the action to work as the Automate> batch.


By @Jordan27066465ox14

 

You could take a look at PDF Processor II, which is specifically designed to deal with PDF files:

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/PDF%20ProcessorII.jsx

 

In addition to the standard Image Processor script that ships with Photoshop, there are other generic batch processing scripts that can also run an action:

 

Image Processor Pro:

https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_2%20betas/


Picture Processor:

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Picture%20Processor.jsx


Raw Image Converter:

https://github.com/SetTrend/Raw-Image-Converter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines