Photoshop CS5-moving objects in 3D?

I just picked this program up and I already got it going, but I am not finding the tool to move objects in 3D--do I need to pick up the extend to add on- is my question?
Thanks in advanced.
Johnny.

Hi Johnny,
This particular forum is meant for the CS Review product. In the future, you will have better luck in posting to the right product forum. That notwithstanding, you need the Extended version of CS5 to get 3D capabilities.
-Scott

Similar Messages

  • Photoshop CS5 moving object with exact measurement

    Hello,
    I'm new to this forum and to Photoshop. I'm picking things up pretty quickly but I have a small question, it's probably very simple.
    I had a business cards designed few years ago and the designer gave me the .psd file. I need to get them printed again but want to make a small change. I need to move my logo 3mm upwards. I have my rulers set to millimetres, I can select the layer and move it without any problem but is there a way I can move it exactly 3mm?
    I've been struggling with this for a while so any help will be greatly appreciated.
    JattSurma!

    Use Free Tranform
    In the Option Bar, you will see fields for X and Y. There's also an icon near them that toggles absolute and relative position. Make sure you're using relative, and enter "3mm" in the Y field. If it moves in the wrong direction, undo and try again with "-3mm". You could also just enter "3", and select mm as the unit by right-clicking on the Y field.

  • Photoshop CS5 Smart objects, Pen tool, Layers.

    Hi Ive got few questions about Photoshop CS5.
    Every time I open new image in my project photoshop opens as Smart Object and I always have to Rasterize its really annoying. How to change it?
    When im using Pen tool and making selection its selects now the part which I selecte but background so I always have to inverse selection to select the part I want to its never happens in Photoshop CS3
    When im working on two different projects and I want to copy layer from one project to another how you do it?
    Thanks for your help.

    1. If your dragging or placing into the image, you can go to Edit>Preferences>General and uncheck Place or Drag Raster Images as Smart Objects.
    2. When using the Pen Tool enable Add to Path Area before drawing the path. You can change it after drawing the path by using the Path selection Tool.
    3. If your using tabs you can select the Move Tool and drag from the document area on the screen to the other tab and the other document should reveal itself.
        Another way is to right click on the layer in the layers panel, choose Duplicate Layer and then in the dialog that follows choose the document under destination.

  • Opening DNG as a Smart Object into Photoshop CS5?

    I am using a Windows 7 64 bit platform and CS5 64 bit.  I have the most recent Camera Raw plug in for my Nikon D3100 camera.  In Bridge you are supposed to be able to open a dng file in Camera Raw, make your corrections and then by holding the Shift key it should change the open file button to open it as a Smart Object.  When I do that nothing opens in in Photoshop.
    Any suggestions?
    P

    Jeff Schewe wrote:
    pbfp wrote:
    Can you tell me how to access the workflow settings?
    Pretty simple (and the settings are sticky), open a raw image and in the center where the processing info is shown (lower center link) which acts both as an info readout AND a button to change the Workflow Options settings, click on this link...it'll give you a dlog to change the Workflow Settings.
    Alter the settings and click Done (cancel doesn't work since it works as a Cancel).
    Thereafter, unless you make changes, the Workflow Options should be sticky.
    Thank you Jeff for the information.
    Please let me know if you think the worflow settings are wrong:  Here is how the workflow is currently set:  Space: Adobe RGB 1998; Depth: 16bits/channel;  Size 34072 x 4608 (14.2 MP); Resolution: 260 p/in.; Sharpen: None;  Amount: none;  The bix is checked to open in Photoshop as a Smart Object.
    Now here is the thing.  If I am in Bridge and double click on a dng file or right click on a selection of files and choose Open in Photoshop, it opens a Camera Raw window for the file/s and then if I click on the open objects button, it does open them in Photoshop as smart objects.  The problem is that if I select, from the Bridge pop=up menu to open the selected file/s in Camera Raw, it is then that they do not get sent to Photoshop as smart objects.  Nothing happens, they just don't open in Photoshop.
    I am also having a very hard time sending dng files from Lightroom into Photoshop.  So clearly there is something not "connected" properly.  Or maybe it is not clearly, but I am supposing that there might be some general issue.  Any thoughts would be greatly appreciated.
    P

  • I moved Photoshop CS5 to my new computer.. Its not working.. What to do?

    I moved Photoshop CS5 to my new computer.. Its not working.. What to do?

    What is not working exactly?
    Did it install correctly? Accept the serial number OK? Activate OK?

  • Multiple object is not exported while clicking Edit Object in "Acrobat  X Pro to Photoshop CS5"

    Can you help someone to get multiple object using "Edit Objects" from "Acrobat X Pro" to "Photoshop CS5"? Refer below:
    Selecting the multi object (Acrobat X Pro):
    Click Edit Objects => Displays below option, click OK:
    Opened only one object instead of above multiple selected - in Photoshop CS5
    Thanks in advance,
    Pasumalai J

    Dear Mylenium,
    Thanks for your respond on this. However the same scenario is working perfectly in "Acrobat 6" to "Photoshop CS". Could you please clarify?
    Pasumalai

  • Multi object not exported while clicking Edit Object in "Acrobat  X Pro to Photoshop CS5"

    Subject: Multi object not exported while clicking Edit Object in “Acrobat  X Pro to Photoshop CS5”
    I unable to get all selected object (images) which from Acrobat X pro to Photoshop CS5, I getting only one image.
    It was working fine when used Acrobat 6 & Photoshop CS.
    Also I ensured Preference setting as shown below:
    Kindly let me know the solution, it should helpful.

    Dear Mylenium,
    Thanks for your respond on this. However the same scenario is working perfectly in "Acrobat 6" to "Photoshop CS". Could you please clarify?
    Pasumalai

  • Photoshop CS5- How to paste image as pixel or smart object

    It happened before but now I can't get it to happen. 
    Just a few days ago when I could paste (cmd V) an item in Photoshop CS5, I would get a pop up -- Paste as pixel, smart object etc. 
    Now I don't get the option. How do I make it appear?  I need to get that option window to popup after pasting.
    Thanks in advance!!

    Try resetting your Preferences:
    Windows - Hold down CTRL-SHIFT-ALT then double-click the PS icon.
    Macintosh - Hold down CMD-SHIFT-OPTION then double-click the PS icon.
    Click "Yes" when asked to delete the settings file.
    Gene

  • Moving a layer in Photoshop CS5 using Applescript

    I have a layer in a document called "logo" and i want to duplicate it to every open document and then move it to a specific spot in each document
    I got the duplicating thing happening but cant seem to move the bounds of the layer (says it is read only and cannot be changed)
    here is what I have written
    tell application "Adobe Photoshop CS5"
    activate
    set theDocs to count of documents
    repeat with i from 1 to theDocs
    duplicate art layer "logo" of current document to document i
    end repeat
    repeat with i from 1 to theDocs
    set current document to document i
    tell document i
    set bounds of art layer "logo" to {0.456666666667, 6.38, 2.88, 6.77}
    --Adobe Photoshop CS5 got an error: Property is read/only and cannot be changed
    end tell
    end repeat
    end tell
    This doesn't error but also doesn't move the logo at all
    tell application "Adobe Photoshop CS5"
    activate
    set theDocs to count of documents
    repeat with i from 1 to theDocs
    duplicate art layer "logo" of current document to document i
    end repeat
    repeat with i from 1 to theDocs
    set current document to document i
    tell document i
    set properties of art layer "logo" to {bounds:{0.456666666667, 6.38, 2.88, 6.77}}
    end tell
    end repeat
    end tell
    anyone know what the language is to move the layer around?

    In any language the way to move a layer x,y is to use translate… You will need to do the math from current x,y to required x,y given a distance… A read only property is just that regardless of language… Here is a quick example of how I did this kind of thing using Applescript… I still do the same method now but use the ESTK instead…
    tell application "Adobe Photoshop CS2"
    activate
    -- Store the app settings
    set User_Rulers to ruler units of settings
    set User_Dialogs to display dialogs
    set ruler units of settings to pixel units
    set display dialogs to never
    set Doc_Ref to the current document
    tell Doc_Ref
    -- Store the image res so we can put it back
    set Original_Res to resolution
    -- Change to work at 72 dpi
    resize image resolution 72 resample method none
    -- Move horizontal 1 inch
    translate layer 1 delta x 72 as pixels
    -- Move vertical 1 inch
    translate layer 1 delta y 72 as pixels
    -- Read the bounds propety
    set Layer_Bounds to bounds of layer 1
    log Layer_Bounds
    -- Move the layer using bounds to top/left
    translate layer 1 delta x -(item 1 of Layer_Bounds) as pixels
    translate layer 1 delta y -(item 2 of Layer_Bounds) as pixels
    -- Put back the image res
    resize image resolution Original_Res resample method none
    end tell
    -- Put back the app settings
    set ruler units of settings to User_Rulers
    set display dialogs to User_Dialogs
    end tell
    You should get the general idea of how this works from this. It should move the first layer across 1 inch, down i inch then put it top/left. It assumes you have a layer that is not a background layer nor is it locked in any way…

  • All tools in Photoshop CS5 not moving smoothly (only making dots instead of lines)

    All my tools in Photoshop CS5, including the brush, eraser, healing brush, etc. are only making dots, instead of drawing smooth lines. When using the brush tool, for example, if I click down and drag my mouse to draw something, only the initial dot for where I clicked down gets colored in. Does anyone have any ideas as to why?

    Does anything jump out to you that could be causing this problem? Also, my lasso tool doesn't work properly as I can't drag anywhere. The move tool also doesn't work properly. I can click down and drag a layer, but after I release my click, the layer moves back to its previous position. The only way to move any layers is by free-transforming them.

  • Moving Illustrator CS2 Image to Photoshop CS5

    I paint in Photoshop CS5, and move easily in the app. However, I'd like to use my copy of Illustrator CS2 to make a simplified base from a photo, move it to PShop, and work there on a painting. I can make (and print) the illustrator drawing, but cannot for the life of me figure how to move it into Photoshop. It's probably easy, but the one Illustrator book I own -- Morty Golding's -- assumes an acquaintance with Illustrator I do not have or need. Can you help?
    BobB

    This should help: Photoshop Help | Placing files

  • Photoshop CS5 Users - Performance Checks Wanted From You

    A few days ago, while discussing various system configurations in answer to posts asking about what's best in new computers, it occurred to me that while we all know our own computers pretty well, it's practically impossible, without a whole bunch of different systems to work with on hand, to judge what system works best with Photoshop.  Is more cores better?  A superduper video card?  Huge RAM?
    Got a few minutes?
    I propose we try a few "real world" things with Photoshop CS5 on our systems and report how quickly/interactively it does them, as well as our system configurations, in an attempt to understand what works best.  This isn't a "one upsmanship" contest, but just a poll to see what systems really blaze through Photoshop work.
    Let's try to keep the list of "some things" fairly small, so we can all easily try them.  And the timing isn't too critical... Use a stopwatch if you can, or just watch the second hand on your watch or a clock and guestimate the timing to the nearest second.
    List these things about your system:
    A. Your architecture (PC / Mac) and what OS you're running.
    B.  Number of processors / processor models / GHz speed.
    C.  RAM size, speed.
    D.  Hard drives (OS, Photo storage, Photoshop scratch), their sizes and speeds.
    E.  Video card (model, graphics memory on board).
    F.  Your Photoshop Preferences settings - Amount of RAM you've allotted Photoshop, whether you have OpenGL enabled, scratch disk allocations.
    Here are the things I think might be useful for multiple people to try and let us know the time it takes:
    1.  Cold start Photoshop, from where it is not running.  How long does this take from start to everything on the screen painted and ready to work?  Do it several times.  If you use both the 32 bit version and the 64 bit version, see if there's a difference in startup time for each.  This test represents how long you'll have to wait when inspiration hits you and before you can start working.
    2. Create a big, new RGB image, 10000 x 8000 pixels in size, 16 bits/channel.  Time how long it takes to File - Save As a .PSD in the location you often save files.  Make sure you're set for Maximum Compatibility for saving PSDs.  This gives your disk subsystem a bit of a workout.
    3. Choose a round brush, set the Hardness to 0% (i.e., as fuzzy as possible), Spacing down to 10%, disable all the dynamics, and set the foreground color to something other than the background color of your image so you can see your strokes.  How do brush strokes on your screen keep up with you interactively under each of the following conditions?  If not, how long does it seem to take to catch up to where you just painted?  Does it follow everywhere you moved your mouse, or at some point start to skip places where your mouse went if you paint quickly?
    3a. Brush Size 100px.
    3b. Brush Size 200px.
    3c. Brush Size 300px.
    3d. Brush Size 400px.
    3e. Brush Size 600px.
    3f. Brush Size 1000px.
    3g. How big does the Brush Size have to be at 10% spacing and 0% hardness before it gets too laggy to be practically useful without slowing your strokes down hugely.
    4.  Filter - Blur - Lens Blur.  Change all the controls to 0 then the Radius to 20 pixels and time how long it takes to fill the preview with the image (all checkerboard gone).  You can cancel the Blur filter after the display is filled.  This is a single-threaded plug-in.
    5.  How long does it take to complete an Unsharp Mask on the image you've painted, using a setting of 250% amount, 250.0 pixel radius, 0 levels?  Time how long it takes after hitting the OK button to Photoshop being ready for you to do something else.  This is a multi-threaded plug-in.
    You can go ahead and close the above image after the Unsharp Mask operation.
    6. How long does it take to convert a Canon EOS 7D and a Nikon D7000 image with default settings, between hitting the [Open] button in Camera Raw and the image appearing in Photoshop to be ready to edit?  You can find raw files online to try with.  This is where I got the ones I tried:
    http://www.imaging-resource.com/PRODS/E7D/E7DFARI00100.CR2.HTM
    http://www.imaging-resource.com/PRODS/D7000/D7000FARI00100.NEF.HTM
    Please don't be shy about posting your results. 
    Your computer is what it is and there's NOTHING to be ashamed of.  Some are going to be faster than others at different things, and I think it will be really enlightening to see how the different system architectures handle these operations.  It can be a more or less objective way to see what architectures really do give great Photoshop performance.  Then when people ask "what's the best architecture" to get to run Photoshop, we can respond with more confidence and point them to this thread.
    I'll post my own results in a bit.
    Thanks!
    -Noel

    Here's my system in a nutshell:
    A.  Dell Precision T5400 PC Workstation running Windows 7 x64 Ultimate.  I have two 1600 x 1200 pixel Dell 2001FP display monitors.
    B.  2 Intel Xeon X5460 3.16 GHz processors with 12M cache and 4 cores each (8 cores total in the system).
    C.  16 GB of 1333 MHz DDR2 RAM in 8 x 2 GB DIMMs, which provides quad channel access.
    D.  Drive C: is 2 x 1 TB Western Digital RE4 SATA drives in RAID 0, Drive D: is a Hitachi 1 TB SATA drive.  All are 7200 RPM, and using SATA2 connections.
    E.  Video card is ATI Radeon HD 5670 with 1 GB GDDR5 memory, running the ATI Catalyst 11.12 driver.
    F.  Photoshop 32 bit set to use 100% RAM (3255 MB), OpenGL disabled.  Photoshop 64 bit limited at 95% RAM (13962 MB), OpenGL enabled, Normal mode.
    Here are my test results:
    1.  Photoshop 32 bit took 10 seconds initially to come up, then after closing it it took between 4 and 5 seconds to come up on subsequent cold starts.
         Photoshop 64 bit took 6 seconds to come up at first, then after closing it it took about 3 seconds to come up on subsequent cold starts.
    2.  File - Save As - PSD an 80 megapixel 16 bits/channel image took 2 seconds.  File was 468 MB on disk.  Timing was the same in both 32 and 64 bit Photoshop.
    3.  Painting interactivity with various brushes was good up to the larger sizes, where it started to get laggy:
    Photoshop CS5 32 bit:
    3a-d: Brush strokes are perfectly Interactive at 100px through 400px with any speed strokes.
    3e: Started to notice a slight delay at 600px. Stroke across entire image follows the cursor cleanly, but a small fraction of a second later.
    3f. Delay noticeably longer at 1000px, probably 1/3 to 1/2 second. Quick curvy strokes result in loss of some of the positions the mouse traversed, the resultant stroke becoming straight between points.  Still quite usable for painting if the mouse is moved a little bit more slowly.
    3g. At 2500px the brush paints in noticeable jumps, a small fraction of a second apart. Somewhat usable but the mouse would have to be moved extremely slowly.  Practically unusable for painting.
    Photoshop CS5 64 bit (slightly poorer performance than in 32 bit Photoshop, perhaps because of OpenGL setting difference):
    3a-c: Brush strokes perfectly Interactive at 100px through 300px.
    3d: Started to notice a slight delay noticed at 400px. Stroke on screen follows the cursor cleanly, but a small fraction of a second later.
    3e. Delay noticeably longer at 600px, probably 1/3 to 1/2 second. Quick curvy strokes lose some of the positions the mouse traversed, becoming vectored.  Possibly usable for painting but only if the mouse is moved very slowly.
    3f. A quick stroke across the image at 1000px size results in it taking 1 second or more to catch up.  Probably unusable for any kind of painting.
    3g. At 2500px the brush paints in noticeable jumps, about 1/4 second apart. Possibly usable for spot retouching but the mouse would have to be just single-clicked.  Completely unusable for painting.
    4.  Lens Blur, with More Accurate setting and 20 px Radius, took the following times to fill the preview display of the filter, and (per Task Manager) appeared to be using only one core:
    32 Bit Photoshop:  2 minutes 5 seconds (125 seconds).
    64 Bit Photoshop:  1 minute 20 seconds (80 seconds).
    5.  Filter - Sharpen - Unsharp Mask, with 250% Amount and 250.0 px Radius took the following times to complete after pressing OK:
    32 Bit Photoshop: 9 seconds.
    64 Bit Photoshop:  12 seconds.
    6.  Opening raw images took the following times:
    32 Bit Photoshop: Canon 7D Image: 3.8 seconds  ;  Nikon D7000 Image: 1.4 seconds
    64 Bit Photoshop: Canon 7D Image: 2.5 seconds  ;  Nikon D7000 Image: 1.5 seconds
    Looking forward to seeing your results.
    -Noel

  • Photoshop CS5 won't run in 64-bit on Mac Pro anymore

    Hi,
    Wondered if anyone could help with the problem I'm having with Photoshop CS5. It's suddenly not working anymore and it crashes on launch straight away. I haven't installed any new updates or moved the app from its original install directory or added anything to my system so don't know why it's crashing the only thing I've worked out is that I can oen in 32-bit mode so assume the problem must be specific to something running in the 64-bit mode.
    Here's the report I get, thanks for any help in advance:
    Process:         Adobe Photoshop CS5 [507]
    Path:            /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.4 (12.0.4x20110407.r.1265) (12.0.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [223]
    Date/Time:       2012-01-18 13:56:12.747 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2361081 sec
    Crashes Since Last Report:           230
    Per-App Interval Since Last Report:  750063 sec
    Per-App Crashes Since Last Report:   41
    Anonymous UUID:                      73BF149F-DC81-4DE8-8534-6186A94521D3
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000206de6f9f
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.Photoshop                     0x0000000100adc6eb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8389199
    1   com.adobe.Photoshop                     0x0000000100288617 0x100000000 + 2655767
    2   com.adobe.Photoshop                     0x0000000100288b4c 0x100000000 + 2657100
    3   com.adobe.Photoshop                     0x00000001002881ed 0x100000000 + 2654701
    4   com.adobe.Photoshop                     0x0000000100289372 0x100000000 + 2659186
    5   com.adobe.Photoshop                     0x000000010024aa20 0x100000000 + 2402848
    6   com.adobe.Photoshop                     0x000000010024ecf7 0x100000000 + 2419959
    7   com.adobe.Photoshop                     0x0000000100628e60 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3459524
    8   com.adobe.Photoshop                     0x000000010062c5c8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3473708
    9   com.adobe.Photoshop                     0x000000010062c5df AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3473731
    10  com.adobe.Photoshop                     0x000000010062c96c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3474640
    11  com.adobe.Photoshop                     0x000000010062c9b0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3474708
    12  com.adobe.Photoshop                     0x0000000100629070 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3460052
    13  com.adobe.Photoshop                     0x000000010062aea5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3467785
    14  com.adobe.Photoshop                     0x00000001006b4a25 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4031881
    15  com.adobe.Photoshop                     0x0000000100236e6d 0x100000000 + 2322029
    16  com.adobe.Photoshop                     0x0000000100237281 0x100000000 + 2323073
    17  com.adobe.Photoshop                     0x00000001000022f4 0x100000000 + 8948
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff88124c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff88126add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff881267b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff881262de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff88125c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff88125aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff88125a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff88125e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff88125aa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   com.adobe.amt.services                  0x0000000108263c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services                  0x000000010825ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services                  0x0000000108263cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff88125a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff88125e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff88125aa5 start_wqthread + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff8810bdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff89fec186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011da20b93 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                       0x00007fff88146a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8814a881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff8a015d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff89f84ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff89f7eefb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598b18d 0x105951000 + 237965
    6   AdobeACE                                0x000000010598ab3a 0x105951000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff89f570d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff88144fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff88144e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ffffffff  rbx: 0x0000000000000000  rcx: 0x0000000108015220  rdx: 0x0000000000000000
      rdi: 0x0000000107830400  rsi: 0x0000000108015220  rbp: 0x00007fff5fbfef40  rsp: 0x00007fff5fbfeed0
       r8: 0x000000002952952a   r9: 0x0000000000000000  r10: 0x00000001fffffffe  r11: 0x0000000108600000
      r12: 0x0000000106de6fa0  r13: 0x00007fff5fbfef08  r14: 0x00000000ffffffff  r15: 0x00007fff5fbfefc0
      rip: 0x0000000100adc6eb  rfl: 0x0000000000010283  cr2: 0x0000000206de6f9f
    Binary Images:
           0x100000000 -        0x1026fbfff +com.adobe.Photoshop 12.0.4 (12.0.4x20110407.r.1265) (12.0.4) <6BFE637D-7ADA-BD5C-F1C5-64AD4688D89D> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x1032f4000 -        0x10336cfef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103382000 -        0x103389fff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103391000 -        0x1033a1ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1033ac000 -        0x1033b2ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <E5986961-7A1E-C304-9BF4-431A32EF1DC2> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1033b9000 -        0x1035bffef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x103652000 -        0x103800fef +com.adobe.owl AdobeOwl version 3.0.93 (3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x1038a2000 -        0x103cd2fef +AdobeMPS ??? (???) <E541F5F1-21BB-D779-1475-B1553950E1B9> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103e2c000 -        0x104157ff7 +AdobeAGM ??? (???) <770E65CA-643B-CFEE-2BE1-F73D45B77D09> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x104224000 -        0x10454cfe7 +AdobeCoolType ??? (???) <9979447D-9477-BC48-A84E-8A6A6AF380B5> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1045e4000 -        0x104605ff7 +AdobeBIBUtils ??? (???) <E0E813D7-0DEE-4BD6-599B-B1DE16008C3C> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x104612000 -        0x10463dff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x10464f000 -        0x104793fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1047da000 -        0x10483ffff +aif_core ??? (???) <28B07687-9957-7C0B-B221-1B849283C87A> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x10485b000 -        0x104871fff +data_flow ??? (???) <81432128-C1BC-2E87-852E-2E4FBE63DEF3> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104889000 -        0x10491ffff +image_flow ??? (???) <83A775AD-5EFE-4EC1-4EE4-7A92C88D1B02> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104996000 -        0x1049b4fff +image_runtime ??? (???) <F3EE4945-4348-A9BE-61AD-A546D0371C62> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x1049d1000 -        0x104c00fff +aif_ogl ??? (???) <0C2C2B20-688E-18BE-B33C-9B2A816A7E65> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104cdf000 -        0x104d72fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d92000 -        0x1050dbfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10526b000 -        0x1053edfe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10548f000 -        0x105807fff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x105951000 -        0x105a66fff +AdobeACE ??? (???) <C544307E-C1E6-FCA8-4D32-2EC0D5820BBD> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a8b000 -        0x105aa7fff +AdobeBIB ??? (???) <EBA9513A-E3A2-10A8-35E9-B2A8DCDE10DD> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105ab1000 -        0x105b1bff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105b4e000 -        0x105c21ffb +AdobeJP2K ??? (???) <BF2DBEA4-E71A-7112-53CA-8E7D73B1EFE5> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105c41000 -        0x105c45ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105c49000 -        0x105cc0fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105ce1000 -        0x105d3fffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105d4d000 -        0x1061e8fff +com.nvidia.cg 2.2.0006 (???) /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x10676e000 -        0x1067c4feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106809000 -        0x10682effe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x106868000 -        0x10686dffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106872000 -        0x106a0efff +com.adobe.PlugPlug 2.0.0.109 (2.0.0.109) <83092855-E671-F64A-EE0D-1110CF669634> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106ab6000 -        0x106b9cfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
           0x106bf4000 -        0x106c0dfeb +libtbb.dylib ??? (???) /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106c1e000 -        0x106c24feb +libtbbmalloc.dylib ??? (???) /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106c2b000 -        0x106c2bff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106c2e000 -        0x106c36ff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106fdb000 -        0x106fddfef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106ff8000 -        0x106ff9fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <84C660E9-8370-79D1-2FC0-6C21C3079C17> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x108240000 -        0x1082b0ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x1087c7000 -        0x1087defe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1A440248-D188-CA5D-8C20-5FA33647DE93> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1087e2000 -        0x1087f1fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <1718111B-FC8D-6C8C-09A7-6CEEB0826A66> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x10a5d3000 -        0x10a5f4fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <76503A7B-58B6-64B9-1207-0C273AF47C1C> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x11b3db000 -        0x11b3edfff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <00E29B30-3877-C559-85B3-66BAACBE005B> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11b700000 -        0x11b708fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x11d79e000 -        0x11d7a5fff +Enable Async IO ??? (???) <3935C129-0FAE-3EAC-0CF2-4D740CD22E43> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11d7b0000 -        0x11d7b7fff +Overscroll Always ??? (???) <E7399F9C-62C1-D593-A535-A1178F10B481> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Overscroll Always.plugin/Contents/MacOS/Overscroll Always
           0x11d7c0000 -        0x11d7c9fff +FastCore ??? (???) <25D92063-457F-C14A-6BE8-1C96C54F904C> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11d900000 -        0x11d963ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11d9eb000 -        0x11da56ff0 +MultiProcessor Support ??? (???) <4CDEDB26-96A2-631F-3C4B-FC3DBE9E2A02> /Applications (Mac OS X)/Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld
        0x7fff8000a000 -     0x7fff80a04ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff80ba3000 -     0x7fff80ba4ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff80bb1000 -     0x7fff80bb3fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff80bfc000 -     0x7fff80cd9fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff80d5d000 -     0x7fff80d6eff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
        0x7fff80d6f000 -     0x7fff80db8fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff80db9000 -     0x7fff80dbcff7  com.apple.securityhi 4.0 (36638) <AEF55AF1-54D3-DB8D-27A7-E16192E0045A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff80dcd000 -     0x7fff80de4fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff80de5000 -     0x7fff80e18ff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff813d9000 -     0x7fff81465fef  SecurityFoundation ??? (???) <3F1F2727-C508-3630-E2C1-38361841FCE4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff81466000 -     0x7fff814aeff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff814cb000 -     0x7fff81cd5fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff81cfa000 -     0x7fff81d41ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81d42000 -     0x7fff81d5fff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
        0x7fff81d60000 -     0x7fff81da1fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff81da2000 -     0x7fff8249eff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff825e8000 -     0x7fff825f5fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff829c7000 -     0x7fff82a1aff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff82b0d000 -     0x7fff82b6dfe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff82b6e000 -     0x7fff82b7dfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82cdf000 -     0x7fff82da0fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff82dd2000 -     0x7fff82de6fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff82e32000 -     0x7fff82e75ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff83390000 -     0x7fff834aafef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
        0x7fff834ab000 -     0x7fff83545fff  com.apple.ApplicationServices.ATS 275.19 (???) <FBC907AF-C3EF-CAF1-3705-13DC91B29114> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff8354d000 -     0x7fff83990fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff83bcc000 -     0x7fff83bd2ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff83be8000 -     0x7fff83c88fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff83c89000 -     0x7fff83da0fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff83e31000 -     0x7fff8412ffff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff84167000 -     0x7fff84172ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff84173000 -     0x7fff84173ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff84174000 -     0x7fff842b2fff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff84778000 -     0x7fff84778ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff84812000 -     0x7fff8484cfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib
        0x7fff849d1000 -     0x7fff84b06fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff84e48000 -     0x7fff84e73ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff84e74000 -     0x7fff84e9cfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff84e9d000 -     0x7fff84f2dfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff84f2e000 -     0x7fff84f2fff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff84f30000 -     0x7fff84faeff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
        0x7fff84faf000 -     0x7fff85004ff7  com.apple.framework.familycontrols 2.0.2 (2020) <8807EB96-D12D-8601-2E74-25784A0DE4FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff8500e000 -     0x7fff85185fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff85186000 -     0x7fff851d0ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff8520d000 -     0x7fff85223fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff85224000 -     0x7fff85224ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85231000 -     0x7fff85251ff7  com.apple.DirectoryService.Framework 3.6 (621.12) <A4685F06-5881-35F5-764D-C380304C1CE8> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff85252000 -     0x7fff85267ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff852bd000 -     0x7fff853b5ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <44AADE50-15BC-BC6B-BEF0-5029A30766AC> /usr/lib/libiconv.2.dylib
        0x7fff853b6000 -     0x7fff853f3ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff853f4000 -     0x7fff85676fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8576f000 -     0x7fff8592dfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff8592e000 -     0x7fff85931fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff85932000 -     0x7fff85932ff7  com.apple.Carbon 150 (152) <23704665-E9F4-6B43-1115-2E69F161FC45> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8597f000 -     0x7fff85a2ffff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff85b16000 -     0x7fff85b80fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff86614000 -     0x7fff8663bff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
        0x7fff8663c000 -     0x7fff86655fff  com.apple.CFOpenDirectory 10.6 (10.6) <401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff86656000 -     0x7fff8665cff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff86682000 -     0x7fff86686ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86687000 -     0x7fff866c2fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff866d2000 -     0x7fff866f3fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff866f4000 -     0x7fff86740fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff867e5000 -     0x7fff867fbfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff8683a000 -     0x7fff86848ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff869fa000 -     0x7fff86a79fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86ad0000 -     0x7fff86ae2fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff86ae3000 -     0x7fff86b60fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff86b61000 -     0x7fff86bb0fef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
        0x7fff86bfc000 -     0x7fff86c10ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff87c99000 -     0x7fff87cdafff  com.ap

    Hi, for anyone reading this thread, I finally fixed the issue causing Photoshop CS5 to crash in 64-bit but not in 32-bit mode. I left the problem and came back to it fresh the next morning and tried to think of any additional plug-ins I installed, which was only 1 and looking at there website told me it was 64-bit. I also installed 1 javascript and a few optional Adobe plug-ins, all of which were removed and still didn't help. They were all minor plug-ins I thought they wouldn't be the cause so put them back. Finally I thought of any changes I made to the UI side of Photoshop and that's where I found it! I'd added some extra Actions to the Actions palette. It seem so minor a thing but it worked, Photoshop now boots up in 64-bit again! I tested my theory again by trying to re-add the Actions with with Action Set I saved before hand and each time I did it crashed. So for anyone else having this issue try this and see if it helps, if it doesn't try removing any additions you added to any other palettes and see if that helps.
    Alec

  • Program error when try to use 3D repousse in Photoshop CS5 extended?

    Please help!!!! Unable to use 3D repousse Photoshop CS5 Extended  (my system info is described below)
    I tried almost everything that is available in Adobe library help, also re-installed programs as requested by Adobe support (suspected to get rid of me), it did not solve the problem.
    I used to have 3D capabilities, and also crop tool worked well before (now it changes all layers when using crop even in background).  My PC is same,  nor I downloaded plugins or changed video cards (these things are too advanced for me!), also restored preferences many times.
    My system makes automatic updates, reviewed graphics and adobe as recommended.
    OpenGL settings is odd …only can access basic, other modes are not highlighted (normal or advanced).
    ERRORS (for 3D Text)    
    1-“Your 3D scene now exceeds the limits of lights and/or textures for the video card’s hardware-accelerated 3D rendering. As long as the limits are exceeded, 3D rendering will be done in software only, and some features (e.g Repousse)will be disabled.”
    2- “Your video card does not meet the requirements for hardware-accelerated 3D rendering. All 3D will be rendered with software only “
    3-“ Could no complete the text layer command because of a program error”
    ERROR (for object)
    Open GL/GPU HARDWARE ACCELERATION IS CURRENTLY  DISABLED. 3D WILL NOW BE RENDERED WITH SOFTWARE ONLY.  TO ENABLE OPEN/GL  ACCELERATION, GO TO PREFERENCES > PERFORMANCE TAB AND CHECK THE “ENABLE OPENGL GRAWING” CHECK BOX.
    Is it possible that I have a GPU Sniffer? all these terms I have learned recently =)   but I have a healthy & capable graphic card and accepted by adobe standards.
    SYSTEM INFO 
    Adobe Photoshop Version: 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch]) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:5, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2128 MHz
    Built-in memory: 3895 MB
    Free memory: 2210 MB
    Memory available to Photoshop: 3280 MB
    Memory used by Photoshop: 70 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Crash File: Not Detected.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: Intel
    Video Card Renderer: Intel(R) Graphics Media Accelerator HD
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 768, right: 1360
    Video Card Number: 1
    Video Card: Intel(R) Graphics Media Accelerator HD
    Driver Version: 8.15.10.1968
    Driver Date: 20091008000000.000000-000
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Video Mode: 1360 x 768 x 4294967296 colors
    Video Card Caption: Intel(R) Graphics Media Accelerator HD
    Video Card Memory: 1723 MB
    Serial number: 
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\
    Temporary file path: C:\Users\Patricia\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 284.6G, 218.5G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112
       ACE.dll   ACE 2010/12/13-23:37:10   64.449933 64.449933
       adbeape.dll   Adobe APE 2011/01/17-12:03:36   64.452786 64.452786
    AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2010/06/03-13:43:23   3.0.93 61.433187
    AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68 61.2954
       AdobePDFL.dll   PDFL 2010/12/13-23:37:10   64.341419 64.341419
       AdobePIP.dll   Adobe Product Improvement Program   5.5.0.1265
       AdobeXMP.dll   Adobe XMP Core   5.0 64.140949
    AdobeXMPFiles.dll   Adobe XMP Files   5.0   64.140949
    AdobeXMPScript.dll   Adobe XMP Script   5.0   64.140949
       adobe_caps.dll   Adobe CAPS 4,0,42,0  
    adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   2.0.0.36 (BuildVersion: 2.0; BuildDate: Mon Jan 24 2011 21:49:00) 1.000000
       AFlame.dll   AFlame 2011/01/10-23:33:35   64.444140 64.444140
       AFlamingo.dll   AFlamingo 2011/01/10-23:33:35   64.436825 64.436825
       AGM.dll   AGM 2010/12/13-23:37:10   64.449933 64.449933
       ahclient.dll    AdobeHelp Dynamic Link Library   1,6,0,20
       aif_core.dll   AIF 2.0   53.422628
       aif_ogl.dll   AIF 2.0   53.422628
       amtlib.dll   AMTLib (64 Bit)   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
    amtservices.dll   AMTServices (64 Bit)   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00) 1.000000
       ARE.dll   ARE 2010/12/13-23:37:10   64.449933 64.449933
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/01/10-23:33:35   64.436825 64.436825
       AXEDOMCore.dll   AXEDOMCore 2011/01/10-23:33:35   64.436825 64.436825
       Bib.dll   BIB 2010/12/13-23:37:10   64.449933 64.449933
       BIBUtils.dll   BIBUtils 2010/12/13-23:37:10   64.449933 64.449933
    boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015
       CoolType.dll   CoolType 2010/12/13-23:37:10   64.449933 64.449933
       data_flow.dll   AIF   2.0 53.422628
       dvaadameve.dll   DVA Product 5.0.0  
       dvacore.dll   DVA Product 5.0.0  
       dvaui.dll   DVA Product 5.0.0  
    ExtendScript.dll   ExtendScript 2011/01/17-17:14:10   61.452840   61.452840
       FileInfo.dll   Adobe XMP FileInfo   5.0 64.140949
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       image_flow.dll   AIF 2.0   53.422628
    image_runtime.dll   AIF   2.0 53.422628
       JP2KLib.dll   JP2KLib 2010/12/13-23:37:10   64.181312 64.181312
    libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession 2.1.2.1263  
       MPS.dll   MPS 2010/12/13-23:37:10   64.450375 64.450375
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4940  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.6161  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4940  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.6161  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4940  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.6161  
    pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS5.1   CS5.1
       Plugin.dll   Adobe Photoshop CS5   CS5  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   2.5.0.232  
       PSArt.dll   Adobe Photoshop CS5.1   CS5.1
       PSViews.dll   Adobe Photoshop CS5.1   CS5.1
       SCCore.dll   ScCore 2011/01/17-17:14:10   61.452840 61.452840
       tbb.dll   Threading Building Blocks   2, 1, 2009, 0201  
       TfFontMgr.dll   FontMgr 9.3.0.113  
       TfKernel.dll   Kernel 9.3.0.113  
       TFKGEOM.dll   Kernel Geom 9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113
    updaternotifications.dll   Adobe Updater Notifications Library   2.0.0.15 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   2.0.0.15
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
       wu3d.dll   U3D Writer 9.3.0.113  
    Installed plug-ins:
       3D Studio 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Average 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Bas Relief 12.0
       BMP 12.0.2
       Camera Raw 6.3
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Cineon 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Collada 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Color Halftone 12.0.2
       Colored Pencil 12.0
       CompuServe GIF 12.0.2
       Conté Crayon 12.0
       Craquelure 12.0
       Crop and Straighten Photos 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Crop and Straighten Photos Filter 12.0.2
       Crosshatch 12.0
       Crystallize 12.0.2
       Cutout 12.0
       Dark Strokes 12.0
       De-Interlace 12.0.2
       Dicom 12.0
       Difference Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Diffuse Glow 12.0
       Displace 12.0.2
       Dry Brush 12.0
       Eazel Acquire 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Embed Watermark 4.0
       Entropy 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Extrude 12.0.2
       FastCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Fibers 12.0.2
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Google Earth 4 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Grain 12.0
       Graphic Pen 12.0
       Halftone Pattern 12.0
       HDRMergeUI 12.0
       IFF Format 12.0.2
       Ink Outlines 12.0
       JPEG 2000 2.0
       Kurtosis 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Lens Blur 12.0
       Lens Correction 12.0.2
       Lens Flare 12.0.2
       Lighting Effects 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Liquify 12.0.1
       Matlab Operation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Maximum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mean 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Measurement Core 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Median 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mezzotint 12.0.2
       Minimum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       MMXCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mosaic Tiles 12.0
       Multiprocessor Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Neon Glow 12.0
       Note Paper 12.0
       NTSC Colors 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Ocean Ripple 12.0
       OpenEXR 12.0.2
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Paths to Illustrator 12.0.2
       PCX 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Photocopy 12.0
       Photoshop 3D Engine 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Picture Package Filter 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Pinch 12.0.2
       Pixar 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0.2
       Pointillize 12.0.2
       Polar Coordinates 12.0.2
       Portable Bit Map 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Poster Edges 12.0
       Radial Blur 12.0.2
       Radiance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Range 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0.2
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.1
       Shear 12.0.2
       Skewness 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Smart Blur 12.0.2
       Smudge Stick 12.0
       Solarize 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Spatter 12.0
       Spherize 12.0.2
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Standard Deviation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Sumi-e 12.0
       Summation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Targa 12.0.2
       Texturizer 12.0
       Tiles 12.0.2
       Torn Edges 12.0
       Twirl 12.0.2
       U3D 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Underpainting 12.0
       Vanishing Point 12.0
       Variance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Variations 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0.2
       Wavefront|OBJ 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       WIA Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Wind 12.0.2
       Wireless Bitmap 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       ZigZag 12.0.2
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Access CS Live
       Flash
       Kuler
       CS Review
    Installed TWAIN devices: NONE

    thank you for replying...but it seems an easy answer again  like one given by support....I had photoshop working perfectly before with same video card, I think in one project I clicked something in program (photoshop)that was not ready to correct it by itself... It should be available for the program to give warning several times to the user, I do not know what made Photoshop to disable OpenGL settings, and not be able to reverse action!!!!!  How do I change a GPU sniffer?  I an not a tech, all these things I just learned reading....had spent hundreds of hours....really dissapointed of Adobe and  its support....it is not fair to sell an expensive program without support, it seems to me that  I know now more than a live customer support.

  • Can't export an EPS file from Photoshop CS5 and open in Illustrator CS5.

    I'm on Mac OS X Lion 10.7.5
    I am making DVD covers for print. The barcodes for the DVD covers have to be done in Illustrator. But the original designs are done in photoshop including the text. For years this hasn't been a problem. Right before adding the barcodes I create an EPS file from photoshop, open that file in Illustrator and all my text is automatically coverted to perfect crisp clean vectors, viola! I add the barcodes and export the PDF for the printers.
    But now I can't open my EPS files in Illustrator CS5 even though I'm exporting them the same way I always have from Photoshop CS5. Illustrator says... "The operation cannot complete because of an unknown error." --> Note it does not give an error number after this warning like I see it does for so many other people.
    I have been trying to fix this for over 10 HOURS spanning 2 days! I'm infuriated I can't get help from Adobe on this and have read all the forums and don't see my problem listed anywhere.
    I've tried:
    - Deleting the .plist file and the Settings folder & resetting my permissions
    - Uninstalling and Reinstalling Illustrator
    - Turning off all other applications
    - Creating more disk space on my hard drive (even though I have 200gb available)
    - Restarting the computer
    - Disabling my Font book and still I can't open the EPS file
    I thought maybe it's possible it's the font I'm using Fontesque OT so I even tried converting text to objects prior to exporting the EPS file from photoshop to illustrator and turning off my font book, but still it won't open. And if I open the PSD directly in Illustrator, text comes out a bit fuzzy in the PDF I export.
    If anyone can provide any solutions I would be so grateful! I'm at my wits end here, this should have taken under an hour to do and now it's ruining my entire weekend. I'm completely panicked because I was suppose to have these to my client over the weekend so they could turn them in for Print frist thing on Monday morning and of course Adobe provides no chat support or phone support after 7pm on weekday or on the weekend which is when this all started.

    I never even thought of reinstalling photoshop, but I think this was a font issue. I'd never saved an EPS with Fontesque OT Regular enabled, only Fontesque OT Bold. Somehow I think the font was causing the problem because ridding the font from the equation allowed me to open the EPS file.
    After 12 HOURS of trying different things I found a WORK AROUND...
    I had to:
    - Select the Text in Photoshop (with Fontesque OT enabled)  --> Select Create Work Path --> Covert to Shape on each of the text items
    - Save EPS file out of Photoshop
    - Disable Fontesque OT font in Font Book
    - Then open EPS in Illustrator add in my Barcodes and export the PDF
    (the barcodes have to be added in Illustrator because they need to be pure 100% black with no CMYK color in them. You can't save them out of Photoshop that way, only Illustrator, otherwise I would have made my pdf straight out of photoshop like any other normal human
    This work around is the only way I could get the EPS files to open in Illustrator and still have the text remain super crisp like a vector.
    NOTE to others in the future about crisp text from Photoshop to Illustrator:
    - Simply "converting to shape" did not preserve the vector. You have to Select Create Work Path --> then Covert to Shape on each of the text items (with the font enabled) for this to work and preserve the crispness of the text. Even creating "smart object" did not truly preserve my vectors or the text crispness in the EPS file once I imported it into Illustrator.
    DrStrik9 thank you SO MUCH for trying to help me. You did give me ideas that helped me figure out the workaround and also helped me feel not so alone as I struggled through this. I'm going to follow up with your other suggestions about reinstalling photoshop and also checking my RAM, etc. But I just want to that you so so so SOOOO much for all your time and consideration in this matter. I hope you have a wonderful amazing week ahead and that someone does something very nice and thoughtful for you too

Maybe you are looking for