Debugging Photoshop CS5 plugin

I have JSX code that is called from a Photoshop plugin panel but I am having trouble debugging it. 
When I launch the the ExtendScript CS5 toolkit, set breakpoints and run the script,  I get 'Result: undefined" in the JavaScript console window.    I would like to be able to debug the Panel that I wrote and break on javascript code that is executed when a button is pressed on the panel.   What do I need to do to accomplish this?

Panel debugging is a problem. You have to go old school with alerts and log files. What I do is make sure my JavaScript code is working via a test harness with the ESTK and drag dropping onto Photoshop. Then all I have to verify is the messages I get from the panel are the same as my test harness. The messages go back and forth via XML wrappers so make sure you have no characters that will mess with XML. I have now gone to escape/encode and decode/unescape to get over that on most of my messages.
You might try posting to the "Scripting" discussion/forum list as this list is more for C/C++ programmers.

Similar Messages

  • Unable to debug indesign cs5 plugin in windows

    Hi, again. Originaly posted here: http://forums.adobe.com/thread/766469?tstart=0
    We are having some problems with an indesign sc5 plugin, it works perfectly in macosx but in windows it causes indesign to crash. Anyway after some trouble shooting we tried running it in debug indesign. Problem is that the debug version of indesign wont even start, it fezzes in the splash screen on "Registering xxx plug-ins". It hangs before we can write anything in log files and thatching a debugger gives nothing. Closer inspections
    revealed that all the indesign treads is in "waiting" state. Waiting for what? Don't know. Killing one of the threads allows indesign to start but it will not have loaded the plugin and we are back on square one unable to debug.
    Anyway I installed the osx version of debug indesign and starting it gives an assert like: 
    No translation of key 'com.adobe.rc.operationalmessages' to British string. 
    BreakStrToDebugger
    ASSERT_FUNC
    Examining the stack of the indesign main thread in windows gives pretty much the same thing:
    0, ntkrnlpa.exe!KiDeliverApc+0xb3
    1, ntkrnlpa.exe!ZwYieldExecution+0x19ae
    2, ntkrnlpa.exe!NtWaitForSingleObject+0x9a
    3, ntkrnlpa.exe!KeReleaseInStackQueuedSpinLockFromDpcLevel+0xb14
    4, ntdll.dll!KiFastSystemCallRet
    5, kernel32.dll!WaitForSingleObject+0x12
    6, PMRuntime.dll!ClientShowAssert+0x8d
    7, PMRuntime.dll!BreakStrToDebugger+0x15
    8, PMRuntime.dll!ASSERT_FUNC+0x117
    9, NETAPI32.dll+0xbe86972
    (as reported by the ProcessHacker process viewer)
    So the win version is trying to show an assert window but fails, locking indesign in the splash screen? Stoping indesign before any plugin execution?
    As we cant get any debug information out we don really know what the problem is, making it rather hard to debug. We have triple checked the build and linking options. Studied the plugin exports. Inserted an ridiculous amount of trace statements in the code, doesn't work in the debug version but anyway.
    Have anyone had a problem like this or know what might cause it?
    What happens in the indesign startup process, what does the “Registering plug-ins” actually do? It's not executing any plugin functions and the the initialization of the plugins doesn't happen until later.

    You are correct in that none pf the plug-in code is executed during the "Registering ### plug-ins" phase. What is done here is simply loading the plugins by reading from their resource definitions. For example, if you try to load a CS4 plug-in in InDesign CS5 or if you try to load a release plug-in in debug version you will get errors and popups here and your plugin will not load and be available (these are just example errors and may not be relevant to your case). As far as I know InDesign should not crash just because there is a problem with your plugin, but there could be bugs.
    I would recommend:
    1. Remove your plugins and verify that InDesign debug starts properly without any 3rd party extensions.
    2. Compile one of the SDK sample plugins (debug target) and make sure that InDesign still starts properly.
    3. Create a new project using DollyXs, compile it and make sure it loads in InDesign.
    4. Remove the template files and add your own source files except the basic .fr file and make sure it still loads in InDesign.
    5. Keep changing things one at a time in your .fr file and verify it still loads until it looks exactly like your original .fr file.
    Good luck.
    Note: "No translation of key 'XXX' to British string." errors is in general quite harmless. It's only a problem with the string translation and should only affect string output in menus/dialogs etc. They should of course be fixed, but can generally be ignored for a while unless an infinite ASSERT loop prevents you from debugging.

  • Developing a photoshop cs5 plugin on mac

    Hi!
         i want to develop a photoshop plugin which will export layers to my amazon s3 bucket..
    as i am a new bie..so can any body tell me that how can i start..which sample plugin will i use?
    i have build "history plugin"..but dont have any idea how to use it for my purpose..
    i am on mac OSX 10.6.8 with xcode 4.0..
    Thanks in advance..

    Like this:
    #if MSWindows
              int          _ErrorMessage(char *astring, char *bstring)
                        (void)MessageBox((HWND)NULL, (LPSTR)bstring, (LPSTR)astring,
                                                                  MB_OK | MB_ICONHAND | MB_ICONEXCLAMATION);
      return 0;
              }//_ErrorMessage
    #else
      #include <CoreFoundation/CoreFoundation.h>
              int _ErrorMessage(const char *title, char *message)
      CFOptionFlags nRet;
                        CFStringRef bstring = CFStringCreateWithCString( NULL, message,  strlen(message) );
                        CFStringRef astring = CFStringCreateWithCString( NULL, title,  strlen(title) );
                        (void)CFUserNotificationDisplayAlert(0, kCFUserNotificationPlainAlertLevel,
      NULL, NULL, NULL,
                                  astring,                                                                      //header
                                  bstring,                                                                      //message
      CFSTR("OK"), NULL, NULL, &nRet); //name on the button
      return 0;
              }//_ErrorMessage
    #endif

  • Photoshop CS5 keeps crashing, whenever I open ANYTHING.

    Here is the crash report. It has crashed at least 20 times today, no matter what I open.
    Process:         Adobe Photoshop CS5.1 [530]
    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 [87]
    Date/Time:       2012-01-15 20:53:33.330 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2593 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  2077 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      A8A848DA-08B3-4010-843D-F16FAFAEE9A7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000088
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...rer X Pro for Photoshop CS5          0x0000000124567ef6 FEXLanguageMgr::FEXLanguageMgr() + 58
    1   ...rer X Pro for Photoshop CS5          0x0000000124567feb FEXLanguageMgr::getLanguageMgr() + 47
    2   ...rer X Pro for Photoshop CS5          0x0000000124546398 FontExplorerXPlugin::Notify(unsigned long, _ADsc*, long, void*) + 176
    3   ...rer X Pro for Photoshop CS5          0x0000000124545766 AutoPluginMain + 484
    4   com.adobe.Photoshop                     0x00000001006fdfb6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4332402
    5   com.adobe.Photoshop                     0x0000000100276f0e 0x100000000 + 2584334
    6   com.adobe.Photoshop                     0x000000010027709b 0x100000000 + 2584731
    7   com.adobe.Photoshop                     0x000000010007115a 0x100000000 + 463194
    8   com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    9   com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    10  com.adobe.Photoshop                     0x000000010024ea87 0x100000000 + 2419335
    11  com.adobe.Photoshop                     0x000000010027831f 0x100000000 + 2589471
    12  ...rer X Pro for Photoshop CS5          0x0000000124545542 FindListenerListEnd() + 162
    13  com.adobe.Photoshop                     0x0000000100249f95 0x100000000 + 2400149
    14  com.adobe.Photoshop                     0x000000010007115a 0x100000000 + 463194
    15  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    16  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    17  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
    18  com.adobe.Photoshop                     0x00000001000786a4 0x100000000 + 493220
    19  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    20  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    21  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
    22  com.apple.AppKit                        0x00007fff8802f6de -[NSApplication run] + 474
    23  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
    24  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
    25  com.adobe.Photoshop                     0x0000000100068286 0x100000000 + 426630
    26  com.adobe.Photoshop                     0x0000000100237199 0x100000000 + 2322841
    27  com.adobe.Photoshop                     0x0000000100237229 0x100000000 + 2322985
    28  com.adobe.Photoshop                     0x0000000100002294 0x100000000 + 8852
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8a2d4c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8a2d6add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8a2d67b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8a2d62de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8a2d5c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8a2d5aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   com.adobe.amt.services                  0x0000000108464247 C_AMTUISwitchSuppressUpdates + 16439
    3   com.adobe.amt.services                  0x000000010845d39e C_EULA_SetState + 1742
    4   com.adobe.amt.services                  0x00000001084642b2 C_AMTUISwitchSuppressUpdates + 16546
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8a2bbdce semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x00007fff852c5186 MPWaitOnSemaphore + 96
    2   MultiProcessor Support                  0x000000011cf73b9b ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff852eed87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff8525dff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff85257efb MPWaitOnQueue + 215
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2f68f9 nanosleep + 148
    2   com.adobe.PSAutomate                    0x000000012532ffdb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x0000000125311f13 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate                    0x00000001253300d6 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl                     0x0000000129a87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000012983fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl                     0x0000000129a87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000012983fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl                     0x0000000129a87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000012983fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl                     0x0000000129a87ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000012983fd09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                       0x00007fff8a2bbd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2bc3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81c03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81c02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices           0x00007fff820245f7 MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices           0x00007fff820261c2 CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                       0x00007fff8a2bbdda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa772 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl                     0x0000000129a87cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x0000000129aa406c APXGetHostAPI + 2583276
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                       0x00007fff8a2bbdda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa772 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl                     0x0000000129a87cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x0000000129c224ed APXGetHostAPI + 4149101
    4   com.adobe.adobeswfl                     0x0000000129a87e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x0000000129a8816a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x0000000129a88299 APXGetHostAPI + 2469145
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                       0x00007fff8a2ff956 recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x0000000126e57562 Invoke + 54020
    2   ServiceManager-Launcher.dylib           0x0000000126e566bf Invoke + 50273
    3   ServiceManager-Launcher.dylib           0x0000000126e55706 Invoke + 46248
    4   ServiceManager-Launcher.dylib           0x0000000126e55761 Invoke + 46339
    5   ServiceManager-Launcher.dylib           0x0000000126e557e2 Invoke + 46468
    6   ServiceManager-Launcher.dylib           0x0000000126e4feed Invoke + 23695
    7   ServiceManager-Launcher.dylib           0x0000000126e50086 Invoke + 24104
    8   ServiceManager-Launcher.dylib           0x0000000126e50b0f Invoke + 26801
    9   ServiceManager-Launcher.dylib           0x0000000126e50bfd Invoke + 27039
    10  ServiceManager-Launcher.dylib           0x0000000126e53eff Invoke + 40097
    11  ServiceManager-Launcher.dylib           0x0000000126e541a5 Invoke + 40775
    12  ServiceManager-Launcher.dylib           0x0000000126e54764 Invoke + 42246
    13  ServiceManager-Launcher.dylib           0x0000000126e54951 Invoke + 42739
    14  ServiceManager-Launcher.dylib           0x0000000126e4667f Login + 1773
    15  ServiceManager-Launcher.dylib           0x0000000126e47d01 Login + 7535
    16  ServiceManager-Launcher.dylib           0x0000000126e54e88 Invoke + 44074
    17  ServiceManager-Launcher.dylib           0x0000000126e572a1 Invoke + 53315
    18  libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    19  libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                       0x00007fff8a2bbd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2bc3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81c03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81c02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff81c02b16 CFRunLoopRun + 70
    5   com.apple.DesktopServices               0x00007fff861c1326 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6   ...ple.CoreServices.CarbonCore          0x00007fff852300d1 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                       0x00007fff8a2d5a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a2d5e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a2d5aa5 start_wqthread + 13
    Thread 28:
    0   libSystem.B.dylib                       0x00007fff8a2d5a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a2d5e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a2d5aa5 start_wqthread + 13
    Thread 29:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff8a2ff932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff81c25468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib                       0x00007fff8a2d5a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a2d5e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a2d5aa5 start_wqthread + 13
    Thread 31:
    Thread 32:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib                       0x00007fff8a2f6a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a2fa881 _pthread_cond_wait + 1286
    2   libtbb.dylib                            0x0000000106be922c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                            0x0000000106bf3b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                            0x0000000106bebe3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                       0x00007fff8a2f4fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a2f4e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff5fbfe9f0  rcx: 0x000000000000001e  rdx: 0x00007fff71279650
      rdi: 0x00007fff5fbfe9f0  rsi: 0x00000001310fc0a0  rbp: 0x00007fff5fbfeb20  rsp: 0x00007fff5fbfe9f0
       r8: 0x0000000020000000   r9: 0x0000000013103f7d  r10: 0x0000000000000001  r11: 0x0000000000000001
      r12: 0x00007fff5fbfeaff  r13: 0x00007fff5fbfeaf0  r14: 0x000000013103f7d0  r15: 0x0000000101e8bf6c
      rip: 0x0000000124567ef6  rfl: 0x0000000000010206  cr2: 0x0000000000000088
    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 -        0x10336cfef +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
           0x103378000 -        0x10337ffff  org.twain.dsm 1.9.4 (1.9.4) <82EBD05C-E2FB-ADC0-4040-F8855F97D73B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103387000 -        0x103398ff8 +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
           0x1033a5000 -        0x1033abff7  com.apple.agl 3.0.12 (AGL-3.0.12) <E5986961-7A1E-C304-9BF4-431A32EF1DC2> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1033b2000 -        0x1035b8fef +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
           0x10364b000 -        0x1037f9fef +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
           0x10389b000 -        0x103ccbfef +AdobeMPS ??? (???) <E541F5F1-21BB-D779-1475-B1553950E1B9> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103e25000 -        0x104150ff7 +AdobeAGM ??? (???) <8FE8A26F-F2C4-128B-ECF9-197279A31D70> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10421d000 -        0x104545fe7 +AdobeCoolType ??? (???) <D55BD5E5-B430-7701-A11E-0FF989536E57> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1045dd000 -        0x1045feff7 +AdobeBIBUtils ??? (???) <B37FD8D7-142F-EE1E-4C63-93C1C59B4318> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10460b000 -        0x104636ff6 +AdobeAXE8SharedExpat ??? (???) <C59B0A11-E89B-F50C-916C-D09F40C1BAA3> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
           0x104648000 -        0x10478cfef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1047d3000 -        0x104838fff +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
           0x104854000 -        0x10486afff +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
           0x104882000 -        0x104918fff +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
           0x10498f000 -        0x1049adfff +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
           0x1049ca000 -        0x104bf9fff +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
           0x104cd8000 -        0x104d6bfff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d8b000 -        0x1050d4fef +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
           0x105264000 -        0x1053e6fe7 +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
           0x105488000 -        0x105800fff +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
           0x10594a000 -        0x105a5ffff +AdobeACE ??? (???) <C544307E-C1E6-FCA8-4D32-2EC0D5820BBD> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a84000 -        0x105aa0fff +AdobeBIB ??? (???) <C0E29690-D406-8834-CA1D-0A4252A0946E> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105aaa000 -        0x105b1cff7 +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
           0x105b33000 -        0x105c06ffb +AdobeJP2K ??? (???) <BF2DBEA4-E71A-7112-53CA-8E7D73B1EFE5> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105c26000 -        0x105c2aff8 +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
           0x105c2f000 -        0x105ca6fff +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
           0x105cc7000 -        0x105d25ffd +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
           0x105d33000 -        0x1061cefff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/Cg.framework/Cg
           0x106754000 -        0x1067aafeb +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
           0x1067ef000 -        0x106814ffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x10684e000 -        0x106853ffd +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
           0x106857000 -        0x1069f4fff +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
           0x106aa2000 -        0x106b88fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
           0x106be0000 -        0x106bf9feb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbb.dylib
           0x106c0a000 -        0x106c10feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106c17000 -        0x106c17ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <424E55F7-B6DA-0F5C-E56B-9ECB4A2E6BA8> /usr/lib/libmx.A.dylib
           0x106c1a000 -        0x106c22ff3 +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
           0x106ced000 -        0x106ceffef  com.apple.textencoding.unicode 2.3 (2.3) <D95D796E-4D14-665C-F439-4652C0CD453F> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106f55000 -        0x106f56fff  ATSHI.dylib ??? (???) <D2881261-24A6-4717-D7F9-DF263ABB30F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
           0x108440000 -        0x1084b4ff3 +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
           0x1084f7000 -        0x1084f8fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <84C660E9-8370-79D1-2FC0-6C21C3079C17> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x109d5b000 -        0x109d72fe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1A440248-D188-CA5D-8C20-5FA33647DE93> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x109d76000 -        0x109d97fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <76503A7B-58B6-64B9-1207-0C273AF47C1C> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x109d9b000 -        0x109daafe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <1718111B-FC8D-6C8C-09A7-6CEEB0826A66> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x109dae000 -        0x109dc0fff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <00E29B30-3877-C559-85B3-66BAACBE005B> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x109dc4000 -        0x109dccfff +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
           0x109de1000 -        0x109de8fff +Enable Async IO ??? (???) <9AE049A5-F53E-657B-D0AE-01C42D817A19> /Applications/Adobe Photoshop CS5.1/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11a7de000 -        0x11a7e7fff +FastCore ??? (???) <1565E455-4A86-A3BD-113F-CD828F2C5150> /Applications/Adobe Photoshop CS5.1/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11ce53000 -        0x11ceb6ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5.1/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11cf3e000 -        0x11cfa9ff0 +MultiProcessor Support ??? (???) <4FEA98F6-A072-F0BF-0E30-BEFDBD623611> /Applications/Adobe Photoshop CS5.1/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x124136000 -        0x124152ff7 +MeasurementCore ??? (???) <1BE124EE-A88B-8F47-B9E1-1E276FA54327> /Applications/Adobe Photoshop CS5.1/Plug-ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x1241c7000 -        0x1241e7ff7 +com.adobe.ape adbeapecore version 3.1.74.12761 (3.1.74.12761) <48D74CFC-E9C7-143A-F971-2C7F0ACF7602> /Library/Application Support/Adobe/APE/3.101/adbeapecore.framework/adbeapecore
           0x124500000 -        0x124de7ff7 +FontExplorer X Pro for Photoshop CS5 3.2.1 (???) <C8383148-9AB8-2C07-43C6-3B19E7D0E0B6> /Applications/Adobe Photoshop CS5.1/Plug-ins/FontExplorer X for Photoshop CS5.plugin/Contents/MacOS/FontExplorer X Pro for Photoshop CS5
           0x124ea7000 -        0x124eabfff  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <917E3DC8-E34D-B130-F61F-50808466E674> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x124eb0000 -        0x124eb6ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.8 (2.0.8f3) <2BC73C66-767B-CA96-B313-B95EC153547B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x124ebb000 -        0x124ee4fef  com.apple.mio.DAL.VDC_4 142.0 (1497) <9020BFFC-5BD0-0193-6AEF-41A107CE7C1B> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.plugin/Cont ents/MacOS/VDC
           0x1251ae000 -        0x12540afef +com.adobe.PSAutomate 12.1 (12.1) <951D5D57-776F-5A95-24A0-D70623A9902F> /Applications/Adobe Photoshop CS5.1/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x125628000 -        0x1256ccffb +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
           0x125731000 -        0x1257d1fef +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
           0x125c34000 -        0x125c71fff  com.apple.DP.ScreenInputDevice 15.0 (15.0) <69919162-3E04-C270-B8AB-8E26634D4BBB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AppleScreenInpu tDevice.plugin/Contents/MacOS/AppleScreenInputDevice
           0x126a43000 -        0x126a49fe7  libFontStreams.A.dylib 545.0.0 (compatibility 64.0.0) <87272933-FB21-81D0-00E6-92BC3D7583FB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libFontStreams.A.dylib
           0x126df8000 -        0x126e35feb +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
           0x126e44000 -        0x126e6cfef +ServiceManager-Launcher.dylib 236.0.0 (compatibility 2.5.0) <DBEE8529-7074-635B-2CAD-DF7BA597D909> /Library/Application Support/Adobe/CS5.5ServiceManager/lib/ServiceManager-Launcher.dylib
           0x129800000 -        0x12a66aff3 +com.adobe.adobeswfl ??? (2.0.0.11360) <39C5D47B-EB0F-9FE5-ABA7-7D925DB9C036> /Library/Application Support/Adobe/APE/3.101/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/A dobeSWFL
           0x12dc9b000 -        0x12de2efe7  GLEngine ??? (???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12de5f000 -        0x12de85fff  GLRendererFloat ??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x12dfef000 -        0x12dff7fff  com.apple.qldisplay.NSImage 2.3 (327.6) <A1FD7F57-00A6-3150-A7FF-E286A66EA2E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NSImage
           0x12e800000 -        0x12ebf2fef  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <5D41FD64-134D-F822-0919-44261CD47D78> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
           0x12ec39000 -        0x12fcaaff7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <C44CB5D9-318E-3390-EEF4-F49CD0F30765> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
           0x131200000 -        0x131242fef +com.adobe.pip ??? (5.5.0.1265) <D81C0CE8-05D5-6072-E1CE-0EDD333D009D> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld
        0x7fff80003000 -     0x7fff803a0fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff803e7000 -     0x7fff8082afef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8088c000 -     0x7fff8090efff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Fra

    Next time post in the Photoshop forums for Photoshop questions, please.
    This is a +FontExplorer X Pro for Photoshop problem.
    Remove FontExplorer's autoactivation plugin, or contact them for support.

  • Help! Can't use Text tool in Photoshop CS5

    When I launched Photoshop this morning and opened a file containing text and an image, I got the following error message:
    "The type layers in this document were rasterized because something prevented the text engine from being initialized."
    When I created a new, empty Photoshop document and selected the Text tool, I got this error message:
    "Could not complete your request because of a program error."
    The Photoshop text tool is useless at the moment. I tried relaunching Photoshop and restarting my computer to no avail.
    Nothing has changed in my Photoshop installation except that I recently installed FontExplorer X Pro on this computer and activated the Photoshop CS5 plugin that comes with the program. I have now uninstalled the plugin, but the Photoshop text tool still doesn't work.
    Suggestions greatly appreciated. I need access to a fully-functional Photoshop ASAP. Thanks!

    Since you're having the same problem with a different font manager installed, it looks like the problem may lie with Photoshop rather than the font management software. I'm going to file a bug report with Adobe.
    Meanwhile, you might want to uninstall Photoshop CS5 (Utilities/Adobe Installers/Adobe Creative Suite 5 Design Premium) and reinstall it from the original disc. You do not need to deactivate anything before doing this.

  • Unübersetzte optionale Zusatzmodule im "deutschem" Photoshop CS5 Optionale Zusatzmodule Pack

    Hallo,
    der Download von der Adobe Webseite und vom FTP-Server, von den deutschen optionale Zusatzmodule für
    Photoshop CS5 (PSCS5OptionalPlugins_Win_de_DE.zip), enthält nur die englischen optionalen
    Zusatzmodule die exakt ohne jeglichen Unterschied im PSCS5OptionalPlugins_Win_en_US.zip enthalten
    sind. Dadurch ist jedes optionale angebliche deutsche Plugin in englisch und unübersetzt.
    Um zu Verifizieren ob der Fehler generell bei den übersetzten optionalen Plugins besteht, hatte ich
    auch die französischen Plugins installiert, die eine französische Oberfläche haben, wenn es sich um
    ein Plugin handelt, daß im Photoshop ein GUI besitzt.
    Wie es aussieht wurden in die PSCS5OptionalPlugins_Win_de_DE.zip Zipdatei die englischen Plugins
    gepackt und über Web- und FTP-Download angeboten. Die Dateigrößen und Datecodes sind die gleichen
    wie von den englischen Plugins. Filecomparetools stellen auch keinen einzigsten Unterschied zwischen
    den deutschen und englischen Plugins fest.
    Downloadmöglichkeit der deutschen optionalen Photoshop CS5 Plugins
    (PSCS5OptionalPlugins_Win_de_DE.zip) die nur englische Plugins enhalten:
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4751&fileID=4434
    ftp://ftp.adobe.com/pub/adobe/photoshop/win/cs5/PSCS5OptionalPlugins_Win_de_DE.zip
    Es wäre nett wenn Adobe die entsprechenden Downloads mit den dafür vorgesehenen deutschen Plugins
    bestücken würde.
    Mfg

    Am 16.09 wurde die Zipdatei mit den optionalen deutschen Zusatzmodulen auf dem Adobe FTP Server aktualisiert. Die Zipdatei enthält jetzt die Plugins mit der deutschen Oberfläche.
    Der Webdownload enthält derzeit noch das Pack mit den Plugins mit der englischen Oberfläche.
    Vielen Dank an die Firma Adobe, für die Anpassung des Downloads auf dem FTP Server mit den deutschen Plugins.
    Wer die deutschen Plugins benötigt sollte auf die Downloadmöglichkeit vom FTP Sever zugreifen, bis die deutschen Plugins auch per Webdownload verfügbar sind.
    PS CS5 Optional Plugins Win de vom FTP Server:
    ftp://ftp.adobe.com/pub/adobe/photoshop/win/cs5/PSCS5OptionalPlugins_Win_de_DE.zip

  • I run a Windows 8.1 -  Photoshop CS5 under Parallels on an iMac one year old and both having the latest OS. I use a NIK plugin "VIVEZA" which run fine for years without a problem. Latelt and without a reason, the NIK plugin has gone corrupt, (can not use

    @I run a Windows 8.1 -  Photoshop CS5 under Parallels on an iMac one year old and both having the latest OS. I use a NIK plugin "VIVEZA" which run fine for years without a problem. Latelt and without a reason, the NIK plugin has gone corrupt, (can not use it more the 2 corrections after a get a black background message that there is not enough memory) and the system stops running and a must restart is required. How do I fix this terrible problem?
    If it requires a Photoshop CS5 re-install, (I belief that it may fix the problem) and re-install the two third party plugins (NIK Viveza) and (Onone Perfect Resize) how and where do I get to the proper Adobe upload page to do that.
    I have tried to fix this problem by changing the memory allocations, I have spend many hours on it and are very disgusted with it but it needs to be fixed. The current memory settings are;
    Ram available = 1588 MB
    Range = 873 -1143 MB
    Recommended Photoshop usage range =  857  however I have tried every setting to max and in between. Nothing works. Current setting = 1588 (max)
    The Photoshop I use is registered, I have product # and order # .

    Contact NIK for updated/upgraded versions of their plug-ins.  They have been having a lot of issues with their plug-ins.

  • Where can I find the plugin to open camera raw files for Nikon D810 for Photoshop CS5.1? I've looked around the site but cannot get this to work.. Thank you.

    Where can I find the plugin to open camera raw files for Nikon D810 for Photoshop CS5.1? I've looked around the site but cannot get this to work.. Thank you.

    See for yourself which version of ACR is needed for that camera’s RAW files
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    then check your version (Photoshop > About Plug-In > Camera Raw).
    Your version of Photoshop does not support that version of ACR.
    You could use the free DNG Converter.

  • Plugins in Photoshop CS5

    Please excuse this very basic question. I need to know if my old Photoshop plugins will be compatible with 64-bit Photoshop CS5. All of these old plugins are 32-bit.
    I understand that Photoshop CS5 comes in both 32-bit and 64-bit versions. However, if I am using the 64-bit version, will I be able to use my plugins, or will I need to switch to the 32-bit version of Photoshop to use them?
    My computer is running Windows 7 (64-bit).
    Thanks.

    That is good news.
    I was worried about installing them with the Subscription version, so you answered my next question, and also taught me something. Thank you!
    Hunt

  • Photoshop CS5 Optional Plugins downloaded file issue

    I am trying to download the Photoshop CS5 Optional Plugins from the following Adobe website http://www.adobe.com/support/downloads/detail.jsp?ftpID=4688. 
    I'm using IE9 as my browser and opting to save the file to my desktop. 
    The downloaded file appears as follows on my desktop - PSCS5OptionalPlugins_Win_en_US.zip.av6ac0u  - whiich I'm unable to unzip and use.  I am able to download other plug ins from the Adobe site.  Is there an alternate page for downloading these files or some "trick" to downloading these particular plugins? 
    Thank you. 
    AnnJ

    Noel Carboni wrote:
    …typing all my program names into the search box to run them, but I just like to use the mouse…
    I'm a huge fan of the mouse myself, Noel.  As a matter of fact that's what instantly drew me to the Lisa and the Mac initially, at a time when PCs were still at the command-line stage of MS-DOS and PC users were mocking and deriding menus and the mouse. 
    To this day I much prefer to do anything that can be done with the mouse and/or menus without having to clutter what's left of my withered brain with the learning of commands and key combos, and my considerably handicapped hands make me a lousy typist on account of arthritis and neuropathy anyway.
    But aliases ("shortcuts") on the desktop are not necessary to launch applications or open documents.  That's what The Dock is for on the Mac, which, as you can see in my screen shot above, I keep hidden below the bottom of the screen with all its icons until I bring my cursor down to hover over that area when I need it.
    And I have double the logos you do. 
    Hehehe…   I have plenty of those in reserve.    We don't want to clutter this thread with more images than necessary. 

  • Installing ContactSheetII plugin into Photoshop CS5

    I've downloaded the CS5 optional plugins, dragged the ContactSheetII icon into plugins folder in CS5 app folder - restarted Photoshop and still do not find the ContactSheetII plugin anywhere.  Seems like it should be so easy - not today.  Any other suggestions?  Thanks!

    from answers.informer.com if you have a win os,
    Many Photoshop plug-ins have an automated installer which adds necessary data into the registry or places the files into the folder of the software. In case you have plug-ins which are standalone (.8rb, .Plugin, etc) then you should copy those files (please note that Photoshop should be closed at that moment) into the following folder: \Program Files\Adobe\Adobe Photoshop CS5\Plug-ins. The next time when you will open the main software, these plug-ins (if are compatible) will be loaded into the application and then you will be able to access them from the main window of the software. The plug-ins will be accessible from the Filter menu.

  • Photoshop CS5.1 Twain Plugin Doesn't Work

    The twain plugin (for my Canon scanner) had worked in 32-bit mode in Photoshop CS5.
    But the plugin doesn't work with Photoshop CS5.1. I downloaded what seems to be the latest (not sure) twain plugin from Adobe, but no help there, either.
    I get this error message. But the scanner is connected (it worked from another application) and plugged in.

    Yes. I installed the twain plugin for CS5.1, and opened in 32-bit mode.
    Do you have a link for the most recent twain plugin, so I can see if it's the one I downloaded?
    Thanks.

  • Photoshop CS5 TWAIN plugin not working in 32-bit mode

    I'm having trouble scanning via TWAIN in Photoshop CS5. I'm on an iMac running OSX 10.6.6, My Scanner is an Epson Perfection V350, and after installing the latest driver and an online chat with an Epson rep, they told me to download the latest Photoshop TWAIN plugin from the Adobe site, then run Photoshop in 32-bit mode.
    I tried that and the option to scan finally appeared in the import menu and the Epson Scan interface appeared. However, upon trying to preview or scan, the whole lot crashes.
    The Epson Scan program works as a standalone app, so the problem clearly lies within Photoshop. However I want to scan in Photoshop, not the clunky standalone app!
    Is there anything else to try?

    I would say it's more likely that there is a problem with CS5 and/or the new TWAIN plugin.
    Epson claim that since their application works standalone, than it's not at fault.
    Photoshop CS4 worked fine - I could scan via TWAIN perfectly. I've since removed the CS4 apps. And of course CS5 no longer supports it in the same way. Following Adobe's OWN recommendations of installing the TWAIN plug-in and running PS in 32-bit only led to complete software crashes.
    Of course I can scan in Epson Scan on it's own, but after 15 years of happily scanning via TWAIN in Photoshop, I don't see why I should change my way of working to something that would be less convenient.
    On another post I read something about having the correct TWAIN plugin - I could only find one for CS5 on the downloads page, so I assume I got the right one.

  • I download Photoshop CS5 and It don't have the 3d plugin...

    Hi I have Photoshop CS5 and it doesnt have the 3d plugin.  If it do, I just can't find it.  I need help because I need to make a decent logo for my company.  Do anybody know how to get the 3d plugin or find it?

    Did you download Photoshop as a trial from Adobe's site?  If so, you should see the 3D features, as the trial provides Extended features.
    If you downloaded it from somewhere else, and you don't own a license, delete it immediately - it's not a legal copy.
    -Noel

  • Plugins causing Photoshop CS5 to fail

    I have installed both the 32- and 64-bit versions of Photoshop CS5.5 under Windows 7 on a new laptop and am now in the process of installing my plugins. Both versions of CS5.5 are failing on a load problem when starting up. I removed my plugin folder and started up both versions successfully. It seemed to be hanging up on the Nik plugins, and so I replaced my plugin folder and uninstalled the Nik plugins. Both versions of CS5.5 started up successfully and my plugins were available (except the Nik ones, of course). However, when I tried to open the onOne plugins, both versions failed again. This may or may not be a Photshop problem. Both these sets of plugins use their own menu structure within Photoshop (see attached screen prints), the Nik one at startup and the onOne one once Photshop has started. I am wondering if these menus are the problem. The attached screen prints are taken on my desktop which is running only the 32-bit version. It is not having any plugin problems. Any suggestions as to where the problem lies?

    Automate does work for the onOne plugins. (Didn't know about it before; one learns something new everyday, especially with Photoshop.) When I use the menu drop-down Window > Extensions > onOne, I get the following menu.
    Which then contracts automatically to this and locks up Photoshop. I have to ctrl-alt-delete to close the application.
    In this case I get the error message that Photshop has stopped responding, which is to be expected when an application freezes.
    In the case of the Nik plugins, Photoshop didn't even open. It got a Windows message saying an internal error occurred and Windows would "try to find a solution". I am going by memory here as I would have to reinstall the Nik software to get an actual scrteen print of the message. I have several error messages in the Windows event viewer but cannot say which applies to this situation. The information there also appears rather thin.
    This could well be some other software of mine interfering or some internal conflict within Photoshop and its plugins. I will probably have to remove everything relating to Photoshop and reinstall from scratch, testing it at each step, something I would like to avoid if possible.

Maybe you are looking for

  • Investment grant on asset

    Hi all, I would like to know how it could be possible to integrate investment grant on a legacy asset. I have two kind of assets : asset capitalized on a previous fiscal year asset capitalized on the current fiscal year Integrating investment grant f

  • Final Cut Pro to Final Cut Express -- Format issues?

    Hi, I'm shooting a project on a Panasonic HVX-200A, and my cameraman is going to import the footage to his Final Cut Pro station. He's then going to transfer the FCP footage and data over to an external hard drive, which I am going to use to edit the

  • No sound from jack

    I have a Mac Mini and the sound has stopped working via the external jack. The internal speaker still produces sound, which mutes when you plug in a jack but nothing comes out of the jack. It worked until quite recently. Is this definitely a hardware

  • Uploaded Images-Shortcut Error

    I was trying to move some videos and images I had uploaded from a camera a while back onto a different user on the computer and accidently moved them to the desktop.  Now all the images and videos are shortcuts that do not have a location and I no lo

  • Textfield autocomplete strange behaviour

    Hi all, I'm just trying to use the textfield autocomplete but it's behaviour is not what I was expecting. In detail I set the attribute "Maximum Values in List" to 10, which I expect to be the number of results displayed in select list. The query is