This photo was adjusted using an earlier version of Apple's RAW processing

It is May 16 2012. A couple of days ago there was an update to OSX. I am now at 10.7.4. My Aperture version is 3.2.3. Digital Camera Raw 3.12.0 build 615 and a bunch of zeros.
Last night when I imported a slew of photos, everything seemed to go well, but when all processing was complete all of the photos changed to a deep green hue. I finally found the message in the title line: "This photo was adjusted using an earlier version of Apple's RAW processing" and somewhat resolved the problem by individually reprocessing each master.
Does anyone know what has caused Aperture to act this way and how the problem can be fixed? From a timing perspective, I feel that it was the OSX update, but I cannot be sure.
Thanks in advance for any assistance.

I am on a MacBook Air (mid 2011) running Lion 10.7.4 and Aperture 3.2.3 with Digital Camera Raw 3.12.0.  I have the exact same green photo import problem described above.  I have a Panasonic Lumix DMC-GF3 and I shoot RAW.  Sometimes (I can't seem to determine what triggers this), when I click on the photo and Aperture brings it up in the Split View, Aperture briefly re-processes the photo and displays it without the green tint, but now the photo is over exposed.  If I right click->remove all adjustments, then the photo finally displays correctly.
Sometimes, Aperture tells me "This photo was adjusted using an earlier version of Apple's RAW processing".
The fix suggested by Snoop Dogg at https://discussions.apple.com/thread/3942768?start=30&tstart=0 took away the green tint.  But now the recently imported photo is still over exposed.  By default, I turn on "Auto Enhance" on on my imports into Aperture.  I still have to right click->remove all adjustments, then the reapply the "Auto Enhance" quick fix before my photo finally displays correctly.
Any thoughts on this would be appreciated.  Thanks.

Similar Messages

  • This photo was adjusted sung an earlier version of apple's RAW processing

    Using Aperture 3 I recieved this message when opening a new set of photos.  The reprocessing button does not work and all adjustments are not functioning.  What do I need to do be able to process these photos?

    I am on a MacBook Air (mid 2011) running Lion 10.7.4 and Aperture 3.2.3 with Digital Camera Raw 3.12.0.  I have the exact same green photo import problem described above.  I have a Panasonic Lumix DMC-GF3 and I shoot RAW.  Sometimes (I can't seem to determine what triggers this), when I click on the photo and Aperture brings it up in the Split View, Aperture briefly re-processes the photo and displays it without the green tint, but now the photo is over exposed.  If I right click->remove all adjustments, then the photo finally displays correctly.
    Sometimes, Aperture tells me "This photo was adjusted using an earlier version of Apple's RAW processing".
    The fix suggested by Snoop Dogg at https://discussions.apple.com/thread/3942768?start=30&tstart=0 took away the green tint.  But now the recently imported photo is still over exposed.  By default, I turn on "Auto Enhance" on on my imports into Aperture.  I still have to right click->remove all adjustments, then the reapply the "Auto Enhance" quick fix before my photo finally displays correctly.
    Any thoughts on this would be appreciated.  Thanks.

  • "This photo was adjusted using an earlier version...." on new imports

    Aperture version 3.0.3, Nikon D300 shooting RAW.
    I'm getting the Reprocess prompt on images I imported right into the current version, so they've not been anywhere near an earlier version. How can that be right?

    Try this, it may fix your problem...
    dont credit me, it was from a post in this thread...
    http://discussions.apple.com/thread.jspa?threadID=2330296&start=75&tstart=0
    =============================================================================
    When I selected one image, the “Raw Fine Tuning” menu on the left side of my screen, in the Ajustments tab, was gone and there was one message telling me that the image was processed with an earlier version of aperture and it needed reprocessing. Even if I select “Reprocess” nothing has changed.
    I spent one week seeking for a solution and that's what worked for me:
    1) I read in many forums that the solution was to delete the file "Raw Decode Presets.plist" in ~/Library/Application Support/Aperture. I checked but didn't found that I don’t that file. This file is where Aperture stores the raw decode presets that it uses every time you make an import. A didn’t have this file because I had never saved my presets.
    2) What I did to solve the problem was to go to another project that I had previously imported before upgrade to version 3.0.2, and selected an image.
    3) Aperture showed all right the “Raw Fine Tuning” menu in Ajustments tab. Then I clicked on the ajustment icon on the right corner of “Raw Fine Tuning" menu and selected the option “Save as Preset”. I gave the name of my camera to the file and saved it. I also selected the option “Save as Camera Default” in the same location.
    4) I closed and restarted Aperture.
    5) After that I went to the project where my dark green photos were. I selected one of the images and clicked on the “Reprocess” button that appeared in the place of “Raw Fine Tuning” Menu.
    6) Voila! The “Raw Fine Tuning” re-appeared and the image was recovered.

  • Persistent "document was created with an earlier version of Pages" error

    Since I upgraded to Pages '08 (3.0.2), Pages always thinks that I have created my documents with an older version — even new documents created with Pages '08. As a result, I am frequently shown this message when trying to save a document:
    "This document was created with an earlier version of Pages. To maintain the ability to open the document with earlier versions, click Save As and choose an application version."
    The options are: Save As..., Cancel, Save.
    Any ideas on why this is happening, even when working with Pages '08 documents?
    This just occurred to me: Maybe my templates were not upgraded along with the app, so every time I create a "new" document with an old template (even the template "Blank"), my documents would be in the old document format. Thoughts?

    It's a well known tip.
    On my machines, an Applescript is launched every morning which install a clean set of preferences files for the most often used programs.
    Doing that, I am quite free of the kind of oddity which striked on your machine.
    --(SCRIPT keepcleanprefs.app]
    To keep clean preferences files.
    In your userAccount's Preferences folder,
    create a subfolder named "safe_Prefs"
    Store in this folder clean duplicates of the preferences files subject to corruption.
    Save this script as an Application Bundle where you want.
    Why not in your Applications folder?
    Open the System Preferences Pane "Account"
    Click on the "Login" tab.
    Drag and drop the script's icon onto the window to add it to the list of login items.
    On every boot process, the script will be run so it will install the clean prefs.
    Of course, if you change something to the prefs and know that the file is clean,
    duplicate the new version to the safe_prefs folder.
    Yvan KOENIG (26 mai 2008)
    set p2prefs to path to preferences from user domain
    set p2Safe to (p2prefs as Unicode text) & "safe_Prefs:"
    if p2Safe does not end with ":" then set p2Safe to p2Safe & ":"
    tell application "Finder"
    if exists folder p2Safe then
    set liste to items of folder p2Safe
    repeat with p in liste
    if class of p is folder then
    set liste2 to items of p
    if liste2 is not {} then
    set p2prefs2 to ((p2prefs as text) & name of p & ":") as alias
    repeat with p2 in liste2
    duplicate (p2 as alias) to p2prefs2 with replacing
    end repeat
    end if
    else
    duplicate (p as alias) to p2prefs with replacing
    end if
    end repeat
    end if -- exists folder…
    end tell
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE dimanche 13 juillet 2008 17:41:09)

  • This file was created with a newer version of Adobe After Effects

    I downloaded the trial version of Adobe After Effects last night and spent a lot of time learning how to use the product, created my first tracking face on a body in a video.
    This morning when I tried to open the project I got an error message: After Effects Error: this file was created using a newer version of After Effects [3.0 (unknown)] -- time to upgrade your application!
    What should I do?

    Sounds odd. If you created it in CS6 it should open just fine in that same version. chances are that the project fiel is simply damaged. Impossible to tell without actualyl seeing the file.
    Mylenium

  • I have recently updated to iPhoto 9.2.1, more by accident I guess. In the older version off iPhoto when I imported photos and gave the event his own name, this name was also used in the "masterfile"

    I have recently updated to iPhoto 9.2.1, more by accident I guess. In the older version of iPhoto when I imported photos and gave the event his own name (for exampample "110723 birthday son 2011"), this name was also used in the "masterfile", so I could find the file by his name ("110723 birthday son 2011") in the "masterfile" on my HD and copy and paste it from there to other computers.
    In the new version the file gets stored under a seemingly random number, which does not give me any information about the content.
    Is there a way to fix this? Would it be different in apperture?
    Thanks
    Harald

    I have Iphoto '09, version 8.1.2 (424). I am having an identical problem.  All my pictures are imported into Iphoto when I downloaded them from my camera.  Until recently, I thought that the pictures were actually saved in the library.  Since I need to crop my pictures for the web, and Iphoto doesn't do that, I purchased Photoshop Elements to do that.  To my surprise, when I try to get a picture from Iphoto to Photoshop, it can't be done. That was when I realized, after wasting a lot of time, that the photos are not in the Iphoto library.
    I started naming the pictures on Iphoto so I had a recognizable file name to open on Photoshop. Couldn't find it.  I looked in the Backup folder and the Transfer software folder (I have a Nikon camera), and the names I entered in the Iphoto display, could not be found.
    When I am trying to upload a photo to the web, I get the Finder folder showing  with an active folder called "Photos" under "Media", which only displays Iphoto and PhotoBooth.  This is a folder name that I cannot find in my HD anywhere when I look for it.  If I edit a picture with Photoshop, I am not going to save it back to Iphoto (not sure whether it will work properly).  How do I get my folder of edited photos to show when I want to upload a picture to the web?
    Where (the name of the folder) do I find the pictures I see displayed on the Iphoto library, including any name changes, keywords added, and so on?

  • Premiere CC 2014: Message on loading project from older version: This project was last used with Mercury Playback Engine GPU acceleration (CUDA)...

    After installing Adobe CC 2014 I have each time a message when loading an old Adobe pro project. Message:This project was last used with Mercury Playback Engine GPU acceleration (CUDA), which is either not available or not certified on this system. Mercury Playback software will be used. I have very recent HP Zbook 15 with a NVIDIA Quadro K2100M. At webinar today it was explained how to solve this, but sound was not understandable at my machine at that moment. Help? What need I to do.

    Problem is solved since yesterday via Adobe helpdesk. It appeared that the newest driver for the NVIDIA were note present. So after downloading the new drivers it work. But I think Adobe should mention those issues when they launch new versions of Adobe CC like in June.

  • I just reinstalled iTunes, and it will not open, as it says iTunes library itl. was created from an earlier version. Any idea what this means, and how I can get itunes to open?

    I just reinstalled iTunes, and it will not open, as it says iTunes library itl. was created from an earlier version. Any idea what this means, and how I can get itunes to open?

    Many thanks.
    That suggests that another application has stashed old QuickTime componentry in your system files.
    So just in case we'll go looking for older QuickTime componentry in the most common locations for it to be stashed.
    First we'll need to change some view settings.
    In your Start menu, open Computer.
    In your Organise menu, select Folder Options.
    In the View tab, make sure that "Show hidden files and folders" is selected, and Hide extensions for known file types is unchecked.
    Click OK.
    Now in Computer, open your C:\ drive (or whichever drive you have your operating system installed on).
    Open the "Windows" folder.
    If you have a 32-bit version of Windows, open the "System32" folder.
    If you have a 64-bit version of Windows, open the "SysWOW64" folder.
    What files and folders can you see in there with QuickTime in the title? (In a standard installation of Quicktime you should be seeing precisely two files... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

  • I tried to open my adobe illustrator and this window popped up saying my trial had ended. i was not using a trial version, i have been paying monthly. so i went into my account online and my account still reads that my plan is active and will be until Mar

    i tried to open my adobe illustrator and this window popped up saying my trial had ended. i was not using a trial version, i have been paying monthly. so i went into my account online and my account still reads that my plan is active and will be until March 11, 2015. can you please tell me what the issue is and what i need to do to fix the problem.

    The CC purchased in March 2014 is active & working. Please follow :
    Creative Cloud products revert to trial after upgrading to Mac OS X 10.7.4 | CCM
    Creative Cloud applications unexpectedly revert to trial mode | CS6, CCM
    In case the issue is still unresolved, you can use the Contact Support link in the above links.
    Regards
    Rajshree

  • Must duplicate my photo because "this photo was previously edited with another application..."

    I've always used both iPhoto and Adobe Photoshop Elements for editing my photos. Previously, I could edit in the external application (Adobe PE), save the photo (back to iPhoto), go back into iPhoto and then still edit that photo within iPhoto if I wanted to.
    Recently, though, if I edit a photo in Adobe PE and save it, if I attempt to edit it further within iPhoto, I am warned: "Image Cannot Be Edited: This photo was previously edited with another application or with an early version of iPhoto. Duplicate this photo to edit it."
    I don't WANT to keep duplicating my photos - it's a stupid waste and I just want to tweak my previously edited photo.
    When did iPhoto start requiring duplication in order to edit a photo that had been worked on in another program?
    And why?
    And is there any way I can change this or get around it?
    Thanks.

    Where are you seeing these Jpegs when you duplicate the Raw?
    Duplications are virtual. Try this test.
    Select a Raw and go File -> Reveal in Finder -> Original
    That brings you to the Master file in the iPhoto Library. It's selected.
    Apply a label to it - In the Finder: File -> Label.
    Now, back to the iPhoto Window and gp Photos -> Duplicate
    You now have a second snap in the Event  -> My Photo - version 2
    Select Version 2 and go  File -> Reveal in Finder -> Original
    Notice that it brings you to the same file.
    So, you've duplicated the Photo, not the file.
    Regards
    TD

  • I installed the InDesign CC Testversion and now i try to open INDD-Files from earlier Version. Always i get the error "This file is made by an earlier Version...." but it´s CC that is the latest Version. What is the problem ? Should i have to convert the

    I installed the InDesign CC Testversion and now i try to open INDD-Files from earlier Version. Always i get the error "This file is made by an earlier Version...." but it´s CC that is the latest Version. What is the problem ? Should i have to convert the files ?

    Adobe has been using confusing version names for at least five years.
    There are now two versions labeled CC, version 9 and version 10 (also known as CC 2014). Version 10 is the latest, and if you attempt to open a version 10 file in Version 9 that is not fully patched you will get an error message telling you that the file cannot be opened. The latest patch for version 9 should use a cloud-based service at Adobe to convert version 10 files to IDML and allow you to open that.
    I suspect you may be using an older operating system. Version 10 requires that your system runs at least OS X 10.7 or Windows 7 SP1 and if you are not it will not even be offered to you.

  • 'This project was saved in a newer version of Adobe Premiere Pro' but the project came from the exact same version??

    Hey there,
    I have two computers running the exact same version of Premiere (CC 2014) and both are currently updated.
    I saved the project onto the server using one computer, then when I try to open it on the other comp I get this message:
    'This project was saved in a newer version of Adobe Premiere Pro and cannot be opened in this version.'
    Both comps are logged into the same creative cloud account and both work fine individually...
    Does anyone out there have a fix for this??
    Help would be much appreciated!!
    Thanks!
    Ben

    Are you sure the updates are the exactly the same, look at the 'about' details under the help menu, are the build numbers the same:

  • Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    There is no 'earlier' version that supports XP. iCloud launched with Vista/7 support only.

  • When I try to open itunes it says; This version of itunes has not been correctly localized for this language.  Please use the English version.  How do I fix this problem?

    When I try to open itunes it says; This version of itunes has not been correctly localized for this language.  Please use the English version.  How do I fix this problem?

    Hey KEBENNETT, 
    It sounds like you've restored Windows on your PC and iTunes is no longer opening and running normally. 
    I'd recommend using the instructions found at step 4 and 5 in this article to repair or remove/reinstall your iTunes installation:
    Issues installing iTunes for Windows - Apple Support
    All the best,
    Jeremy 

  • "This document was created with an unsupported version of Excel. Only documents created with Excel '97 or later can be opened.

    I keep getting this message when I try to open an Excel file "This document was created with an unsupported version of Excel. Only documents created with Excel ’97 or later can be opened.

    You could try opening the Excel document with LibreOffice and then resaving it in a compatible version before opening in Numbers.
    Jerry

Maybe you are looking for