CS4 SDK on Mac 10.6

Hello,
I know Adobe's requierements for CS4 SDK are XCode 3.1 for MacOS 10.5.x (or XCode 2.4.1 for MacOS 10.4) but my new MBP only option being XCode 3.2 for MacOS 10.6.x I had to dive into the usual Test && Run procedures to find out I could compile Basic Dialog SDK sample code with XCode 3.2 by modifying the following project settings:
Architectures: 32 bit Universal
Base SDK: MacOS X 10.4
C/C++ Compiler Version: GCC 4.0
Next step being to load the built plugin with debug ID CS4 on MacOS X 10.6 - which remains to be done at this stage...
My question to this forum being: is anybody else already gone that way and in such a case how did it turn out?
Any comment and advice would be very much appreciated indeed.
Best regards
Patrick Perroud

You can install other mac os sdk versions when installing xcode - I have the
10.4 sdk installed (even though on 10.6) and build CS4 against that.  You need
to do the same.
Ian

Similar Messages

  • Photoshop CS4 SDK & Mac OS X 10.5 SDK

    I have existing Photoshop UB Plug-ins built under OS X 10.4 and the OS X 10.4 SDK, Xcode 2.1.x & Photoshop CS3 SDK.  I am attempting to use the new CS4 SDK under OS X 10.5 SDK.
    They do not build as there is a conflict in PITypes.h with the attempted redefinition of uint32, already defined in the Apple header cssmconfig.h.
    I have seen some threads on this issue but no answers - Does anyone have the solution to this issue?
    Thank you!

    Comment out the redefinition in the SDK, or try 10.4u Framework as suggested by other posters.

  • Getting an strange error in "PluginPrefix.pch" while compiling a plugin code with InDesign CS4 SDK.

    Hi everybody,
    Currently trying to compile/build the existing Plugin code (C++) with InDesign CS4 SDK on my Mac OS X 10.5 machine but getting following strange errors.
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:26:27: error: MemoryStatics.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:39:30: error: PluginBuildFlags.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:40:28: error: AnsiBasedTypes.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:41:26: error: ShukHeaders.cp: No such file or directory
    Though above mentioned files are present at the following directory
    /Volumes/../../../Adobe InDesign CS4 SDK/source/precomp/common/
    Note : However initially I did not find “MemoryStatics.h” and “AnsiBasedTypes.h” files in the installed SDK directory. I have downloaded them from the net and copied those into the above mentioned directory.
    I am not much familiar with Mac OS environment and compiling/building C++ code with Xcode. Can anyone help me to resolve this issue (might be very trivial and related to Xcode project configuration) ?

    Thanks for the quick response,
    Yes, current build settings include path shortcuts as mentioned below and it also contains “$(CS_SDK_PATH)/source/public/includes” path in HEADER_SEARCH_PATHS settings.  But still I am getting the same error: MemoryStatics.h: No such file or directory
    CS_SDK_PATH= /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK
    CS_SDK_PRJ_PATH=/Volumes/MAC Extended/Inbetween Extended/Visual Studio/InBetweenDev/Projects/InBetweenCS/IBClientPluginCS3/prjCS4/mac
    Just for clarification : my Plugin code /project files are not inside the InDesign SDK (build/mac/prj). All the plugin project is outside of the InDesign SDK directory. Thus above mentioned CS_SDK_PATH and CS_SDK_PRJ_PATH are completely different.
    Is it expected that the plugin code/project files should be inside the InDesign SDK/build/mac/prj  directory only ? or is it okay if we put it in the completely another directory structure and modify the  SDK_PRJ_PATH accordingly (as in my case) ?
    Please let me know if you want me to elaborate the situation further.

  • Can a CS3 plugin be built with Xcode 3.1 and the CS4 SDK?

    My goal is to build a plugin that loads in CS3 and CS4 on both the Mac and Windows platforms. For the Mac development I have a machine with Xcode 3.1. When I try to build the automationfilter/hidden plugin sample I get a compiler error in PIDefines.h because some typedefs conflict with Apple headers. The CS4 SDK seems to have corrected these issues so I am now trying to build the samples from CS4SDK. The build is successful, but when I try to load the plugin into CS3 I get an error that causes Photoshop to abort (after a friendly dialog box telling me it is going to abort).
    I am wondering if the mix of tools and SDK versions that I am using would be expected to work, or if what I have done is known to fail.
    Thanks
    -- Bennett

    I found a solution to the question. The CS4 sample I was building (Automation/Hidden) was causing PS CS3 to fail when I tried to launch the plug-in. It turns out that the failure is due to one of the suites having a different version in CS3 than CS4. The sample was from CS4, so it was requesting a version of the suite that did not exist in PS CS3.
    To fix the problem I made a copy of the samplecode/common/sources/PIUSuites.cpp file. I placed my copy in the samplecode/automation/automation/common directory and modified my Xcode project to use it instead of the one from common/sources. In the file I changed this line:
    AutoSuite<PSActionDescriptorProcs> sPSActionDescriptor(kPSActionDescriptorSuite, kPSActionDescriptorSuiteVersion);
    to be like this instead:
    AutoSuite<PSActionDescriptorProcs> sPSActionDescriptor(kPSActionDescriptorSuite, kPSActionDescriptorSuitePrevVersion);
    Doing this causes the plug-in to load and execute just fine in CS3.
    Cheers
    -- Bennett

  • Illustrator CS4 SDK on Apple OSX 10.6 Snowleopard and Xcode 3.2 howto

    I can't compile any of the samplecode from the current illustrator CS4 SDK
    ai_cs4_sdk_mac_367 on an Apple Mac with OSX 10.6 snow leopard (SL) and Xcode 3.2
    (see some errormessages at end)
    The documentation mentions Xcode 2.4.1.
    Is it possible at all to use this SDK 367 with snowleopard and Xcode 3.2 ?
    If not, then how do you plug-in writers update your illustrator plug-ins for working on Snowleopard ?
    thx, j.
    some of the errors I get while compiling the 'Tutorial' samplecode for "10.6|Debug|i386" are :
    ../../illustratorapi/illustrator/AIRaster.h:221: error: conflicting declaration 'typedef long unsigned int uint32'
    /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Security.framework/Headers/cssmco nfig.h:69: error: 'uint32' has a previous declaration as 'typedef uint32_t uint32'
    AIPlatformFileDlgOpts::AIPlatformFileDlgOpts()
    ../../illustratorapi/illustrator/AIUser.h:381: error: extra qualification 'AIPlatformFileDlgOpts::' on member 'AIPlatformFileDlgOpts'
    /Applications/ai_cs4_sdk_mac_367/Adobe Illustrator CS4 SDK/samplecode/Tutorial/Resources/Tutorial.r:20:0 SysError 0 during open of "TutorialID.h".

    thanks mrwren, for your confirmation that you could compile the
    samples from ai_cs4_sdk_mac_367. I searched further and found e.g. the following fixes:
    sample: Tutorial
    1. AIRaster.h
    below #define BRAVO_TYPES:
    //typedef unsigned long uint32;//loj outcommented
    2. AIUser.h
    /*AIPlatformFileDlgOpts:: loj commented out*/ AIPlatformFileDlgOpts()
    : fCount(0), fFilters(NULL)
    3. TutorialID.h
    add the file Tutorial.h to the Groups&Files section of the Tutorial.xcodeproj window
    by dragging it from the finder into this Groups&Files section
    (The right click > "Add > Existing Files … " did not let me do this (file was gray although rwx-access))
    I compiled for "10.6 | release | i386" and the resulting plug-in Tutorial.aip
    did load well into AI CS4 14.0.0 and worked OK.
    sample: Annotator:
    changed project settings
    -Architectures > Base SDK : "/Developers/SDKs/MacOSX10.4u.sdk" changed to "Mac OSX 10.6"
    (I installed snowleopard without the optional 10.4 support)
    -Deployment > Mac OSX target : 10.4 changed to "Mac OSX 10.6"

  • I have CS4 on a PC. I have bought a new MAC. How do I install my CS4 on the MAC- it seems this is a windows license.

    I have CS4 on a PC. I have bought a new MAC. How do I install my CS4 on the MAC- it seems this is a windows license.

    The license is only good for Windows and is too old to qualify for a platform swap.  The only option you might have is to install Windows emulation software on the Mac and install CS4 thru that.

  • I am not able to open, compile and build sample plugin projects from Indesign CS4 SDK

    Hi,
    I am new to Indesign plugin development.
    I have downloaded Indesign CS4 SDK Products version for Windows.
    I have downloaded Adobe Indesign CS4 trial version.
    I have Microsoft Visual C++ 6.0 . I want to build sample SDK examples given
    in SDK. But when I open them from visual c++ /prj folder the project is not
    getting opened.
    I want to load Dollyxs and build it and using that develop some projects.
    Also want to build and run the SDK examples .
    So can anybody help about what software I need n which version of visul c++
    is needed for this.And how to Install
    them.
    Thanks n Regards,
    Ravi Sharma

    Hi,
    Thank u very much for your response.
    Now I am getting error as :Error spawning cmd.exe. while I am building project (Indesign cs4-Windows).
    I have set properties for .fr and .rc files .Am I missing any other setting to be made.
    Can u help me?
    Regards,
    Ravi Sharma

  • Photoshop CS4 crashes on Mac OS X 10.8.3

    I have CS4 on my mac OS X 10.8.3. Photoshop CS4 is crashing all the time.
    I update it regularly.
    It used to crash using layers, so i changed the  graphic settings as suggested in this forum, now this is ok.
    Now PS crashes:
    - everytime i do "save for web"
    - often when i work on text layers
    - sometimes for nothing in particular
    It is really impossible to work in this conditions.
    Fireworks CS4 crashes too when trying to save a file. For no special reason.
    Please help me.
    Thank you,

    Date/Time:       2013-04-29 20:28:40 +0200
    OS Version:      10.8.3 (Build 12D78)
    Architecture:    x86_64
    Report Version:  11
    Command:         Photoshop
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Version:         11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]) (11.0.2)
    Parent:          launchd [126]
    PID:             2312
    Event:           hang
    Duration:        8.79s
    Steps:           88 (100ms sampling interval)
    Hardware model:  MacBookPro9,1
    Active cpus:     8
    Free pages:      317841 pages (-6401)
    Pageins:         1651 pages
    Pageouts:        0 pages
    Process:         Adobe Photoshop CS4 [2312]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Architecture:    i386
    Parent:          launchd [126]
    UID:             501
    Task size:       99222 pages (-250)
    CPU Time:        0.086s
      Thread 0xe31b     priority 47         cpu time   0.068s
      88 ??? (Adobe Photoshop CS4 + 10041) [0x3739]
        88 ??? (Adobe Photoshop CS4 + 10258) [0x3812]
          88 ??? (Adobe Photoshop CS4 + 2225766) [0x220666]
             88 ??? (Adobe Photoshop CS4 + 2225626) [0x2205da]
              88 ??? (Adobe Photoshop CS4 + 397615) [0x6212f]
                88 ??? (Adobe Photoshop CS4 + 404947) [0x63dd3]
                  88 ??? (Adobe Photoshop CS4 + 404581) [0x63c65]
                     88 ??? (Adobe Photoshop CS4 + 431773) [0x6a69d]
                      88 ??? (Adobe Photoshop CS4 + 436461) [0x6b8ed]
                        88 ??? (Adobe Photoshop CS4 + 4047283) [0x3dd1b3]
                          88 ??? (Adobe Photoshop CS4 + 4046362) [0x3dce1a]
                             88 ??? (Adobe Photoshop CS4 + 4038072) [0x3dadb8]
                              88 ??? (Adobe Photoshop CS4 + 7074686) [0x6c037e]
                                88 EntryEX + 52 (Save for Web) [0xd4daaecc]
                                   88 EntryEX + 3528167 (Save for Web) [0xd510847f]
                                    88 EntryEX + 3526348 (Save for Web) [0xd5107d64]
                                      88 EntryEX + 85710 (Save for Web) [0xd4dbfd66]
                                         88 EntryEX + 74375 (Save for Web) [0xd4dbd11f]
                                          88 EntryEX + 3587930 (Save for Web) [0xd5116df2]
                                            88 EntryEX + 3587802 (Save for Web) [0xd5116d72]
                                               88 EntryEX + 3958957 (Save for Web) [0xd5171745]
                                                88 SendEventToEventTarget + 88 (HIToolbox) [0x94060655]
                                                  88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                     88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538 (HIToolbox) [0x9404d83f]
                                                      88 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2141 (HIToolbox) [0x940805c7]
                                                         88 SendEventToEventTarget + 88 (HIToolbox) [0x94060655]
                                                          88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                             88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343 (HIToolbox) [0x9404d394]
                                                              88 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x941c59bb]
                                                                 88 EntryEX + 3669495 (Save for Web) [0xd512ac8f]
                                                                  88 CallNextEventHandler + 84 (HIToolbox) [0x94037dda]
                                                                     88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                                      88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343 (HIToolbox) [0x9404d394]
                                                                         88 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x941c59bb]
                                                                           88 StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 85 (HIToolbox) [0x94038838]
                                                                            88 HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 826 (HIToolbox) [0x941d02f3]
                                                                               88 HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 540 (HIToolbox) [0x941d0cc4]
                                                                                88 SendEventFromMouseDown(OpaqueWindowPtr*, unsigned long, OpaqueEventRef*) + 167 (HIToolbox) [0x941d0922]
                                                                                   88 SendEventToEventTarget + 88 (HIToolbox) [0x94060655]
                                                                                    88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                                                       88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343 (HIToolbox) [0x9404d394]
                                                                                        88 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x941c59bb]
                                                                                           88 EntryEX + 3669495 (Save for Web) [0xd512ac8f]
                                                                                            88 CallNextEventHandler + 84 (HIToolbox) [0x94037dda]
                                                                                               88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                                                                 88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343 (HIToolbox) [0x9404d394]
                                                                                                    88 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x941c59bb]
                                                                                                      88 StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 110 (HIToolbox) [0x94038851]
                                                                                                       88 HandleWindowEvent(OpaqueEventRef*) + 1474 (HIToolbox) [0x94061351]
                                                                                                          88 HandleClickAsHIView(OpaqueWindowPtr*, OpaqueEventRef*) + 156 (HIToolbox) [0x941d06e7]
                                                                                                           88 HIViewClick + 50 (HIToolbox) [0x9403a4d8]
                                                                                                              88 HIView::Click(OpaqueEventRef*) + 317 (HIToolbox) [0x9403a621]
                                                                                                               88 SendEventToEventTarget + 88 (HIToolbox) [0x94060655]
                                                                                                                  88 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430 (HIToolbox) [0x9404c780]
                                                                                                                    88 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343 (HIToolbox) [0x9404d394]
                                                                                                                      88 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x941c59bb]
                                                                                                                        88 EntryEX + 4298855 (Save for Web) [0xd51c46ff]
                                                                                                                         88 EntryEX + 4297889 (Save for Web) [0xd51c4339]
                                                                                                                            88 EntryEX + 3657691 (Save for Web) [0xd5127e73]
                                                                                                                             88 EntryEX + 3630592 (Save for Web) [0xd5121498]
                                                                                                                                88 EntryEX + 4297241 (Save for Web) [0xd51c40b1]
                                                                                                                                 88 EntryEX + 3878510 (Save for Web) [0xd515dd06]
                                                                                                                                    88 EntryEX + 4297297 (Save for Web) [0xd51c40e9]
                                                                                                                                     88 EntryEX + 4301977 (Save for Web) [0xd51c5331]
                                                                                                                                        88 EntryEX + 4228766 (Save for Web) [0xd51b3536]
                                                                                                                                         88 EntryEX + 3878149 (Save for Web) [0xd515db9d]
                                                                                                                                            88 EntryEX + 3585802 (Save for Web) [0xd51165a2]
                                                                                                                                             88 EntryEX + 3585874 (Save for Web) [0xd51165ea]
                                                                                                                                                88 EntryEX + 3585874 (Save for Web) [0xd51165ea]
                                                                                                                                                 88 EntryEX + 3585874 (Save for Web) [0xd51165ea]
                                                                                                                                                    88 EntryEX + 3585837 (Save for Web) [0xd51165c5]
                                                                                                                                                     88 EntryEX + 72233 (Save for Web) [0xd4dbc8c1]
                                                                                                                                                        88 EntryEX + 36980 (Save for Web) [0xd4db3f0c]
                                                                                                                                                         88 EntryEX + 3118961 (Save for Web) [0xd50a4609]
                                                                                                                                                            88 EntryEX + 3113312 (Save for Web) [0xd50a2ff8]
                                                                                                                                                             88 EntryEX + 2999818 (Save for Web) [0xd50874a2]
                                                                                                                                                                88 EntryEX + 2997391 (Save for Web) [0xd5086b27]
                                                                                                                                                                 88 EntryEX + 2995160 (Save for Web) [0xd5086270]
                                                                                                                                                                    88 EntryEX + 2994644 (Save for Web) [0xd508606c]
                                                                                                                                                                     88 EntryEX + 2975909 (Save for Web) [0xd508173d]
                                                                                                                                                                        88 EntryEX + 2972985 (Save for Web) [0xd5080bd1]
                                                                                                                                                                         88 EntryEX + 2970877 (Save for Web) [0xd5080395]
                                                                                                                                                                            88 EntryEX + 2321199 (Save for Web) [0xd4fe19c7]
                                                                                                                                                                             88 EntryEX + 2406769 (Save for Web) [0xd4ff6809]
                                                                                                                                                                                88 EntryEX + 2323719 (Save for Web) [0xd4fe239f]
                                                                                                                                                                                  88 EntryEX + 169129 (Save for Web) [0xd4dd4341]
                                                                                                                                                                                    88 EntryEX + 207866 (Save for Web) [0xd4ddda92]
                                                                                                                                                                                      88 PBFlushVolSync + 112 (CarbonCore) [0x9595f809]
                                                                                                                                                                                        88 __fsync + 10 (libsystem_kernel.dylib) [0x9549a69e]
                                                                                                                                                                                         *88 ??? (mach_kernel + 842253) [0xffffff80002cda0d]
                                                                                                                                                                                            *88 unix_syscall + 467 (mach_kernel) [0xffffff80005e0343]
                                                                                                                                                                                              *88 ??? (mach_kernel + 1044113) [0xffffff80002fee91]
                                                                                                                                                                                                *88 VNOP_FSYNC + 47 (mach_kernel) [0xffffff80003110cf]
                                                                                                                                                                                                  *88 hfs_vnop_fsync + 92 (mach_kernel) [0xffffff8000517c1c]
                                                                                                                                                                                                    *88 hfs_fsync + 787 (mach_kernel) [0xffffff8000514663]
                                                                                                                                                                                                      *88 cluster_write + 37 (mach_kernel) [0xffffff80002e1fe5]
                                                                                                                                                                                                        *88 cluster_write_ext + 185 (mach_kernel) [0xffffff80002e20a9]
                                                                                                                                                                                                          *88 ??? (mach_kernel + 932116) [0xffffff80002e3914]
                                                                                                                                                                                                            *88 ??? (mach_kernel + 947610) [0xffffff80002e759a]
                                                                                                                                                                                                              *88 ??? (mach_kernel + 949365) [0xffffff80002e7c75]
                                                                                                                                                                                                                *88 ??? (mach_kernel + 923584) [0xffffff80002e17c0]
                                                                                                                                                                                                                  *88 vnode_waitforwrites + 227 (mach_kernel) [0xffffff80002ed333]
                                                                                                                                                                                                                    *88 msleep + 116 (mach_kernel) [0xffffff8000569154]
                                                                                                                                                                                                                      *88 ??? (mach_kernel + 3575142) [0xffffff8000568d66]
                                                                                                                                                                                                                        *88 lck_mtx_sleep + 78 (mach_kernel) [0xffffff80002265fe]
                                                                                                                                                                                                                          *82 thread_block_reason + 300 (mach_kernel) [0xffffff800022da0c]
                                                                                                                                                                                                                            *82 ??? (mach_kernel + 190273) [0xffffff800022e741]
                                                                                                                                                                                                                              *82 machine_switch_context + 366 (mach_kernel) [0xffffff80002b403e]
                                                                                                                                                                                                                          *6  thread_block_reason + 275 (mach_kernel) [0xffffff800022d9f3]
                                                                                                                                                                                                                            *6  ??? (mach_kernel + 187521) [0xffffff800022dc81]
                                                                                                                                                                                                                              *6  processor_idle + 227 (mach_kernel) [0xffffff800022f1c3]
                                                                                                                                                                                                                                *6  machine_idle + 282 (mach_kernel) [0xffffff80002b901a]
      Thread 0xe329     DispatchQueue 1701273966 priority 49       
      88 _dispatch_mgr_thread + 53 (libdispatch.dylib) [0x98dd67a9]
        88 kevent + 10 (libsystem_kernel.dylib) [0x9549a9ae]
         *88 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0xe340     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe358     priority 47       
       88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
               88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe359     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
                *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe35a     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
           88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe35b     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
             88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe35c     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
             88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe35d     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
             88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe35e     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
             88 ??? (MultiProcessor Support + 196351) [0x297d2eff]
              88 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x95497826]
               *88 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0xe361     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
             88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                     88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                        88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                          *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe362     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
           88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                   88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe363     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                 88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe364     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                 88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe365     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                 88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe366     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                 88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe367     priority 47       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 PrivateMPEntryPoint + 68 (CarbonCore) [0x95972a7b]
            88 ??? (AdobeACE + 200069) [0x27c0d85]
              88 ??? (AdobeACE + 201613) [0x27c138d]
                 88 MPWaitOnQueue + 261 (CarbonCore) [0x958ebb8b]
                  88 TSWaitOnConditionTimedRelative + 146 (CarbonCore) [0x9599f68e]
                    88 TSWaitOnCondition + 128 (CarbonCore) [0x9599f492]
                      88 pthread_cond_wait$UNIX2003 + 71 (libsystem_c.dylib) [0x96b3b095]
                         88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                         *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe36c     priority 47         cpu time   0.010s
       88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 ScObjects::Thread::go(void*) + 239 (ScriptingSupport) [0x2ec384d3]
            88 ScObjects::BridgeTalkThread::run() + 332 (ScriptingSupport) [0x2ec28dc6]
               88 ScObjects::Thread::wait(unsigned int) + 23 (ScriptingSupport) [0x2ec38211]
                88 ScObjects::Thread::sleep(unsigned int) + 143 (ScriptingSupport) [0x2ec381b1]
                  88 mach_wait_until + 10 (libsystem_kernel.dylib) [0x954978e6]
                    *87 ??? (mach_kernel + 116512) [0xffffff800021c720]
                   *1  hndl_mach_scall + 222 (mach_kernel) [0xffffff80002cdaee]
                     *1  ??? (mach_kernel + 679038) [0xffffff80002a5c7e]
                        *1  mach_wait_until_trap + 41 (mach_kernel) [0xffffff800021c709]
                         *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022d9f3]
                           *1  ??? (mach_kernel + 187521) [0xffffff800022dc81]
                              *1  processor_idle + 227 (mach_kernel) [0xffffff800022f1c3]
                               *1  machine_idle + 282 (mach_kernel) [0xffffff80002b901a]
      Thread 0xe39c     priority 47       
       88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe39d     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
        *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe39e     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe39f     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe3a0     priority 47       
       88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe3a1     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
        *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe3a2     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xe3a3     priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10234    priority 47       
       88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10235    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
        *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10236    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10237    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10238    priority 47       
       88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10239    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
        *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x1023a    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x1023b    priority 47       
      88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x1023c    priority 47       
       88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
       *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x10c6f    priority 54       
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
         88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
          88 AsyncFileThread(void*) + 283 (CarbonCore) [0x95952ee6]
            88 TSWaitOnSemaphoreRelative + 24 (CarbonCore) [0x9599f40d]
              88 TSWaitOnSemaphoreCommon + 272 (CarbonCore) [0x9599f184]
                 88 TSWaitOnConditionTimedRelative + 177 (CarbonCore) [0x9599f6ad]
                  88 pthread_cond_timedwait_relative_np + 47 (libsystem_c.dylib) [0x96ab5572]
                    88 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x954998e2]
                      *88 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0x11191    priority 47         cpu time   0.007s
      88 thread_start + 34 (libsystem_c.dylib) [0x96a9ad4e]
        88 _pthread_start + 344 (libsystem_c.dylib) [0x96ab05b7]
           88 EntryEX + 4417231 (Save for Web) [0xd51e1567]
            88 EntryEX + 4354510 (Save for Web) [0xd51d2066]
              88 EntryEX + 4416525 (Save for Web) [0xd51e12a5]
                88 EntryEX + 4416429 (Save for Web) [0xd51e1245]
                   88 mach_wait_until + 10 (libsystem_kernel.dylib) [0x954978e6]
                   *87 ??? (mach_kernel + 116512) [0xffffff800021c720]
                   *1  hndl_mach_scall + 222 (mach_kernel) [0xffffff80002cdaee]
                      *1  ??? (mach_kernel + 679038) [0xffffff80002a5c7e]
                       *1  mach_wait_until_trap + 41 (mach_kernel) [0xffffff800021c709]
                         *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022d9f3]
                            *1  ??? (mach_kernel + 187521) [0xffffff800022dc81]
                             *1  processor_idle + 227 (mach_kernel) [0xffffff800022f1c3]
                               *1  machine_idle + 282 (mach_kernel) [0xffffff80002b901a]
      Thread 0x1125c    priority 47       
      50 start_wqthread + 30 (libsystem_c.dylib) [0x96a9ad2a]
        50 _pthread_wqthread + 448 (libsystem_c.dylib) [0x96ab2e79]
          50 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x9549a0ee]
            *50 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Thread 0x11283    priority 47       
      30 start_wqthread + 30 (libsystem_c.dylib) [0x96a9ad2a]
        30 _pthread_wqthread + 448 (libsystem_c.dylib) [0x96ab2e79]
           30 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x9549a0ee]
           *30 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
                  0x1000 -          0x19aefdf  com.adobe.Photoshop 11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]) (11.0.2) <40DBAC70-2688-44B1-A8CE-142BF8A18887> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
                0x2790000 -          0x289dfff  AdobeACE /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
              0x297a3000 -         0x297eaff7  MultiProcessor Support <001A163B-5314-4613-A23A-F35B63065FD0> /Applications/Adobe Photoshop CS4/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
               0x2eb00000 -         0x2ed5cfdf  com.adobe.PSAutomate 11.0.1 (11.0.1) /Applications/Adobe Photoshop CS4/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
              0x94019000 -         0x943fcfff  com.apple.HIToolbox 2.0 <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
               0x95485000 -         0x9549fffc  libsystem_kernel.dylib <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib
              0x958dc000 -         0x95be1ff7  com.apple.CoreServices.CarbonCore 1037.5 (1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
               0x96a9a000 -         0x96b57feb  libsystem_c.dylib <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
              0x98dd2000 -         0x98de4ff7  libdispatch.dylib <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
               0xd4da7000 -         0xd5480fdf  com.adobe.S4W 11.0 (11.0) /Applications/Adobe Photoshop CS4/*/Save for Web.plugin/Contents/MacOS/Save for Web
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.3 GHz, 4 GB, SMC 2.1f173
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD TOSHIBA MK5065GSXF, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0x1d183000 / 6
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9
    USB Device: PTZ-431W, 0x056a  (WACOM Co., Ltd.), 0x00b7, 0x14100000 / 1

  • Slow down issue with Premiere CS4 on a Mac pro

    I am having a similar slow down issue with Premiere CS4 on a Mac pro, but I don't have bloated prproj file size.
    Here is what I am working with:
    Mac Pro intel quad core 2.8ghz
    OSX 10.6.7 Snow Leopard
    6Gigs RAM
    3TB storage between 4 drives, each drive with about 50% free space
    I am editing a 10 minute HD video from avchd files.  The edited video is very heavy in photoshop files with a variety of different fx including green screen.  The system has slowed down to almost a standstill.  Anytime I move the playcurser, or try to do any action, it displays the spinning top "thinking" icon and takes 15 seconds to several minutes to unfreeze.  I am often forced to force quit and I have gotten unexpected quits several times.   The program also freezes on startup frequently.
    No other programs are running.  When I export with media encoder, it took about 4 hours to complete.  The last 4 or so photoshop images I added seemed to tip the program over the edge.  It had been slowing down some, but those last few really dropped the processing speed.  Before those additions, export took 30 min to 1hr.
    I did delete the render files (did not check if the file size was bloated beforehand, oops) but it has not significantly affected my performance.

    Do you need all of those extra pixels in the stills? Are you panning the full 4976?
    Two things to consider are that if you using, say a 1920 x 1080 Sequence Frame Size, you can only see that at any time, regardless of how large the images are in pixels. If there are extra pixels, i.e. the Pan is not using all 4976 pxls., I would Scale to just what you need in PS, prior to Import.
    If you are doing any Scale in PrPro, its Scaling algorithms are not as efficient, as those in PS. [Note: CS5 and 5.5 are a major improvement on that statement.]
    With many large stills (the max for CS4 is 4096 x 4096, if there ARE extra pixels, pushing those around will use up resources, and quickly. As a test, some years back, I was working on a "photo wall," and was using 4000 x 4000 images. The workstation had no issues with slowness, until I got to the 5th large still. By the 8th, the Project was too slow to edit. I had to wait for everything. Luckily, I have AE, and it handles large stills much more efficiently, and much differently, than PrPro. I just moved to an AE Comp, and completed the Project, finishing up n PrPro, after I Exported from AE.
    Just something to think about. With Scaling in PrPro, this is one time, where bigger is not necessarily better.
    Good luck,
    Hunt

  • How can install java sdk for mac os x 10.6.8

    How can install java sdk for mac os x 10.6.8?

    Deanwdd wrote:
    I mean to update Quicktime for Mac Os X 10.6.8...
    If you're running 10.6.8, Apple menu > Software Update. What version of QT do you have?

  • Not able to create a plugin using Dollyxs in Indesign CS4 SDK (windows)

    Hi,
    I am a beginner in Indesign plugin development.
    I have installed Indesign sdk cs4 and Indesign CS4.I have j2re1.4.1_01.
    I have created SampleProject/SampPro/Project, Source , Resource folders in
    Indesign cs4 sdk folder.
    When I enter all information in Dollyxs Batch file for creating a new
    plugin and click ok the project, source, resource files are not getting
    generated. But only in the cmd.exe there are some lines printed.
    Can anybody help me abt sample plugin Dvelopment using Dollyxs.
    Is am I missing something.
    Thanks n Regards,
    Ravi Sharma

    Hi Schneider,
    It is giving following message at cmd.exe.
    java.lang.NoClassDefFoundError at:various file paths
    I have j2re1.4.1_01 loaded.
    Thanks
    Ravi Sharma

  • Strange System Font in Dreamweaver.  After I installed Dreamweaver CS4 on my Mac, it loaded this strange font as seen in the photo attached.  Anyone know how to fix this?  I have uninstalled/reinstalled many times.  No prob w/ other CS4 programs.

    Strange System Font in Dreamweaver.  After I installed Dreamweaver CS4 on my Mac, it loaded this strange font as seen in the photo attached.  Anyone know how to fix this?  I have uninstalled/reinstalled many times to no avail.  There are no other problems with w/ other CS4 programs, they all have the normal system font.  I can't figure it out.  Thanks!

    Funny fonts issue in PI etc.,
    http://kb2.adobe.com/cps/405/kb405153.html
    Fonts in Dreamweaver panels display incorrectly
    http://kb2.adobe.com/cps/138/tn_13862.html
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Build Plug-Ins with CS4 SDK under OS X 10.5 SDK with Xcode 3.1.2?

    I have existing Photoshop Universal Binary Plug-ins built under OS X 10.4 and the OS X 10.4 SDK, with Xcode 2.1.x & Photoshop CS3 SDK.  They are mature and stable.
    I am attempting to build these Plug-Ins with the new CS4 SDK under OS X 10.5.6 & 10.5 SDK with Xcode 3.1.2.
    They do not build as there is a conflict in PITypes.h with the attempted redefinition of uint32, already defined in the Apple header cssmconfig.h, amongst other problems.
    Has anyone built with a similar configuration?
    Thank you!

    I've had good luck with Snow Leopard 10.6.1, XCode 3.2 and the Photoshop CS4 SDK by changing the build settings like this:
    1. Open the Target Info window: Project->Edit Active Target
    2. Change Architectures from native to 32-bit Universal (because my native is 64 bit)
    3. Make sure Base SDK is 10.4 (you must have that installed of course). If you select 10.5 for some of the Photoshop examples, you get complaints of depreciated APIs.
    4. Change C/C++ compiler version to GCC 4.0
    In the case of using these steps, there is no need to edit any headers, comment anything out, etc.
    Hope that helps!

  • Is Adobe CS4 compatible with Mac OSX Maverick?

    Hello,
    Is Adobe CS4 compatible with Mac OSX Maverick?
    Thk

    I just upgraded my OS to Mavericks X, and my previously installed Photoshop CS4 failed to run when I tried to launch it.
    I even downloaded a brand new version from a link here that was in a "Mavericks X" column, giving me SOME confidence that it might just function on the new OS.
    So far, I've been down 3 days since upgrading my OS. I cannot get Photoshop CS4 to run, no matter what I've tried!
    Yes, I've uninstalled the prior version before installing the new one. I entered all of my serial number and registration information, and still NOTHING! Bridge appears to work fine, but Photoshop CS4 is just one big crater right now!
    I'd like to just talk with a human at Adobe on the phone for a few minutes, which should be all that's needed to get it resolved, but they do NOT offer phone support for Photoshop products!!! And, I'm unable to locate how to even become a "Premium Member" (paid) that will allegedly provide phone support!
    HELP!
    Bob

  • Export To Flash in Encore CS4 on the Mac

    It has been widely reported (and I have confirmed) that Encore CS3 will not Build to Flash on a Mac running Leopard 10.5.5 and Quicktime 7.5.5 (the latest versions of Mac OS X and Quicktime). I would be most appreciative if anyone who has received Encore CS4 can determine if Build To Flash works on a Mac running OS 10.5.5 and Quicktime 7.5.5.
    Thank you in advance for responding.
    Tom

    Since no one has responded to my post on this issue, I can now provide the answer. First however, I want to insert the final comment in a long customer service request that I have had running with Adobe Technical Support since early August on this issue.
    "Monday, October 20, 2008 1:59:20 PM PDT
    Hello Tom,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Encore® CS3.
    I understand that you are not able to export as flash from Encore CS3.
    On my Mac, I have OS 10.5.5, and QuickTime 7.5.5. I tested this issue
    with Encore CS3 and CS4. The export worked just fine on CS4, but again
    failed on CS3. I spoke with Adam, and a few others around, and were not
    quite sure why he was able to get this to work. I am 100% certain that
    using the same workflow, his Mac is able to handle this process, but
    none of the others I was able to try this on could. As far as I am
    concerned, his ability to perform this export is a fluke, and cannot be
    reproduced through known methods.
    However, the issue is resolved in the CS4 release, so you should be all
    set to do your flash exports once you get your upgrade.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Joshua E.
    Adobe Web Support"
    Now let me post my response:
    "Thursday, October 23, 2008 12:40:06 PM PDT
    Joshua E.,
    Thank you for your clear response to the issue of not being able to Build to Flash using Encore CS3. I can confirm the 100% accuracy
    of everything you have said by adding my own experiences of the last 48 hours with Adobe Production Premium CS3 and CS4.
    Two days ago I purchased the new Macbook Pro (Intel 2.53 GHz, 4 GB RAM). Immediately after setting up the Macbook Pro and getting i
    t operating, I installed Adobe Production Premium CS3 (and all updates to CS3 Production Premium) on this brand new Macbook Pro. No
    other software outside of the Mac OS 10.5.5 (and all updates to it) had been installed on this Macbook Pro. I then opened Premiere
    CS3, placed 10 seconds of bars and tone in the timeline, and directly exported this to Encore CS3. I then selected Build To Flash.
    Once again Encore CS3 froze at the "transcoding video" step and would not progress beyond 20%. This is the exact same behavior I
    had on my Mac Pro 8-core machine and reported in this thread.
    I then installed Adobe Production Premium CS4 on my Mac Pro 8-core. I followed the above step with the exception that apparently di
    rect export from Premiere Pro CS4 to Encore CS4 is no longer available. I simple exported the Premiere Pro 10 second timeline to a
    Quicktime .mov file using the Export>Media command in Premiere Pro CS4. I then took this .mov file into Encore CS4 and without bui
    lding any menus, selected Build To Flash. The Build to Flash occurred perfectly with no problems at the "transcoding video" step or
    any other step.
    Needless to say, I am very pleased to see that Adobe has corrected the problems with Build to Flash in CS4 on a Mac. However, this
    problem had been well reported in numerous forums (including the Adobe Encore Forum) on the web as far back as six months ago, and
    I am saddened to see that Adobe did not feel it was worth the effort to repair the issue with Build To Flash in CS3 on a Mac that w
    as apparently caused by an upgrade to Quicktime that Apple released sometime after Quicktime 7.3.1. I cannot expect Apple to addres
    s issues with Adobe software caused by their Quicktime upgrades. I do, however, expect Adobe to see that their software runs on the
    latest editions of both Mac OS X and Quicktime. Otherwise, as happened with Encore CS3 and Build to Flash on a Mac, the customer bu
    ys the software expecting it to work and it does not. We are in a tough economy now. I need the software from Adobe that supports
    my media production company to work, and I don't need Apple and Adobe pointing the finger at each other when it does not. I hope th
    at you will pass this message along to senior Adobe management.
    I do thank you for telling me your observations on Build To Flash with a Mac under Encore CS3.
    Tom

Maybe you are looking for