Writing binary .raw file

Hi 
I am facing problem with writing binary file as .raw file. I have attached my VI please let me know whether I am mistaking with creating and writing files. I will appreciate your help. 
Thanks 
Attachments:
writing_binary file.vi ‏67 KB

Your actual writing of the file looks fine to me.  If you wanted to make it a little simpler, you could actually not use the File Open and the File Close functions.  You can wire the path straight into the Write Binary File and if you don't wire the file reference out, it will close the file.  Were you having problems with something?
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Writing binary to file with 24 or 32-bit numbers

    I am using an NI4472 DAQ to sample some analog data at 24-bits and I want to write the data to disk. However LabView only has a VI to write 16-bit data to disk. Is there a way to write 24 or 32 bit binary numbers to a file?

    The VI you are looking at is probably one of the "Easy VIs" that is setup for a specific application. You can create more general programs to write a binary file with any data type you desire. I would recommend taking a look at the Write Binary File example that ships with LabVIEW. It shows a more general approach to writing data to a binary file. In this example they write double precision numbers but you could easily replace the data with I32s.

  • Writing binary data to a file without carriage returns every 512 bytes

    Is there a VI for writing binary data to a file without carriage returns being inserted every 512 bytes?
    Thanks

    Hi Momolxg,
    I could be way off on this. I tried to simulate what you've done by
    making a for loop that would run a set number of times. For my example I
    used 1025. I wired the iteration terminal to a 'Write to SGL File.vi'
    outside the loop with indexing enabled. It wrote the SGL data from 0 to
    1024 to the file. I then read the file with a 'Read Characters from
    File.vi' and searched the output for a carriage return (0D hex). It was
    found five times. The reason why was the SGL number it was reading had a
    13 (0D hex) in it. Perhaps you're running into a similar problem?
    I tried it again, this time using the 'Write to I16 File.vi'. The
    carriage return was found five times: the 28th character the first time
    then on the 512th character four consecutive time
    s after that. I suppose
    that makes sense that you'd find a 0D in the numbers at equal spacings if
    they're incrementing this way... In this case the carriage returns you're
    seeing are actually numbers from your data.
    One big difference is that I'm using a set pattern of numbers. This
    doesn't appear to be your case. Is there a better way we can duplicate
    your problem? It sounds interesting. Again my simulation could be way
    off. (I'm also running this on LV60 for Linux so my results could be
    different)
    - Kevin
    In article <[email protected]>,
    "momolxg" wrote:
    > Is there a VI for writing binary data to a file without carriage returns
    > being inserted every 512 bytes? Thanks

  • Read Binary(raw Image) data from a file

    Hi
    PLEASE HELP, I want to Read Binary(Raw Image)data (16 bit integer) from a file and display on the JPanel or JFrame.

    Hi, you'll need to use MemoryImageSource.
    You read each RGB triple and add it to a pixel[].
    Heres the roughg idea.
    Hope that helps.
    Harley.
    int width,height;
    int[] pixels = new int[width*height];
    while(!fileDone)
    for(int i=0; i<(width*height) i++){
    int rgb = inputStream.readInt();
    pixels[i] = rgb;
    DirectColorModel colorModel = new DirectColorModel(16,0xff00,0x00ff,0x00ff);
    MemoryImageSource memImage = new MemoryImageSource(width,height,pixels,0,width));

  • Raw files converted to binary docs (exec).  Any ideas on how to get them back to raw?

    Ok. Short and sweet first post here.  Thanks in advance for any assistance.
    I've done this same process on jpegs many times without issue.  This time I forgot where I was in my workflow and tried a batch rename on my raw files.
    I selected all raw files in a folder, went to tools -->  batch rename and entered my file naming sequence as I wanted it to read.  Hit enter and watched the file names change correctly BUT the actual files were converted to "binary documents" and I can't figure out how to get them back to raw.  My thumbs are gone.  If I click on one of the files, the exec file tries to load in terminal.
    What happened to my raw files?  There are 255 images here from a wedding that I would rather not edit all over again.  Please help!
    Mac OSX 10.5.7
    Bridge CS3 2.1.1.9

    Ok.  The files don't read any particular extension as seen in my previous attachment.  F2 brightens my monitor.  It is not associated with any other shortcut.  Right click --> rename (not batch) brings the thumbnail back but without the edits.  All I did in the beginning was batch rename a folder full of raw images plus 3 psd files. Nothing else.  You can see that "new extension" is selected in the top field of the batch rename window.  is this the mistake and how can I recover my edits if it is.  
    There are 253 edited images in this folder.  Manual renaming will take ages.  Editing all of them again is also making me ill.    I was prepping the files for client submission which is due today when this happened.

  • Memory issues writing binary files, using a subVI to do all File Handling, topVI, when run normally files are way too large.

    Problem writing binary files with LV 8.5. I have one VI that does all the interaction/file I/O and another VI for testing. I find when I run the subVI where all the data reading/writing is happening with break points and single stepping through the code all is OK, but when I run normally the files are much larger than they should be and as well when I close the files I get a error. Any insights?  
    Walter

    Waltz wrote:
    I found the problem, I was actually trying to close the files twice.
    I don't see how this could cause the symptoms you described in the first post.
    (It only explains the error on close).
    LabVIEW Champion . Do more with less code and in less time .

  • Opening RAW files in Bridge - not recognized as "Camera RAW files"

    I would appreciate any help with this as I am frustrated after spending hours trying to figure this out:
    I use a Mac OS X laptop
    I have a Panasonic (DMC FZ8) camera that I've been taking RAW pictures with. I plug my camera into my computer and try and open the RAW files directly from the camera using Bridge (I have Photoshop CS2)..I have also tried copying the files to a folder on my desktop and opening from there. The problem is that Bridge doesn't recognize my .RAW files as actual "Camera RAW" files and the icons remain as the Preview icon and not actually a preview of the image. If I click on it to open it in Photoshop the "Photoshop RAW Options" come up set on 8 bits and when I open it, it's just a gray screen. I have checked the settings for RAW Camera and the Panasonic RAW files .raw is selected. I have also tried selecting "show only camera raw files" in my window that is open and my .RAW files that are there gray out - so the program isn't recognizing them.
    I just downloaded the Plug-in 3.7 Camera Raw and had to create folders for it in Application Support/Adobe/Plug-Ins/CS2/File Formats. the only folder I had was Application Support/Adobe so the rest I created.
    I'm now lost as to what I should do next. Nothing I try seems to be working.
    PLEASE HELP!

    >I plug my camera into my computer and try and open the RAW files directly from the camera
    Ouch! Ouch! Ouch!
    That is a monumentally bad idea. Transfer the closed files to your local hard drive first.
    This excerpt is from a long-gone post by the late, lamented author Bruce Fraser:
    Bruce Fraser - 4:17pm Jun 14, 04 PST (#5 of 21)
    Opening files directly from the camera is a bad idea for a variety of reasons*, and it most certainly isn't faster than using a FireWire or USB2 card reader.
             Drains the camera battery
             Runs the risk of the software you're using to open the images writing to the card and destroying the format
             Runs a small but significant risk of USB power frying the camera
             Slowest method known to mankind of getting images off a CF or SD card

  • Photoshop crashes when trying to open any RAW files

    Hi, I'm running PS 5.1 on a Mac Pro OS 10.7.5. Every time I try and open a RAW file (.DNG, .CR2 etc) Photoshop thinks about it then quits.
    I have uninstalled then re-installed PS, cleared the caches, deleted the PS settings, downloade and installed Camera Raw 6.7.
    Same files open OK on another Mac.
    I had had problems with Bridge quitting a couple of weeks ago, which I resolved, don't know if that's related.
    Crash report below, any suggestions welcome!
    Process:         Adobe Photoshop CS5.1 [67439]
    Path:            /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:      com.adobe.Photoshop
    Version:         12.1 (12.1x20110328.r.145] [12.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [177]
    Date/Time:       2012-12-05 16:36:26.634 +0000
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028
    VM Regions Near 0x28:
    -->
        __TEXT                 0000000100000000-00000001026fc000 [ 39.0M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Application Specific Information:
    objc[67439]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.CameraRaw                     0x000000011c132752 EntryFM + 2507314
    1   com.adobe.CameraRaw                     0x000000011c0c26d2 EntryFM + 2048434
    2   com.adobe.CameraRaw                     0x000000011bc7614a 0x11bbe1000 + 610634
    3   com.adobe.CameraRaw                     0x000000011bee4941 EntryFM + 91169
    4   com.adobe.CameraRaw                     0x000000011be9ff90 0x11bbe1000 + 2879376
    5   com.adobe.CameraRaw                     0x000000011bec5aa9 0x11bbe1000 + 3033769
    6   com.adobe.CameraRaw                     0x000000011c2e8cf4 EntryFM + 4302804
    7   com.adobe.CameraRaw                     0x000000011c2ec36f EntryFM + 4316751
    8   com.adobe.Photoshop                     0x00000001006ffd19 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4339925
    9   com.adobe.Photoshop                     0x000000010046051e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1589466
    10  com.adobe.Photoshop                     0x0000000100461115 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1592529
    11  com.adobe.Photoshop                     0x0000000100460ca3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1591391
    12  com.adobe.Photoshop                     0x0000000100467413 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1617871
    13  com.adobe.Photoshop                     0x000000010050f0ae AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2305130
    14  com.adobe.Photoshop                     0x00000001004bfe60 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1980956
    15  com.adobe.Photoshop                     0x00000001000804bf 0x100000000 + 525503
    16  com.adobe.Photoshop                     0x0000000100c33b8f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9795403
    17  com.adobe.Photoshop                     0x0000000100080063 0x100000000 + 524387
    18  com.adobe.Photoshop                     0x000000010006b51a 0x100000000 + 439578
    19  com.adobe.Photoshop                     0x0000000100461c2a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1595366
    20  com.adobe.Photoshop                     0x000000010006be40 0x100000000 + 441920
    21  com.adobe.Photoshop                     0x000000010006c037 0x100000000 + 442423
    22  com.adobe.Photoshop                     0x000000010007115a 0x100000000 + 463194
    23  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    24  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    25  com.adobe.Photoshop                     0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    26  com.adobe.Photoshop                     0x00000001000786a4 0x100000000 + 493220
    27  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    28  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    29  com.adobe.Photoshop                     0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    30  com.apple.AppKit                        0x00007fff90170a0e -[NSApplication run] + 555
    31  com.adobe.Photoshop                     0x00000001012e0644 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794112
    32  com.adobe.Photoshop                     0x00000001012e10a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16796765
    33  com.adobe.Photoshop                     0x0000000100068286 0x100000000 + 426630
    34  com.adobe.Photoshop                     0x0000000100237199 0x100000000 + 2322841
    35  com.adobe.Photoshop                     0x0000000100237229 0x100000000 + 2322985
    36  com.adobe.Photoshop                     0x0000000100002294 0x100000000 + 8852
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87a237e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff87a30786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff87a2f316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.amt.services                  0x0000000107f6a247 C_AMTUISwitchSuppressUpdates + 16439
    3   com.adobe.amt.services                  0x0000000107f6339e C_EULA_SetState + 1742
    4   com.adobe.amt.services                  0x0000000107f6a2b2 C_AMTUISwitchSuppressUpdates + 16546
    5   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87a216ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8624526e MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010e220b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff87a216ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8624526e MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010e220b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff87a216ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8624526e MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010e220b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598718d 0x10594d000 + 237965
    6   AdobeACE                                0x0000000105986b3a 0x10594d000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598718d 0x10594d000 + 237965
    6   AdobeACE                                0x0000000105986b3a 0x10594d000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598718d 0x10594d000 + 237965
    6   AdobeACE                                0x0000000105986b3a 0x10594d000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff87a22e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8b7a2dea nanosleep + 164
    2   com.adobe.PSAutomate                    0x0000000111881fdb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x0000000111863f13 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate                    0x00000001118820d6 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x0000000112887ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000011263fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x0000000112887ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000011263fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x0000000112887ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000011263fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x0000000112887ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000011263fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff87a2167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8907a50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff89082c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff89082486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8aa31fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8aa2815a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f02a6 _pthread_cond_wait + 890
    2   com.adobe.adobeswfl                     0x0000000112887cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x00000001128a406c APXGetHostAPI + 2583276
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f02a6 _pthread_cond_wait + 890
    2   com.adobe.adobeswfl                     0x0000000112887cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x0000000112a22573 APXGetHostAPI + 4149235
    4   com.adobe.adobeswfl                     0x0000000112887e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000011288816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000112888299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff87a22d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x0000000114f29562 Invoke + 54020
    2   ServiceManager-Launcher.dylib           0x0000000114f286bf Invoke + 50273
    3   ServiceManager-Launcher.dylib           0x0000000114f27706 Invoke + 46248
    4   ServiceManager-Launcher.dylib           0x0000000114f27761 Invoke + 46339
    5   ServiceManager-Launcher.dylib           0x0000000114f277e2 Invoke + 46468
    6   ServiceManager-Launcher.dylib           0x0000000114f21eed Invoke + 23695
    7   ServiceManager-Launcher.dylib           0x0000000114f22086 Invoke + 24104
    8   ServiceManager-Launcher.dylib           0x0000000114f22b0f Invoke + 26801
    9   ServiceManager-Launcher.dylib           0x0000000114f22bfd Invoke + 27039
    10  ServiceManager-Launcher.dylib           0x0000000114f25eff Invoke + 40097
    11  ServiceManager-Launcher.dylib           0x0000000114f261a5 Invoke + 40775
    12  ServiceManager-Launcher.dylib           0x0000000114f26764 Invoke + 42246
    13  ServiceManager-Launcher.dylib           0x0000000114f26951 Invoke + 42739
    14  ServiceManager-Launcher.dylib           0x0000000114f1867f Login + 1773
    15  ServiceManager-Launcher.dylib           0x0000000114f19d01 Login + 7535
    16  ServiceManager-Launcher.dylib           0x0000000114f26e88 Invoke + 44074
    17  ServiceManager-Launcher.dylib           0x0000000114f292a1 Invoke + 53315
    18  libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    19  libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f02a6 _pthread_cond_wait + 890
    2   com.apple.CoreServices.CarbonCore          0x00007fff861ffec4 TSWaitOnConditionTimedRelative + 157
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffc9b TSWaitOnSemaphoreCommon + 358
    4   com.apple.CoreServices.CarbonCore          0x00007fff862336d6 AsyncFileThread(void*) + 219
    5   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 23:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87a22df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff890cbc8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff87a216b6 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw                     0x000000011c1369c1 EntryFM + 2524321
    2   com.adobe.CameraRaw                     0x000000011c168cd3 EntryFM + 2729907
    3   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011be31539 0x11bbe1000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011be30790 0x11bbe1000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011be31539 0x11bbe1000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011be30790 0x11bbe1000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011be31539 0x11bbe1000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011be30790 0x11bbe1000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 30:: cr_scratch
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.CameraRaw                     0x000000011bc440a3 0x11bbe1000 + 405667
    3   com.adobe.CameraRaw                     0x000000011bfba594 EntryFM + 966772
    4   com.adobe.CameraRaw                     0x000000011bd09f88 0x11bbe1000 + 1216392
    5   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 31:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff87a22e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8b7a2dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff8b7a2bb5 usleep + 53
    3   com.apple.AppKit                        0x00007fff903a911b -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff8c99772a -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8c9976a2 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff87a23192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b7ee594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b7efb85 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff87a216b6 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw                     0x000000011e1d69c1 EntryFM + 2524321
    2   com.adobe.CameraRaw                     0x000000011e208cd3 EntryFM + 2729907
    3   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011ded1539 0x11dc81000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011ded0790 0x11dc81000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011ded1539 0x11dc81000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011ded0790 0x11dc81000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8626da5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff861ffea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff86244e81 MPWaitOnQueue + 181
    5   com.adobe.CameraRaw                     0x000000011ded1539 0x11dc81000 + 2426169
    6   com.adobe.CameraRaw                     0x000000011ded0790 0x11dc81000 + 2422672
    7   com.apple.CoreServices.CarbonCore          0x00007fff86245ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 37:: cr_scratch
    0   libsystem_kernel.dylib                  0x00007fff87a22bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b7f0274 _pthread_cond_wait + 840
    2   com.adobe.CameraRaw                     0x000000011dce40a3 0x11dc81000 + 405667
    3   com.adobe.CameraRaw                     0x000000011e05a594 EntryFM + 966772
    4   com.adobe.CameraRaw                     0x000000011dda9f88 0x11dc81000 + 1216392
    5   libsystem_c.dylib                       0x00007fff8b7ec8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b7efb75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000001  rcx: 0x000000000000000a  rdx: 0x0000000000000009
      rdi: 0x0000000106c27000  rsi: 0x0000000001000000  rbp: 0x00007fff5fbe8820  rsp: 0x00007fff5fbe87c0
       r8: 0x0000000106c2be00   r9: 0x00000001156b3090  r10: 0x0000000000000000  r11: 0x000000004cf121c7
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00007fff5fbe87e0
      rip: 0x000000011c132752  rfl: 0x0000000000010297  cr2: 0x0000000000000028
    Logical CPU: 2
    Binary Images:
           0x100000000 -        0x1026fbfff +com.adobe.Photoshop (12.1 - 12.1x20110328.r.145] [12.1) <568CD2C0-8B76-63A9-A42A-B3D943DD7362> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
           0x1032f4000 -        0x1032f4fff +GlimsLoaderMinimal.dylib (??? - ???) <951A7DBD-1ACB-0D85-E99B-871D1708BBF5> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
           0x1032f7000 -        0x10336ffef +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <7AAC7875-787B-A4BA-F319-2B4425511ED4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobe_caps.framework/Versions/a/adobe_caps
           0x10337b000 -        0x103382fff  org.twain.dsm (1.9.5 - 1.9.5) <D3C111E6-AAE8-3267-B760-1529D0917170> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x10338a000 -        0x10339bff8 +com.adobe.ahclientframework (1.6.0.20 - 1.6.0.20) <AD464E16-20D1-A4FC-878D-CF44322F72BC> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/ahclient.framework/Versions/a/ahclient
           0x1033a8000 -        0x1033aefff  com.apple.agl (3.2.0 - AGL-3.2.0) <C98394A8-305D-3904-BEAE-8340FF988F15> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1033b5000 -        0x1035bbfef +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobelinguistic.framework/Versions/3/AdobeLinguistic
           0x10364e000 -        0x1037fcfef +com.adobe.owl (AdobeOwl version 3.0.93 - 3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeOwl.framework/Versions/a/AdobeOwl
           0x10389e000 -        0x103ccefef +AdobeMPS (??? - ???) <E541F5F1-21BB-D779-1475-B1553950E1B9> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeMPS.framework/Versions/a/AdobeMPS
           0x103e28000 -        0x104153ff7 +AdobeAGM (??? - ???) <8FE8A26F-F2C4-128B-ECF9-197279A31D70> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAGM.framework/Versions/a/AdobeAGM
           0x104220000 -        0x104548fe7 +AdobeCoolType (??? - ???) <D55BD5E5-B430-7701-A11E-0FF989536E57> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeCoolType.framework/Versions/a/AdobeCoolType
           0x1045e0000 -        0x104601ff7 +AdobeBIBUtils (??? - ???) <B37FD8D7-142F-EE1E-4C63-93C1C59B4318> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/a/AdobeBIBUtils
           0x10460e000 -        0x104639ff6 +AdobeAXE8SharedExpat (??? - ???) <C59B0A11-E89B-F50C-916C-D09F40C1BAA3> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/a/AdobeAXE8SharedEx pat
           0x10464b000 -        0x10478ffef +WRServices (??? - ???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/wrservices.framework/Versions/a/WRServices
           0x1047d6000 -        0x10483bfff +aif_core (??? - ???) <0E7876E5-6465-676D-06DE-D8F44E3663EB> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/aif_core.framework/Versions/a/aif_core
           0x104857000 -        0x10486dfff +data_flow (??? - ???) <A0C1FB2F-4EB4-7F3E-98E7-82BE18D631B6> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/data_flow.framework/Versions/a/data_flow
           0x104885000 -        0x10491bfff +image_flow (??? - ???) <70C5AE43-18D4-7E41-0BB1-FE9EF1792E6C> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/image_flow.framework/Versions/a/image_flow
           0x104992000 -        0x1049b0fff +image_runtime (??? - ???) <140A4ED7-DAAA-2E4F-D211-7E2A491CFD5C> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/image_runtime.framework/Versions/a/image_runtime
           0x1049cd000 -        0x104bfcfff +aif_ogl (??? - ???) <4E5A4532-CED3-1A19-C852-1C5560F4017A> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/aif_ogl.framework/Versions/a/aif_ogl
           0x104cdb000 -        0x104d6efff +AdobeOwlCanvas (??? - ???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/a/AdobeOwlCanvas
           0x104d8e000 -        0x1050d7fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvaui.framework/Versions/a/dvaui
           0x105267000 -        0x1053e9fe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvacore.framework/Versions/a/dvacore
           0x10548b000 -        0x105803fff +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvaadameve.framework/Versions/a/dvaadameve
           0x10594d000 -        0x105a62fff +AdobeACE (??? - ???) <C544307E-C1E6-FCA8-4D32-2EC0D5820BBD> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeACE.framework/Versions/a/AdobeACE
           0x105a87000 -        0x105aa3fff +AdobeBIB (??? - ???) <C0E29690-D406-8834-CA1D-0A4252A0946E> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIB.framework/Versions/a/AdobeBIB
           0x105aad000 -        0x105b1fff7 +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <E604CBB8-A3F0-69D1-510B-3D8156D37D29> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/amtlib.framework/Versions/a/amtlib
           0x105b36000 -        0x105c09ffb +AdobeJP2K (??? - ???) <BF2DBEA4-E71A-7112-53CA-8E7D73B1EFE5> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobejp2k.framework/Versions/a/AdobeJP2K
           0x105c29000 -        0x105c2dff8 +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <09559AEB-61DE-8DE8-4315-BFA0A7D6394B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adbeape.framework/Versions/a/adbeape
           0x105c32000 -        0x105ca9fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5.0 -i 33 [debug] - 64.140949) <ED51DA76-662A-8156-3D42-2146684A60B6> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/FileInfo.framework/Versions/a/FileInfo
           0x105cca000 -        0x105d28ffd +com.adobe.AdobeXMPCore (Adobe XMP Core 5.0 -c 61 - 64.140949) <D02D367B-FF1E-AD63-993C-5CD907CCFCCE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeXMP.framework/Versions/a/AdobeXMP
           0x105d36000 -        0x1061d1fff +com.nvidia.cg (2.2.0006 - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/Cg.framework/Cg
           0x106757000 -        0x1067adfeb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/LogSession.framework/Versions/a/LogSession
           0x1067f2000 -        0x106817ffe +AdobePDFSettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobepdfsettings.framework/Versions/a/AdobePDFSettings
           0x106851000 -        0x106856ffd +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <5625AF72-323C-27C5-0094-213D09698D11> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/a/AdobeCrashReporter
           0x10685a000 -        0x1069f7fff +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <09F6FBA4-E768-BDFB-35AE-C7EB8EBA2D1A> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/PlugPlug.framework/Versions/a/PlugPlug
           0x106aa5000 -        0x106b88fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x106bde000 -        0x106bf7feb +libtbb.dylib (??? - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbb.dylib
           0x106c08000 -        0x106c0efeb +libtbbmalloc.dylib (??? - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106c15000 -        0x106c15fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106c18000 -        0x106c20ff3 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/boost_threads.framework/Versions/a/boost_threads
           0x106fe7000 -        0x106fe9fff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1079eb000 -        0x1079faff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D5083346-BF48-325F-9399-06F4F9D7986C> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x107f46000 -        0x107fbaff3 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <1B6C37A0-570C-14D0-52A3-87C835F530BB> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x107ff7000 -        0x107ff8ff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <B33779D3-937C-39A1-91E9-385B5268EF70> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10a0a5000 -        0x10a0c0fff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <489CAB2F-2854-3435-81CD-A062384016F7> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x10a0c5000 -        0x10a0e6fff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <32EBCCBC-E862-3888-8202-B01053FDFECA> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x10a0ea000 -        0x10a0fcff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <8F0BC42F-025B-3803-9C3E-FBD99199DFAA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10a8d0000 -        0x10a8d8fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x10a8ed000 -        0x10a8f4fff +Enable Async IO (??? - ???) <9AE049A5-F53E-657B-D0AE-01C42D817A19> /Applications/Adobe Photoshop CS5.1/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x10aa83000 -        0x10aa8cfff +FastCore (??? - ???) <1565E455-4A86-A3BD-113F-CD828F2C5150> /Applications/Adobe Photoshop CS5.1/*/FastCore.plugin/Contents/MacOS/FastCore
           0x10b4f7000 -        0x10b4fcfff +com.alienskin.autolayer2 (2.0.3 - 2.0.3) <366D5E89-4AAD-EB7E-BFF1-A63EA8EA0A64> /Applications/Adobe Photoshop CS5.1/*/Autolayer2.plugin/Contents/MacOS/Autolayer2
           0x10e100000 -        0x10e163ff3 +MMXCore (??? - ???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5.1/*/MMXCore.plugin/Contents/MacOS/MMXCore
           0x10e1eb000 -        0x10e256ff0 +MultiProcessor Support (??? - ???) <4FEA98F6-A072-F0BF-0E30-BEFDBD623611> /Applications/Adobe Photoshop CS5.1/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x10fbc4000 -        0x10fbe4ff7 +com.adobe.ape (adbeapecore version 3.1.74.12761 - 3.1.74.12761) <48D74CFC-E9C7-143A-F971-2C7F0ACF7602> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x10fbf3000 -        0x10fbf7fff  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x11139f000 -        0x1113a4fff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x111700000 -        0x11195cfef +com.adobe.PSAutomate (12.1 - 12.1) <951D5D57-776F-5A95-24A0-D70623A9902F> /Applications/Adobe Photoshop CS5.1/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x111b7a000 -        0x111c1effb +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.12764) <C53B3FBF-7530-1DAF-66E7-C2E50F25A6DE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/a/AdobeExtendScript
           0x111c83000 -        0x111d23fef +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.12764) <2A61AEB9-8E9D-8136-9B6F-B4394D6AB7AE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeScCore.framework/Versions/a/AdobeScCore
           0x112600000 -        0x11346aff3 +com.adobe.adobeswfl (??? - 2.0.0.11360) <39C5D47B-EB0F-9FE5-ABA7-7D925DB9C036> /Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL
           0x114deb000 -        0x114df5fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x114dfb000 -        0x114dfeff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x114e16000 -        0x114e16fff +cl_kernels (??? - ???) <5F8CE94B-0F5A-4377-9055-D6B0E339FD0E> cl_kernels
           0x114e22000 -        0x114e22ff1 +cl_kernels (??? - ???) <9C609949-001F-4A61-B4A5-AE113FD28821> cl_kernels
           0x114e42000 -        0x114e43ff2 +cl_kernels (??? - ???) <F80C9761-0A7C-43E1-AA18-145FF1758511> cl_kernels
           0x114eca000 -        0x114f07feb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <188E3565-26D6-6A54-01E2-1BBBF73AE24E> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotificati ons
           0x114f16000 -        0x114f3efef +ServiceManager-Launcher.dylib (236.0.0 - compatibility 2.5.0) <DBEE8529-7074-635B-2CAD-DF7BA597D909> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x114ff0000 -        0x114ff7fff  com.apple.URLMount.AFPPlugin (4.0.1 - 4.0.1) <AED06955-CA86-358A-A5E5-13DBF2414D9A> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x115206000 -        0x1152a5ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
           0x1154a0000 -        0x1154abff7  com.apple.AppleSRP (1.0 - 1) <A5A2A975-E6EF-3337-A548-CA49B88AD3FE> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x1154c1000 -        0x1154c2ff3 +cl_kernels (??? - ???) <1069E1C3-3576-473F-9A2A-20FF840E0F4A> cl_kernels
           0x115889000 -        0x1158d5ff7  com.apple.AppleShareClientCore (2.5.1 - 2.5.1) <B0872E16-1CCE-3F21-BAC0-9F0DBE60D583> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
           0x116fb9000 -        0x116fbaff3 +cl_kernels (??? - ???) <ACB0AAE7-7E8B-4EB8-AFE7-439BADE203BB> cl_kernels
           0x1173ec000 -        0x1173effff  libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x11bbe1000 -        0x11cd1dfe7 +com.adobe.CameraRaw (6.7 [339] - 6.7.0f339) <EE11AFE4-0A58-B5C6-F22A-55658C54E036> /Applications/Adobe Photoshop CS5.1/*/Camera Raw.plugin/Contents/MacOS/Camera Raw
           0x11d7d8000 -        0x11d990fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11d9c7000 -        0x11db21fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
           0x11dbaa000 -        0x11dbd8ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x11dc81000 -        0x11edbdfe7 +com.adobe.CameraRaw (6.7 [339] - 6.7.0f339) <EE11AFE4-0A58-B5C6-F22A-55658C54E036> /Library/Application Support/Adobe/*/Camera Raw.plugin/Contents/MacOS/Camera Raw
           0x200000000 -        0x200370ff7  com.apple.GeForce7xxxGLDriver (7.4.1 - 7.0.4) <04257F1A-E658-3606-8044-BD0688603708> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xxxGLDriver
        0x7fff61641000 -     0x7fff61675baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff85d9d000 -     0x7fff861bbff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff861bc000 -     0x7fff864d8fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff864d9000 -     0x7fff86703fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86704000 -     0x7fff8671bfff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff86731000 -     0x7fff86732ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff868a0000 -     0x7fff868a8fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib

    Problem (hopefully) solved!
    file>open has always been available, but when i select a file and open it is when it hangs. Hitting esc then has no effect.
    Tried the reset preferences - still no change.
    A friend suggested delete all network printers and voila - it worked! Still keeping fingers and toes crossed every time I use pshop, a little annoying that I have to send files to another machine to print (fortunately I rarely need to print files), and input devices hard to use with everything crossed.
    Thanks for suggestions Dave.

  • Can I include raw files into the installer folder with LV application builder?

    Hello,
    I have created a batch file that will run at the end of the installer, which will copy over some raw configuration files into the source destination so that the configuration files can be customized for each end user without rebuilding the installer with application builder. I also have an autorun.inf so the installer will automatically run when the user installs the CD.  
    However I would like to have some default configuration files and an autorun.inf file that will be automatically added to the installer "volume" folder using the application builder. 
    However I don't see a way to include raw files in the "volume" folder. It appears all source files in the application builder are embedded into the binary files.
    Please let me know if this is possible with the current application builder.
    Regards,
    Russell
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

    Russel,
    i think this link might give you some good hints....
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can no longer write metadata to Raw files

    My team an d I are working in Photoshop CS5, we write metadata to jpegs and Raw files- saving to Raw database not as sidecar .xmp files.  We are no longer able to save the metadata to Raw files.  There is no error message, the data writes like normal and the user who writes the metadata can see it but when you open in another computer the metadata fields are empty, however the jpegs do have the new metadata.  Was there a setting change at some point? This has been going on for a couple months and I cannot find an answer anywhere.  Again, we batch write to RAW+Jpeg, the jpeg files save the metadata but the Raw files look like the data saved but is not visible on any computer other thant he one that added the new metadata. This is occurring on multiple computers, both Mac and PC.

    TimVasilovic wrote:
    I understand the process you are describing,  In the past I have been able to embed metadata to a Raw file, move it to a server, pick that file up on another computer and see the metadata without need of the .xmp sidecar.  Is the ability to embed no longer supported  by Photoshop? Since this issue began we have taken to doing all our metadata editing in PhotoMechanic, which embeds without creating a sidecar.  If Photoshop is pushing people to create sidecar .xmp files only for writing metadata to Raw files I will probabaly move fully to PhotoMechanic because using sidecars has proven tricky in the past with how our files get moved around.
    If using Adobe Camera Raw on camera raw file you either have an XMP sidecar file created or the data is stored in a database.  Which happens it is your option in Edit/camera raw.  If you use ACR and edit a jpeg it does not create a distinct XMP file but it is also not directly written to the image either.  One can still delete the edits in Bridge with Edit/develp settings.
    If you use a DNG the metadata is written to the image.  Not sure what process Photo Mechanic uses.
    It appears to be a permission problem as other than CS6 Bridge is now 64 bit and has a new cache method there are no changes in how it handles metadata.

  • Anyone know how to write to a RAW file format?

    Hello,
    Been trying to find out if there is any way to write a RAW format file from an array containing pixel values? Do I just use a file writer and save as *.raw?
    Also, what information must I include beyond the pixel values?
    Thanks!

    Well, I had found those already and they weren't of
    too much help to my problem (how to actually create
    the RAW file), but thanks.I'd imagine that you'd create the RAW file according to the specifications provided. The links provided give you information as to the format of the RAW file. In order to actually create the RAW file, you'd simply spit out the properly-formed data to a file (see a tutorial such as "Lesson: I/O: Reading and Writing (but no 'rithmetic)" for more info, if needed).
    What additional help are you looking for?

  • Can't open Raw files after transferring CS5 to my new computer

    I just transferred cs5 to my new imac computer using my time machine backup. I now get a "photoshop does not recognize this file type" when I try to open a raw file from photoshop. When I try to open my raw files through bridge I get the message "you do not have permission to open the document. I have checked my permission preferences and have reading and writing permissions and updated to 6.7 ACR. I dont know what to do next?

    Curt,
    I have an imac OSX 10.8.2. So is the application folder the correct location for the CS5 folder? There is a lot of unclear information about this out on the web.
    Everything I loaded today has a CS5.1 name to it. I assumed that it was an updated version from my original CS5? If I click on the CS5 folder located in my user file it opens photoshop (probally means its not uninstalled... hum). I cant access it through utilities/adobe installers/uninstall CS5. So maybe I should do the Script cleaner like you mentioned? Or maybe CS5 and CS5.1 are the same program like you mentioned?
    When I follow the path to camera raw you mentioned I get to a photoshop raw "pop up" but ACR doesnt open up. Are you asking for me to locate the Camera Raw plug in folder or look for multiples of the file inside my plugins folder? Their isnt a ACR file in my CS5 file that I found in my user folder or the CS5.1 file in my applications folder. Where would I typically find it? Im having a hard time finding it at all.
    Im on my 2nd day of troubleshooting and Ive read so many articles and help threads. Ive had a call back order requested from adobe... Im still waiting 3 hours later. Im afraid they might just reject my request for help since I dont have CS6. You have by far been the best help Ive found. Thank you very much! If you can think of anything else to resolve this please let me know. Im so frusterated at this point... trying to be positive though, Im learning alot.
    Jennifer

  • Why Aperture doesn't send the RAW file to Photoshop

    I've seen the complaint about Aperture not passing the original RAW file to Photoshop in several places in this forum. I think I have a reason for why Aperture doesn't work this way.
    The reason has to do with the 1st law of digital RAW photography. "Never, ever, overwrite the original RAW data from a camera's RAW format file."
    Because of the above rule, both Aperture and Photoshop do not actually work on the original RAW file. They transform the RAW image data into a usable image using user specified settings (which may be the camera's default setting for that image). The original RAW file is left untouched.
    When you open a RAW file in Photoshop and try to save it, you'll be prompted for a new file name. You wouldn't want to overwrite the original RAW file by writing the edited image data back to it.
    When you edit an Aperture RAW file using Photoshop as the external editor, Aperture first creates a TIFF or PSD version image file in its library and then passes that file name to Photoshop. Photoshop opens the TIFF or PSD file and directly edits it. Since this version file is already in Aperture's library, when Photoshop is finished editing it, Aperture automatically sees the edited file because its already in the library.
    If Aperture were to send the RAW file name to Photoshop, Photoshop would open the RAW file and create a new PSD file. When it came time to save your edits, where would you save it. In order to get it back into Aperture's library, you would need some form of Photoshop to Aperture communication so that Photoshop would know where to save the edited file and Aperture would know to add it to the library. This would require collaboration between both Adobe and Apple and doesn't seem likely.
    I have a couple of ideas someone can try. These are only ideas and completely untested. I'd do it myself but I don't own Aperture (see my computer info below for the reason).
    1. Create two folders with automator actions. You export your RAW files from Aperture to a "Photoshop-IN" folder. Any new RAW image found in this folder will be automatically opened in Photoshop by the Automator action. Then you save the edited Photoshop file into a 2nd folder "Aperture-IN". Another Automator action imports this into Aperture.
    2. In iPhoto, if you try to edit a RAW image with an external editor, iPhoto creates an intermediate image file (JPEG I think) which it passes to Photoshop. But, if you drag the original RAW image thumbnail from iPhotos library window to the Photoshop icon in the dock, the original RAW image file is passed to Photoshop. You only have the problem of getting the saved Photoshop file back into iPhoto's library. Maybe this same thing would work in Aperture by dragging the Master image to the Photoshop icon in the dock.
    PowerMac G4 Dual 1.25GHz   Mac OS X (10.4.3)   FW800, 4 internal HD - 550GB

    This is all well and good. I wholeheartedly agree with the idea of keeping the "master" sacrosanct. What I object to is not being able to do the conversion in Photoshop (or elsewhere)
    What I want is for Aperture to send the raw over to photoshop when I select "open in external editor", and then follow the current workflow (I do my edits, hit save, and a second master is added to Aperture's db.)
    It's totally possible for them to do this, and it wouldn't break anything in the system, or the philosophy. Of course it's a workaround that wouldn't be necessary if Aperture's converter were up to snuff. But it isn't, and I bet it would be easier to implement the workaround than to fix the fundamental defects in the converter itself.

  • .xmp files showing up in my SD card when accessing RAW files in Finder... Very weird!

    Hi,
    I'm having a very weird problem...  I'm using a 4GB Scandisk SD card and am shooting my RAW photos on a Canon Rebel 2ti.  I'm using a Macbook Pro, 2011 2.3Ghz i5, 4gb of Ram, with Lion v. 10.7.2 and am accessing the SD card RAW files through Finder.  I'm secondary clicking on the image file or double clicking them as PS is my default opening program for RAW files.  When I hit the "Done" key on any of the Photoshop files, a new .xmp file shows up in Finder.  When I open it, it's a Microsoft Messenger for Mac 8 License Agreement...
    I do have Microsoft Office 11 installed and have never used Messenger.  It's not a huge deal, but it's driving me crazy and it's totally weird!
    Thanks,
    -Dave

    It's a lot of separate, unrelated things happening to you in one long chain, but each step is normal and explainable.
    You are opening raw files straight from a card into Photoshop. Photoshop will open them in Camera Raw. Camera Raw's preferences are set to save changes in XMP sidecar files. You are clicking Done, which applies the default Camera Raw processing, and that change generates an XMP file to store these new settings. That's why an XMP file is showing up in the same folder. On a computer, that's fine. But writing back out to a camera card with a device other than the camera is not recommended. What is recommended is to use another, faster way to preview raw files on a card without changing them (Adobe Bridge, Lightroom, Apple Aperture, Photo Mechanic, etc.), so that the card's left untouched as it should be.
    If you don't want the XMP file to be generated, you have to do just one of the following:
    In Camera Raw preferences, change the "Save image settings in" option to "Camera Raw database", not "Sidecar XMP files".
    Instead of clicking Done every time, which applies any changes, click Cancel instead, if you were just looking and not editing.
    Use something other than Photoshop to preview raw files. Most of the other ways are faster than opening them in Photoshop. The recommended workflow is to use a camera downloading utility to look through all the images on the card at once (instead of one by one as you are doing), and then select only the ones you want to bring into your computer. Bridge (via File > Get Photos from Camera, not by browsing), Lightroom, Aperture, and iPhoto all have that capability.
    As to why double-clicking an XMP file opens a Messenger license agreement: As you probably know, the system has to figure out what program should open a file with a given filename extension. It sounds like maybe both Adobe and Microsoft have used the XMP extension, and the Office installer probably associated it with some type of MS Messenger file. So when you double-click an XMP file, Mac OS X opens Messenger. Since you have not used Messenger before, it's showing you the "first run" screen for Messenger, and Microsoft has set it up so that you have to click Agree on the license agreement before using it. If you never click Agree, it will still be the "first run" next time you open Messenger, whether you meant to or not. You can use Get Info in the Mac Finder to reassign XMP to open in another program.
    You probably didn't expect so many things to happen from just opening a raw file off a card, but that's the way it worked out.

  • ACR 4.1 Issue - Lightroom Issue with Nikon D40x Raw Files

    I am running Windows Vista and CS3 and am trying to process Nikon D40x raw files (NEFs) using ACR 4.1. The images come up properly in Bridge. However, when I try to add metadata using a metadata template, I get the error: "There was an error writing metadata to DSC_130.NEF." When I try to rotate an image in Bridge, I get the same error. If I try to do a Batch Rename, the name does not change. If I double-click on the image, it opens properly in ACR and the image can be rotated in ACR, and it then appears rotated in Bridge.
    I also tried importing the D40x images in Lightroom. The following error appeared: "Problem Importing Files. The following files were not imported. The files appear to be unsupported or damaged."

    Jeff,
    I installed camera raw.8bi (size is 10,187kb)in
    c:\Program Files\Common Files\Adobe\Plug-Ins\CS3\File Formats
    I'm beginning to think this is a Windows Vista issue. I just installed ACR 4.1 on my XP laptop and it works fine. For both the Vista machine and the laptop, my raw files are on an external drive. If I move the raw files on the Vista machine from the external drive to the c: drive, there is no problem. I'm exploring whether there is some permissions issue in Vista that is not allowing me to write to the raw files if they are on an external drive. Ain't new operating systems just great fun!
    Thanks!

Maybe you are looking for

  • Problem with variant block

    Hi everibody I am nephiew with labview and i am trying to use "to variant" block. In the atteachment there is a picture of my VI. Where am i wrong?! Best regards Giovanni Attachments: variant.png ‏39 KB

  • 1920x816 to 16:9

    Hi - I have a 1920x816 clip that I need to resize to 16:9 for a DVD. I would like it if possible to be full widescreen without letterboxing. What window size would be the best and is this something that I would resize using scale in FCP? Thanks.

  • Painting JComponents with CellRendererPane

    I wrote a class that paints arbitrary JComponent that way it looks like itself but without any specific behavior. For example I paint JButton. It looks like JButton but it is not highlighted when mouse moves over it. It ignores clicks on it etc. Its

  • Help in routines!!

    Hi All: I work in BW and trying to write routines and having difficulties in internal tables. I have Internal table 1 and internal Table 2 with purchase order as key field.For the same orders I need some fields from table 1 and some from table 2 to f

  • Windows XP won't print to Mac Tiger w/Epson R200

    I have Windows XP successfully networked through a router to a Mac OS X 10.4.6 with an Epson R200. I've successfully assigned the Printer to the Windows XP. I followed these instructions http://www.ifelix.co.uk/tech/3012.html The XP DOES send the job