Dr. Browns Image processor: Error #1200:883

Using Dr. Browns Image processor, I have recently gotten this error message
Error #1200:883 not allowing me to process my RAW iamges. Has anyone experience with this and how I can fix this problem?
much appreciated...

I wonder if this PDF Processor script would work better for you:
http://www.ps-bridge-scripts.talktalk.net/
Look under PSCS Scripts in left most column

Similar Messages

  • I can't get Dr Browns Image Processor Pro to work from Bridge with Photoshop CC 2014

    We use the wonderful DR Browns Image Processor Pro script a lot, but cannot get it to work from Bridge with PS CC 2014. When I select files in Bridge CC and then go to Tools> Dr Browns Services 2.3.1 > Image Processor Pro it just pops up an error message that says ReferenceError: photoshop is undefined.
    The actual script works fine if I launch it from Photoshop CC 2014 - just not if I load it from Bridge CC.
    I have unistalled it and re installed a few times, both manually and through the Extension Manager CC.
    I am using a Win 7 64bit computer.
    I assume there is some change in the scripting part that loads Photoshop from bridge but not sure. It worked fine in CC. Just not CC 2014.
    I opened the Dr Browns Services .jsx file but don't see anything obvious. This is the section related to the Image Processor Pro part:
      // This routine takes an array of files. If called by Photoshop,
      // it will invoke Dr. Brown's Process 1-2-3 with the files. If called by
      // any other app, it will send a BridgeTalk message to Photoshop
      // to invoke this routine with the same arguments.
    drbrownserv.process123 = function (files) {
    // Bring Photoshop to the foreground.
      BridgeTalk.bringToFront ("photoshop");
      // Create a new BridgeTalk message for Photoshop to invoke
      // Image Processor with the selected files
      var btMessage = new BridgeTalk;
    btMessage.target = "photoshop";
      btMessage.body = "drbrownserv.process123 (" + files.toSource () + ");";
      btMessage.send ();
      } else {
    photoshop.runActionCommand ('611736f0-9c46-11e0-aa82-0800200c9a66', files);
      catch (error) {
      if (error.number != 8007) // Don't report user cancelled errors.
      drbrownserv.alert (error);

    I copied that .jsx file to a new name "Xbytor Image Processor Pro.jsx" edit that file changed the string Dr Browns services to "Xbytor Image Processor Pro" then commented out all the code that added tools menu items but "Image Processor Pro" and I put that file into
    "C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Bridge" even though Bridge CC is 64Bit seems to use theat location.
    Bridge CC was updated by the creative clouds update and opens Photoshop CC 2014 now

  • ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro

    Hello!
    I installed Dr. Brown Image Processor Pro.
    I have Bridge and PS (CS6, CC and CC 2014) x64.
    Had to do a manual install to each folder.
    In Bridge I get the error
    ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro.
    I tried both the CC and CS6 bridge same result.
    I have about 100 1GB plus files I want to size down. and need Image processor.
    Any Advice?
    I tried Dr. Brown's JUST FIX IT, bit it just brought me to the script editor. I'm not a programmer.
    Any advice will be appreciated.
    Maxi

    I wonder if this PDF Processor script would work better for you:
    http://www.ps-bridge-scripts.talktalk.net/
    Look under PSCS Scripts in left most column

  • Russell Brown " Image Processor Pro " does not work under CC

    I just switched from Photoshop CS 6 to CC and use Russell Brown "Image Processor Pro". Unfortunately does not work that under CC. I also want to install the fix but we probably only applied to CS6.
    Does anyone have a solution to the problem.
    Here the German error message: https://dl.dropboxusercontent.com/u/12684660/CC_IPP.jpg
    Post translated with google Translater from the German.

    I installed Image Processor Pro quite some time ago. I extracted the extension package and just copied the two files "Image Processor Pro.xml" and "Image Processor Pro.jsx" into Photoshop's versions Presets\Scripts. I normally install things I add to Photoshop into my own folders outside any Adobe installation folder.   Image Processor Pro  is an exception because I did not want to modify X's code.  Image Processor Pro is coded in a way to find which version of Photoshop is being run from and looks for its default xml file in that version Presets\scripts\ folder.
    The script may save your modficaions to its defalt xml file into you user ID application data areas. And you can save you own Image Processor Pro presets configurations.
    I run Windows not Mac though.

  • Photoshop Image Processor error

    I'm trying to resize some images using Bridge (which I've done several times before) but this time, for some reason, it's giving me an error. This is what I'm doing:<br />1) click on large size JPEG.<br />2) under Tools > Photoshop > Image Processor > Save as JPEG > Run<br />3) a window pops up saying: Sorry, something major happened and I can't continue! Would you like to see more info?<br />4) when I hit "Yes", another window pops open saying: Error: General Photoshop error occurred. - <no additional information available> : 1344<br /><br />What am I doing wrong or different and how can I fix this? HELP!

    Update: I actually spoke with a Nik filter tech about this problem, because after I had her put Nik filters in the right places, the "Window does not have a constructor" error came back, and reinstalling the SL update did not work this time. She said they have seen others with similar issues using SL. If I use a different administrator account, everything works fine.
    So, this appears to be a SN problem. Hope they are working on an update!
    Kenny

  • Scripts/Image Processor Error Message

    When using Image Processor on Photoshop CS5, what does the following error message mean and how can I fix this issue? ReferenceError: Window does not have a constructor : 327

    Contact Adobe support, you hit a bug. I never seen that one pop up before.
    But in general what it is saying is it is trying to create a window and to do so it needs to reference a constructor.
    That constructor should have been automatically created or a programmer creates one from scratch, that depends on how the code was created. Since that bug normally does not appear, I would say a some code pointed to the wrong location in memory hence the word reference. (In generic terms reference means to point to a location in memory)
    Try it again and see if it repeats itself. I think Adobe will tell you that you need to reinstall photoshop, but its better that they tell you that as I could easily be misinterpreting that error message.

  • Minor modification to Dr Browns Image Processor Pro?

    I came across Dr Browns fantastic script and I'm hoping there's a developer that might be able to help with a minor (?) revision to the code.
    He has kindly released the source code on his website  http://www.russellbrown.com/images/tips_downloads/OpenSource.zip
    I need it to do two main things:
    Save 1. run a renaming convention on the original images and retain the file type/ extension
    Save 2. resize the images for web (incorporating an action called up from PS to convert to RGB). No problems here.
    I know I can do this in a two step process with bridge to rename and then use the script (or indeed a droplet) to resize for web, but I wish to keep this as a one step process.
    Image Processor Pro does both of these fine except for one thing:
    I need an option in Save 1. to save files in the format they already are - rather than forcing all files to save into a particular format.
    I get hundreds of images from various companies (I work as a designer for an arts organistion) and they are all in a variety of formats and I want to maintain the highest possible quality file we are provided.
    Basically I want the option of using the naming convention section of the script without the file save as file type bit.
    This assue this could be done by either skipping the File Type/ Quality section altogether (but keeping the save to subfolder), or by including "keep current extension" into the file type drop down.
    Things that would also be great:
    3. An option to delete/ replace originals in the process (as I will be deleting these anyway)
    4. The script can be made into a drag and drop application that calls up bridge/ PS?
    Any assistance on this would be great.
    PS- I have posted this over on the Photoshop discussion page as well, as that is where I came across the scipt in the first place.
    http://forums.adobe.com/message/5856877#5856877
    Thanks

    Yup didn't realise you are on mac. 
    If you don't want to keep the originals with their original names (ie if you're just overwriting the originals) then why mot just batch rename in bridge first?  If you run an action or script then you'll have to wait whilst each file is opened and saved, whereas you run a batch rename and it's a file system task - virtually instantaneous.
    Then just image processor, or a batch action from bridge (I'd create the latter because the. You can reuse it without needing to check settings or destinations over and over)

  • Image Processor error

    I'm trying to run a script with the Image Processor on my iMac. Here's what I am doing and the resulting error:
    Open PS (CS4)
    >File
    >Scripts
    >Image Processor
    from here I select the folder to get the images from and where to save the images to and I also set size perameters for jpb, srgb as well as the action I want to run prior to saving/closing.
    The images are opened in PS and it looks like the actions are being performed and then at the very end a pop up box appears that says "Sorry, I could not process the following file(s):" and it shows the file names. This has never happened before today. I tried closing PS and reopening to see if that would solve the problem but no luck. The action being peformed has a flatten/merge command built in so that's not the problem.
    The strangest part of all of this is when I click OK on the error box, the action on the image completes its run and I see the photo sitting in the PS window as a jpg. I can even see the file saved as a jpg in the folder I told it to.
    Any idea what's going on here? I can't do this with a bunch of photos and have to go through and close each one out individually. Sorta defeats the purpose.
    Your help is appreciated!

    Those actions at the bottom of your actions panel screenshot are simply
    a reference to the actions themselves. Check if you actually have those
    actions loaded into the actions panel.
    In other words is the Kubota Mini Actions Set actually loaded into the actions panel.
    MTSTUNER

  • Image Processor error message

    Issue:
    On Mac 10.9.2, running Adobe CC, I attempt to convert a selection of PSD files using Image Processor through Bridge. I get an error stating "Sorry, I could not process the following files".
    Image Processor supports conversion from PSD files as far as I know. Why is this not working?
    I see on the forums that this error message sometimes comes up when you are using the "Run Action" function, but I am not using this.

    After a stunningly unhelpful chat session with Adobe Support, it seems that the issue stems from the fact that the PSD files were originally EPS.
    You see, I actually need to end up with TIFF files, but Image Processor doesn't accept EPS.
    So I thought I would have to manually go through and save each EPS file as a TIFF in Photoshop--but it doesn't even give me that option! Did some testing and this seems to be because the EPS files are in Duotone mode.
    I can only choose from Photoshop, Large Document Format, Photoshop EPS, Photoshop PDF, and Photoshop Raw.
    As a workaround, I decided to manually convert to PSD, thinking that then I could run them through Image Processor and get my TIFFs.
    But now Image Processor is rejecting the PSD files.
    What to do?

  • Image processor error - original photos gone!

    I am running CS5 64bit version 12.0.1 on a windows machine. When I select a bunch of photos to be re-sized in bridge (version 4.0.2.1) the script runs, but at each photo, it asks what level of jpeg compression to save it as.  Then, when the script apear to be done running, there is an error message that it could not process a list of files (all of them it has processed) and closes.
    Problem is, it does not save anything into the jpeg folder it creates, but instead saves the re-sized photos in the place of the originals, efectively deleting the originals.  At least the originals are still on the memory card, but what gives.  Am I the only one with this error?  Is there something I can do to get it working?
    Thanks for any replies,
    Jim

    Check the image processor dialog and make the destination folder different
    from the original folder and not set to Save in Same Location.
    If your running an action, check for save steps in the action.
    If you don't want an action to run, uncheck run action.
    MTSTUNER

  • Image Processor : error 325

    Hello, I am trying to make an image processor but a dialog box appears with the following error code 325 What is it and what can I do to make my image processor. Thank you in advance

    When do you get that? Did the Image Processor Dialog display ?

  • Image Processor Error Question

    Hello,
    I am trying t ouse Image Processor for the first time and I get an error that say's
    Server Interface Error "Step1Icon':375
    Does anyone know what that means?
    Hugs,
    Theresa

    I"m using PSCS5.1 I've reinstalled it twice now and thinking I may have to reinstall it again?   NO NO NO...I have not on purpose removed or trashed anything I am good playing with PS I've been doing it for years but I'm about a ZERO when it comes to being able to do anything else with the computer.
    I use Windows 7.
    I will try the ctrl-alt-shift.
    OK C.Pfaffenbichler..... YOU ROCK! it worked!
    Thanks thanks THANKS!

  • Image Processor Errors (Message #1344) - CS2 & 3

    Just started having this issue. Basically the machine tells me: SORRY, I could not process the following file: (file location/file name).
    I have searched the forums and found nothing which would help.
    As of last Thursday (3/12/09) the processor worked fine. Since the problem began I HAVE been able to re-process a jpg file (previously converted from NEF) but it will NOT handle tiffs, psd or nef format. This is true of both CS2 and & CS3.
    Early in the process I got a message asking if I wanted more information about the error and it gave me a small window saying it was error message #1344. I have not been able to find information about that error number.
    I have re-installed CS3 but this has not made any difference.
    Thank you now for any suggestions.
    Macbook - 2ghz Intel Core 2 Duo
    OS 10.4.11
    3 GB 667MHZ RAM
    Memory set at 70%.

    It means that your old account is corrupt.
    You could start by running Disk Warrior and Repairing Permissions.
    Then try doing an Archive & Install followed by updating to the current OSX version by using the COMBO updater (you can download that from Apple).
    Then try pulling the whole Prefs. folder out of your old Account and letting new Prefs form themselves for everything and only add back any old prefs that you find that you really need.
    Lots of luck

  • Error message when trying to use image processor in CS2

    Hi
    I am trying to use image processor to condense 500 proofs for my website - however although I have done many times before with no problem, now when I hit the Image processor button before I even get to key in details it is bringing up the sorry something major has happened message and I can't continue - the details of this message are as follows - ref error : this.dlgMain.ddset on Change is not a function :810 - does this mean anything to anyon? Any ideas on how to overcome would be much appreciated.
    thanks

    Go to Russell Brown's website and download his package for CS2. His 1-2-3 Processor is much more flexible than the one provided by Photoshop.

  • Dr. Brown's Image Processor Pro

    I've been using Dr. Brown's Image Processor Pro for years now and have never had a problem until now. I just attempted to run the Image Processor pro script and received a "failed creating default FileType tab". Anyone run across this error? I've tried removing the script and reinstalling but the same issue. I even tried Dr. Brown's "Just Fix It" script. The only thing that has changed since I last used the script successfully is that I've added a 3rd monitor to my setup but I really wouldn't expect that to be a problem. Has anyone come across this error when using Dr. Brown's scripts?

    I appreciate your suggestions but after some further investigating, turns out the problem was Photoshop itself. I went to test a batch action in photoshop and found that "batch" under automate was greyed out.
    Oinapea, if you see that your "batch" option is greyed out as well, try deleting your actions palette file. Should be in the same folder JJMack listed above: C:\Users\(insert username)\AppData\Roaming\Adobe\Adobe Photoshop CS5\Adobe Photoshop CS5 Settings
    Delete Actions Palette.psp and reopen PS. Hopefully the "batch" option is now available and Dr. Brown's will run as it should.

Maybe you are looking for

  • Asset procurement (Import)CAPE

    Hi gurus,              When we post the excise invoice the system shows an error message"Cenvat postings not possible".In this case the goods receipt is valuated. I have maintained the excise master properly for the capital material,asset account ass

  • How can we determine the order of DCs getting deployed in a SCA

    Hi, I have a set of DCs to be deployed on to the server. I create a SCA out of them, and then try to deploy it through the SDM or directly deploy the DCs with the IDE. Dcs are like below, tc/mdm/srmcat/uiprod tc/mdm/srmcat/uisearch tc/srmcat/custom/p

  • How to import a project.

    Hi , I downloaded the source named ILOG.zip. I am ataaching this file. But i am not able to import this project into my flex. Please guide me. Regards, Tanushri.

  • Refuses to upload my songs - HELP NOW PLEASE

    Okay so, I plug in my ipod, itunes comes up, and automatically shows me all the songs I have already uploaded. My problem is that I have other songs I want to upload, but can't. The songs I want uploaded are in the my music file on my windowsXP. I tr

  • How is Total Calculated(VBAP-MWSBP) in Sales Contracts(VA43)?

    Hi All, First of all, I'm no a SD consultant but rather an ABAPer.  Correct me if I'm wrong: Scenario: - Line Item 10,  Billing Plan, I have:     15 $2,016.00       7 $1,992.61 Total Net Value is:  $44,188.27 Total Tax(VBAP-MWSBP) per line item is ca