Initialization error for 0FI_AA_11

Gurus,
While trying to initialize the request for the datasource 0FI_AA_11, I am getting the following error. Has anyone seen this error before or could suggest what should be done for this. I have already loaded the master data for asset accounting and have deleted any ealier init requests. Thanks for your help in advance.
Venkat
No init. is green for DataSource 0FI_AA_11 from source system BKNCLNT010
    Message no. RSM1094
Diagnosis
    The prerequisite for the update of delta data in an ODS object is at
    least one successful initialization request (status green) from source
    system BKNCLNT010 to DataSource 0FI_AA_11.
    The request must have the status green in the monitor.
Procedure
    o   In the monitor and scheduler, (menu entry: Initialization Selection
        for Source System), check whether there are initializations for this
        DataSource/source system combination.
   o   Find out why existing initializations do not have the status green.
   o   Use the QM action (button All on the monitor tab page Status) to
       green or carry out the initialization again.

Hi Venkat
This datasource 0FI_AA_11,gives the afterimage,hence it supports only loading to ODS.
Can you let me know what is flow you are using for this datasource.
Are you loading directly to cube or ODS.
Check this for more info.,
FI-AA: Transactions  Technical name: 0FI_AA_11
Application Component
Asset Accounting (FI-AA)
Available as of OLTP Release
4.6B
Available as of Plug-In Release
2003.1
RemoteCube-Enabled
No
Prerequisites
Before you can use the delta extraction, you have to activate the FIAA_BW_DELTA_UPDATE BAdI. This BAdI ensures that the change tables u2013 BWFIAA_AEDAT_TR, BWFIAA_AEDAT_AB and BWFIAA_AEDAT_AS u2013 are updated when you update transactions, or create and change master data and annual values for assets.
Use
This DataSource supplies the transaction data and annual plan values for fixed assets.
Delta Update
Afterimages using extractor
Extractor Features
The extractor reads any new transactions since the last run from table BWFIAA_AEDAT_TR. This table also contains the keys of any new or changed annual values, which are also read using this extractor.
The transaction type for the transaction determines which fields of the extraction structure are supplied with values. The posting amount (ANBTR) is converted, dependent on whether it is, for example, for manual depreciation or an acquisition, so that the transaction type no longer needs to be interpreted in BW. In a similar way, the annual values from table ANLC are converted to pseudo-transactions (using transaction type PLN for planned values and transaction type *** for cumulative annual values).
The delta process is related to the extraction of data from the general ledger (for example, 0FI_GL_4). For more information, see Financial Accounting: Line Item Extraction Procedure.
http://help.sap.com/search/highlightContent.jsp
Regards
Jagadish
Edited by: Jagadish Sanker on Mar 10, 2009 8:00 AM

