Photoshop :: Not Enough RAM Error While Running Batch Command
Jul 23, 2013
Bug in photoshop creative cloud. When using the "batch" editing feature after 5 images being edited the same way (batch processing) an error code pops up. "Error:not enough ram" and then i have to restart which does the same thing over and over again. Running a quad core i7 1tb hard drive 16gb of memory so there should be no error code. I have done everything from creating new scratch disks off of other hdd's allotting more ram to go to psd (since i can only use 3255mb because of a useless limiter on photoshop) to rebooting computer and nothing works at all.
I am a newbie having trouble getting the sample batch programs to run. I placed simple-unsharp-mask.scm in C:.gimp-2.6scripts and put the .bat file in the E: drive directory with the image file foo.png. When I run the .bat file on my PC running Vista, I get "batch command experienced an execution error." Here is the .bat file:
After installing the VBA Module, I get the message "Unknown command "VBARUN"". Â I've rebooted, restarted and tried reinstalling the VBA Module to no avail. Â
II have downloaded some free sharpening scripts and installed into my CS3. I have tried to batch run the scripts but could not seem to be able to do so. The automate or photo processor seems to only allows batch running from actions but not scripts.
Is there any shortcut in Photoshop or Bridge to stop running script or batch? I tried the usual suspects like Esc, Ctrl-C, Ctrl-Break and none worked. I am running Dr. Brown Services and by mistake I let it process 850 photographs instead of 34... The script has finished, but I would like to know for next time...
We run Actions on a group of images using CS4 with the File->Automate->Batch function. We use this to take, for example, 200 images from a set folder, run an action to change them into a different colour and save in a different folder, we need to do this 20 times on the same images running a different script each time to change them into a different colour and save them in the same folder (with different file extensions) Â Is there a way we can instruct Photoshop to run all of these 20 scripts (one after the other in a queue as it where) without having to "Babysit" it and ask it to run each one off ourselves?
Situation: Rendering a sequence of frames with different image dimensions (photos of 3D scene for printing, different image dimensions needed for different purposes). Changing image width/height in pre-render frame MEL script. Therefore, need to know what frame we are on.
Unfortunately, mental ray batch render returns frame number (currentTime) of PREVIOUS frame when called during pre-render frame script. I have to add 1 to get the frame that is about to render, to determine needed image dimensions.
This is different than rendering current frame within Maya to preview what will happen -- currentTime is already on the correct frame. Â So, in my frame mel script, I need to know whether in batch mode or not, to know whether to add 1 to time. Â How do so? Â I searched docs and googled. Â All I found is a mention "Implementors of render traversals may wish to check whether they are running in batch mode", that did not say how to do so. And a mention in 2006 of "about -batch" that supposedly gives documentation that mentions how to do so. But the about command must be obsolete.
I have a batch program which I want to launch from a LISP program.
First this is an attempt at an automated process whereby user input is extremely restricted. Other than the first click of the mouse on the menu item to save a copy of the file to a very restricted folder, no other user input is allowed.
AutoCAD, like most commercial apps writes a temporary file and then renames it when you choose save or saveas. And due to the restrictions in this folder that will not work. Crazy, I know but it's the parameters I must work within.
The batch file I'm launching calls another batch program in it's execution and I'm wondering if that could be where control is lost. But the thing is I can type this at the command line in AutoCAD:
(startapp "//a_very_long/novell_server_path/my_folder/vlisp/mybatchfile.bat") Â The whole process works great. The command window flashes briefly AutoCAD closes the active drawing window just like I want it to. And when I check that the dwg file has been copied to the restricted folder it's there and done. But when I place that same command within my LISP program or one like this:
(command "._STARTAPP" "CMD //a_very_long/novell_server_path/my_folder/vlisp/mybatchfile.bat")or(command "._STARTAPP" "CMD ""//a_very_long/novell_server_path/my_folder/vlisp/mybatchfile.bat"") Â or just about anything else I try it fails to run. Perhaps I've been looking at this problem too long. I think I may move on to a VB.NET process to do this but I am really baffled why it will run from the command line but not within the program.
I shot my first digital wedding this week and want to make the same changes too all 300 images in the folder: Auto Levels, Auto Contrast, Auto Color, Unsharp Mask, and then save them numbered 1 through 300 to a new folder. Can sombody please? please? walk me through this. I'm new to Photoshop CS and am working off a MAC G4. The files are regular jpgs in a folder on the desktop.
What I tried to do was simply convert RAW files (CR2) to JPEGs. I built an action and invoked it via the batch command. The batch command worked but I got an error message for each of the XMP side-car files which happen to be in the same "source" folder. (I also got an error message for the "bridgesort" file that the Bridge placed in the source folder.) Of course, I could delete the XMPs but that would undo the edits to the raw files.
My action simply opens the raw file and then does a "save as" to JPEG. The raw files need to retain the editing that is contained in the XMP side car.
The only alternative that I know of is to bring the raw files into photoshop manually and then perform the action manually. This would work (i.e., I would end up with a raw file converted to a JPEG file) but there are 600 images and it would take me a VERY long time to do them one at a time.
Is there a way to do this via the batch command or some other automated command?
Suddenly when I select multiple images in Bridge, then go to Tools>Photoshop>Batch, I get the message "The command "Batch" is currently unavailable." Batch is also greyed out in Automate. This occurs when no other processes are happening. What could it be? Batch command has always worked fine in the past.
I have a bunch of pictures in a folder, and lots of sub folders inside that folder with picture too. I made an action that has a filter, and a save command.
When I try it on that folder, it overwrites the pictures and while it does a batch on the sub folders, it throws it back in the main folder.
What I would like instead: I want to do the command on all the pictures, but I want Photoshop to create a duplicate folder (named slightly differently if able) inside my own folder and sub folders with the filtered images.
Say I have 2 folders here, I want Photoshop to go into "batch test main folder", then dive into the sub folders, make a new folder within that pictures1 folder, named Filter Pictures or something, and throw all the filtered images from Pictures 1 in there without harming them. Then go to Pictures 2, make a new sub folder in there too etc.
I am creating a layout which includes an image file. The base layer is a jpg file and the image needs to be placed ('Place' command) on top of this layer and I call for a couple of other processing steps after that (these extra steps are not shown below). Easy enough to turn this into an action.
>Open (open the bkg image) >Place (place the subject's image file) >Set Current Layer (change blend mode of subject image layer) >Save >Close  But, when I try to automate this action, the Place command does not work properly. It's because I chose a specific image file to be placed. How do you program an action with a 'wildcard' so that it can be used in batch and process a whole folder of images?
So I can run the following code from the command line with no problem:
 (WRK-Insert_Standards_Block '("S:\AUTOCAD\_Common\Linetypes\CSW_Civil-Linetype"))  (WRK-Insert_Standards_Block '("S:\AUTOCAD\_Common\Linetypes\CSW_Survey-Linetype"))  (WRK-Layer_Insert_all "CSW-X-FM_Layers_List")
However when I put it into a macro (custom command to be used from the ribbon) it spits out the following in my command line:
I am new at creating a recorded macro in Corel X5..I have done the steps to record a macro for changing a text colour within a symbol...i get an error debug message ActiveShape.Shapes(26).PowerClip.EnterEditMode
what i want to do is change a coloured text from black to white that is symbol. i have several different text that are in symbol and it is a pain to enter each one and change a colour.
I am incurring a fatal error while i am running a plugin i have developed in .NET. I am using AutoCAD 2012 and .NET 4.0. Where the fatal error occurs is when i am filtering a list for specific colors and specific linetypes to populate a listbox with. I did a quite a bit of reading and the only thing i have found is ( in debug compiler is giving a little more memory space for said collection and when i run it in outside of debug it is not. ) Â Now i dont really understand how to fix this issue or can verify that it really is the issue. is there some type of setting i can change inside of autocad for debugging so it doesn't completely shut down?
Using VB2010 Express to practice writing code to run things in Inventor 2012. I am an extreme beginner at this, and I am trying out a simple program that opens up Inventor, and when you click a button, it will open up the filename listed in the subroutine. I have attached a .jpg of my code. The program will open Inventor, and open the file, but as soon as the file is finished loading and displays on the screen, it throws the error you see in the .jpg.
AutoCad sticking on commands like copy selection and move tool, It is running very slow and when saving it says there is no system memory, although my Computer has pleanty of memory (the local disk has over 200GB space)
PC has correct specification for AutoCad 13, and I have never had problems until this morning-
Batch processing error.  Error: The command "Feather" is not currently available. (-25920) End Batch  84 items being resized for the purpose of faster up/down load on my Muse web site.
Using automate batch I get a save for web and devices error saying destination folder does not exist. I chose the folder by browsing, and it is a simple path on the c drive using a pc.
I have a question about using Find and Replace in an Action. For a bar chart with negative values, Illustrator will generate the value on the axis using a hyphen (e.g., -1, -2, -3). I would like to change the hyphens to en dashes (–1, –2, –3).  I have 150 graphs, so the easiest way to do this would be to use an batch action on all graphs in a folder. I first flatten the graph and then do a find-and-replace..The trouble is that I get prompted at each find and replace..Of course I can click Find, Replace All, OK, Done each time, but this essentially defeats the purpose of creating an action.  Is it possible to suppress the Find and Replace window and set the action to Replace All without prompting?
I need to batch process multiple files where 'select Path1/copy/paste' is part of the action. All images contain a path named Path 1 but the action is only working on 30% of the images - I'm using PS 5.1 on a mac.
Sometimes in CS6 the delete command just acts as a non-optional "clear" command, and does not show a menu providing the content aware option. Sometimes this cures itself by closing and reopening the program. Sometimes not. Â How do I get rid of this defect in the program?