Similar Messages

  • Agent Error on AIX 5.1:  Initialize error for nmigenctx

    I am running Oracle 9.2.0.4 on AIX 5.1.
    After installation any operation on the agent, e.g. start, status, etc. I get the following error:
    NMS-00010: Parsing parameter file failed.
    nmiclbas_agentStatus:: Initialize error for nmigenctx
    Any thoughts?

    Is your OS 64bit? Try this on a 32 bit OS with kumar's suggestion.
    Kumar Allamraju wrote:
    You will get this error if WLS can't load the native performance pack.
    you should fine your platform specific libmuxer.so in
    $WL_HOME/server/lib/aix folder. Make sure this folder is exported
    in LD_LIBRARY_PATH or SH_LIB_PATH or whatever the equivalent in AIX.
    Kumar
    William H. Wolfe II wrote:
    We have just recently installed WLS 7.0SP1 and Portal 7.0SP1 on AIX 5.1-02
    and have applied APARs IY30923 SDK 1.3.1 64-bit and IY30887 SDK 1.3.1
    32-bit. We are also using aio (Asynchronous I/O).
    Our problem is that when WLS starts we get an error message regarding
    libmuxer.so. Error code snippet is:
    <Performance Pack> <Unable to load performance pack, using Java I/O instead>
    Question: How do we fix this problem? What limits does using Java I/O
    instead of Native I/O (with libmuxer) do to our performance?
    Thank you.
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • PartnerLink Input Variable initialization error for xsd:any datatype

    I have a web service which use the xsd:any for the message type( segment of the wsdl given below):
    - <message name="post_ps_apg_services0Request">
    <part name="fa_form" type="**xsd:any**" />
    </message>
    <portType name="ps_services_wsPortType">
    - <operation name="post_ps_apg_services">
    <input name="post_ps_apg_services0Request" message="tns:post_ps_apg_services0Request" />
    <output name="post_ps_apg_services0Response" message="tns:post_ps_apg_services0Response" />
    </operation>
    <binding name="ps_services_wsBinding" type="tns:ps_services_wsPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="post_ps_apg_services">
    <soap:operation soapAction="" style="rpc" />
    - <input name="post_ps_apg_services0Request">
    <soap:body use="literal" namespace="ps_services_ws" />
    </input>
    - <output name="post_ps_apg_services0Response">
    <soap:body use="literal" namespace="ps_services_ws" />
    </output>
    </operation>
    <service name="ps_services_ws">
    - <port name="ps_services_wsPort" binding="tns:ps_services_wsBinding">
    <soap:address location="http://spider.apollogrp.edu:4400/sst/runtime.asvc/ps_services" />
    </port>
    </service>
    I have created a Partnerlink Invoke_ps_apg_services with Input Variable 'Invoke_ps_apg_services_post_ps_apg_services_InputVariable'.
    During Compilation of the process I get the following exception:
    Error: Couldn't initialize variable.
    Error occurred while initializing BPEL variable "Invoke_ps_apg_services_post_ps_apg_services_InputVariable" at line 51, the schema processor could not find type "{http://www.w3.org/2001/XMLSchema}any" for part "fa_form", in the following schemas:
    Schema 0 ---> namespace=http://edu.apollogrp.ws.ps_services/Ips_services_ws.xsd
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/PostFAFormsPSSchema.xsd.__OAUX_GENXSD_.TOP.XSD
    Schema 1 ---> namespace=http://xmlns.oracle.com/pcbpel/adapter/jms/
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/jmsAdapterInboundHeader.wsdl.__OAUX_GENXSD_.TOP.XSD
    Schema 2 ---> namespace=null
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/FAPPService.wsdl.__OAUX_GENXSD_.TOP.XSD
    Please make sure that the type "{http://www.w3.org/2001/XMLSchema}any" is valid in your wsdl.
    Has anyone have seen this error ? What is the fix/workaround ?
    Thanks in advance

    The "any" type is not defined in the standard http://www.w3.org/2001/XMLSchema namespace. Try changing the type name to "anyType" and it should not give that error anymore.
    The valid types defined under that namespace are located at [http://www.w3.org/TR/xmlschema-2/#built-in-datatypes|http://www.w3.org/TR/xmlschema-2/#built-in-datatypes].

  • I can't get dvds to play "There was an initialization error. A valid video device could not be found for playback. [-70017]  Anybody know how to resolve this?

    I can't get dvds to play and, instead, get "There was an initialization error.  A valid video device could not be found for playback. [-70017]"  I went in for a Genius appt Friday and it played for the tech...but now I'm back home (one and a half hours from the store) and I'm getting the error message again when I try to load a dvd.  Any recommendations?

    Hello, try this...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Reboot... any change?

  • Indesign standard version installation error for Mac OS: "installer failed to initialize.

    Indesign standard version installation error for Mac OS: "installer failed to initialize. Please download Adobe Support Advisor to detect problem". Transferred by application over to new laptop, application considered damaged, with instructions to reinstall. Attempting from downloaded file.

    go to HD>library>application support>adobe>caps and rename the caps folder.
    go to USER library>application support>adobe>OOBE and rename OOBE folder
    install Adobe application manager from below link.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774

  • After downloading software for 123Cheese Photobook (Australia), when I try to open the program, i get: "Initialization error... Could not create the application support directory 'Macintosh HD:Library:Application Support:123 Cheese:'. Please help.

    After downloading software for 123Cheese Photobook (Australia), when I try to open the program, i get: "Initialization error... Could not create the application support directory 'Macintosh HD:Library:Application Support:123 Cheese:'. Please help. The MacBook Pro is one day old.
    Thanks

    Hi, Im am also having this same problem,same message, trying to make a photobook with a non-refundable voucher. my Macbook pro is like 2 months old and im up to date with all of my updates.
    What ended up happening with this problem for you because, Ive emailed cheese123 3 times and they haven't replied???
    Can you help me? Thanx

  • HT3964 Asc4 license initialization error:2004 for adobe reader

    Has anyone had problems with Overdrive app downloading book with the following error
    ASC4 License Initialization
    Error:2004
    Abobe Request
    Error:E_ADEPT_DATE_SYNTAX-2012-08-25T04:06:397Z AM

    Overdrive ASC4 Adobe license initializtion error 2004 on iPad3

  • Photoshop 12.0.1 crashes on startup / error for object 0x10734d208

    Hello. Photoshop 12.0.1 / Mac OS X 10.6.4 crashes on startup having run flawlessly hitherto. No new fonts installed, no problem in any other application, CS5 or no. Preferences and cache deleted, no change. Disk Permissions etc. checked / repaired. Report says (amongst other things): Application Specific Information: *** error for object 0x10734d208: incorrect checksum for freed object - object was probably modified after being freed. I could try reinstalling, but so far, I'd like to know what happened and how to avoid it; and maybe how to repair without a reinstall.
    Thanks a lot in advance.
    Here's the entire report:
    Process:         Adobe Photoshop CS5 [492]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.1 (12.0.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [111]
    Date/Time:       2010-11-10 13:35:35.080 +0100
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          266213 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  281649 sec
    Per-App Crashes Since Last Report:   8
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** error for object 0x10734d208: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x00007fff849fc3d6 __kill + 10
    1   libSystem.B.dylib             0x00007fff84a9c972 abort + 83
    2   libSystem.B.dylib             0x00007fff84a8b625 szone_error + 519
    3   libSystem.B.dylib             0x00007fff849b8aef small_free_list_remove_ptr + 154
    4   libSystem.B.dylib             0x00007fff849b55ef szone_free_definite_size + 3254
    5   com.apple.CoreFoundation      0x00007fff80d50b50 __CFDataDeallocate + 48
    6   com.apple.CoreFoundation      0x00007fff80d39613 _CFRelease + 179
    7   com.apple.ColorSync           0x00007fff87ebcc0b colorSyncProfileFinalize + 45
    8   com.apple.CoreFoundation      0x00007fff80d39613 _CFRelease + 179
    9   com.apple.ColorSync           0x00007fff87ec2c5d verifyProfileURL + 26
    10  com.apple.ColorSync           0x00007fff87ec2d36 factoryProfileLocalizer + 207
    11  com.apple.CoreFoundation      0x00007fff80d59796 __CFDictionaryApplyFunction_block_invoke_1 + 22
    12  com.apple.CoreFoundation      0x00007fff80d59685 CFBasicHashApply + 213
    13  com.apple.CoreFoundation      0x00007fff80d5957f CFDictionaryApplyFunction + 191
    14  com.apple.ColorSync           0x00007fff87ec2bad copyDeviceInfo + 1300
    15  com.apple.ColorSync           0x00007fff87ebe37a ColorSyncProfileCreateDeviceProfile + 36
    16  com.apple.ColorSync           0x00007fff87ebe54a ColorSyncProfileCreateWithDisplayID + 72
    17  com.apple.DP.ScreenInputDevice 0x00000001234c5408 AppleDALScreenInputDeviceNewPlugIn + 107004
    18  com.apple.DP.ScreenInputDevice 0x00000001234c6c0b AppleDALScreenInputDeviceNewPlugIn + 113151
    19  com.apple.DP.ScreenInputDevice 0x00000001234c735c AppleDALScreenInputDeviceNewPlugIn + 115024
    20  com.apple.DP.ScreenInputDevice 0x00000001234be17b AppleDALScreenInputDeviceNewPlugIn + 77679
    21  com.apple.DP.ScreenInputDevice 0x00000001234cb813 AppleDALScreenInputDeviceNewPlugIn + 132615
    22  com.apple.DP.ScreenInputDevice 0x00000001234cb9c5 AppleDALScreenInputDeviceNewPlugIn + 133049
    23  com.apple.DP.ScreenInputDevice 0x00000001234aae3a 0x1234a9000 + 7738
    24  com.apple.DP.ScreenInputDevice 0x00000001234ab098 0x1234a9000 + 8344
    25  com.apple.DP.ScreenInputDevice 0x00000001234b716b AppleDALScreenInputDeviceNewPlugIn + 48991
    26  com.apple.CoreMediaIOServices 0x00007fff846c856b MIO::DAL::PlugInManagement::CreatePlugIn(CACFPlugIn const*) + 1169
    27  com.apple.CoreMediaIOServices 0x00007fff846c8d13 MIO::DAL::PlugInManagement::Initialize() + 411
    28  com.apple.CoreMediaIOServices 0x00007fff846c3f4f MIO::DAL::System::InitializeDevices() + 9
    29  com.apple.CoreMediaIOServices 0x00007fff846c4c9e MIO::DAL::System::CheckOutInstance() + 340
    30  com.apple.CoreMediaIOServices 0x00007fff846be570 TundraObjectGetPropertyDataSize + 143
    31  com.apple.QTKit               0x00007fff85df8450 +[QTCaptureDALDevice _refreshDevices] + 173
    32  com.apple.QTKit               0x00007fff85df5eec +[QTCaptureDALDevice devicesWithIOType:] + 32
    33  com.apple.QTKit               0x00007fff85df9525 +[QTCaptureDevice devicesWithIOType:] + 207
    34  com.adobe.adobeswfl           0x0000000124ae75e7 APXGetHostAPI + 1809351
    35  com.adobe.adobeswfl           0x000000012499abad APXGetHostAPI + 446861
    36  com.adobe.adobeswfl           0x0000000124d85b5e SWFLPlayer_Initialize + 27582
    37  com.adobe.adobeswfl           0x0000000124d82d47 SWFLPlayer_Initialize + 15783
    38  com.adobe.ape                 0x000000012310f9c3 APEStreamWrite + 1843
    39  com.adobe.ape                 0x000000012310a1c8 APEInitialize + 3576
    40  com.adobe.ape                 0x0000000123111371 APEStreamWrite + 8417
    41  com.adobe.ape                 0x0000000123114678 APEStreamWrite + 21480
    42  com.adobe.ape                 0x00000001231165dc APEStreamWrite + 29516
    43  com.adobe.PSAutomate          0x0000000122b677c9 -[ScriptUIAPEStage initWithFrame:stageArgs:] + 121
    44  com.adobe.PSAutomate          0x0000000122b6684d ScriptUI::APE_Player::apOSCreateStage(Opaque_APEPlayer*, long, NSView*, NSWindow*, ScCore::Rect const&, bool, bool, NSView*&) + 189
    45  com.adobe.PSAutomate          0x0000000122b64992 ScriptUI::APE_Player::apCreateStage(Opaque_APEPlayer*, long, NSView*, NSWindow*, ScCore::Rect const&, bool, bool, NSView*&) + 66
    46  com.adobe.PSAutomate          0x0000000122b6429c ScriptUI::APE_Player::apInitialize(NSView*, NSWindow*, long, bool, bool) + 172
    47  com.adobe.PSAutomate          0x0000000122b5a856 ScriptUI::FlexServer::createServerPlayer(bool, bool) + 198
    48  com.adobe.PSAutomate          0x0000000122b504ee ScriptUI::Flex_ScriptUI::start(ScCore::Error*) + 3806
    49  com.adobe.PSAutomate          0x0000000122a26a6e JavaScriptUI::IJavaScriptUI() + 544
    50  com.adobe.PSAutomate          0x0000000122a27af4 InitJavaScriptUI() + 106
    51  com.adobe.PSAutomate          0x0000000122a27dc0 CScriptPs::DoLateInitialize() + 622
    52  com.adobe.PSAutomate          0x0000000122a28b64 CScriptPs::DoExecute(PIActionParameters*) + 630
    53  com.adobe.PSAutomate          0x0000000122a29042 PluginMain + 110
    54  com.adobe.Photoshop           0x00000001006fe083 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4330483
    55  com.adobe.Photoshop           0x00000001002778ec 0x100000000 + 2586860
    56  com.adobe.Photoshop           0x0000000100277a69 0x100000000 + 2587241
    57  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    58  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    59  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    60  com.adobe.Photoshop           0x000000010024f407 0x100000000 + 2421767
    61  com.adobe.Photoshop           0x00000001002789f7 0x100000000 + 2591223
    62  com.adobe.PSAutomate          0x0000000122a28427 PSEventIdle(unsigned int, _ADsc*, int, void*) + 107
    63  com.adobe.Photoshop           0x000000010024a943 0x100000000 + 2402627
    64  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    65  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    66  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    67  com.adobe.Photoshop           0x00000001012dd6cd AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16779837
    68  com.apple.Foundation          0x00007fff81a6fa2d __NSFireTimer + 114
    69  com.apple.CoreFoundation      0x00007fff80d7b678 __CFRunLoopRun + 6488
    70  com.apple.CoreFoundation      0x00007fff80d7984f CFRunLoopRunSpecific + 575
    71  com.apple.HIToolbox           0x00007fff83e3d91a RunCurrentEventLoopInMode + 333
    72  com.apple.HIToolbox           0x00007fff83e3d71f ReceiveNextEventCommon + 310
    73  com.apple.HIToolbox           0x00007fff83e3d5d8 BlockUntilNextEventMatchingListInMode + 59
    74  com.apple.AppKit              0x00007fff823df29e _DPSNextEvent + 708
    75  com.apple.AppKit              0x00007fff823debed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    76  com.apple.AppKit              0x00007fff823a48d3 -[NSApplication run] + 395
    77  com.adobe.Photoshop           0x00000001012dd5ee AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16779614
    78  com.adobe.Photoshop           0x00000001012de819 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16784265
    79  com.adobe.Photoshop           0x00000001000688c2 0x100000000 + 428226
    80  com.adobe.Photoshop           0x0000000100237c01 0x100000000 + 2325505
    81  com.adobe.Photoshop           0x0000000100237c91 0x100000000 + 2325649
    82  com.adobe.Photoshop           0x00000001000028e4 0x100000000 + 10468
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff849c708a kevent + 10
    1   libSystem.B.dylib             0x00007fff849c8f5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff849c8c34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff849c875e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff849c8088 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000108723c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services        0x000000010871ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services        0x0000000108723cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff849c7eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff849c82bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849e8d45 nanosleep + 148
    2   com.adobe.PSAutomate          0x0000000122ba609b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x0000000122b87fd3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x0000000122ba6196 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff849c7eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff849c82bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011fef8000  rcx: 0x00007fff5fbfb828  rdx: 0x0000000000000000
      rdi: 0x00000000000001ec  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfb840  rsp: 0x00007fff5fbfb828
       r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x00007fff849f8412  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x000000010734d208  r14: 0x0000000106bd1000  r15: 0x000000011fef80c0
      rip: 0x00007fff849fc3d6  rfl: 0x0000000000000206  cr2: 0x000000011fefa000
    Binary Images:
           0x100000000 -        0x1026a7fff +com.adobe.Photoshop 12.0.1 (12.0.1) <CFDED939-0A8A-EBC4-215B-94A4A224A1D1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x103287000 -        0x1032fffef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103315000 -        0x10331cfff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103324000 -        0x103334ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10333f000 -        0x103345ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10334c000 -        0x103552fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x1035e5000 -        0x103793fef +com.adobe.owl AdobeOwl version 3.0.93 (3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103835000 -        0x103c65fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dbf000 -        0x1040eaff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041b7000 -        0x1044dffe7 +AdobeCoolType ??? (???) <7EF54CD5-3426-A1E5-7961-FA34CCC2018D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104577000 -        0x104598ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045a5000 -        0x1045d0ff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x1045e2000 -        0x104726fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10476d000 -        0x1047d2fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x1047ee000 -        0x104804fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10481c000 -        0x1048b2fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104929000 -        0x104947fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104964000 -        0x104b93fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104c72000 -        0x104d05fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d25000 -        0x10506efef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x1051fe000 -        0x105380fe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105422000 -        0x10579afff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x1058e4000 -        0x1059f9fff +AdobeACE ??? (???) <5BFBC4A1-1704-06A7-B656-D28BF592307A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a1e000 -        0x105a3afff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a44000 -        0x105aaeff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105ae1000 -        0x105bb4ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bd4000 -        0x105bd8ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105bdc000 -        0x105c53fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105c74000 -        0x105cd2ffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105ce0000 -        0x10617bfff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x106701000 -        0x106757feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10679c000 -        0x1067c1ffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1067fb000 -        0x106800ffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106805000 -        0x1069a1fff +com.adobe.PlugPlug 2.0.0.109 (2.0.0.109) <83092855-E671-F64A-EE0D-1110CF669634> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106a49000 -        0x106a62feb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106a73000 -        0x106a79feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106a80000 -        0x106a80ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106a83000 -        0x106a8bff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106a92000 -        0x106b78fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106f47000 -        0x106f49fef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106fe4000 -        0x106ffbfe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1B9D1076-CC7C-521A-676C-F7BE51F65271> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x108700000 -        0x108770ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x1087b2000 -        0x1087d3fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <FA6280BD-A73C-3A3D-6494-81EB80FE1C24> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1087d7000 -        0x1087e6fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <0628B99F-F193-89BF-6332-B8C50D301F29> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x1087ea000 -        0x1087fcfff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <A77665EF-B6FB-00B4-2F3D-90D7845814C9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10addd000 -        0x10addefff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <5EB939D1-53CF-EDD2-36DF-3E8A3FB13179> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10ade4000 -        0x10adecfff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x11bacb000 -        0x11baf1fff  GLRendererFloat ??? (???) <905A722A-2571-8F65-90AF-E1CEA8AD6DC9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x11d1e0000 -        0x11d1e7fff +DisableGetInfoComment ??? (???) <CCC3DE94-9BDB-5D6D-BEA1-05E449C78276> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableGetInfoComment.plugin/Contents/MacOS/DisableGetInfoComment
           0x11d1f0000 -        0x11d1f7fff +DisableDragBoundingBox ??? (???) <7B07929B-43B9-5C9E-AB26-6CE6CD12E2A4> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableDragBoundingBox.plugin/Contents/MacOS/DisableDragBoundingBox
           0x11d58e000 -        0x11d71efe7  GLEngine ??? (???) <E92B1EDA-7780-1FBC-4AEA-DF96D7117B19> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11d74f000 -        0x11db32fef  com.apple.ATIRadeonX2000GLDriver 1.6.18 (6.1.8) <3A696128-18B2-3011-06BC-E6B6C83EEB1A> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
           0x11db78000 -        0x11db7ffff +DisableScratchCompress ??? (???) <A13EDF4C-A6A6-3BB7-EF38-E51A18F87E46> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableScratchCompress.plugin/Contents/MacOS/DisableScratchCompress
           0x11db88000 -        0x11db8ffff +DisableVMBuffering ??? (???) <AC93FC67-6767-C60F-C76C-7F1A58826E77> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableVMBuffering.plugin/Contents/MacOS/DisableVMBuffering
           0x11db98000 -        0x11db9ffff +Enable Async IO ??? (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11dba8000 -        0x11dbaffff +ForceVMBuffering ??? (???) <FC3AF71C-F973-F0BB-D037-FC2D4B9BFE3F> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/ForceVMBuffering.plugin/Contents/MacOS/ForceVMBuffering
           0x11dbb8000 -        0x11dbbffff +Force VM Compression ??? (???) <D072C85C-CBCA-5EAF-5185-C9574B23781A> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Force VM Compression.plugin/Contents/MacOS/Force VM Compression
           0x11dbc8000 -        0x11dbcffff +Overscroll Always ??? (???) <E7399F9C-62C1-D593-A535-A1178F10B481> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Overscroll Always.plugin/Contents/MacOS/Overscroll Always
           0x11dbd8000 -        0x11dbdffff +Overscroll Floating Windows ??? (???) <399BE1EC-BDDD-FEC9-BF08-8ECEEFD9A461> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Overscroll Floating Windows.plugin/Contents/MacOS/Overscroll Floating Windows
           0x11dbe8000 -        0x11dbeffff +RememberSlowFiles ??? (???) <CF752275-EC22-3FA8-9769-656BE684DFB6> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/RememberSlowFiles.plugin/Contents/MacOS/RememberSlowFiles
           0x11dbf8000 -        0x11dbfffff +Unlimited Clipboard Size ??? (???) <4B63AAE0-CBC9-E0DB-521E-1ADC16437083> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Unlimited Clipboard Size.plugin/Contents/MacOS/Unlimited Clipboard Size
           0x11dc08000 -        0x11dc0ffff +Unlimited Preview Size ??? (???) <166F57AD-8FF6-C103-3F25-E9A821D750D4> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Unlimited Preview Size.plugin/Contents/MacOS/Unlimited Preview Size
           0x11dc18000 -        0x11dc21fff +FastCore ??? (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11dc2e000 -        0x11dc91ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11dd17000 -        0x11dd82ff0 +MultiProcessor Support ??? (???) <8A0A7B32-67A5-4CD5-80DC-F9BEDA271F2C> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x11fbd0000 -        0x11fbecff7 +MeasurementCore ??? (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/Plug-ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x11fc0c000 -        0x11fc10fef +com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (4.3.7) <81B82668-8B62-6D55-F2A9-6A6202DB0E6E> /Users/k/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
           0x11fc15000 -        0x11fc33ff7 +Cocoa Patcher ??? (???) <393E54B4-72AF-5FF4-F45B-8A356EA2CAF9> /Users/k/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
           0x1217e3000 -        0x1217e7fff  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <F6E20DCA-3C00-8990-1F60-E5517F7D0C77> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x1217ec000 -        0x1217f2fff  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <97D7045E-CFD7-AD5C-6954-3B7C3F367C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x122a24000 -        0x122c80fef +com.adobe.PSAutomate 12.0.1 (12.0.1) <6A522366-AB0A-E14E-D695-CDC7F5211991> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x122e96000 -        0x122f3affb +com.adobe.AdobeExtendScript ExtendScript 4.1.25 (4.1.25.8769) <144F37AB-BE20-D159-C326-A34154FE04B3> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x122f9c000 -        0x12303cfef +com.adobe.AdobeScCore ScCore 4.1.25 (4.1.25.8769) <28F9410F-A5B5-BB59-FB7E-F5DB8FA70A0C> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x123105000 -        0x123125ffb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <284C86BE-ACD8-31DD-E58D-544F581BC93B> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
           0x123188000 -        0x1231c5feb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <CD8BD7C7-0F66-29B6-C158-A6EF8DF69996> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
           0x1234a9000 -        0x1234e7ff7  com.apple.DP.ScreenInputDevice 13.0 (13.0) <22174597-D163-7A20-C82A-C00C2CA19640> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AppleScreenInpu tDevice.plugin/Contents/MacOS/AppleScreenInputDevice
           0x124900000 -        0x125747fcf +com.adobe.adobeswfl ??? (2.0.0.7489) <DBD38111-48D6-C031-EF50-D034C94ED38B> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/Ado beSWFL
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff800ce000 -     0x7fff801ddfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff801de000 -     0x7fff80447ff7  com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
        0x7fff8057c000 -     0x7fff8057fff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff80692000 -     0x7fff806d3fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff807ad000 -     0x7fff807beff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff807bf000 -     0x7fff807d5ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff807d6000 -     0x7fff8080fff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff80810000 -     0x7fff8088efff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
        0x7fff808c0000 -     0x7fff80aa8ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <097272AC-E436-78E5-4A74-284DEB07D6D9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff80cbf000 -     0x7fff80d0eff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
        0x7fff80d0f000 -     0x7fff80d2aff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff80d2e000 -     0x7fff80ea3ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff80ef6000 -     0x7fff80f3afe7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff80f3b000 -     0x7fff80f3bff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff80f58000 -     0x7fff80f5dff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff80f5e000 -     0x7fff80f66fff  com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff80f67000 -     0x7fff80f80fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff80f95000 -     0x7fff81692067  com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff81693000 -     0x7fff81a08fe7  com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff81a09000 -     0x7fff81c8afef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff81c8b000 -     0x7fff81cd2ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81e3b000 -     0x7fff81e4aff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81e4b000 -     0x7fff81f55ff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
        0x7fff81f56000 -     0x7fff81f56ff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff81f57000 -     0x7fff8239afef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8239b000 -     0x7fff82d91fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff82d92000 -     0x7fff8359cfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff835d3000 -     0x7fff8360bfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
        0x7fff83618000 -     0x7fff8369dfff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff8369e000 -     0x7fff837b7fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
        0x7fff837b8000 -     0x7fff83976fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
        0x7fff83977000 -     0x7fff83a30fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
        0x7fff83a31000 -     0x7fff83a8fff7  com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff83a90000 -     0x7fff83a90ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83a91000 -     0x7fff83ab6ff7  com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC

    That crash is DEEP in Apple code.  Odds are that it has nothing to do with Adobe's code.
    And it crashes in ColorSync when parsing a profile, so it might involve a corrupt ICC profile.

  • Initialization error [-70012] in Mavericks

    Have a MBP 15”, Early 2011 with a 2 GHz Intel Core i7, 8 GB 1333 MHz DDR3, 1 TB 72000 rpm HD fused with a 120 GB SSD, running OS X 10.9.1 (12B42) the original CD/DVD SuperDrive is removed for the SSD, but installed into an USB case and connected external via USB.
    After installing the SSD and fuse it with the HD, the original, now the external CD/DVD SuperDrive, via USB connected, worked fine under Mountain Lion but now, since upgraded to Mavericks, OS X 10.0.1, it works only with CD’s and even opens DVD’s but the DVD Player does not work at all (initialization error [-70012]) and prevents to watch any DVD movie.
    I researched the Apple discussions boards and others but found not any helpful solution. There are not any DVD or iDVD files on my system. Checked visible as well as invisible files and documents. The Terminal also indicates that there is no such CD or DVD (iDVD) “No such file or directory”.
    However, the System Profiler shows clearly that there is a MATSHITA DVD-R   UJ-8A8: connected with “ Firmware Revision:          HB14 / Interconnect:          USB / Burn Support:          Yes (Apple Shipping Drive) / Cache:          1024 KB / Reads DVD:          Yes / CD-Write:          -R, -RW/ DVD-Write:          -R, -R DL, -RW, +R, +R DL, +RW / Write Strategies:          CD-TAO, CD-SAO, CD-Raw, DVD-DAO.”
    Resetting NVRAM/PRAM did not resolve the issue either. Tried to use 0xED Editor but the command at the “DVDPlayback.framework: /System/Library/Frameworks/DVDPlayback.framework/Versions/A”, brought no indicators of “Internal” or the equivalent hex code. Any smart individual out there, which can help, step by step to get the DVD Player working?
    Thank you.

    Logical or not, and that is your opinion, it is how it works and doesn't work. Sorry but the built in DVD Player App only works with the Superdrive installed inside the system.
    Maybe you applied the HACK in Mt Lion, and don't recall you did it, and when you upgraded to Mavericks is got overwritten.
    Been like that for years with many different versions of OS X and DVD Player App.
    If the Superdriove is installed inside the system you can use the DVD Player App with another DVD drive connected by USB but the Superdrive must be installed inside the case, and or connected to the secondary SATA connector.

  • Macbook pro external DVD drive initialization error 70012

    This is an answer to my own question and a comment about finding answers to questions on Apple forums.
    The situation
    I have a Macbook Pro, late-2009 model. In 2013, the internal DVD or optical drive died. I purchased an Apple external DVD drive to be able to read DVD disks, listen to audio, and watch video content. Because the computer I own was built to read only the internal DVD drive, it did not recognize this new external drive. When I plugged it in, I received an error: A valid DVD drive could not be found [-70012]. Or , or DVD could not be found, initialization error[- 70012].
    The question
    Given this situation, my question was, how do I solve DVD initialization error 70012?
    The answer
    Since my Apple Care plan had long since expired, before spending time and money at the Apple store to solve this, I decided to look online. After searching general sites and more and more specific sites, I found several posts on forums about my problem. The most helpful of these, with respect to an external DVD drive, was posted on CNET, by Topher Kessler (June 10, 2011 2:24 PM PDT):
    http://www.cnet.com/news/addressing-dvd-player-error-70012-when-using-external-d rives-in-os-x/
    The key to his advice was twofold:
    1. Hardware: The Macbook Pro was programmed to recognize the internal DVD/optical drive alone.
    2. Software: The preferences in the Macbook Pro were set to open Apple's DVD Player when a disc is inserted into the drive.
    To play audio or video discs on an external drive, the computer needed to be instructed to recognize the external drive, plus appropriate software needed to be opened. Mr. Kessler's advice went from hardware (i.e., get a new internal drive), to software (i.e., use different audio or video software), to operating system (i.e., alter the code in the operating system). Like with Goldie Locks, the first was too expensive, the last was too invasive, but the middle option was just right.
    I searched for free software to display audio and video on my external drive and found two that could do the job quite nicely. There are others, but these seemed to be the most recognized and highly rated:
    1. MPlayerX (http://mplayerx.org/download.html)
    2. VLC Media Player (http://download.cnet.com/mac/media-players/?rpp=30)
    So, I didn't have to buy an internal DVD drive and I didn't have to alter the code of the operating system. I just needed to download free software, install, and play.
    The points to learn
    1. Computers involve both hardware and software, therefore solutions to computer problems can require fixes to one, the other, or both.
    2. The simplest solution, and the least expensive, is to be preferred over the more complex.
    3. What went wrong for someone else is not necessarily what happened to your computer or software.
    4. What solved someone else's problem may not solve your problem.
    5. Just because nobody has posted information on how to solve your problem doesn't mean there isn't a solution to it.

    Hi Duane,
    Thanks for the info! That's some catch-22 for DVD Player... but useful info. I guess I'll just pick up a generic DVD-ROM to replace the drive with.
    As to the external drive, do not USB 2.0 cases run at the same speeds at Firewire 400 cases? (the same drive has no issues on other machines for playing dvds... just the lampshade iMac)

  • File Adapter: Initialization error: Conversion initialization failed

    Hi all,
    I'm trying to establish a file adapter (FTP, File Content Conversion).
    In the adapter monitor I' ve got the following error:
    Sender Adapter v1325 for Party '', Service 'BS_ACN_PCS_A':
    Configured at 14:49:34 2005-08-29
    Initialization error: Conversion initialization failed with java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    Format error in 'xml.recordset' argument: incomplete structure (name,number) pair
    My content conversion parameters are:
    BP_BusinessPartnerMasterData_IncomingData.fieldFixedLengths:
    20,50,50,1,10,50,10,50,5,20,20,15,15
    BP_BusinessPartnerMasterData_IncomingData.fieldNames: Number,Name2,Name1,Gender,Birthdate,City,Postcode,Street,
    HouseNo,PhoneNumber,Fax,BankId,BankAccount
    BP_BusinessPartnerMasterData_IncomingData.fieldContentFormating:
    trim
    BP_BusinessPartnerMasterData_IncomingData.keyFieldInStructure:
    ignore
    What could be the error or where I have to look for it?
    Thanks,
    Fabian

    Yes,
    Recordset name: BP_BusinessPartnerMasterData_IncomingData
    Recordset structure: BP_BusinessPartnerMasterData_IncomingData
    The corresponding Message Type:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pcs.acn.com/basicdata" targetNamespace="http://pcs.acn.com/basicdata">
         <xsd:element name="BP_MasterDataIncomingFil" type="BP_BusinessPartnerMasterData_IncomingData" />
         <xsd:complexType name="BP_BusinessPartnerMasterData_IncomingData">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   f323a4b018a911da9fd9000bcd69ce64
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="Number">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8500fe111da89f2d1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             Id from Sender for BP
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Name2">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8510fe111dacfd7d1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             Last name or Company name
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Name1">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8520fe111da94bad1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             First name or Company name 2
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Gender">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8530fe111da99add1210a87220d
                             </xsd:appinfo>
                             <xsd:documentation xml:lang="EN">
                             m or f or blank
                             </xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Birthdate">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8540fe111dab156d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="City">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8550fe111daa58cd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Postcode">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8560fe111dac0c2d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Street">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8570fe111dabbd3d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="50" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="HouseNo">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8580fe111dab63fd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="5" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="PhoneNumber">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e8590fe111dac782d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="Fax">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85a0fe111daa9ebd1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="BankId">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85b0fe111dace1ed1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="15" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
                   <xsd:element name="BankAccount">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             7679e85c0fe111da8801d1210a87220d
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="15" />
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

  • Photoshop CS3 Initialization Error

    Successfully installed & activated Photoshop CS3  on a new PC with a fresh Windows 7 Pro 64bit installation, along with Photoshop CS3 10.0.1 & Bridge CS3 2.1.1.9 updates.  Bridge runs fine, but Photoshop returns the following error when attempting to launch the program, "Could not initialize Photoshop because of a program error."  Attempted to resolve by the following steps:
    Remove/reinstall CS3 in root directory
    Remove/reinstall CS3
    Disable TWAIN driver
    Downloaded & installed latest NVidia video card drivers.
    Noticed the following message in PSErrorLog.txt every time Photoshop CS3 is launched, "2013:10:31 09:41:33 : ..\..\sources\OWLPanelManager.cpp : 1602 : REQUIRE failed"  Downloaded & installed AdobeOwl.dll for this reason, but without success. 
    ALM.log prinout indicates that several steps failed, but I do not know whether this is a problem or how it might be resolved:
    2013-10-31 09:08:41 [4064] ALM: _info_: ==========================================
    2013-10-31 09:08:41 [4064] ALM: _info_: Start ALM 2.1 Release (build 2.1.2.1082)
    2013-10-31 09:08:41 [4064] ALM: _info_:      TYPE = 1
    2013-10-31 09:08:41 [4064] ALM: _info_:      GUID = License-GUID-Photoshop-CS3-Win
    2013-10-31 09:08:41 [4064] ALM: _info_:      LANG = en_US
    2013-10-31 09:08:41 [4064] ALM: _info_: Load AdobeConfig (version = 1.3)
    2013-10-31 09:08:41 [4064] ALM: _info_: Use Serial Number In PCD
    2013-10-31 09:08:42 [4064] ALM: _info_: Find License (type = 0x01, property = 0x00, status = 0x00)
    2013-10-31 09:08:42 [4064] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Premium (version = 10.0) Failed (status = -5)
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Standard (version = 10.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature MobileCenter_Base (version = 1.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: ==========================================
    2013-10-31 09:18:20 [3180] ALM: _info_: Start ALM 2.1 Release (build 2.1.5.1504)
    2013-10-31 09:18:20 [3180] ALM: _info_:      TYPE = 2
    2013-10-31 09:18:20 [3180] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_ColorSettings (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_PhotoshopElements (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:45 [3180] ALM: _info_:
    2013-10-31 09:18:45 [3180] ALM: _info_: End License Session!
    2013-10-31 09:18:45 [3180] ALM: _info_: End ALM
    2013-10-31 09:18:45 [3180] ALM: _info_: ==========================================
    AMT.log report is as follows:
    2013-10-31 09:41:20 [3264]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:20 [3264]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:20 [3264]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:20 [3264]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:20 [3264]  /AMT0186350190/
    2013-10-31 09:41:20 [3264]  /AMT0013778542/
    2013-10-31 09:41:20 [3264]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:20 [3264]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:20 [3264]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:20 [3264]  /AMT0172021198/
    2013-10-31 09:41:20 [3264]  /AMT0201805758/
    2013-10-31 09:41:20 [3264]  /AMT0013754766/
    2013-10-31 09:41:20 [3264]  /AMT0088421566/
    2013-10-31 09:41:20 [3264]  /AMT0171050355/
    2013-10-31 09:41:33 [3520]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:33 [3520]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:33 [3520]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:33 [3520]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:33 [3520]  /AMT0186350190/
    2013-10-31 09:41:33 [3520]  /AMT0013778542/
    2013-10-31 09:41:33 [3520]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:33 [3520]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:33 [3520]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:33 [3520]  /AMT0172021198/
    2013-10-31 09:41:33 [3520]  /AMT0201805758/
    2013-10-31 09:41:33 [3520]  /AMT0013754766/
    2013-10-31 09:41:33 [3520]  /AMT0088421566/
    2013-10-31 09:41:33 [3520]  /AMT0171050355/
    Any suggestions to resolve this dilemma are appreciated. 

    I managed to resolve the Photoshop CS3 initialization error by reinstalling Windows 7 Pro 64-bit from scratch.  This took a lot of time, but it amounted to less effort than I had spent troubleshooting the problem. 

  • Getting an "installer failed to initialize" error when installing CS5 from CD

    Getting an "installer failed to initialize" error when installing CS5 from CD
    Mac OS X Version 10.7.5

    Try using the Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html
    If you continue to have problems getting the CD installation to work you can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5:
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • I installed itunes and quick time  but when I try to open itunes I get a message that reads "quicktime failed to initialize (error -2096)"

    I installed itunes and quick time  but when I try to open itunes I get a message that reads "quicktime failed to initialize (error -2096).  I have removed both itunes and quicktime from my computer and re-installed them and I still get the same message.  What do I do to get itunes to work?

    That one is often a compatibility mode problem. Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • Photoshop CS6 "failed to initialize" error...

    hi, everyone.
    i tried to install photoshop CS6 but i got "failed to initialize" error message.
    i tried everything in the web site http://forums.adobe.com/message/2786497#2786497 but it didn't work out.
    i uninstalled all adobe product with appcleaner than try to install but it didn't work.
    i opened in the safe mode but it didn't work out.
    i don't want to install MacOSX again if that's the solution.
    Please Help...
    My Operating System:
    Mac OS X 10.8.2
    My PDpp.log:
    Mon Feb 11 00:03:31 2013
    [INFO] PIM - START installPackage at file /Volumes/CS6 MstrColl/Adobe CS6 Master Collection/packages/UWA/UWA.pimx
    Mon Feb 11 00:03:32 2013
    [WARN] PIM - RemoveQuarantineInfo from File /Users/Murat/Applications/Adobe/OOBE/PDApp/install.sig .
    Mon Feb 11 00:03:32 2013
    [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    Mon Feb 11 00:03:32 2013
    [FATAL] Setup - Adobe Application Manager executable does not exist at the location: /Users/Murat/Applications/Adobe/OOBE/PDApp//core/PDApp.app/Contents/MacOS/PDApp
    Mon Feb 11 00:03:32 2013
    [FATAL] Setup - Unable to launch PDApp
    Mon Feb 11 00:03:34 2013
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================

    thank you for your answer.
    But, i already deleted all adobe products with appcleaner unfortunately so i don't have any uninstaller to run.
    after deleting adobe products. i only install adobe flash player and adobe reader.
    i run the adobe creative suite cleaner tool, it didn't find any session to delete even if i use option "All" at the top of right corner in the program.
    now i only have flash player and reader, what should i do please help...

Maybe you are looking for

  • GUI Bug Outlook 2013 while sorting E-Mail in the list view in the main window

    Hello, I found a bug in Outlook 2013 - following occures: in main window, when I sort the list view with e-mails by "sent to" or by "received from" and when I delete one mail from this list, the view is not correct, because after the deleted E-Mail d

  • How do I get iphone to update my apps?

    When I try try to update an app from the app store, I click on "update", it opens the app instead of updating it.  I can get it to try updating by downloading the new version in itunes on my computer, but if I do, it often get stuck in updating, and

  • VT01N - When selecting Ship-to-Party, cannot bring out subsequent delivery

    Dear Gurus, When going to VT01N and selecting a Sold-To-Party to bring out the subsequent deliveries which have been previously saved from T-CODE VL01, the system returns no delivery. Why is that? How can I bring out deliveries which have been create

  • Windows 2012 System State Backup Fails

    We have a Windows 2012 Domain Controller VM that we would like to backup the System State using DPM. Agent has been installed and the Windows Backup has been added. When the backup runs in DPM, the job fails. Here is the error code: DPM cannot create

  • Audiobook Not Remembering Playback Position

    In iTunes 9.2, when marked as "Audiobook" itunes no longer remembers playback position. Both Playback position and skip when shuffling are grayed out, however they aren't checked. I put the files back in as "music: and manually checked "remember play