-6579: CDotNetCouldNotGetTypeInfoError

Hi,
I have a "motor.dll" for my motor, which in turns uses "command.dll" (both .NET). Now I am trying to access motor.dll in my CVI project. The creation of .NET controller functions fine and I do not get any error, but when I try to initialize the motor using following code:
error = CDotNetRegisterAssemblyPath("Motor, Version=1.60.1.1, Culture=neutral, PublicKeyToken=null", Pfad_Motor); //till here error = 0
error = CDotNetRegisterAssemblyPath("Commands, Version=1.60.1.1, Culture=neutral, PublicKeyToken=null", Pfad_Commandos); //till here error = 0
error = Initialize_Motor(); //here error = -6579
int CVIFUNC Initialize_Motor(void) /*! Created by CVI SHOWS __assemblyHandle = 0*/
    int __error = 0;
    if (__assemblyHandle == 0)
        __errChk(CDotNetLoadAssembly(
            __assemblyName,
            &__assemblyHandle));
__Error:
    return __error;
I get -6579: CDotNetCouldNotGetTypeInfoError.
I do not have any idey, what I am doing wrong. I have used similar code for creating a dozen drivers for our devices.
By the way, in this case I do not have code for motor.dll and commands.dll.
Someone can help me here please?
Regards
RB
Solved!
Go to Solution.

The CDotNetCouldNotGetTypeInfoError error code maps to the .NET TypeLoadException exception. You can find more about this exception here:
http://msdn.microsoft.com/en-us/library/system.typeloadexception.aspx
It seems like .NET is not able to locate some assembly or type. Some things to check would be:
1) Verify that the paths used in CDotNetRegisterAssemblyPath are correct.
2) Instead of using RegisterAssemblyPath, just put the motor and commands DLLs in the same directory as your executable and see if that works. If the motor assembly depends on the commands assembly, then .NET will try to load the commands assembly when needed. For this to work, the commands assembly (commands.dll) should be in the your executable's directory or in the Global Assembly Cache (GAC). CDotNetRegisterAssemblyPath is only useful when your CVI program needs to load some assembly and .NET is not aware of this path.
3) May be you are getting this error because of some other unresolved dependency. Check the header file that CVI generated for the motor assembly and the comments at the top of the file should indicate all the .NET dependencies of motor assembly, and make sure these dependencies are in the executable's directory or in the GAC.

Similar Messages

  • MS-6579, what is it? Can't find on MSI

    I have a MS-6579 mobo and can't find it listed on the website.  I wonder if it is an OEM board.  If it is, which MSI board is the same as the MS-6579?  It is a S478 with Intel 845chipset.
    Thanks
    Tom

    its an oem ,advent possibley
    you need to get bios etc from them

  • Q: My InDesign keeps crashing on Launch - can anyone help?

    Here's the crash report:
    Process:         Adobe InDesign CS5.5 [4503]
    Path:            /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier:      com.adobe.InDesign
    Version:         7.5.0.142 (7500)
    Code Type:       X86 (Native)
    Parent Process:  launchd [141]
    Date/Time:       2012-09-17 15:35:41.650 +0200
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          -31860 sec
    Per-App Interval Since Last Report:  29 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      67B4FD80-99E2-49DF-A5D4-EAEFCD606995
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Application Specific Information:
    objc[4503]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xac50c630 _XHNDL_trapback_instruction + 0
    1   com.adobe.BIB                           0x0083f290 0x83c000 + 12944
    2   com.adobe.BIB                           0x0083f63c 0x83c000 + 13884
    3   com.adobe.BIB                           0x0083f6b8 0x83c000 + 14008
    4   com.adobe.InDesign.PDF                  0x10d2b6b9 GetPlugIn + 1275273
    5   libsystem_c.dylib                       0x91887944 __cxa_finalize + 243
    6   libsystem_c.dylib                       0x918877f2 exit + 25
    7   com.adobe.InDesign                      0x000027cf start + 63
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9b91f90a kevent + 10
    1   libdispatch.dylib                       0x929aae10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x929a985f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9b91e83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91898e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x91898f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x94eeb3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x94f4d67f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x00016130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore          0x94f4e5e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x91894ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x918986de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9b91f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91896ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x918986fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9b91f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91896ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x918986fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9b91cc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9b91c1f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x94f780ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x91894ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x918986de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9b91e83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91898e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9184082a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x09b74274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x09b6d074 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x09b742da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib                       0x91894ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x918986de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9b91f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91896ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x918986fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0083f629  ecx: 0x00000000  edx: 0xffffffff
      edi: 0x00000000  esi: 0x03ad5d30  ebp: 0xbffffc08  esp: 0xbffffa70
       ss: 0x00000023  efl: 0x00010246  eip: 0xac50c630   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign (7.5.0.142 - 7500) <C7B8B88C-A6B0-6D19-90C9-8D0DEF16C955> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        0xa000 -     0xafff +InDesignModel (??? - ???) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xf000 -     0xffff +InDesignModelAndUI (??? - ???) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x14000 -    0x1bff3 +PMRuntime.dylib (??? - ???) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE (AdobeACE 2.18.00.12659 - 2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM (AdobeAGM 4.20.70.12659 - 4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE (AdobeARE 1.5.02.12659 - 1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB (AdobeBIB 1.2.02.12659 - 1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType (AdobeCoolType 5.07.124.12659 - 5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS (AdobeMPS 5.5.0.12783 - 5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib (??? - ???) <CBC3A0F4-5567-AE0C-8E1A-886D0E4DEFF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib (??? - ???) <5825417D-9630-83F2-2A46-4A1E1F64406A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1227000 -  0x163efff +PublicLib.dylib (??? - ???) <C771D26E-109E-B663-A7B8-62B809C34629> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17ce000 -  0x17e5ff6 +AdobeAFL (??? - ???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17f6000 -  0x17feff3 +boost_threads (??? - ???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1808000 -  0x180dffd +ASLSupportLib.dylib (??? - ???) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1813000 -  0x1814ff2 +libtbbmalloc.dylib (??? - ???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1818000 -  0x1826fe7 +libtbb.dylib (??? - ???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x182e000 -  0x1966fe7 +WRServices (??? - ???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19a8000 -  0x19acffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x19b2000 -  0x2362fff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2365000 -  0x2432ff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.d ylib.36.0
    0x2495000 -  0x256ffef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x25af000 -  0x261ffeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x262a000 -  0x2698ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26af000 -  0x2748fef +boost_regex (??? - ???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x278d000 -  0x27cafff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27e4000 -  0x2891ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x28d6000 -  0x28d8ffb +boost_system (??? - ???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28dd000 -  0x2a7bfff +WidgetBinLib.dylib (??? - ???) <BF0D4AF6-C502-352D-DA1D-5EFBCA827993> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b5f000 -  0x2cfefe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d67000 -  0x2de4fff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2e00000 -  0x2e03ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x5682000 -  0x568afff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x56aa000 -  0x56afff1 +com.adobe.InDesign.Data Services UI (7.5.0.142 - ???) <AB93B9A4-5E39-A9ED-7B18-92D614524CB6> /Applications/Adobe InDesign CS5.5/*/Data Services UI
    0x56b7000 -  0x56b8ffd +com.adobe.InDesign.Help (7.5.0.142 - ???) <CEB5D662-51B7-241D-925B-4F35F5EF83D4> /Applications/Adobe InDesign CS5.5/*/Help
    0x9b4f000 -  0x9bbafe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x9f5f000 -  0x9f98ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificati ons
    0xa152000 -  0xa159ffc +com.adobe.InDesign.Data Services (7.5.0.142 - ???) <20F34329-D294-9772-5ECF-034E24D2C680> /Applications/Adobe InDesign CS5.5/*/Data Services
    0xa160000 -  0xa16cff9 +com.adobe.InDesign.DTTransform (7.5.0.142 - ???) <0711CA7C-B066-9C99-6656-865DDE402A33> /Applications/Adobe InDesign CS5.5/*/DTTransform
    0xa175000 -  0xa1a5fff +com.adobe.InDesign.Dictionary Editor Dialog (7.5.0.142 - ???) <9340DCEA-9615-0660-136D-9F00B3DD1004> /Applications/Adobe InDesign CS5.5/*/Dictionary Editor Dialog
    0xa1c5000 -  0xa1e4ff7 +com.adobe.InDesign.LILO (7.5.0.142 - ???) <0CC76B77-ECB6-6109-0BB8-8FDDC3A03198> /Applications/Adobe InDesign CS5.5/*/LILO
    0xa1f4000 -  0xa1f7fff +com.adobe.InDesign.PNG Import Filter UI (7.5.0.142 - ???) <B1F2FD17-1B1A-9116-8DD1-FE72873AA6FE> /Applications/Adobe InDesign CS5.5/*/PNG Import Filter UI
    0xa510000 -  0xa53fff0 +TextPanelLib.dylib (??? - ???) <0C3DE096-BEA9-5C37-1C4B-E597611FE756> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/TextPanelLib.dylib
    0xa55d000 -  0xa5b4ff7 +com.adobe.InDesign.Media Import Filter (7.5.0.142 - ???) <C0F751A6-899D-A6E6-56F7-44736FFB914C> /Applications/Adobe InDesign CS5.5/*/Media Import Filter
    0xa5d2000 -  0xa5e4fff +com.adobe.InDesign.SaveBack (7.5.0.142 - ???) <E860E13C-8160-8F06-8B2C-BDE0B0874D12> /Applications/Adobe InDesign CS5.5/*/SaveBack
    0xa5f1000 -  0xa5f3fff +com.adobe.InDesign.SimpleTextImportFilter (7.5.0.142 - ???) <98F4A61E-7E79-A524-F1F4-8B7AF28D3EC3> /Applications/Adobe InDesign CS5.5/*/SimpleTextImportFilter
    0xa5f9000 -  0xa5faff1 +com.adobe.InDesign.Global Preferences Panel (7.5.0.142 - ???) <85F380E9-DDB5-4671-4473-227A5DB8C5DB> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0xa700000 -  0xa7c3fe7 +com.adobe.linguistic.LinguisticManager (5.5.0 - 13920) <A68A22E7-85E8-B626-D9A9-3D3CBC98A42E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0xa862000 -  0xa925ff3 +com.adobe.InDesign.EBookExport (7.5.0.142 - ???) <77334CA1-C340-6EA7-797E-963598D184C5> /Applications/Adobe InDesign CS5.5/*/EBookExport
    0xa960000 -  0xa981ffb +com.adobe.InDesign.Sangam Preferences UI (7.5.0.142 - ???) <08FC37AD-5071-AD2A-764F-3E7EE0973C6F> /Applications/Adobe InDesign CS5.5/*/Sangam Preferences UI
    0xa997000 -  0xaa00ffb +com.adobe.AdobeSangam (AdobeSangam 5.5.0.12783 - 5.5.0.12783) <EE734EB4-6DC9-A88E-F189-584CB3CC300F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0xaa4c000 -  0xaa9cff3 +com.adobe.InDesign.SangamExport (7.5.0.142 - ???) <53D21AC3-79F5-A6D5-B4C3-A981BDDE443F> /Applications/Adobe InDesign CS5.5/*/SangamExport
    0xaabe000 -  0xabcfff3 +com.adobe.InDesign.SangamServicer-Mapper (7.5.0.142 - ???) <825729F5-772E-9F27-2710-147A497256B5> /Applications/Adobe InDesign CS5.5/*/SangamServicer-Mapper
    0xac1e000 -  0xacdffff +com.adobe.InDesign.Tagged Text Attributes (7.5.0.142 - ???) <E9C68011-6F1F-86E1-29B4-0360FAE54DCE> /Applications/Adobe InDesign CS5.5/*/Tagged Text Attributes
    0xad2f000 -  0xad3cfed +com.adobe.InDesign.Tagged Text Filters UI (7.5.0.142 - ???) <B719C358-641A-D3DD-8E4B-BA01EC924D49> /Applications/Adobe InDesign CS5.5/*/Tagged Text Filters UI
    0xad45000 -  0xadf8feb +com.adobe.InDesign.Tagged Text Filters (7.5.0.142 - ???) <9233733E-DE59-D1EB-1AE2-EB9BA8804059> /Applications/Adobe InDesign CS5.5/*/Tagged Text Filters
    0xae21000 -  0xae2aff3 +com.adobe.InDesign.Clipping Path Dialog (7.5.0.142 - ???) <A718206B-10F5-09A1-88E6-67CE13E9B742> /Applications/Adobe InDesign CS5.5/*/Clipping Path Dialog
    0xae36000 -  0xae69ff7 +com.adobe.InDesign.Color Management UI (7.5.0.142 - ???) <905A6F91-0AC5-436A-54A0-19E7C23AF20E> /Applications/Adobe InDesign CS5.5/*/Color Management UI
    0xae7f000 -  0xaee2ff0 +com.adobe.InDesign.Color Picker Panel (7.5.0.142 - ???) <9B031CA0-DD30-A6C0-4AAE-3DF3BF872144> /Applications/Adobe InDesign CS5.5/*/Color Picker Panel
    0xaf10000 -  0xaf3cfef +com.adobe.InDesign.CS Review Support (7.5.0.142 - ???) <8EF73395-1EA5-D443-CA96-0A4C84AA43AC> /Applications/Adobe InDesign CS5.5/*/CS Review Support
    0xaf53000 -  0xb05cfef +com.adobe.InDesign.Digital Publishing (7.5.0.9 - ???) <64DB74C5-B40E-5DFC-CD37-3FF8D82F3255> /Applications/Adobe InDesign CS5.5/*/Digital Publishing
    0xb136000 -  0xb141ff3 +boost_filesystem (??? - ???) <7DCE5514-9C94-751C-49FD-727D8CA3C132> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_filesystem.framework/Versions/1_37/boost_filesystem
    0xb14c000 -  0xb1b2ff0 +com.adobe.InDesign.DynamicDocumentsUI (7.5.0.142 - ???) <3829E7A9-1C0C-352D-8759-2C9F60A5ED99> /Applications/Adobe InDesign CS5.5/*/DynamicDocumentsUI
    0xb1e2000 -  0xb1ebfff +com.adobe.InDesign.EPS UI (7.5.0.142 - ???) <CA77B93B-E96B-D523-FCE2-8DEE60C4B45A> /Applications/Adobe InDesign CS5.5/*/EPS UI
    0xb1f5000 -  0xb1fdff7 +com.adobe.InDesign.Generic Style Editor (7.5.0.142 - ???) <83E53A5B-9BA9-0B90-B80F-9752A802E340> /Applications/Adobe InDesign CS5.5/*/Generic Style Editor
    0xb209000 -  0xb234ff3 +com.adobe.InDesign.Gradient Panel (7.5.0.142 - ???) <47FEFC45-AAD6-0011-D82C-C2E2AD74B47C> /Applications/Adobe InDesign CS5.5/*/Gradient Panel
    0xb24c000 -  0xb2bcff7 +com.adobe.InDesign.Graphic Panels (7.5.0.142 - ???) <609E6F01-F30D-2AEB-5A1E-E2F25B0EB851> /Applications/Adobe InDesign CS5.5/*/Graphic Panels
    0xb2ef000 -  0xb2f4ff8 +com.adobe.InDesign.JPEG Export UI (7.5.0.142 - ???) <57E968B6-9B45-ACD4-50E9-4A47275FB3B4> /Applications/Adobe InDesign CS5.5/*/JPEG Export UI
    0xb2fc000 -  0xb313fff +com.adobe.InDesign.JPEG Export (7.5.0.142 - ???) <B5017E38-ACF2-66EB-DD70-5AC8298F68D2> /Applications/Adobe InDesign CS5.5/*/JPEG Export
    0xb323000 -  0xb367ff7 +com.adobe.InDesign.Output Preview (7.5.0.142 - ???) <5DB8554B-3AFA-0BB8-34E7-522994D24F3D> /Applications/Adobe InDesign CS5.5/*/Output Preview
    0xb386000 -  0xb398ffc +com.adobe.InDesign.OutputMiscUI (7.5.0.142 - ???) <3C58FDC3-FE56-E79D-7A18-8F023563AB8F> /Applications/Adobe InDesign CS5.5/*/OutputMiscUI
    0xb3a8000 -  0xb417fe3 +com.adobe.InDesign.PDF UI (7.5.0.142 - ???) <F343636D-99D2-EB66-72E1-60C81E40313E> /Applications/Adobe InDesign CS5.5/*/PDF UI
    0xb445000 -  0xb49dff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.2 -c 3 - 61.141987) <31B045A8-AA5F-AFDF-E2DD-71B418CD1707> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xb4ad000 -  0xb4c0ff7 +com.adobe.InDesign.Printer Styles (7.5.0.142 - ???) <3E09CCB7-E7F5-0423-6FE5-9ECF35EA4551> /Applications/Adobe InDesign CS5.5/*/Printer Styles
    0xb4cf000 -  0xb585fef +com.adobe.InDesign.PrintUI (7.5.0.142 - ???) <D747A854-1B43-FAEC-0D98-481138692618> /Applications/Adobe InDesign CS5.5/*/PrintUI
    0xb5c1000 -  0xb5ceff0 +com.adobe.InDesign.PS Import UI (7.5.0.142 - ???) <FE705074-9F89-C2F9-A24E-1B01DEF21F02> /Applications/Adobe InDesign CS5.5/*/PS Import UI
    0xb5db000 -  0xb5f4fff +com.adobe.InDesign.Swatch Library Panel (7.5.0.142 - ???) <715620A3-83CD-940E-0AF6-6092B82D2599> /Applications/Adobe InDesign CS5.5/*/Swatch Library Panel
    0xb603000 -  0xb696ff0 +com.adobe.InDesign.Swatches Panel (7.5.0.142 - ???) <AF3A4068-8AC7-AB7E-8942-EB545AEE73D1> /Applications/Adobe InDesign CS5.5/*/Swatches Panel
    0xb6d9000 -  0xb76dff8 +com.adobe.InDesign.Transparency UI (7.5.0.142 - ???) <37E89526-16A8-B297-DBDA-E8FC80A7192A> /Applications/Adobe InDesign CS5.5/*/Transparency UI
    0xb7ad000 -  0xb7fefff +com.adobe.InDesign.Assignment UI (7.5.0.142 - ???) <80391DA8-3DEA-D9F5-C616-3521E59EC676> /Applications/Adobe InDesign CS5.5/*/Assignment UI
    0xb827000 -  0xb840ff0 +com.adobe.InDesign.InCopy Bridge UI (7.5.0.142 - ???) <56A9CFBA-5991-1ED8-DD42-852C97277D8B> /Applications/Adobe InDesign CS5.5/*/InCopy Bridge UI
    0xb84e000 -  0xb881ffb +com.adobe.InDesign.InCopy Bridge (7.5.0.142 - ???) <781407D3-C673-BBC7-EF83-78ECB1603F2D> /Applications/Adobe InDesign CS5.5/*/InCopy Bridge
    0xb898000 -  0xb89eff0 +com.adobe.InDesign.InCopyExport (7.5.0.142 - ???) <C12AA02C-7BF2-627A-24E3-5558D68E8946> /Applications/Adobe InDesign CS5.5/*/InCopyExport
    0xb8a7000 -  0xb8abff3 +com.adobe.InDesign.InCopyExportUI (7.5.0.142 - ???) <02F5E7E6-2371-E5DE-03E7-F5D672AD730D> /Applications/Adobe InDesign CS5.5/*/InCopyExportUI
    0xb8b2000 -  0xb8b7fff +com.adobe.InDesign.InCopyImport (7.5.0.142 - ???) <7C646947-367C-E477-194E-4F49187736DE> /Applications/Adobe InDesign CS5.5/*/InCopyImport
    0xb8be000 -  0xb8c3ff7 +com.adobe.InDesign.InCopyWorkflow UI (7.5.0.142 - ???) <CE16B441-8812-9B07-681B-0C3E72D8EFA6> /Applications/Adobe InDesign CS5.5/*/InCopyWorkflow UI
    0xb8cc000 -  0xb913ff7 +com.adobe.InDesign.Note (7.5.0.142 - ???) <7F91417D-A176-9093-51B8-D863F555DDB9> /Applications/Adobe InDesign CS5.5/*/Note
    0xb937000 -  0xb940fff +com.adobe.InDesign.NotePref (7.5.0.142 - ???) <3672E3EE-3738-4FDE-E8FB-B2874842BBE3> /Applications/Adobe InDesign CS5.5/*/NotePref
    0xb94d000 -  0xb950ff3 +com.adobe.InDesign.Username UI (7.5.0.142 - ???) <028DA658-D460-0CD7-3443-09879F605A99> /Applications/Adobe InDesign CS5.5/*/Username UI
    0xb957000 -  0xb9dbff7 +com.adobe.InDesign.ButtonUI (7.5.0.142 - ???) <4B625280-C975-C356-16A2-F5EFEB305F68> /Applications/Adobe InDesign CS5.5/*/ButtonUI
    0xba19000 -  0xba32fff +com.adobe.InDesign.MediaUI (7.5.0.142 - ???) <640F9500-AC20-9D87-9434-ADEE7C2AB3ED> /Applications/Adobe InDesign CS5.5/*/MediaUI
    0xba44000 -  0xba50fff +com.adobe.InDesign.Alignment Panel (7.5.0.142 - ???) <98A9D8EB-034A-EFC3-0CA6-EFA01C579A43> /Applications/Adobe InDesign CS5.5/*/Alignment Panel
    0xba5b000 -  0xba93ff6 +com.adobe.InDesign.Asset Library Panel (7.5.0.142 - ???) <3FD151AB-FA6E-D909-86B4-DD6F14485323> /Applications/Adobe InDesign CS5.5/*/Asset Library Panel
    0xbab7000 -  0xbb11fff +com.adobe.InDesign.Asset PubLibrary (7.5.0.142 - ???) <5FD66CC3-7AA1-D9A8-373C-ED1F69E6D4A4> /Applications/Adobe InDesign CS5.5/*/Asset PubLibrary
    0xbb3a000 -  0xbb78ff5 +com.adobe.InDesign.Book Panel (7.5.0.142 - ???) <1B60815D-B3D7-2201-DA6D-B747F1F7CE9F> /Applications/Adobe InDesign CS5.5/*/Book Panel
    0xbb9d000 -  0xbbb3ffb +com.adobe.InDesign.Bookmark Panel (7.5.0.142 - ???) <CC5722C0-B407-3557-0FF5-6920770ECF03> /Applications/Adobe InDesign CS5.5/*/Bookmark Panel
    0xbbc6000 -  0xbbfcffd +com.adobe.InDesign.Control Panel (7.5.0.142 - ???) <F60384DE-7BD3-1D78-CA9C-3F5D93267DF6> /Applications/Adobe InDesign CS5.5/*/Control Panel
    0xbc19000 -  0xbc1ffff +com.adobe.InDesign.Create Guides Dialog (7.5.0.142 - ???) <FC41459F-A33E-E737-47C8-C23B1518ADD4> /Applications/Adobe InDesign CS5.5/*/Create Guides Dialog
    0xbc27000 -  0xbc59fff +com.adobe.InDesign.Eyedropper Tool (7.5.0.142 - ???) <649674B2-1C71-5D26-65EB-CE3D7E4E1431> /Applications/Adobe InDesign CS5.5/*/Eyedropper Tool
    0xbc6e000 -  0xbcdaff8 +com.adobe.InDesign.Hyperlinks Panel (7.5.0.142 - ???) <0BDE8E8D-D9C4-7716-7D70-07EC30747AD9> /Applications/Adobe InDesign CS5.5/*/Hyperlinks Panel
    0xbd09000 -  0xbd7dff1 +com.adobe.InDesign.Index Panel (7.5.0.142 - ???) <1FDF9D9A-66FD-0E9A-0F58-643646317564> /Applications/Adobe InDesign CS5.5/*/Index Panel
    0xbda8000 -  0xbdb5fff +unihan (??? - ???) <21D02D03-821D-1E92-C99E-919CD21883A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0xbdc0000 -  0xbe0ffff +com.adobe.InDesign.Info Panel (7.5.0.142 - ???) <EF31A678-DDC6-8A84-B3A2-51E0A784EA6B> /Applications/Adobe InDesign CS5.5/*/Info Panel
    0xbe32000 -  0xbf1efff +com.adobe.InDesign.Knowledge Base (7.5.0.142 - ???) <5ED7B92A-3920-2342-2EE6-41596638166C> /Applications/Adobe InDesign CS5.5/*/Knowledge Base
    0xbf26000 -  0xbf63fff +com.adobe.InDesign.Layers Panel (7.5.0.142 - ???) <D936E9EB-D43D-AFCA-1674-9B4917F5CC00> /Applications/Adobe InDesign CS5.5/*/Layers Panel
    0xbf86000 -  0xbf88ff7 +com.adobe.InDesign.Layout Adjustment Panel (7.5.0.142 - ???) <A8BA566B-EDEF-E1A0-58E1-0388408E03DC> /Applications/Adobe InDesign CS5.5/*/Layout Adjustment Panel
    0xbf8f000 -  0xbfaafff +com.adobe.InDesign.Layout Adjustment (7.5.0.142 - ???) <613292DA-0E84-514A-2C48-BEAF5E0F3995> /Applications/Adobe InDesign CS5.5/*/Layout Adjustment
    0xbfb9000 -  0xbff3fff +com.adobe.InDesign.Links UI (7.5.0.142 - ???) <3801F5AE-C3AC-FDFD-B1E9-24EA83BFEE14> /Applications/Adobe InDesign CS5.5/*/Links UI
    0xc014000 -  0xc09affc +com.adobe.InDesign.ObjectStylesUI (7.5.0.142 - ???) <90BA70A8-09FA-D5DA-8525-C4BF40FA4E6C> /Applications/Adobe InDesign CS5.5/*/ObjectStylesUI
    0xc0d7000 -  0xc0f1ffb +com.adobe.InDesign.Page Setup Dialog (7.5.0.142 - ???) <DEF77CE5-1023-1283-B905-980CA42B92B3> /Applications/Adobe InDesign CS5.5/*/Page Setup Dialog
    0xc0fe000 -  0xc18afec +com.adobe.InDesign.Pages Panel (7.5.0.142 - ???) <FA3E36FD-6BA4-6B05-55A8-1CD562D0C9A0> /Applications/Adobe InDesign CS5.5/*/Pages Panel
    0xc1c5000 -  0xc1d0ff8 +com.adobe.InDesign.Sections UI (7.5.0.142 - ???) <F8BCED95-4669-4163-09B8-BA167A745EBE> /Applications/Adobe InDesign CS5.5/*/Sections UI
    0xc1da000 -  0xc1e1ffc +com.adobe.InDesign.StepRepeat (7.5.0.142 - ???) <79AB1831-1627-6894-B5AE-75B08D41C7B1> /Applications/Adobe InDesign CS5.5/*/StepRepeat
    0xc1ea000 -  0xc21fff7 +com.adobe.InDesign.Text Wrap Panel (7.5.0.142 - ???) <C261E8AE-05D6-B3C5-8366-F4387B721A6B> /Applications/Adobe InDesign CS5.5/*/Text Wrap Panel
    0xc23a000 -  0xc26dff0 +com.adobe.InDesign.TOC UI Dialog (7.5.0.142 - ???) <1B8476DE-D0AA-9E9E-8AA3-A80E59864CD1> /Applications/Adobe InDesign CS5.5/*/TOC UI Dialog
    0xc288000 -  0xc2b4ff4 +com.adobe.InDesign.Transform Panel (7.5.0.142 - ???) <C08A7D8B-FC60-C7F8-E82A-5853CD5B66DF> /Applications/Adobe InDesign CS5.5/*/Transform Panel
    0xc2cb000 -  0xc2e2ff3 +com.adobe.InDesign.Image Import UI (7.5.0.142 - ???) <B55E19CE-E78F-3FAC-5CBB-CE7C90C269F2> /Applications/Adobe InDesign CS5.5/*/Image Import UI
    0xc2f3000 -  0xc305fff +com.adobe.InDesign.Scotch Rules (7.5.0.142 - ???) <6502E487-54CB-DBEE-0863-2590F4BB14F0> /Applications/Adobe InDesign CS5.5/*/Scotch Rules
    0xc310000 -  0xc35cfff +com.adobe.InDesign.BNUI (7.5.0.142 - ???) <71200BB9-F434-F825-9154-EF334A268DDD> /Applications/Adobe InDesign CS5.5/*/BNUI
    0xc381000 -  0xc408fff +com.adobe.InDesign.DataMerge (7.5.0.142 - ???) <0D11D6FA-02AD-8CEB-E958-F96174D89BD0> /Applications/Adobe InDesign CS5.5/*/DataMerge
    0xc43b000 -  0xc465ff7 +com.adobe.InDesign.DataMergeUI (7.5.0.142 - ???) <D9FA6962-0353-56DA-5A15-84427708CAA1> /Applications/Adobe InDesign CS5.5/*/DataMergeUI
    0xc480000 -  0xc492fff +com.adobe.InDesign.PMWelcomeScreen (7.5.0.142 - ???) <DF50AF2B-67F4-F9F3-A9AC-E7073CACA267> /Applications/Adobe InDesign CS5.5/*/PMWelcomeScreen
    0xc4a4000 -  0xc4b5ff8 +com.adobe.ahclientframework (1.6.0.20 - 1.6.0.20) <6FB288F2-45FD-E54A-C9A4-A0D0C374FE37> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xc4c3000 -  0xc592ffb +com.adobe.InDesign.Package and Preflight UI (7.5.0.142 - ???) <26E41EEA-48C4-959A-9C6A-1B49C3708A50> /Applications/Adobe InDesign CS5.5/*/Package and Preflight UI
    0xc5eb000 -  0xc7ccfff +com.adobe.InDesign.Package and Preflight (7.5.0.142 - ???) <CB1F2F8F-96BF-051F-C9B4-6333B4CAD819> /Applications/Adobe InDesign CS5.5/*/Package and Preflight
    0xc85e000 -  0xc884ff6 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.5.101.12783 - 3.5.101.12783) <C7FD5306-E881-A19A-0F40-0E3844278526> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
    0xc897000 -  0xc97eff7 +com.adobe.InDesign.JBX (7.5.0.142 - ???) <C89E063A-6CEB-5D05-2236-EF3A5583246B> /Applications/Adobe InDesign CS5.5/*/JBX
    0xc9ca000 -  0xc9cefff +com.adobe.InDesign.Script Label Panel (7.5.0.142 - ???) <9AA5C7EC-55AF-E701-8070-DE23BEEF3BE0> /Applications/Adobe InDesign CS5.5/*/Script Label Panel
    0xc9d6000 -  0xc9e0fff +com.adobe.InDesign.Scripts Panel (7.5.0.142 - ???) <C9012B5C-D6C0-01EA-F136-A59A242C6A2E> /Applications/Adobe InDesign CS5.5/*/Scripts Panel
    0xc9ec000 -  0xcaaaff4 +com.adobe.InDesign.Tables UI (7.5.0.142 - ???) <719DEE31-4B66-7535-F300-7184CDC20202> /Applications/Adobe InDesign CS5.5/*/Tables UI
    0xcaf3000 -  0xcb79fff +com.adobe.InDesign.TableStylesUI (7.5.0.142 - ???) <BE9CAD5D-FC93-EFA8-76FD-0AFBA5B464B0> /Applications/Adobe InDesign CS5.5/*/TableStylesUI
    0xcbb4000 -  0xcc0dff7 +com.adobe.InDesign.Character Panel (7.5.0.142 - ???) <1BF90423-A0FC-A785-43C7-18DA74390B1B> /Applications/Adobe InDesign CS5.5/*/Character Panel
    0xcc3d000 -  0xcc63fff +com.adobe.InDesign.Conditional Text UI (7.5.0.142 - ???) <56DD9952-ED8F-2A17-B2DE-B2A15AF88BFA> /Applications/Adobe InDesign CS5.5/*/Conditional Text UI
    0xcc7c000 -  0xcc94fff +com.adobe.InDesign.Create Outlines (7.5.0.142 - ???) <C277D20D-88B0-F370-D3F3-929533F03A70> /Applications/Adobe InDesign CS5.5/*/Create Outlines
    0xcca2000 -  0xcda8fff +com.adobe.InDesign.Find and Change Panel (7.5.0.142 - ???) <80657A57-C9C1-FDCD-9D77-024CADB1A567> /Applications/Adobe InDesign CS5.5/*/Find and Change Panel
    0xce09000 -  0xce2aff7 +com.adobe.InDesign.Find Change Format Panel (7.5.0.142 - ???) <35063658-0BBC-3577-159F-7812E0079C49> /Applications/Adobe InDesign CS5.5/*/Find Change Format Panel
    0xce3e000 -  0xce5fff4 +com.adobe.InDesign.Font Usage Dialog (7.5.0.142 - ???) <D5FDF872-6E06-FE47-D95D-FC9435EAAC47> /Applications/Adobe InDesign CS5.5/*/Font Usage Dialog
    0xce72000 -  0xcef9ff3 +com.adobe.InDesign.Glyphs Panel (7.5.0.142 - ???) <97C48673-A157-E6B5-0812-B8D04908590C> /Applications/Adobe InDesign CS5.5/*/Glyphs Panel
    0xcf24000 -  0xcf2cfff +com.adobe.InDesign.Hyphenation Panel (7.5.0.142 - ???) <D7F0B7B5-71C6-6EF0-F44E-A095BCFFDE1F> /Applications/Adobe InDesign CS5.5/*/Hyphenation Panel
    0xcf38000 -  0xcf46ffd +com.adobe.InDesign.Indents and Tabs (7.5.0.142 - ???) <055B8559-981A-E215-17FD-B521D3F195B6> /Applications/Adobe InDesign CS5.5/*/Indents and Tabs
    0xcf53000 -  0xcf5afff +com.adobe.InDesign.Justification Panel (7.5.0.142 - ???) <A02761B6-D255-6344-BB33-EF3CB44D6D31> /Applications/Adobe InDesign CS5.5/*/Justification Panel
    0xcf63000 -  0xcf68fff +com.adobe.InDesign.Keeps Panel (7.5.0.142 - ???) <F1D47ADF-F500-F83E-76C7-7A67C0824FF3> /Applications/Adobe InDesign CS5.5/*/Keeps Panel
    0xcf70000 -  0xcf90fff +com.adobe.InDesign.Optical Kerning (7.5.0.142 - ???) <51283B52-E431-9E16-4180-93E80FD8BB31> /Applications/Adobe InDesign CS5.5/*/Optical Kerning
    0xcf9d000 -  0xcfc5fff +com.adobe.InDesign.Paragraph Panel (7.5.0.142 - ???) <97AB38C6-9D3C-010B-B449-3188640A24D7> /Applications/Adobe InDesign CS5.5/*/Paragraph Panel
    0xcfdc000 -  0xcfe9ff3 +com.adobe.InDesign.Paragraph Rules Panel (7.5.0.142 - ???) <16D32543-34DE-63A3-E4C1-A33310CF1DFC> /Applications/Adobe InDesign CS5.5/*/Paragraph Rules Panel
    0xcff4000 -  0xd006ffb +com.adobe.InDesign.Path Type UI (7.5.0.142 - ???) <C2B3C78F-E74F-2BAB-3EE9-5865853E5C36> /Applications/Adobe InDesign CS5.5/*/Path Type UI
    0xd015000 -  0xd01dff3 +PathTypeLib.dylib (??? - ???) <8609265F-D811-48ED-CAEE-E20A68D4E6FE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PathTypeLib.dylib
    0xd024000 -  0xd048ff5 +com.adobe.InDesign.RunIn Styles Panel (7.5.0.142 - ???) <0558D75D-ACE2-2606-DAB3-CE6369457EEA> /Applications/Adobe InDesign CS5.5/*/RunIn Styles Panel
    0xd05c000 -  0xd071fff +com.adobe.InDesign.SING (7.5.0.142 - ???) <3BD4DC0E-7E4F-1537-8188-C36C98E857BB> /Applications/Adobe InDesign CS5.5/*/SING
    0xd07f000 -  0xd087ff7 +com.adobe.InDesign.Span Columns Panel (7.5.0.142 - ???) <79FE9D3F-46FE-302B-8E5C-6CF6CC017F03> /Applications/Adobe InDesign CS5.5/*/Span Columns Panel
    0xd08f000 -  0xd0ceffc +com.adobe.InDesign.Spelling Panel (7.5.0.142 - ???) <0C30B312-6573-7EEE-9825-8D0CB3C64518> /Applications/Adobe InDesign CS5.5/*/Spelling Panel
    0xd0f0000 -  0xd0feff8 +com.adobe.InDesign.Story Panel (7.5.0.142 - ???) <F84CD6FE-CA5D-D03F-3A4C-35638C613687> /Applications/Adobe InDesign CS5.5/*/Story Panel
    0xd10a000 -  0xd168ff1 +com.adobe.InDesign.Style Panel (7.5.0.142 - ???) <6DF69466-8FD4-810D-CF07-2A42833967AB> /Applications/Adobe InDesign CS5.5/*/Style Panel
    0xd19a000 -  0xd1a3ff1 +com.adobe.InDesign.Text Color Panel (7.5.0.142 - ???) <E98B468E-0C78-47CD-6CB6-192F5D722E4A> /Applications/Adobe InDesign CS5.5/*/Text Color Panel
    0xd1ac000 -  0xd1c7ff1 +com.adobe.InDesign.Text Frame Options (7.5.0.142 - ???) <56D3F8E7-BDC2-B6AC-AA8C-8AC1282A1147> /Applications/Adobe InDesign CS5.5/*/Text Frame Options
    0xd1d7000 -  0xd225fff +com.adobe.InDesign.Text Panel (7.5.0.142 - ???) <70374F1B-6312-E7E4-2463-0928185FCC04> /Applications/Adobe InDesign CS5.5/*/Text Panel
    0xd247000 -  0xd260fff +com.adobe.InDesign.Text Preferences (7.5.0.142 - ???) <043DE411-5DB1-B56B-244C-FC5CEBDE7559> /Applications/Adobe InDesign CS5.5/*/Text Preferences
    0xd26f000 -  0xd28bff4 +com.adobe.InDesign.Text Ruler (7.5.0.142 - ???) <E7D9E814-793C-31FC-933E-BEDAA412C47D> /Applications/Adobe InDesign CS5.5/*/Text Ruler
    0xd29a000 -  0xd2b3ff7 +com.adobe.InDesign.Text Style Panel (7.5.0.142 - ???) <55B96E20-55FE-3F28-CFED-EDA64CAFDE27> /Applications/Adobe InDesign CS5.5/*/Text Style Panel
    0xd2c4000 -  0xd2e6ffb +com.adobe.InDesign.Article Panel (7.5.0.142 - ???) <3F8CC922-73E1-90BA-27EA-82893A236018> /Applications/Adobe InDesign CS5.5/*/Article Panel
    0xd2fe000 -  0xd328ff7 +com.adobe.InDesign.CSXS (7.5.0.142 - ???) <FD5944C2-FB7F-F0FF-4172-CFCD7C7D41F2> /Applications/Adobe InDesign CS5.5/*/CSXS
    0xd341000 -  0xd4bbfe3 +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <04C90B5C-DC6D-A2B5-BE9B-193466222BE7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0xd564000 -  0xd58dff4 +com.adobe.InDesign.Galley Preferences (7.5.0.142 - ???) <607D8E33-AE26-16CA-27CA-E6921AA1DE13> /Applications/Adobe InDesign CS5.5/*/Galley Preferences
    0xd5a7000 -  0xd5c2ffb +com.adobe.InDesign.GapTool (7.5.0.142 - ???) <8C72126D-E27D-8735-8664-9EA0D24A7DE9> /Applications/Adobe InDesign CS5.5/*/GapTool
    0xd5d0000 -  0xd5d7ffa +com.adobe.InDesign.General Preferences Panel (7.5.0.142 - ???) <20EF82D5-70FC-5B9B-EFD3-FB16C500632B> /Applications/Adobe InDesign CS5.5/*/General Preferences Panel
    0xd5e0000 -  0xd5f4ff8 +com.adobe.InDesign.Performance UI (7.5.0.142 - ???) <902E14C3-93CA-07AA-704A-6D4618ED5341> /Applications/Adobe InDesign CS5.5/*/Performance UI
    0xd605000 -  0xd60bff3 +com.adobe.InDesign.SharedContentUI (7.5.0.142 - ???) <DCB6A1E5-4F80-2442-7275-144941787B5D> /Applications/Adobe InDesign CS5.5/*/SharedContentUI
    0xd613000 -  0xd62ffff +com.adobe.InDesign.Shortcut Editor Dialog (7.5.0.142 - ???) <092E0768-B013-3493-7AA0-75908B94C559> /Applications/Adobe InDesign CS5.5/*/Shortcut Editor Dialog
    0xd640000 -  0xd651ff3 +com.adobe.InDesign.Tool Box (7.5.0.142 - ???) <26722C8F-A8C2-4540-E5E3-59FBD502ABED> /Applications/Adobe InDesign CS5.5/*/Tool Box
    0xd661000 -  0xd66bfff +com.adobe.InDesign.Tool Tips (7.5.0.142 - ???) <CA662EC3-519A-0DD5-4B1B-933403825D7B> /Applications/Adobe InDesign CS5.5/*/Tool Tips
    0xd677000 -  0xd67cfff +com.adobe.InDesign.Track Changes Preferences (7.5.0.142 - ???) <8E374159-04BE-7472-D942-D53558CC9E59> /Applications/Adobe InDesign CS5.5/*/Track Changes Preferences
    0xd684000 -  0xd694fff +com.adobe.InDesign.Track Changes UI (7.5.0.142 - ???) <1F091295-C6A8-6691-A708-C3C9D78A4F6B> /Applications/Adobe InDesign CS5.5/*/Track Changes UI
    0xd69e000 -  0xd6a5fff +com.adobe.InDesign.PerformanceMetrics (7.5.0.142 - ???) <C6738047-427F-E6FE-E1DB-C592B99DEDAD> /Applications/Adobe InDesign CS5.5/*/PerformanceMetrics
    0xd6ad000 -  0xd6baff1 +com.adobe.InDesign.Metadata UI (7.5.0.142 - ???) <592C522C-34DD-6384-EA0F-B5923739F3B4> /Applications/Adobe InDesign CS5.5/*/Metadata UI
    0xd6c4000 -  0xd731fef +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5.2 -i 1 [debug] - 61.141987) <ABF47D32-C58A-F9CE-E753-F0F906B13F7E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0xd74e000 -  0xd755ff5 +com.adobe.InDesign.Workgroup UI (7.5.0.142 - ???) <810B1485-961F-2FDC-9FD6-7CC9077FBA7D> /Applications/Adobe InDesign CS5.5/*/Workgroup UI
    0xd75d000 -  0xd79ffff +com.adobe.InDesign.Snippet (7.5.0.142 - ???) <7FBCB227-BCC5-2E33-2638-C5881B0D96EC> /Applications/Adobe InDesign CS5.5/*/Snippet
    0xd7be000 -  0xd8b7fff +com.adobe.InDesign.XMedia UI (7.5.0.142 - ???) <D32C6D40-A119-FBCD-9F02-51D57282C6DF> /Applications/Adobe InDesign CS5.5/*/XMedia UI
    0xd921000 -  0xd969ff3 +com.adobe.InDesign.Actions (7.5.0.142 - ???) <A277E3F1-4472-8607-0935-4B5F3E95F3E8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0xd986000 -  0xdb1afe7 +com.adobe.InDesign.AppFramework (7.5.0.142 - ???) <8D408CDA-B256-926D-33BF-F9FE8BA6BF52> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0xdba3000 -  0xde05feb +com.adobe.InDesign.Application UI (7.5.0.142 - ???) <6C7D1595-0A3F-F4CC-4A05-9AB25904E679> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0xdf0b000 -  0xdfa3fff +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.13048) <A9394CC7-8E48-FE0F-FDB5-37D0FE77435B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0xe004000 -  0xe091ff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.13048) <68FB7168-645E-BD55-5EAA-007315B53997> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xe0d8000 -  0xe12effb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xe177000 -  0xe197fff +com.adobe.InDesign.Article (7.5.0.142 - ???) <8CA3C714-805A-D593-C62D-17B1FC21CA44> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Article.InDesignPlugin/Article
    0xe1a9000 -  0xe22afe7 +com.adobe.InDesign.Assignments (7.5.0.142 - ???) <6B3E75B0-9182-FF85-D32C-E222EB250B6C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0xe25e000 -  0xe304ff3 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.2 -f 17 - 61.141987) <963C6B68-E97E-A983-A716-6A8FA37E9D2D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0xe342000 -  0xe37dffb +com.adobe.InDesign.AWS (7.5.0.142 - ???) <0DC62D0E-284B-7306-BF47-F5CFD8E03BF9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0xe39b000 -  0xe3c3ff7 +com.adobe.InDesign.AWSUI (7.5.0.142 - ???) <E9203DE7-CD7C-B9C6-4D65-0425A1B82331> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0xe3db000 -  0xe40cffb +com.adobe.InDesign.Basic Tools (7.5.0.142 - ???) <824B5528-5647-C891-30B5-45656EF00CD6> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0xe428000 -  0xe479ff7 +com.adobe.InDesign.Behavior (7.5.0.142 - ???) <10573684-DA3A-E5BB-FA1D-ED74D92CAF3B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0xe4a3000 -  0xe547fe1 +com.adobe.InDesign.BNCore (7.5.0.142 - ???) <578D6272-20A6-ED7F-2C78-63358CEE37CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0xe57d000 -  0xe5d0ff3 +com.adobe.InDesign.Book (7.5.0.142 - ???) <B4885AFB-B2D0-7334-1989-9524FD4FC6A4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0xe5f5000 -  0xe603fff +com.adobe.InDesign.Buzzword Access (7.5.0.142 - ???) <863BF7E8-CECA-DD5F-50B0-7682936AA058> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword Access
    0xe60e000 -  0xe63ffff +com.adobe.InDesign.CellStyles.rpln (7.5.0.142 - ???) <502EA752-4648-0FDE-CEDC-6BA8B14773E7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0xe657000 -  0xe6dfffb +com.adobe.InDesign.CJK Text Attributes (7.5.0.142 - ???) <B04E8AE5-F801-D8E4-0C4B-C1C7477C12CF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0xe715000 -  0xe787ffa +com.adobe.InDesign.CJKGrid (7.5.0.142 - ???) <1CECF746-B564-53C2-09A7-E88A68EC0B90> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0xe7b3000 -  0xe889fef +com.adobe.InDesign.Color Management (7.5.0.142 - ???) <E527C98F-07A4-27EA-CBA1-AAA6D9013FEE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0xe8d3000 -  0xe929ff7 +com.adobe.InDesign.CompFontMgr (7.5.0.142 - ???) <306CB6D8-AF98-394F-971E-3E71D66B4D5E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0xe94a000 -  0xe993ff7 +com.adobe.InDesign.Conditional Text (7.5.0.142 - ???) <30CAB7B8-696D-2F18-5206-557F381C24CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0xe9b5000 -  0xe9d1ff3 +com.adobe.InDesign.Dialog Layout (7.5.0.142 - ???) <A7CF2212-1F92-7A3B-5EF1-689EC3F85846> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0xe9e2000 -  0xea00ffe +com.adobe.InDesign.Document Actions (7.5.0.142 - ???) <EA164F5E-9FF6-9C78-3304-BD0C44D6EF38> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0xea12000 -  0xeb9fffb +com.adobe.InDesign.Document Framework (7.5.0.142 - ???) <11303160-46A1-F578-AE66-926F1F903F72> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0xec19000 -  0xec1ffff +com.adobe.InDesign.Document UI (7.5.0.142 - ???) <E05C2C47-C7C1-7105-845E-A19E866C6582> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0xec27000 -  0xef3effd +com.adobe.InDesign.Dynamic Documents (7.5.0.142 - ???) <CBCE694B-97A9-7D4D-C799-05CBEB900FCC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0xf01f000 -  0xf100ff4 +com.adobe.AGMFL (AdobeAGMFL 2.1.0.12659 - 2.1.0.12659) <36E18AF4-44A0-8310-FA95-302E59206D56> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0xf135000 -  0xf2c6ff3 +aflamingo (??? - ???) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0xf311000 -  0xf3f5fef +com.adobe.InDesign.EPS Page Item (7.5.0.142 - ???) <E2341852-4E4C-6880-CFC1-FC900BB4F6E4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0xf43e000 -  0xf53bff7 +com.adobe.InDesign.Font Manager (7.5.0.142 - ???) <C48F8BA3-8E6F-63AF-EE70-8D3B51038ADE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0xf578000 -  0xf5f7fff +com.adobe.InDesign.FormField (7.5.0.142 - ???) <04AA4221-098D-1F87-BB24-6B563A648B97> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0xf62b000 -  0xf67dffb +com.adobe.InDesign.Galley (7.5.0.142 - ???) <BAC0BFF4-6275-0B2C-2A14-D6E0F5740019> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0xf69b000 -  0xf7a9fff +com.adobe.InDesign.GalleyUI (7.5.0.142 - ???) <A23A3454-8582-CDC5-01C2-730CDC7E1FF1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0xf7f3000 -  0xf9b8ff7 +com.adobe.InDesign.Generic Page Item (7.5.0.142 - ???) <5BC38A5B-0214-C072-9F58-FB9F32CDAAFE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0xfa50000 -  0xfa5aff7 +com.adobe.InDesign.GenericSettings (7.5.0.142 - ???) <A712DBF0-540D-6F78-BCD0-47820055989D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0xfa63000 -  0xfac0ffb +com.adobe.InDesign.Gradient Fill (7.5.0.142 - ???) <A41D8F17-419C-49F3-6579-A405EA311CA7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0xfae7000 -  0xfbb7fe7 +com.adobe.InDesign.Graphics (7.5.0.142 - ???) <DCA66589-8A34-5595-2BD9-F8090563B762> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0xfc03000 -  0xfc0cffb +com.adobe.InDesign.Group (7.5.0.142 - ???) <4109367F-5E27-881F-274E-2F9B96C61157> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0xfc17000 -  0xfc2dfff +com.adobe.InDesign.Guides (7.5.0.142 - ???) <E4AEB43F-629D-AB80-13AD-48400DDD3770> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0xfc3d000 -  0xfd10ff7 +com.adobe.InDesign.Hyperlinks (7.5.0.142 - ???) <E1142D20-690C-F71A-D488-DA475046CAE5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0xfd5c000 -  0xfdb5fef +com.adobe.InDesign.Image Filters (7.5.0.142 - ???) <BF3D1FD7-8F20-0839-3D80-4C2F2E25F158> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0xfdc4000 -  0xfeb9fe7 +com.adobe.InDesign.Image (7.5.0.142 - ???) <366DF110-9E72-A8BD-5600-DBD7408E9951> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0xff09000 -  0xff24ffb +com.adobe.InDesign.IME (7.5.0.142 - ???) <13C0D3D0-6290-FAFC-4B37-57835D92293C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0xff36000 -  0xff8aff7 +com.adobe.InDesign.Import Export UI (7.5.0.142 - ???) <798A82C2-D58E-223D-424D-EA0EE1BE14C1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0xffb5000 - 0x10094fe7 +com.adobe.InDesign.InCopyShared (7.5.0.142 - ???) <3064A755-C8ED-7697-E670-AD641690BB27> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x100e6000 - 0x100f0ff3 +com.adobe.InDesign.InCopySharedUI (7.5.0.142 - ???) <D473C4F5-2D25-B841-E5D9-028BF32BC555> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x100fc000 - 0x1017aff3 +com.adobe.InDesign.InCopyWorkflow (7.5.0.142 - ???) <EC780277-4C3A-CA35-768B-C4D3873DFFE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x101b7000 - 0x10299ff7 +com.adobe.InDesign.Indexing (7.5.0.142 - ???) <FAAEC28E-8BE7-72C8-770C-CD680DB8604D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x102d7000 - 0x10393fff +com.adobe.InDesign.INXCore (7.5.0.142 - ???) <7E5BEC36-0B3B-DCA6-1850-B74A6474B15A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x103d6000 - 0x103fafff +com.adobe.InDesign.Layer (7.5.0.142 - ???) <B35B106C-8EEA-3A91-52C6-CBB3D58BDAC1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x1040f000 - 0x1058bff7 +com.adobe.InDesign.Layout UI (7.5.0.142 - ???) <BF79DE26-6FA5-F647-59F9-6492DA99BEF5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x10614000 - 0x10635ff3 +com.adobe.InDesign.Layout (7.5.0.142 - ???) <D3AC0213-DB4C-16C8-BEC4-DE89209A1EF8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x10647000 - 0x10689ff7 +com.adobe.InDesign.Linguistics (7.5.0.142 - ???) <878DBFDF-7D69-35A8-2652-DE759858C21F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x106aa000 - 0x107e9ff7 +com.adobe.InDesign.Links (7.5.0.142 - ???) <7ECA5641-B4BD-E368-8962-B4044745BD4A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x1084f000 - 0x108b9ff7 +com.adobe.InDesign.Master Page (7.5.0.142 - ???) <D26C418D-DB9A-EBB4-4683-11788565F9FD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x108e1000 - 0x10933ff7 +com.adobe.InDesign.Media (7.5.0.142 - ???) <B6786555-0472-9E99-3BD2-FC9D16AE89F7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x10955000 - 0x10956ff3 +com.adobe.InDesign.Metadata Database Filter (7.5.0.142 - ???) <4BBF4896-D573-119F-F44E-2B647F9CA5BF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x1095b000 - 0x109d8ff7 +com.adobe.InDesign.Metadata (7.5.0.142 - ???) <05C2EB44-E814-E70E-A17D-C99F81F52DE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x10a09000 - 0x10a1efff +com.adobe.InDesign.Movie (7.5.0.142 - ???) <B9AB8E35-D4C9-0FFC-650A-718ABE17607A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x10a2e000 - 0x10a62fff +com.adobe.InDesign.Open Place (7.5.0.142 - ???) <4DBD079D-0A13-0D8B-419D-7FEB65FF7FCF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x10a7c000 - 0x10b3ffff +com.adobe.InDesign.Paragraph Composer (7.5.0.142 - ???) <F840479A-06BD-609C-095B-F39DD694D6E9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x10b60000 - 0x10b99ffb +com.adobe.InDesign.Path Type (7.5.0.142 - ???) <8A3BD04D-2AB4-20B1-99D0-78BE61941918> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x10bb6000 - 0x10d98fff +com.adobe.InDesign.PDF (7.5.0.142 - ???) <75374F8F-15A2-6734-0002-9E3E4BA60536> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x10e29000 - 0x10f0cfef +com.adobe.PDFPort (AdobePDFPort 2.1.0.12895 - 2.1.0.12895) <C7CDB72D-081A-E40C-3FF8-284D96F68E57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x10f44000 - 0x10f5fff9 +AdobePDFSettings (??? - ???) /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x10f79000 - 0x10facff7 +com.adobe.InDesign.Photoshop Import Filter (7.5.0.142 - ???) <2DD22890-FBF0-B6D8-82C9-3367B98E74E1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x10fc4000 - 0x11d55feb +com.adobe.psl (AdobePSL 12.0.0.12659 - 12.0.0.12659) <03D5B098-AD3C-FB84-0D0D-7DE57C025F3F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x120bd000 - 0x120beff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x120c3000 - 0x120f5fe7 +com.adobe.InDesign.PNG Import Filter (7.5.0.142 - ???) <BD12B7F4-90BF-91FA-18DD-E17F18541ABE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x12200000 - 0x1234cfff +com.adobe.InDesign.Print (7.5.0.142 - ???) <23314410-A1CE-055A-F03A-74D9AB059111> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x123ae000 - 0x123c8fff +com.adobe.InDesign.Rulers (7.5.0.142 - ???) <A0397830-63EC-4648-BDA6-D8A8B2B4A2B4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x123d9000 - 0x12472ff7 +com.adobe.InDesign.Scripting (7.5.0.142 - ???) <37732D36-D9CC-F7A1-989E-8A2B90BC4905> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x124a5000 - 0x124bfff2 +com.adobe.InDesign.Sections (7.5.0.142 - ???) <73FB3557-F4B5-1DA9-0FF5-5A8FFE4E91BA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0x124cf000 - 0x124f0ff7 +com.adobe.InDesign.SharedContent (7.5.0.142 - ???) <1E9F595E-928D-03EB-7FDD-F2F91C7A8DCD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent
    0x12503000 - 0x12510fff +com.adobe.InDesign.Sound (7.5.0.142 - ???) <12F9F083-586A-6C5E-5F74-B20F197352AC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0x1251c000 - 0x1252afff +com.adobe.InDesign.Spelling Service (7.5.0.142 - ???) <A65001B0-C39E-001C-FF9A-0C2F42F06F3D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0x12537000 - 0x12570fff +com.adobe.InDesign.Spline UI (7.5.0.142 - ???) <909F6496-5243-7E94-5A82-CBB7C30CFE89> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0x12590000 - 0x125ccffb +com.adobe.InDesign.Spline (7.5.0.142 - ???) <8CEFB169-65C7-B546-734E-30CACF084E43> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x125ea000 - 0x1262fff0 +com.adobe.InDesign.Spread UI (7.5.0.142 - ???) <712A1BE8-B8DE-7800-2528-714CC910369A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0x1264b000 - 0x1272efff +com.adobe.InDesign.Spread (7.5.0.142 - ???) <00386BD6-451D-A61B-9CE8-D8C121762D81> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x1277d000 - 0x127ccffb +com.adobe.InDesign.Stroke and Fill (7.5.0.142 - ???) <B7D31D36-C6B6-78CC-52A6-E5E4C3A65337> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x127ea000 - 0x1282efff +com.adobe.InDesign.Support for AppleScript (7.5.0.142 - ???) <72C25DCD-42B9-E9B8-14EB-F0E32F406606> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0x12849000 - 0x128d3ff7 +com.adobe.InDesign.Support for JavaScript (7.5.0.142 - ???) <BEAE6DA2-21DF-2ED4-BD76-053F665A89C1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0x1290e000 - 0x12b08fff +com.adobe.InDesign.Table Model (7.5.0.142 - ???) <19A6AA46-B2FB-1914-08CC-C2DF1EE51CCE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x12b9a000 - 0x12be1fff +com.adobe.InDesign.TableStyles (7.5.0.142 - ???) <1BC33831-E1AF-2617-746C-0175688A58A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0x12bfa000 - 0x12c43fff +com.adobe.InDesign.Text Attributes (7.5.0.142 - ???) <97F3EF6E-346A-3B92-1E4C-2DCE6E451DEC&g

    Hi, yes I did the update, but still nO joy. I also uninstalled and reinstalled and did the update and still no joy.
    I have also now discovered that
    1) Photoshop cannot save preferences
    2) Fireworks does not open. It says "Fireworks can not run. A parameter was incorrect"
    3) illustrate crashes when you quit.
    Here is the link for the InDesign crash report: http://pastebin.com/kAWib5QW
    And here is the Illustrator one: http://pastebin.com/EA2qf9Yz
    Again, any help greatly appreciated.
    Thanks,
    Brian

  • Write trace to Citadel

    I'm trying to take spreadsheet data and write it to individual traces inside DSC2012 to a Citadel 5 database. I keep getting an error -1967386570 Data has Back in time timestamp.
    Searching the NI website, back in 2006 there was a way to do this with a vi server.
    http://www.ni.com/white-paper/3485/en
    Is this still possible with the current DSC version?
    From the 2012 DSC help file.
    Writing a Value to a Citadel Trace (DSC Module)
    You can use the Write Trace VI to append a data point to a Citadel trace. Complete the following steps to write a value:
    Add the Write Trace VI on the block diagram.
     Add  Find
    Wire the trace reference output of the Open Trace VI to the trace referenceinput of the Write Trace VI.
    Wire the value and timestamp inputs of the Write Trace VI. Leave the timestamp input unwired to use the current time. The Write Trace VI fails if the timestamp input is earlier than the timestamp of the last point written to the trace. You can determine the timestamp of the last point in the trace using the Get Trace Info VI.
    So, is it no longer possible to write old data into Citadel traces?
    I also saw some posts about a registry key for Citadel 5 about server timestamps, but I don't see a registry key where that note says it should be located.
    Logging Back-in-Time
    Most data logging systems generate ever-increasing time stamps. However, if you manually set the system clock back-in-time, or if an automatic time synchronization service resets the system clock during logging, a back-in-time data point might be logged. Citadel handles this case in two ways.
    When a point is logged back-in-time, Citadel checks to see if the difference between the point time stamp and the last time stamp in the trace is less than the larger of the global back-in-time tolerance and the time precision of the subtrace. If the time is within the tolerance, Citadel ignores the difference and logs the point using the last time stamp in the trace. For example, the Shared Variable Engine in LabVIEW 8.0 and later uses a tolerance level of 10 seconds. Thus, if the system clock is set backwards up to ten seconds from the previous time stamp, a value is logged in the database on a data change, but the time stamp is set equal to the previous logged point. If the time is set backwards farther than 10 seconds, Citadel creates a new subtrace and begins logging from that time stamp.
    Beginning with LabVIEW DSC 8.0, you can define a global back-in-time tolerance in the system registry. Earlier versions of DSC or Lookout always log back-in-time points. Use the backInTimeToleranceMS key located in the HKLM\SOFTWARE\National Instruments\Citadel\5.0 directory. Specify this value in milliseconds. The default value is 0, which indicates no global tolerance.
    This key doesn't exist on my system.
    This link from July 2012 seems to mention that it is still possible to use custom timestamps.
    http://www.ni.com/white-paper/6579/en
    Citadel Writing API
    The DSC Module 8.0 and later include an API for writing data directly to a Citadel trace. This API is useful to perform the following operations:
    · Implement a data redundancy system for LabVIEW Real-Time targets.
    · Record data in a Citadel trace faster than can be achieved with a shared variable.
    · Write trace data using custom time stamps.
    The Citadel writing API inserts trace data point-by-point with either user-specified or server-generated time stamps.
    Is there some more documentation out there that explains this process a bit better?

    Hi unclebump,
    I have been trying to determine what the best course of action would be and I think you need to move the data to a new trace. What I am thinking is for you to open a reference to the trace as it currently exists. Then you will need to read in all the data of that trace. While you read that trace you should also be reading in the data from your file. Once you have both sets of data you will need to iterate over all the data and merge the two sets of data based off their timestamps. The VIs to accomplish this should all exist in the DSC Palette >> Historical or DSC >> Historical >> Database Writing. There is a writing example in the example finder that is called Database Direct Write Demo that would probably be worth looking at. The write trace help says, "
    This VI returns an error if you try to write a point with a timestamp that is earlier than the timestamp of the last point written to the trace." which means that if your data is merged and written in order you should not get this error.
    Hope this helps and let me know if you have any questions.
    Patrick H | National Instruments | Software Engineer

  • Materialized View, ORA-12008: error in materialized view refresh path

    I want to refresh a materialized view, but I get an ORA-12008 error.
    Does anybody have an idea? I do not find any errors in my refresh statement.
    CREATE MATERIALIZED VIEW scott.dummy_mv
      TABLESPACE test
      BUILD IMMEDIATE
      USING INDEX TABLESPACE idx_test
      REFRESH
         START WITH sysdate
         NEXT ROUND(SYSDATE)+5/24          
         WITH PRIMARY KEY
      ENABLE QUERY REWRITE
      AS
      SELECT KM.ID ID
              ,KM.USERNAME USERNAME
           ,KM.ABTID ABTID     
      FROM my_table KM
    scott@orcl>desc dummy_mv
    Name                                      Null?    Typ
    ID                                        NOT NULL NUMBER(4)
    USERNAME                                  NOT NULL VARCHAR2(30)
    ABTID                                     NOT NULL NUMBER(4)
    scott@orcl>
    BEGIN
      SYS.DBMS_JOB.REMOVE(6579);
    COMMIT;
    END;
    DECLARE
      X NUMBER;
    BEGIN
      SYS.DBMS_JOB.SUBMIT
      ( job       => X
       ,what      => 'dbms_refresh.refresh(''"scott"."dummy_mv"'');'
       ,next_date => to_date('07.01.2009 05:00:00','dd/mm/yyyy hh24:mi:ss')
       ,interval  => 'ROUND(SYSDATE)+5/24              '
       ,no_parse  => FALSE
      SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    COMMIT;
    END;
    scott@orcl>exec dbms_refresh.refresh('dummy_mv');
    BEGIN dbms_refresh.refresh('dummy_mv'); END;
    FEHLER in Zeile 1:
    ORA-12008: error in materialized view refresh path
    ORA-00947: not enough values
    ORA-06512: in "SYS.DBMS_SNAPSHOT", Zeile 820
    ORA-06512: in "SYS.DBMS_SNAPSHOT", Zeile 877
    ORA-06512: in "SYS.DBMS_IREFRESH", Zeile 683
    ORA-06512: in "SYS.DBMS_REFRESH", Zeile 195
    ORA-06512: in Zeile 1
    scott@orcl>

    crupper wrote:
    I get the same error:
    scott@orcl>exec dbms_mview.refresh('dummy_mv','c');
    BEGIN dbms_mview.refresh('dummy_mv','c'); END;
    FEHLER in Zeile 1:
    ORA-12008: error in materialized view refresh path
    ORA-00947: not enough values
    ORA-06512: in "SYS.DBMS_SNAPSHOT", Zeile 820
    ORA-06512: in "SYS.DBMS_SNAPSHOT", Zeile 877
    ORA-06512: in "SYS.DBMS_SNAPSHOT", Zeile 858
    ORA-06512: in Zeile 1
    I would first check the "query" information of the DBA_SNAPSHOTS/DBA_MVIEWS dictionary views if it reveals anything obvious.
    But it looks more like an internal error while processing the refresh. You can get more information about the error by tracing the session. A "alter session set sql_trace = true;" before running the refresh should be sufficient. Disconnect afterwards and check the generated trace file for errors either using "tkprof" and checking the output or by manually searching for "err=" in the trace file.
    Which 4-digit version of Oracle are you using?
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Help writing a sql for problem - Mesed up data in my 1st post!

    Sorry!!!!!!!!!!! I mess up with my first post!
    Data                    
    rec     z1     z2     z3     z4     z5
    6597     4     5     9     10     23
    6596     2     5     7     19     22
    6594     9     15     24     30     39
    6593     9     13     20     27     39
    6592     8     16     25     29     30
    6591     2     8     13     29     35
    6590     22     28     33     36     37
    6589     4     5     11     26     36
    6588     10     15     17     20     30
    6587     4     9     12     32     39
    6586     1     3     5     11     35
    6585     3     8     26     30     31
    6584     4     11     29     35     37
    6583     12     15     33     34     38
    6582     2     23     24     37     38
    6581     9     14     16     25     33
    6580     8     23     29     32     37
    6579     14     18     20     24     34
    6578     2     32     33     35     38
    6577     1     16     18     19     30
    6576     4     11     27     32     38
         Expected Results                    
    recz1     recz2     recz3     recz4     recz5     
    6589     6596     6594     6588     6582     
    6591     6589     6575     6595     6595     
    6593     6588     6582     6592     6593     
    6587     6591     6588     6576     6587     
    6591     6581     6581     6591     6588     
    I am trying to query the above table to take each column entry, row by row across all columns and search for the next previous occurrence and move the rec number to another column. See expected results. Row 6597 has column entries of 4, 5, 9, 10, 23. The next previous occurrence of 4 was found on row 6589 and moved to column recz1 etc. Can someone help me?

    See my reply in your other thread.
    Close this thread - Just edit your thread and replace the content with what you have here.

  • InDesign Crashes in MBAir

    Hi;
    I just installed CS 5.5 onto my new MBAir. I initially used Migration Assistant to transfer everything over but InD crashed on launch although PS ILL and AP seemed OK.
    Then I manually reinstalled CS 5.5 (using the ,dmg file). Same issue. Here is the error report:
    Process:    
    Adobe InDesign CS5.5 [321]
    Path:       
    /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier: 
    com.adobe.InDesign
    Version:    
    7.5.0.142 (7500)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [103]
    Date/Time:  
    2012-04-30 17:56:54.562 -0700
    OS Version: 
    Mac OS X 10.7.3 (11D2001)
    Report Version:  9
    Interval Since Last Report:     
    8925 sec
    Crashes Since Last Report:      
    5
    Per-App Interval Since Last Report:  36 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                 
    67C52A90-F655-405D-B551-52A1972D3E47
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    VM Regions Near 0x34:
    --> __PAGEZERO        
    0000000000000000-0000000000001000 [
    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    __TEXT            
    0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Application Specific Information:
    objc[321]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                     
    0x8fe2c482 ImageLoader::isLinked() const + 6
    1   dyld                     
    0x8fe2a86a NSLinkModule + 86
    2   libdyld.dylib            
    0x9b1f4622 NSLinkModule + 88
    3   com.adobe.InDesign.Font Manager
    0x1096dbc8 TINglue_version + 792
    4   com.adobe.InDesign.Font Manager
    0x1096e5cf TIN_Startup + 177
    5   com.adobe.InDesign.Font Manager
    0x108f43b9 GetPlugIn + 17705
    6   ObjectModelLib.dylib     
    0x011381c1 0x111f000 + 102849
    7   ObjectModelLib.dylib     
    0x01138adb 0x111f000 + 105179
    8   ObjectModelLib.dylib     
    0x01147396 0x111f000 + 164758
    9   ObjectModelLib.dylib     
    0x01157c1d ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23101
    10  ObjectModelLib.dylib     
    0x01153244 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 4196
    11  com.adobe.InDesign       
    0x00002842 main + 82
    12  com.adobe.InDesign       
    0x000027c6 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x91e4c90a kevent + 10
    1   libdispatch.dylib        
    0x99d88c58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib        
    0x99d876a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x91e4b83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x97464e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x97464f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x9bdf93ef TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore
    0x9be5b681 MPWaitOnQueue + 200
    5   PMRuntime.dylib          
    0x00016130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore
    0x9be5c5e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    8   libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib   
    0x91e4c02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x97462ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x974646fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib   
    0x91e49c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x91e491f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore
    0x9be860ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    4   libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x91e4b83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x97464e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9741542c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9be87e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x9bdf93c5 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9be5b681 MPWaitOnQueue + 200
    6   com.adobe.ACE            
    0x0005e309 0x23000 + 242441
    7   com.adobe.ACE            
    0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore
    0x9be5c5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib   
    0x91e4b83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x97464e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9741542c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9be87e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x9bdf93c5 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9be5b681 MPWaitOnQueue + 200
    6   com.adobe.ACE            
    0x0005e309 0x23000 + 242441
    7   com.adobe.ACE            
    0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore
    0x9be5c5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib   
    0x91e4b83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x97464e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9741542c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9be87e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x9bdf93c5 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9be5b681 MPWaitOnQueue + 200
    6   com.adobe.ACE            
    0x0005e309 0x23000 + 242441
    7   com.adobe.ACE            
    0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore
    0x9be5c5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib   
    0x91e4b83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x97464e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9740c82a pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x0acf0274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services   
    0x0ace9074 C_EULA_SetState + 2166
    5   com.adobe.amt.services   
    0x0acf02da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib        
    0x97460ed9 _pthread_start + 335
    7   libsystem_c.dylib        
    0x974646de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000006  ecx: 0xad0bf0f0  edx: 0x0b75a7a0
      edi: 0x0b75a7a0  esi: 0x8fe2a822  ebp: 0xbfffe378  esp: 0xbfffe378
       ss: 0x00000023  efl: 0x00010246  eip: 0x8fe2c482   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000034
    Logical CPU: 2
    Binary Images:
    0x1000 -
    0x4ffb +com.adobe.InDesign (7.5.0.142 - 7500) <C7B8B88C-A6B0-6D19-90C9-8D0DEF16C955> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    0xa000 -
    0xafff +InDesignModel (??? - ???) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
    0xf000 -
    0xffff +InDesignModelAndUI (??? - ???) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x14000 -
    0x1bff3 +PMRuntime.dylib (??? - ???) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE (AdobeACE 2.18.00.12659 - 2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM (AdobeAGM 4.20.70.12659 - 4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE (AdobeARE 1.5.02.12659 - 1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB (AdobeBIB 1.2.02.12659 - 1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType (AdobeCoolType 5.07.124.12659 - 5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS (AdobeMPS 5.5.0.12783 - 5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib (??? - ???) <CBC3A0F4-5567-AE0C-8E1A-886D0E4DEFF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib (??? - ???) <5825417D-9630-83F2-2A46-4A1E1F64406A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1227000 -  0x163efff +PublicLib.dylib (??? - ???) <C771D26E-109E-B663-A7B8-62B809C34629> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17ce000 -  0x17e5ff6 +AdobeAFL (??? - ???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17f6000 -  0x17feff3 +boost_threads (??? - ???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1808000 -  0x180dffd +ASLSupportLib.dylib (??? - ???) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1813000 -  0x1814ff2 +libtbbmalloc.dylib (??? - ???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1818000 -  0x1826fe7 +libtbb.dylib (??? - ???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x182e000 -  0x1966fe7 +WRServices (??? - ???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19a8000 -  0x19acffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x19b2000 -  0x2362fff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2365000 -  0x2432ff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.d ylib.36.0
    0x2495000 -  0x256ffef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x25af000 -  0x261ffeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x262a000 -  0x2698ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26af000 -  0x2748fef +boost_regex (??? - ???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x278d000 -  0x27cafff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27e4000 -  0x2891ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x28d6000 -  0x28d8ffb +boost_system (??? - ???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28dd000 -  0x2a7bfff +WidgetBinLib.dylib (??? - ???) <BF0D4AF6-C502-352D-DA1D-5EFBCA827993> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b5f000 -  0x2cfefe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d67000 -  0x2de4fff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2e00000 -  0x2e03ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x47f1000 -  0x47f9fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xaccb000 -  0xad36fe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xae04000 -  0xae3dffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificati ons
    0xae4f000 -  0xae54ff1 +com.adobe.InDesign.Data Services UI (7.5.0.142 - ???) <AB93B9A4-5E39-A9ED-7B18-92D614524CB6> /Applications/Adobe InDesign CS5.5/*/Data Services UI
    0xae5c000 -  0xae63ffc +com.adobe.InDesign.Data Services (7.5.0.142 - ???) <20F34329-D294-9772-5ECF-034E24D2C680> /Applications/Adobe InDesign CS5.5/*/Data Services
    0xae6a000 -  0xae76ff9 +com.adobe.InDesign.DTTransform (7.5.0.142 - ???) <0711CA7C-B066-9C99-6656-865DDE402A33> /Applications/Adobe InDesign CS5.5/*/DTTransform
    0xae7f000 -  0xae9eff7 +com.adobe.InDesign.LILO (7.5.0.142 - ???) <0CC76B77-ECB6-6109-0BB8-8FDDC3A03198> /Applications/Adobe InDesign CS5.5/*/LILO
    0xb3bb000 -  0xb3befff +com.adobe.InDesign.PNG Import Filter UI (7.5.0.142 - ???) <B1F2FD17-1B1A-9116-8DD1-FE72873AA6FE> /Applications/Adobe InDesign CS5.5/*/PNG Import Filter UI
    0xb3c5000 -  0xb3e6ffb +com.adobe.InDesign.Sangam Preferences UI (7.5.0.142 - ???) <08FC37AD-5071-AD2A-764F-3E7EE0973C6F> /Applications/Adobe InDesign CS5.5/*/Sangam Preferences UI
    0xb660000 -  0xb690fff +com.adobe.InDesign.Dictionary Editor Dialog (7.5.0.142 - ???) <9340DCEA-9615-0660-136D-9F00B3DD1004> /Applications/Adobe InDesign CS5.5/*/Dictionary Editor Dialog
    0xb6b0000 -  0xb6dfff0 +TextPanelLib.dylib (??? - ???) <0C3DE096-BEA9-5C37-1C4B-E597611FE756> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/TextPanelLib.dylib
    0xb800000 -  0xb8c3fe7 +com.adobe.linguistic.LinguisticManager (5.5.0 - 13920) <A68A22E7-85E8-B626-D9A9-3D3CBC98A42E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0xb962000 -  0xba25ff3 +com.adobe.InDesign.EBookExport (7.5.0.142 - ???) <77334CA1-C340-6EA7-797E-963598D184C5> /Applications/Adobe InDesign CS5.5/*/EBookExport
    0xba60000 -  0xbab7ff7 +com.adobe.InDesign.Media Import Filter (7.5.0.142 - ???) <C0F751A6-899D-A6E6-56F7-44736FFB914C> /Applications/Adobe InDesign CS5.5/*/Media Import Filter
    0xbad5000 -  0xbb3effb +com.adobe.AdobeSangam (AdobeSangam 5.5.0.12783 - 5.5.0.12783) <EE734EB4-6DC9-A88E-F189-584CB3CC300F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0xbb8a000 -  0xbbdaff3 +com.adobe.InDesign.SangamExport (7.5.0.142 - ???) <53D21AC3-79F5-A6D5-B4C3-A981BDDE443F> /Applications/Adobe InDesign CS5.5/*/SangamExport
    0xbbfc000 -  0xbd0dff3 +com.adobe.InDesign.SangamServicer-Mapper (7.5.0.142 - ???) <825729F5-772E-9F27-2710-147A497256B5> /Applications/Adobe InDesign CS5.5/*/SangamServicer-Mapper
    0xbd5c000 -  0xbd6efff +com.adobe.InDesign.SaveBack (7.5.0.142 - ???) <E860E13C-8160-8F06-8B2C-BDE0B0874D12> /Applications/Adobe InDesign CS5.5/*/SaveBack
    0xbd7b000 -  0xbd7dfff +com.adobe.InDesign.SimpleTextImportFilter (7.5.0.142 - ???) <98F4A61E-7E79-A524-F1F4-8B7AF28D3EC3> /Applications/Adobe InDesign CS5.5/*/SimpleTextImportFilter
    0xbd83000 -  0xbe44fff +com.adobe.InDesign.Tagged Text Attributes (7.5.0.142 - ???) <E9C68011-6F1F-86E1-29B4-0360FAE54DCE> /Applications/Adobe InDesign CS5.5/*/Tagged Text Attributes
    0xbe94000 -  0xbea1fed +com.adobe.InDesign.Tagged Text Filters UI (7.5.0.142 - ???) <B719C358-641A-D3DD-8E4B-BA01EC924D49> /Applications/Adobe InDesign CS5.5/*/Tagged Text Filters UI
    0xbeaa000 -  0xbf5dfeb +com.adobe.InDesign.Tagged Text Filters (7.5.0.142 - ???) <9233733E-DE59-D1EB-1AE2-EB9BA8804059> /Applications/Adobe InDesign CS5.5/*/Tagged Text Filters
    0xbf86000 -  0xc175feb +com.extensis.AutoActivationPlugin.ID7 (3.0.6.37 - 3.0.6.37) <F425B05C-840F-0899-7976-52D04DCAF0C5> /Applications/Adobe InDesign CS5.5/*/ExtensisFontManagementIDCS5.5
    0xc2a5000 -  0xc2aeff3 +com.adobe.InDesign.Clipping Path Dialog (7.5.0.142 - ???) <A718206B-10F5-09A1-88E6-67CE13E9B742> /Applications/Adobe InDesign CS5.5/*/Clipping Path Dialog
    0xc2ba000 -  0xc2edff7 +com.adobe.InDesign.Color Management UI (7.5.0.142 - ???) <905A6F91-0AC5-436A-54A0-19E7C23AF20E> /Applications/Adobe InDesign CS5.5/*/Color Management UI
    0xc303000 -  0xc366ff0 +com.adobe.InDesign.Color Picker Panel (7.5.0.142 - ???) <9B031CA0-DD30-A6C0-4AAE-3DF3BF872144> /Applications/Adobe InDesign CS5.5/*/Color Picker Panel
    0xc394000 -  0xc3c0fef +com.adobe.InDesign.CS Review Support (7.5.0.142 - ???) <8EF73395-1EA5-D443-CA96-0A4C84AA43AC> /Applications/Adobe InDesign CS5.5/*/CS Review Support
    0xc3d7000 -  0xc4e0fef +com.adobe.InDesign.Digital Publishing (7.5.0.9 - ???) <64DB74C5-B40E-5DFC-CD37-3FF8D82F3255> /Applications/Adobe InDesign CS5.5/*/Digital Publishing
    0xc5ba000 -  0xc5c5ff3 +boost_filesystem (??? - ???) <7DCE5514-9C94-751C-49FD-727D8CA3C132> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_filesystem.framework/Versions/1_37/boost_filesystem
    0xc5d0000 -  0xc636ff0 +com.adobe.InDesign.DynamicDocumentsUI (7.5.0.142 - ???) <3829E7A9-1C0C-352D-8759-2C9F60A5ED99> /Applications/Adobe InDesign CS5.5/*/DynamicDocumentsUI
    0xc666000 -  0xc66ffff +com.adobe.InDesign.EPS UI (7.5.0.142 - ???) <CA77B93B-E96B-D523-FCE2-8DEE60C4B45A> /Applications/Adobe InDesign CS5.5/*/EPS UI
    0xc679000 -  0xc681ff7 +com.adobe.InDesign.Generic Style Editor (7.5.0.142 - ???) <83E53A5B-9BA9-0B90-B80F-9752A802E340> /Applications/Adobe InDesign CS5.5/*/Generic Style Editor
    0xc68d000 -  0xc6b8ff3 +com.adobe.InDesign.Gradient Panel (7.5.0.142 - ???) <47FEFC45-AAD6-0011-D82C-C2E2AD74B47C> /Applications/Adobe InDesign CS5.5/*/Gradient Panel
    0xc6d0000 -  0xc740ff7 +com.adobe.InDesign.Graphic Panels (7.5.0.142 - ???) <609E6F01-F30D-2AEB-5A1E-E2F25B0EB851> /Applications/Adobe InDesign CS5.5/*/Graphic Panels
    0xc773000 -  0xc778ff8 +com.adobe.InDesign.JPEG Export UI (7.5.0.142 - ???) <57E968B6-9B45-ACD4-50E9-4A47275FB3B4> /Applications/Adobe InDesign CS5.5/*/JPEG Export UI
    0xc780000 -  0xc797fff +com.adobe.InDesign.JPEG Export (7.5.0.142 - ???) <B5017E38-ACF2-66EB-DD70-5AC8298F68D2> /Applications/Adobe InDesign CS5.5/*/JPEG Export
    0xc7a7000 -  0xc7ebff7 +com.adobe.InDesign.Output Preview (7.5.0.142 - ???) <5DB8554B-3AFA-0BB8-34E7-522994D24F3D> /Applications/Adobe InDesign CS5.5/*/Output Preview
    0xc80a000 -  0xc81cffc +com.adobe.InDesign.OutputMiscUI (7.5.0.142 - ???) <3C58FDC3-FE56-E79D-7A18-8F023563AB8F> /Applications/Adobe InDesign CS5.5/*/OutputMiscUI
    0xc82c000 -  0xc89bfe3 +com.adobe.InDesign.PDF UI (7.5.0.142 - ???) <F343636D-99D2-EB66-72E1-60C81E40313E> /Applications/Adobe InDesign CS5.5/*/PDF UI
    0xc8c9000 -  0xc921ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.2 -c 3 - 61.141987) <31B045A8-AA5F-AFDF-E2DD-71B418CD1707> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xc931000 -  0xc944ff7 +com.adobe.InDesign.Printer Styles (7.5.0.142 - ???) <3E09CCB7-E7F5-0423-6FE5-9ECF35EA4551> /Applications/Adobe InDesign CS5.5/*/Printer Styles
    0xc953000 -  0xca09fef +com.adobe.InDesign.PrintUI (7.5.0.142 - ???) <D747A854-1B43-FAEC-0D98-481138692618> /Applications/Adobe InDesign CS5.5/*/PrintUI
    0xca45000 -  0xca52ff0 +com.adobe.InDesign.PS Import UI (7.5.0.142 - ???) <FE705074-9F89-C2F9-A24E-1B01DEF21F02> /Applications/Adobe InDesign CS5.5/*/PS Import UI
    0xca5f000 -  0xca78fff +com.adobe.InDesign.Swatch Library Panel (7.5.0.142 - ???) <715620A3-83CD-940E-0AF6-6092B82D2599> /Applications/Adobe InDesign CS5.5/*/Swatch Library Panel
    0xca87000 -  0xcb1aff0 +com.adobe.InDesign.Swatches Panel (7.5.0.142 - ???) <AF3A4068-8AC7-AB7E-8942-EB545AEE73D1> /Applications/Adobe InDesign CS5.5/*/Swatches Panel
    0xcb5d000 -  0xcbf1ff8 +com.adobe.InDesign.Transparency UI (7.5.0.142 - ???) <37E89526-16A8-B297-DBDA-E8FC80A7192A> /Applications/Adobe InDesign CS5.5/*/Transparency UI
    0xcc31000 -  0xcc82fff +com.adobe.InDesign.Assignment UI (7.5.0.142 - ???) <80391DA8-3DEA-D9F5-C616-3521E59EC676> /Applications/Adobe InDesign CS5.5/*/Assignment UI
    0xccab000 -  0xccc4ff0 +com.adobe.InDesign.InCopy Bridge UI (7.5.0.142 - ???) <56A9CFBA-5991-1ED8-DD42-852C97277D8B> /Applications/Adobe InDesign CS5.5/*/InCopy Bridge UI
    0xccd2000 -  0xcd05ffb +com.adobe.InDesign.InCopy Bridge (7.5.0.142 - ???) <781407D3-C673-BBC7-EF83-78ECB1603F2D> /Applications/Adobe InDesign CS5.5/*/InCopy Bridge
    0xcd1c000 -  0xcd22ff0 +com.adobe.InDesign.InCopyExport (7.5.0.142 - ???) <C12AA02C-7BF2-627A-24E3-5558D68E8946> /Applications/Adobe InDesign CS5.5/*/InCopyExport
    0xcd2b000 -  0xcd2fff3 +com.adobe.InDesign.InCopyExportUI (7.5.0.142 - ???) <02F5E7E6-2371-E5DE-03E7-F5D672AD730D> /Applications/Adobe InDesign CS5.5/*/InCopyExportUI
    0xcd36000 -  0xcd3bfff +com.adobe.InDesign.InCopyImport (7.5.0.142 - ???) <7C646947-367C-E477-194E-4F49187736DE> /Applications/Adobe InDesign CS5.5/*/InCopyImport
    0xcd42000 -  0xcd47ff7 +com.adobe.InDesign.InCopyWorkflow UI (7.5.0.142 - ???) <CE16B441-8812-9B07-681B-0C3E72D8EFA6> /Applications/Adobe InDesign CS5.5/*/InCopyWorkflow UI
    0xcd50000 -  0xcd97ff7 +com.adobe.InDesign.Note (7.5.0.142 - ???) <7F91417D-A176-9093-51B8-D863F555DDB9> /Applications/Adobe InDesign CS5.5/*/Note
    0xcdbb000 -  0xcdc4fff +com.adobe.InDesign.NotePref (7.5.0.142 - ???) <3672E3EE-3738-4FDE-E8FB-B2874842BBE3> /Applications/Adobe InDesign CS5.5/*/NotePref
    0xcdd1000 -  0xcdd4ff3 +com.adobe.InDesign.Username UI (7.5.0.142 - ???) <028DA658-D460-0CD7-3443-09879F605A99> /Applications/Adobe InDesign CS5.5/*/Username UI
    0xcddb000 -  0xce5fff7 +com.adobe.InDesign.ButtonUI (7.5.0.142 - ???) <4B625280-C975-C356-16A2-F5EFEB305F68> /Applications/Adobe InDesign CS5.5/*/ButtonUI
    0xce9d000 -  0xceb6fff +com.adobe.InDesign.MediaUI (7.5.0.142 - ???) <640F9500-AC20-9D87-9434-ADEE7C2AB3ED> /Applications/Adobe InDesign CS5.5/*/MediaUI
    0xcec8000 -  0xced4fff +com.adobe.InDesign.Alignment Panel (7.5.0.142 - ???) <98A9D8EB-034A-EFC3-0CA6-EFA01C579A43> /Applications/Adobe InDesign CS5.5/*/Alignment Panel
    0xcedf000 -  0xcf17ff6 +com.adobe.InDesign.Asset Library Panel (7.5.0.142 - ???) <3FD151AB-FA6E-D909-86B4-DD6F14485323> /Applications/Adobe InDesign CS5.5/*/Asset Library Panel
    0xcf3b000 -  0xcf95fff +com.adobe.InDesign.Asset PubLibrary (7.5.0.142 - ???) <5FD66CC3-7AA1-D9A8-373C-ED1F69E6D4A4> /Applications/Adobe InDesign CS5.5/*/Asset PubLibrary
    0xcfbe000 -  0xcffcff5 +com.adobe.InDesign.Book Panel (7.5.0.142 - ???) <1B60815D-B3D7-2201-DA6D-B747F1F7CE9F> /Applications/Adobe InDesign CS5.5/*/Book Panel
    0xd021000 -  0xd037ffb +com.adobe.InDesign.Bookmark Panel (7.5.0.142 - ???) <CC5722C0-B407-3557-0FF5-6920770ECF03> /Applications/Adobe InDesign CS5.5/*/Bookmark Panel
    0xd04a000 -  0xd080ffd +com.adobe.InDesign.Control Panel (7.5.0.142 - ???) <F60384DE-7BD3-1D78-CA9C-3F5D93267DF6> /Applications/Adobe InDesign CS5.5/*/Control Panel
    0xd09d000 -  0xd0a3fff +com.adobe.InDesign.Create Guides Dialog (7.5.0.142 - ???) <FC41459F-A33E-E737-47C8-C23B1518ADD4> /Applications/Adobe InDesign CS5.5/*/Create Guides Dialog
    0xd0ab000 -  0xd0ddfff +com.adobe.InDesign.Eyedropper Tool (7.5.0.142 - ???) <649674B2-1C71-5D26-65EB-CE3D7E4E1431> /Applications/Adobe InDesign CS5.5/*/Eyedropper Tool
    0xd0f2000 -  0xd15eff8 +com.adobe.InDesign.Hyperlinks Panel (7.5.0.142 - ???) <0BDE8E8D-D9C4-7716-7D70-07EC30747AD9> /Applications/Adobe InDesign CS5.5/*/Hyperlinks Panel
    0xd18d000 -  0xd201ff1 +com.adobe.InDesign.Index Panel (7.5.0.142 - ???) <1FDF9D9A-66FD-0E9A-0F58-643646317564> /Applications/Adobe InDesign CS5.5/*/Index Panel
    0xd22c000 -  0xd239fff +unihan (??? - ???) <21D02D03-821D-1E92-C99E-919CD21883A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0xd244000 -  0xd293fff +com.adobe.InDesign.Info Panel (7.5.0.142 - ???) <EF31A678-DDC6-8A84-B3A2-51E0A784EA6B> /Applications/Adobe InDesign CS5.5/*/Info Panel
    0xd2b6000 -  0xd3a2fff +com.adobe.InDesign.Knowledge Base (7.5.0.142 - ???) <5ED7B92A-3920-2342-2EE6-41596638166C> /Applications/Adobe InDesign CS5.5/*/Knowledge Base
    0xd3aa000 -  0xd3e7fff +com.adobe.InDesign.Layers Panel (7.5.0.142 - ???) <D936E9EB-D43D-AFCA-1674-9B4917F5CC00> /Applications/Adobe InDesign CS5.5/*/Layers Panel
    0xd40a000 -  0xd40cff7 +com.adobe.InDesign.Layout Adjustment Panel (7.5.0.142 - ???) <A8BA566B-EDEF-E1A0-58E1-0388408E03DC> /Applications/Adobe InDesign CS5.5/*/Layout Adjustment Panel
    0xd413000 -  0xd42efff +com.adobe.InDesign.Layout Adjustment (7.5.0.142 - ???) <613292DA-0E84-514A-2C48-BEAF5E0F3995> /Applications/Adobe InDesign CS5.5/*/Layout Adjustment
    0xd43d000 -  0xd477fff +com.adobe.InDesign.Links UI (7.5.0.142 - ???) <3801F5AE-C3AC-FDFD-B1E9-24EA83BFEE14> /Applications/Adobe InDesign CS5.5/*/Links UI
    0xd498000 -  0xd51effc +com.adobe.InDesign.ObjectStylesUI (7.5.0.142 - ???) <90BA70A8-09FA-D5DA-8525-C4BF40FA4E6C> /Applications/Adobe InDesign CS5.5/*/ObjectStylesUI
    0xd55b000 -  0xd575ffb +com.adobe.InDesign.Page Setup Dialog (7.5.0.142 - ???) <DEF77CE5-1023-1283-B905-980CA42B92B3> /Applications/Adobe InDesign CS5.5/*/Page Setup Dialog
    0xd582000 -  0xd60efec +com.adobe.InDesign.Pages Panel (7.5.0.142 - ???) <FA3E36FD-6BA4-6B05-55A8-1CD562D0C9A0> /Applications/Adobe InDesign CS5.5/*/Pages Panel
    0xd649000 -  0xd654ff8 +com.adobe.InDesign.Sections UI (7.5.0.142 - ???) <F8BCED95-4669-4163-09B8-BA167A745EBE> /Applications/Adobe InDesign CS5.5/*/Sections UI
    0xd65e000 -  0xd665ffc +com.adobe.InDesign.StepRepeat (7.5.0.142 - ???) <79AB1831-1627-6894-B5AE-75B08D41C7B1> /Applications/Adobe InDesign CS5.5/*/StepRepeat
    0xd66e000 -  0xd6a3ff7 +com.adobe.InDesign.Text Wrap Panel (7.5.0.142 - ???) <C261E8AE-05D6-B3C5-8366-F4387B721A6B> /Applications/Adobe InDesign CS5.5/*/Text Wrap Panel
    0xd6be000 -  0xd6f1ff0 +com.adobe.InDesign.TOC UI Dialog (7.5.0.142 - ???) <1B8476DE-D0AA-9E9E-8AA3-A80E59864CD1> /Applications/Adobe InDesign CS5.5/*/TOC UI Dialog
    0xd70c000 -  0xd738ff4 +com.adobe.InDesign.Transform Panel (7.5.0.142 - ???) <C08A7D8B-FC60-C7F8-E82A-5853CD5B66DF> /Applications/Adobe InDesign CS5.5/*/Transform Panel
    0xd74f000 -  0xd766ff3 +com.adobe.InDesign.Image Import UI (7.5.0.142 - ???) <B55E19CE-E78F-3FAC-5CBB-CE7C90C269F2> /Applications/Adobe InDesign CS5.5/*/Image Import UI
    0xd777000 -  0xd789fff +com.adobe.InDesign.Scotch Rules (7.5.0.142 - ???) <6502E487-54CB-DBEE-0863-2590F4BB14F0> /Applications/Adobe InDesign CS5.5/*/Scotch Rules
    0xd794000 -  0xd7e0fff +com.adobe.InDesign.BNUI (7.5.0.142 - ???) <71200BB9-F434-F825-9154-EF334A268DDD> /Applications/Adobe InDesign CS5.5/*/BNUI
    0xd805000 -  0xd88cfff +com.adobe.InDesign.DataMerge (7.5.0.142 - ???) <0D11D6FA-02AD-8CEB-E958-F96174D89BD0> /Applications/Adobe InDesign CS5.5/*/DataMerge
    0xd8bf000 -  0xd8e9ff7 +com.adobe.InDesign.DataMergeUI (7.5.0.142 - ???) <D9FA6962-0353-56DA-5A15-84427708CAA1> /Applications/Adobe InDesign CS5.5/*/DataMergeUI
    0xd904000 -  0xd916fff +com.adobe.InDesign.PMWelcomeScreen (7.5.0.142 - ???) <DF50AF2B-67F4-F9F3-A9AC-E7073CACA267> /Applications/Adobe InDesign CS5.5/*/PMWelcomeScreen
    0xd928000 -  0xd939ff8 +com.adobe.ahclientframework (1.6.0.20 - 1.6.0.20) <6FB288F2-45FD-E54A-C9A4-A0D0C374FE37> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xd947000 -  0xda16ffb +com.adobe.InDesign.Package and Preflight UI (7.5.0.142 - ???) <26E41EEA-48C4-959A-9C6A-1B49C3708A50> /Applications/Adobe InDesign CS5.5/*/Package and Preflight UI
    0xda6f000 -  0xdc50fff +com.adobe.InDesign.Package and Preflight (7.5.0.142 - ???) <CB1F2F8F-96BF-051F-C9B4-6333B4CAD819> /Applications/Adobe InDesign CS5.5/*/Package and Preflight
    0xdce2000 -  0xdd08ff6 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.5.101.12783 - 3.5.101.12783) <C7FD5306-E881-A19A-0F40-0E3844278526> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
    0xdd1b000 -  0xde02ff7 +com.adobe.InDesign.JBX (7.5.0.142 - ???) <C89E063A-6CEB-5D05-2236-EF3A5583246B> /Applications/Adobe InDesign CS5.5/*/JBX
    0xde4e000 -  0xde52fff +com.adobe.InDesign.Script Label Panel (7.5.0.142 - ???) <9AA5C7EC-55AF-E701-8070-DE23BEEF3BE0> /Applications/Adobe InDesign CS5.5/*/Script Label Panel
    0xde5a000 -  0xde64fff +com.adobe.InDesign.Scripts Panel (7.5.0.142 - ???) <C9012B5C-D6C0-01EA-F136-A59A242C6A2E> /Applications/Adobe InDesign CS5.5/*/Scripts Panel
    0xde70000 -  0xdf2eff4 +com.adobe.InDesign.Tables UI (7.5.0.142 - ???) <719DEE31-4B66-7535-F300-7184CDC20202> /Applications/Adobe InDesign CS5.5/*/Tables UI
    0xdf77000 -  0xdffdfff +com.adobe.InDesign.TableStylesUI (7.5.0.142 - ???) <BE9CAD5D-FC93-EFA8-76FD-0AFBA5B464B0> /Applications/Adobe InDesign CS5.5/*/TableStylesUI
    0xe038000 -  0xe091ff7 +com.adobe.InDesign.Character Panel (7.5.0.142 - ???) <1BF90423-A0FC-A785-43C7-18DA74390B1B> /Applications/Adobe InDesign CS5.5/*/Character Panel
    0xe0c1000 -  0xe0e7fff +com.adobe.InDesign.Conditional Text UI (7.5.0.142 - ???) <56DD9952-ED8F-2A17-B2DE-B2A15AF88BFA> /Applications/Adobe InDesign CS5.5/*/Conditional Text UI
    0xe100000 -  0xe118fff +com.adobe.InDesign.Create Outlines (7.5.0.142 - ???) <C277D20D-88B0-F370-D3F3-929533F03A70> /Applications/Adobe InDesign CS5.5/*/Create Outlines
    0xe126000 -  0xe22cfff +com.adobe.InDesign.Find and Change Panel (7.5.0.142 - ???) <80657A57-C9C1-FDCD-9D77-024CADB1A567> /Applications/Adobe InDesign CS5.5/*/Find and Change Panel
    0xe28d000 -  0xe2aeff7 +com.adobe.InDesign.Find Change Format Panel (7.5.0.142 - ???) <35063658-0BBC-3577-159F-7812E0079C49> /Applications/Adobe InDesign CS5.5/*/Find Change Format Panel
    0xe2c2000 -  0xe2e3ff4 +com.adobe.InDesign.Font Usage Dialog (7.5.0.142 - ???) <D5FDF872-6E06-FE47-D95D-FC9435EAAC47> /Applications/Adobe InDesign CS5.5/*/Font Usage Dialog
    0xe2f6000 -  0xe37dff3 +com.adobe.InDesign.Glyphs Panel (7.5.0.142 - ???) <97C48673-A157-E6B5-0812-B8D04908590C> /Applications/Adobe InDesign CS5.5/*/Glyphs Panel
    0xe3a8000 -  0xe3b0fff +com.adobe.InDesign.Hyphenation Panel (7.5.0.142 - ???) <D7F0B7B5-71C6-6EF0-F44E-A095BCFFDE1F> /Applications/Adobe InDesign CS5.5/*/Hyphenation Panel
    0xe3bc000 -  0xe3caffd +com.adobe.InDesign.Indents and Tabs (7.5.0.142 - ???) <055B8559-981A-E215-17FD-B521D3F195B6> /Applications/Adobe InDesign CS5.5/*/Indents and Tabs
    0xe3d7000 -  0xe3defff +com.adobe.InDesign.Justification Panel (7.5.0.142 - ???) <A02761B6-D255-6344-BB33-EF3CB44D6D31> /Applications/Adobe InDesign CS5.5/*/Justification Panel
    0xe3e7000 -  0xe3ecfff +com.adobe.InDesign.Keeps Panel (7.5.0.142 - ???) <F1D47ADF-F500-F83E-76C7-7A67C0824FF3> /Applications/Adobe InDesign CS5.5/*/Keeps Panel
    0xe3f4000 -  0xe414fff +com.adobe.InDesign.Optical Kerning (7.5.0.142 - ???) <51283B52-E431-9E16-4180-93E80FD8BB31> /Applications/Adobe InDesign CS5.5/*/Optical Kerning
    0xe421000 -  0xe449fff +com.adobe.InDesign.Paragraph Panel (7.5.0.142 - ???) <97AB38C6-9D3C-010B-B449-3188640A24D7> /Applications/Adobe InDesign CS5.5/*/Paragraph Panel
    0xe460000 -  0xe46dff3 +com.adobe.InDesign.Paragraph Rules Panel (7.5.0.142 - ???) <16D32543-34DE-63A3-E4C1-A33310CF1DFC> /Applications/Adobe InDesign CS5.5/*/Paragraph Rules Panel
    0xe478000 -  0xe48affb +com.adobe.InDesign.Path Type UI (7.5.0.142 - ???) <C2B3C78F-E74F-2BAB-3EE9-5865853E5C36> /Applications/Adobe InDesign CS5.5/*/Path Type UI
    0xe499000 -  0xe4a1ff3 +PathTypeLib.dylib (??? - ???) <8609265F-D811-48ED-CAEE-E20A68D4E6FE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PathTypeLib.dylib
    0xe4a8000 -  0xe4ccff5 +com.adobe.InDesign.RunIn Styles Panel (7.5.0.142 - ???) <0558D75D-ACE2-2606-DAB3-CE6369457EEA> /Applications/Adobe InDesign CS5.5/*/RunIn Styles Panel
    0xe4e0000 -  0xe4f5fff +com.adobe.InDesign.SING (7.5.0.142 - ???) <3BD4DC0E-7E4F-1537-8188-C36C98E857BB> /Applications/Adobe InDesign CS5.5/*/SING
    0xe503000 -  0xe50bff7 +com.adobe.InDesign.Span Columns Panel (7.5.0.142 - ???) <79FE9D3F-46FE-302B-8E5C-6CF6CC017F03> /Applications/Adobe InDesign CS5.5/*/Span Columns Panel
    0xe513000 -  0xe552ffc +com.adobe.InDesign.Spelling Panel (7.5.0.142 - ???) <0C30B312-6573-7EEE-9825-8D0CB3C64518> /Applications/Adobe InDesign CS5.5/*/Spelling Panel
    0xe574000 -  0xe582ff8 +com.adobe.InDesign.Story Panel (7.5.0.142 - ???) <F84CD6FE-CA5D-D03F-3A4C-35638C613687> /Applications/Adobe InDesign CS5.5/*/Story Panel
    0xe58e000 -  0xe5ecff1 +com.adobe.InDesign.Style Panel (7.5.0.142 - ???) <6DF69466-8FD4-810D-CF07-2A42833967AB> /Applications/Adobe InDesign CS5.5/*/Style Panel
    0xe61e000 -  0xe627ff1 +com.adobe.InDesign.Text Color Panel (7.5.0.142 - ???) <E98B468E-0C78-47CD-6CB6-192F5D722E4A> /Applications/Adobe InDesign CS5.5/*/Text Color Panel
    0xe630000 -  0xe64bff1 +com.adobe.InDesign.Text Frame Options (7.5.0.142 - ???) <56D3F8E7-BDC2-B6AC-AA8C-8AC1282A1147> /Applications/Adobe InDesign CS5.5/*/Text Frame Options
    0xe65b000 -  0xe6a9fff +com.adobe.InDesign.Text Panel (7.5.0.142 - ???) <70374F1B-6312-E7E4-2463-0928185FCC04> /Applications/Adobe InDesign CS5.5/*/Text Panel
    0xe6cb000 -  0xe6e4fff +com.adobe.InDesign.Text Preferences (7.5.0.142 - ???) <043DE411-5DB1-B56B-244C-FC5CEBDE7559> /Applications/Adobe InDesign CS5.5/*/Text Preferences
    0xe6f3000 -  0xe70fff4 +com.adobe.InDesign.Text Ruler (7.5.0.142 - ???) <E7D9E814-793C-31FC-933E-BEDAA412C47D> /Applications/Adobe InDesign CS5.5/*/Text Ruler
    0xe71e000 -  0xe737ff7 +com.adobe.InDesign.Text Style Panel (7.5.0.142 - ???) <55B96E20-55FE-3F28-CFED-EDA64CAFDE27> /Applications/Adobe InDesign CS5.5/*/Text Style Panel
    0xe748000 -  0xe76affb +com.adobe.InDesign.Article Panel (7.5.0.142 - ???) <3F8CC922-73E1-90BA-27EA-82893A236018> /Applications/Adobe InDesign CS5.5/*/Article Panel
    0xe782000 -  0xe7acff7 +com.adobe.InDesign.CSXS (7.5.0.142 - ???) <FD5944C2-FB7F-F0FF-4172-CFCD7C7D41F2> /Applications/Adobe InDesign CS5.5/*/CSXS
    0xe7c5000 -  0xe93ffe3 +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <04C90B5C-DC6D-A2B5-BE9B-193466222BE7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0xe9e8000 -  0xea11ff4 +com.adobe.InDesign.Galley Preferences (7.5.0.142 - ???) <607D8E33-AE26-16CA-27CA-E6921AA1DE13> /Applications/Adobe InDesign CS5.5/*/Galley Preferences
    0xea2b000 -  0xea46ffb +com.adobe.InDesign.GapTool (7.5.0.142 - ???) <8C72126D-E27D-8735-8664-9EA0D24A7DE9> /Applications/Adobe InDesign CS5.5/*/GapTool
    0xea54000 -  0xea5bffa +com.adobe.InDesign.General Preferences Panel (7.5.0.142 - ???) <20EF82D5-70FC-5B9B-EFD3-FB16C500632B> /Applications/Adobe InDesign CS5.5/*/General Preferences Panel
    0xea64000 -  0xea65ffd +com.adobe.InDesign.Help (7.5.0.142 - ???) <CEB5D662-51B7-241D-925B-4F35F5EF83D4> /Applications/Adobe InDesign CS5.5/*/Help
    0xea6a000 -  0xea7eff8 +com.adobe.InDesign.Performance UI (7.5.0.142 - ???) <902E14C3-93CA-07AA-704A-6D4618ED5341> /Applications/Adobe InDesign CS5.5/*/Performance UI
    0xea8f000 -  0xea95ff3 +com.adobe.InDesign.SharedContentUI (7.5.0.142 - ???) <DCB6A1E5-4F80-2442-7275-144941787B5D> /Applications/Adobe InDesign CS5.5/*/SharedContentUI
    0xea9d000 -  0xeab9fff +com.adobe.InDesign.Shortcut Editor Dialog (7.5.0.142 - ???) <092E0768-B013-3493-7AA0-75908B94C559> /Applications/Adobe InDesign CS5.5/*/Shortcut Editor Dialog
    0xeaca000 -  0xeadbff3 +com.adobe.InDesign.Tool Box (7.5.0.142 - ???) <26722C8F-A8C2-4540-E5E3-59FBD502ABED> /Applications/Adobe InDesign CS5.5/*/Tool Box
    0xeaeb000 -  0xeaf5fff +com.adobe.InDesign.Tool Tips (7.5.0.142 - ???) <CA662EC3-519A-0DD5-4B1B-933403825D7B> /Applications/Adobe InDesign CS5.5/*/Tool Tips
    0xeb01000 -  0xeb06fff +com.adobe.InDesign.Track Changes Preferences (7.5.0.142 - ???) <8E374159-04BE-7472-D942-D53558CC9E59> /Applications/Adobe InDesign CS5.5/*/Track Changes Preferences
    0xeb0e000 -  0xeb1efff +com.adobe.InDesign.Track Changes UI (7.5.0.142 - ???) <1F091295-C6A8-6691-A708-C3C9D78A4F6B> /Applications/Adobe InDesign CS5.5/*/Track Changes UI
    0xeb28000 -  0xeb2ffff +com.adobe.InDesign.PerformanceMetrics (7.5.0.142 - ???) <C6738047-427F-E6FE-E1DB-C592B99DEDAD> /Applications/Adobe InDesign CS5.5/*/PerformanceMetrics
    0xeb37000 -  0xeb44ff1 +com.adobe.InDesign.Metadata UI (7.5.0.142 - ???) <592C522C-34DD-6384-EA0F-B5923739F3B4> /Applications/Adobe InDesign CS5.5/*/Metadata UI
    0xeb4e000 -  0xebbbfef +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5.2 -i 1 [debug] - 61.141987) <ABF47D32-C58A-F9CE-E753-F0F906B13F7E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0xebd8000 -  0xebdfff5 +com.adobe.InDesign.Workgroup UI (7.5.0.142 - ???) <810B1485-961F-2FDC-9FD6-7CC9077FBA7D> /Applications/Adobe InDesign CS5.5/*/Workgroup UI
    0xebe7000 -  0xec29fff +com.adobe.InDesign.Snippet (7.5.0.142 - ???) <7FBCB227-BCC5-2E33-2638-C5881B0D96EC> /Applications/Adobe InDesign CS5.5/*/Snippet
    0xec48000 -  0xed41fff +com.adobe.InDesign.XMedia UI (7.5.0.142 - ???) <D32C6D40-A119-FBCD-9F02-51D57282C6DF> /Applications/Adobe InDesign CS5.5/*/XMedia UI
    0xedab000 -  0xedf3ff3 +com.adobe.InDesign.Actions (7.5.0.142 - ???) <A277E3F1-4472-8607-0935-4B5F3E95F3E8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0xee10000 -  0xefa4fe7 +com.adobe.InDesign.AppFramework (7.5.0.142 - ???) <8D408CDA-B256-926D-33BF-F9FE8BA6BF52> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0xf02d000 -  0xf28ffeb +com.adobe.InDesign.Application UI (7.5.0.142 - ???) <6C7D1595-0A3F-F4CC-4A05-9AB25904E679> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0xf395000 -  0xf42dfff +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.13048) <A9394CC7-8E48-FE0F-FDB5-37D0FE77435B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0xf48e000 -  0xf51bff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.13048) <68FB7168-645E-BD55-5EAA-007315B53997> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xf562000 -  0xf5b8ffb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xf601000 -  0xf621fff +com.adobe.InDesign.Article (7.5.0.142 - ???) <8CA3C714-805A-D593-C62D-17B1FC21CA44> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Article.InDesignPlugin/Article
    0xf633000 -  0xf6b4fe7 +com.adobe.InDesign.Assignments (7.5.0.142 - ???) <6B3E75B0-9182-FF85-D32C-E222EB250B6C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0xf6e8000 -  0xf78eff3 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.2 -f 17 - 61.141987) <963C6B68-E97E-A983-A716-6A8FA37E9D2D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0xf7cc000 -  0xf807ffb +com.adobe.InDesign.AWS (7.5.0.142 - ???) <0DC62D0E-284B-7306-BF47-F5CFD8E03BF9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0xf825000 -  0xf84dff7 +com.adobe.InDesign.AWSUI (7.5.0.142 - ???) <E9203DE7-CD7C-B9C6-4D65-0425A1B82331> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0xf865000 -  0xf896ffb +com.adobe.InDesign.Basic Tools (7.5.0.142 - ???) <824B5528-5647-C891-30B5-45656EF00CD6> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0xf8b2000 -  0xf903ff7 +com.adobe.InDesign.Behavior (7.5.0.142 - ???) <10573684-DA3A-E5BB-FA1D-ED74D92CAF3B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0xf92d000 -  0xf9d1fe1 +com.adobe.InDesign.BNCore (7.5.0.142 - ???) <578D6272-20A6-ED7F-2C78-63358CEE37CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0xfa07000 -  0xfa5aff3 +com.adobe.InDesign.Book (7.5.0.142 - ???) <B4885AFB-B2D0-7334-1989-9524FD4FC6A4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0xfa7f000 -  0xfa8dfff +com.adobe.InDesign.Buzzword Access (7.5.0.142 - ???) <863BF7E8-CECA-DD5F-50B0-7682936AA058> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword Access
    0xfa98000 -  0xfac9fff +com.adobe.InDesign.CellStyles.rpln (7.5.0.142 - ???) <502EA752-4648-0FDE-CEDC-6BA8B14773E7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0xfae1000 -  0xfb69ffb +com.adobe.InDesign.CJK Text Attributes (7.5.0.142 - ???) <B04E8AE5-F801-D8E4-0C4B-C1C7477C12CF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0xfb9f000 -  0xfc11ffa +com.adobe.InDesign.CJKGrid (7.5.0.142 - ???) <1CECF746-B564-53C2-09A7-E88A68EC0B90> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0xfc3d000 -  0xfd13fef +com.adobe.InDesign.Color Management (7.5.0.142 - ???) <E527C98F-07A4-27EA-CBA1-AAA6D9013FEE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0xfd5d000 -  0xfdb3ff7 +com.adobe.InDesign.CompFontMgr (7.5.0.142 - ???) <306CB6D8-AF98-394F-971E-3E71D66B4D5E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0xfdd4000 -  0xfe1dff7 +com.adobe.InDesign.Conditional Text (7.5.0.142 - ???) <30CAB7B8-696D-2F18-5206-557F381C24CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0xfe3f000 -  0xfe5bff3 +com.adobe.InDesign.Dialog Layout (7.5.0.142 - ???) <A7CF2212-1F92-7A3B-5EF1-689EC3F85846> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0xfe6c000 -  0xfe8affe +com.adobe.InDesign.Document Actions (7.5.0.142 - ???) <EA164F5E-9FF6-9C78-3304-BD0C44D6EF38> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0xfe9c000 - 0x10029ffb +com.adobe.InDesign.Document Framework (7.5.0.142 - ???) <11303160-46A1-F578-AE66-926F1F903F72> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x100a3000 - 0x100a9fff +com.adobe.InDesign.Document UI (7.5.0.142 - ???) <E05C2C47-C7C1-7105-845E-A19E866C6582> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x100b1000 - 0x103c8ffd +com.adobe.InDesign.Dynamic Documents (7.5.0.142 - ???) <CBCE694B-97A9-7D4D-C799-05CBEB900FCC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0x104a9000 - 0x1058aff4 +com.adobe.AGMFL (AdobeAGMFL 2.1.0.12659 - 2.1.0.12659) <36E18AF4-44A0-8310-FA95-302E59206D56> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0x105bf000 - 0x10750ff3 +aflamingo (??? - ???) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x1079b000 - 0x1087ffef +com.adobe.InDesign.EPS Page Item (7.5.0.142 - ???) <E2341852-4E4C-6880-CFC1-FC900BB4F6E4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x108c8000 - 0x109c5ff7 +com.adobe.InDesign.Font Manager (7.5.0.142 - ???) <C48F8BA3-8E6F-63AF-EE70-8D3B51038ADE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x10a02000 - 0x10a81fff +com.adobe.InDesign.FormField (7.5.0.142 - ???) <04AA4221-098D-1F87-BB24-6B563A648B97> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x10ab5000 - 0x10b07ffb +com.adobe.InDesign.Galley (7.5.0.142 - ???) <BAC0BFF4-6275-0B2C-2A14-D6E0F5740019> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x10b25000 - 0x10c33fff +com.adobe.InDesign.GalleyUI (7.5.0.142 - ???) <A23A3454-8582-CDC5-01C2-730CDC7E1FF1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0x10c7d000 - 0x10e42ff7 +com.adobe.InDesign.Generic Page Item (7.5.0.142 - ???) <5BC38A5B-0214-C072-9F58-FB9F32CDAAFE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x10eda000 - 0x10ee4ff7 +com.adobe.InDesign.GenericSettings (7.5.0.142 - ???) <A712DBF0-540D-6F78-BCD0-47820055989D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x10eed000 - 0x10eeeff1 +com.adobe.InDesign.Global Preferences Panel (7.5.0.142 - ???) <85F380E9-DDB5-4671-4473-227A5DB8C5DB> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x10ef3000 - 0x10f50ffb +com.adobe.InDesign.Gradient Fill (7.5.0.142 - ???) <A41D8F17-419C-49F3-6579-A405EA311CA7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x10f77000 - 0x11047fe7 +com.adobe.InDesign.Graphics (7.5.0.142 - ???) <DCA66589-8A34-5595-2BD9-F8090563B762> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x11093000 - 0x1109cffb +com.adobe.InDesign.Group (7.5.0.142 - ???) <4109367F-5E27-881F-274E-2F9B96C61157> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x110a7000 - 0x110bdfff +com.adobe.InDesign.Guides (7.5.0.142 - ???) <E4AEB43F-629D-AB80-13AD-48400DDD3770> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x110cd000 - 0x111a0ff7 +com.adobe.InDesign.Hyperlinks (7.5.0.142 - ???) <E1142D20-690C-F71A-D488-DA475046CAE5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0x111ec000 - 0x11245fef +com.adobe.InDesign.Image Filters (7.5.0.142 - ???) <BF3D1FD7-8F20-0839-3D80-4C2F2E25F158> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x11254000 - 0x11349fe7 +com.adobe.InDesign.Image (7.5.0.142 - ???) <366DF110-9E72-A8BD-5600-DBD7408E9951> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x11399000 - 0x113b4ffb +com.adobe.InDesign.IME (7.5.0.142 - ???) <13C0D3D0-6290-FAFC-4B37-57835D92293C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x113c6000 - 0x1141aff7 +com.adobe.InDesign.Import Export UI (7.5.0.142 - ???) <798A82C2-D58E-223D-424D-EA0EE1BE14C1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0x11445000 - 0x11524fe7 +com.adobe.InDesign.InCopyShared (7.5.0.142 - ???) <3064A755-C8ED-7697-E670-AD641690BB27> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x11576000 - 0x11580ff3 +com.adobe.InDesign.InCopySharedUI (7.5.0.142 - ???) <D473C4F5-2D25-B841-E5D9-028BF32BC555> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x1158c000 - 0x1160aff3 +com.adobe.InDesign.InCopyWorkflow (7.5.0.142 - ???) <EC780277-4C3A-CA35-768B-C4D3873DFFE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x11647000 - 0x11729ff7 +com.adobe.InDesign.Indexing (7.5.0.142 - ???) <FAAEC28E-8BE7-72C8-770C-CD680DB8604D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x11767000 - 0x11823fff +com.adobe.InDesign.INXCore (7.5.0.142 - ???) <7E5BEC36-0B3B-DCA6-1850-B74A6474B15A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x11866000 - 0x1188afff +com.adobe.InDesign.Layer (7.5.0.142 - ???) <B35B106C-8EEA-3A91-52C6-CBB3D58BDAC1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x1189f000 - 0x11a1bff7 +com.adobe.InDesign.Layout UI (7.5.0.142 - ???) <BF79DE26-6FA5-F647-59F9-6492DA99BEF5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x11aa4000 - 0x11ac5ff3 +com.adobe.InDesign.Layout (7.5.0.142 - ???) <D3AC0213-DB4C-16C8-BEC4-DE89209A1EF8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x11ad7000 - 0x11b19ff7 +com.adobe.InDesign.Linguistics (7.5.0.142 - ???) <878DBFDF-7D69-35A8-2652-DE759858C21F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x11b3a000 - 0x11c79ff7 +com.adobe.InDesign.Links (7.5.0.142 - ???) <7ECA5641-B4BD-E368-8962-B4044745BD4A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x11cdf000 - 0x11d49ff7 +com.adobe.InDesign.Master Page (7.5.0.142 - ???) <D26C418D-DB9A-EBB4-4683-11788565F9FD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x11d71000 - 0x11dc3ff7 +com.adobe.InDesign.Media (7.5.0.142 - ???) <B6786555-0472-9E99-3BD2-FC9D16AE89F7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x11de5000 - 0x11de6ff3 +com.adobe.InDesign.Metadata Database Filter (7.5.0.142 - ???) <4BBF4896-D573-119F-F44E-2B647F9CA5BF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x11deb000 - 0x11e68ff7 +com.adobe.InDesign.Metadata (7.5.0.142 - ???) <05C2EB44-E814-E70E-A17D-C99F81F52DE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x11e99000 - 0x11eaefff +com.adobe.InDesign.Movie (7.5.0.142 - ???

    In the future, please don't post the crash report here...instead use http://pastebin.com/ and post a link. THey're a bit too long to work well in this forum...Thanks!
    It looks to me like your problem was SING/TIN, but updating to 7.5.2.318 should be your first step if you see a recurrence.

  • Problem while archiving the redo Log

    Hi all,
    I m having few issues in my server...
    I get the following error in the alert log of oracle..
    There are many errors
    1) No space left on device
    2) ARC0: I/O error 19502 archiving log 1 to
    '/oracle/admin/SNM/arch/arch_1_393_668727286.arc'
    ARCH: Archival stopped, error occurred. Will continue retrying
    3) ORA-16014: log 1 sequence# 393 not archive*d, no available destinations*
    Also please find the v$log file query
    SQL> select * from v$log;
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIM
    1 1 405 1073741824 1 NO CURRENT
    60275455 20-OCT-09
    2 1 403 1073741824 1 NO INACTIVE
    59987366 19-OCT-09
    3 1 404 1073741824 1 NO INACTIVE
    60125083 20-OCT-09
    Also the diskspace is almost 97%.
    Can anyone let me know whether archival of redo log files is causing the issue here?
    If so if i stop the archival of logs ,will it solve the problem?
    Can anyone help me on this?
    Mon Oct 19 09:54:39 2009
    Errors in file /oracle/admin/SNM/bdump/snm_arc0_23831.trc:
    ORA-19502: write error on file
    "/oracle/admin/SNM/arch/arch_1_393_668727286.arc", blockno
    577537 (blocksize=512)
    ORA-27063: number of bytes read/written is incorrect
    SVR4 Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file
    "/oracle/admin/SNM/arch/arch_1_393_668727286.arc", blockno
    559105 (blocksize=512)
    Mon Oct 19 09:54:39 2009
    Errors in file /oracle/admin/SNM/bdump/snm_arc0_23831.trc:
    ORA-19502: write error on file
    "/oracle/admin/SNM/arch/arch_1_393_668727286.arc", blockno
    577537 (blocksize=512)
    ORA-27063: number of bytes read/written is incorrect
    SVR4 Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file
    *"/oracle/admin/SNM/arch/arch_1_393_668727286.arc", blockno*
    *559105 (blocksize=512)*
    ARC0: I/O error 19502 archiving log 1 to
    '/oracle/admin/SNM/arch/arch_1_393_668727286.arc'
    ARCH: Archival stopped, error occurred. Will continue retrying
    Mon Oct 19 09:54:40 2009
    ORACLE Instance SNM - Archival Error
    Mon Oct 19 09:54:40 2009
    ORA-16038: log 1 sequence# 393 cannot be archived
    ORA-19502: write error on file "", blockno (blocksize=)
    ORA-00312: online log 1 thread 1: '/oracle/oradata/SNM/redo01.log'
    Mon Oct 19 09:54:40 2009
    Errors in file /oracle/admin/SNM/bdump/snm_arc0_23831.trc:
    ORA-16038: log 1 sequence# 393 cannot be archived
    ORA-19502: write error on file "", blockno (blocksize=)
    ORA-00312: online log 1 thread 1: '/oracle/oradata/SNM/redo01.log'
    Mon Oct 19 09:54:40 2009
    ARCH: Archival stopped, error occurred. Will continue retrying
    Mon Oct 19 09:54:40 2009
    ORACLE Instance SNM - Archival Error
    Mon Oct 19 09:54:40 2009
    ORA-16014: log 1 sequence# 393 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/oracle/oradata/SNM/redo01.log'
    Mon Oct 19 09:54:40 2009
    Errors in file /oracle/admin/SNM/bdump/snm_arc1_23833.trc:
    ORA-16014: log 1 sequence# 393 not archive*d, no available destinations*
    ORA-00312: online log 1 thread 1: '/oracle/oradata/SNM/redo01.log'
    Mon Oct 19 10:00:16 2009
    ARC0: Encountered disk I/O error 19502
    Mon Oct 19 10:00:16 2009
    ARC0: Closing local archive destination LOG_ARCHIVE_DEST_1:
    '/oracle/admin/SNM/arch/arch_1_393_668727286.arc' (error
    19502)
    (SNM)

    yes it is the production server.
    Also the arch folder contains 2 GB file - arc file....
    Does disable of archival will solve the issue?
    I am try to clear the space or move to some other location..But the thing is my application files is of 3 to 4 GB.remaining thing is of dbf files.
    6564 drwxr-x--- 2 oracle oinstall 512 Oct 21 2008 .
    6563 drwxr-x--- 3 oracle oinstall 512 Oct 21 2008 ..
    6568 -rw-r----- 1 oracle oinstall 7061504 Sep 30 11:58 control01.ctl
    6569 -rw-r----- 1 oracle oinstall 7061504 Sep 30 11:58 control02.ctl
    6570 -rw-r----- 1 oracle oinstall 7061504 Sep 30 11:58 control03.ctl
    9283 -rw-r----- 1 oracle oinstall 5128192 Sep 30 10:21 mfxpima.dbf
    6600 -rw-r----- 1 oracle oinstall 17179877376 Sep 30 11:50 muse0.dbf
    6572 -rw-r----- 1 oracle oinstall 1073742336 Sep 30 08:10 redo01.log
    6573 -rw-r----- 1 oracle oinstall 1073742336 Sep 30 10:16 redo02.log
    6574 -rw-r----- 1 oracle oinstall 1073742336 Sep 30 11:58 redo03.log
    6578 -rw-r----- 1 oracle oinstall 19293806592 Sep 30 11:58 sysaux01.dbf
    6576 -rw-r----- 1 oracle oinstall 1698701312 Sep 30 11:56 system01.dbf
    6579 -rw-r----- 1 oracle oinstall 2147491840 Sep 30 11:04 temp01.dbf
    6577 -rw-r----- 1 oracle oinstall 4084211712 Sep 30 11:58 undotbs01.dbf
    6580 -rw-r----- 1 oracle oinstall 5251072 Sep 30 10:21 users01.dbf
    What as to be done....in this case....
    Help me out...
    I have no other option ....
    SRinivasan

  • Performance degradation in a zone

    Hi folks,
    I'm new to solaris, so please bear with me. We've got a SUN-890, with 8 sparcv9-1800 CPUs and 32GB memory, according to "top":
    Memory: 32G phys mem, 18G free mem, 64G swap, 64G free swap
    This system has about 30 zones configured and is running Solaris 10, according to "uname":
    SunOS sv2198 5.10 Generic_118833-24 sun4u sparc SUNW,Sun-Fire-V890
    We noticed that a shell script running in a zone was taking longer and longer to run. a "ps -ef" was showing some strange "<defunct>" processes, certainly more than one usually sees. A "truss" of the script in question revealed that approximately 0.2 seconds elapsed between the exit of a child process, for example "cut" or "grep", and the shell resuming processing. This would explain the <defunct> proces. Here an example of the truss output:
    9430: 5.1287 0.0000 write(1, " 0 6 7 + 0 0 0 ".., 6579) = 6579
    9430: 5.1288 0.0000 _exit(0)
    3424: 5.3609 0.0000 waitid(P_ALL, 0, 0xFFBFEB90, WEXITED|WTRAPPED) = 0
    PID 9430 is "cut", "3424" is the script. The cut writes its result and exits at time=5.1288, the script wakes up after the "waitid" at time=5.3609.
    In the default zone, things look totally different:
    28302: 8.8922 0.0000 write(1, " T E C H C O D E = 0 ; ".., 19) = 19
    28302: 8.8923 0.0000 _exit(0)
    25849: 8.8930 0.0000 waitid(P_ALL, 0, 0xFFBFF3F0, WEXITED|WTRAPPED) = 0
    (delta = 7/10000th of a second)
    Other zones behave similarly to the default zone, i.e., things look normal. The system was not particularly loaded.
    After a restart of the zone the problem went away...
    This is probably just one of a number of symptoms.
    Any ideas what could have caused this?
    thanks,
    Robert Urban
    Message was edited by:
    roburban

    I have debug statements in the jsp(after every line) to spit out times and logging from the java that logs timestamps. The jsp thinks a call like this:
    Render r = new Render();
    takes 50 seconds. I have a statement in the constructor of this class to print out the timestamp immediately and also when its finished. The java thinks it takes only 20 seconds. That initial timestamp from the java is 30 seconds after the timestamp that is printed from the jsp just before that call.
    The JSP is very small...
    Chri

  • INDIRECT for more than 1000 Rows

    Here's a puzzler!
    Why does this not work for values at G6579 of more than 1000, i.e., for Cells below C1000.
    =IF(G6579<=0,CHAR(32),INDIRECT("C"&G6579))
    It works fine for all the rows above 6579 which find rows above C1000. The Cells in column C have values, but at Row 6579 and below, this formula generates "This formula contains an invalid reference".
    Have I hit a limit on allowable INDIRECT argument values?
    Dick

    Dick Huitema wrote:
    YVAN:
    May you explain why you use CHAR(32) to define a string of one space ?
    DICK:
    I want the cell left blank; if there's a better way, I'm all ears. I might then be able to use the test you recommended (using LEN)... although I haven't needed one so far.
    Further thoughts?
    BARRY:
    Previous thoughts, actually. Yvan, as he mentioned, had suggested using the empty string ( "" ) >instead of a space.
    =IF(G6579<=0,"",INDIRECT("C"&1000))
    Must have had your earplugs in at the time. ;-)</div>
    Yup! And the sleep mask must have been on, too!
    Sorry Yvan... I didn't quite understand what "empty string" meant and thought you were trying to suggest using LEN... which made no sense, of course.
    An empty string is a string which contains nothing, the one defined by ""
    =CHAR(32) defines a string of one space character, the one which is often created using =" "
    In many tables, we need to take care of empty cells.
    The true definition of an empty cell is a cell which contains nothind.
    This status may be checked thanks to the function ISBLANK(theCell).
    Alas, as there is no function allowing us to define the value of a cell to nothing (I'm desparately waiting for the function BLANK()) we have to use the canada dry blank cell.
    My own choice is to set the content of the cell to the empty string ("") . You used the space (" ").
    I described the way o check if a cell if "blank in the extended fashion"
    LEN(of a true empty cell) is zero, because the length of nothing is nil.
    LEN(of a cell containing "") is zero, because it's the definition of the empty string.
    So, the single instruction LEN(theCell) give us the wanted informatioN
    If you use the space string, the test is more complex. The one which I sdescribed was wrong because it didn't treated the case of a table using both empty strings and space strings.
    It would be
    =IF(OR(LEN(theCell)=0,theCell=" "),theCellIisEmpty,theCellIsNotEmpty)
    Yvan KOENIG (VALLAURIS, France) lundi 12 juillet 2010 19:15:08

  • Every 2nd request from WTC fails

    Hi there,
    We are using WLS 10.0.1 integrated with Tuxedo 6.5 and have this strange situation where every second request sent from WLS to Tuxedo fails with "TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0". There is no other associated message.
    Our call sequence consists of:
    ApplicationToMonitorInterface connection = tuxedoConnectionFactory.getTuxedoConnection();
    Reply reply = connection.tpcall(requestMapper.getServiceName(), requestMapper.getTypedFmlBuffer(),
    ApplicationToMonitorInterface.TPNOAUTH | ApplicationToMonitorInterface.TPNOTIME);
    process reply
    connection.tpterm();
    The tpcall is throwing a TPException on every second invocation. The amount of time (seconds or minutes) that passes between invocations seems to be irrelevent. I've tried various combinations of flags passed to the tpcall, including zero, with no apparent difference.
    I turned up WTC logging to try and troubleshoot the issue. Log fragments are pasted below.
    Note that the same reader thread "ExecuteThread: '4'" appears to be used for both calls, suggesting that they are both making use of the same TCP connection.
    A tcpdump of both calls reveals (apparently complete) outgoing request and incoming reply data in both cases. However, it looks as though WTC gets its input stream out of sync and (possibly) reads left over data from the 1st call. WTC ditches the connection when the 2nd call fails, so the 3rd call starts off with a brand new connection again.
    Any ideas?
    Please excuse the bulk, but here is the trace from the successful call:
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '1'<BEA-180046> <no transaction>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '1'<BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/20/null>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/null>
    ExecuteThread: '1'<BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '1'<BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '1'<BEA-180046> <[/WLSInvoke/weblogic.wtc.gwt.TDMLocalTDomain@264a55ca/weblogic.wtc.gwt.TDMRemoteTDomain@acb54dc7>
    ExecuteThread: '1'<BEA-180046> <]/WLSInvoke/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_compression_threshold/2147483647>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_compression_threshold/20/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_sess_sec/NONE>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_sess_sec/30/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setDesiredName/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setDesiredName/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_dom_target_name/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_dom_target_name/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_local_domain_name/MTS-Local>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_local_domain_name/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setRemoteDomainId/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setRemoteDomainId/10>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAlive>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAlive/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAlive/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAlive/10/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAliveWait>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAliveWait/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAliveWait/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAliveWait/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAppKey/TpUsrFile>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAllowAnonymous/false>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAllowAnonymous/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setDfltAppKey/-1>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setDfltAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setEncryptionFlags/39>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setEncryptionFlags/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpinit/weblogic.wtc.jatmi.TPINIT@355e82>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/do_connect/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/14/null>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/10/134217727>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=524>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=540>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=540>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=540/myMark=540/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <[/read_dom_65_tfmh/10>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=32/myOffset=0/myMark=0/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=32>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=32/myMark=0>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/size=544>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=512/myOffset=32/myMark=0/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=512>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=544/myMark=0>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/120/true>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/150/true>
    ExecuteThread: '1'<BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_PRE_NW_ACALL1_RPLY>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/available/>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/available/20/512>
    ExecuteThread: '1'<BEA-180046> </read_dom_65_tfmh/bufsize=544 available=512>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_security_type 0>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_security_type>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_tm_release 64>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_tm_release>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_dom_protocol>
    ExecuteThread: '1'<BEA-180046> <]/read_dom_65_tfmh/70/0/0>
    ExecuteThread: '1'<BEA-180046> <Remote gateway support features = 0>
    ExecuteThread: '1'<BEA-180046> < /dsession(1)/do_connect/dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> </dsession(1)/do_connect/no LLE protocol>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setUpTuxedoAAA/>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setUpTuxedoAAA/10/return 0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/dmqDecision/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/dmqDecision/10>
    xecuteThread: '1' BEA-180087> <Established a connection to a remote domain OBF_WTC.>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/do_connect/170/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpinit/30/>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/90/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null/0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@5b63c2/32/null/0>
    ExecuteThread: '1'<BEA-180046> <myAppKey = null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:2:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '1'<BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@d9af8d>
    ExecuteThread: '1'<BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '1'<BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '1'<BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '1'<BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '1'<BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '1'<BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '1'<BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 39 63 61 EM.....9........89ca>
    ExecuteThread: '1'<BEA-180113> <2D 61 31 34 66 65 65 31 32 34 34 36 65 00 00 00 0A 10 DF 43 .a14fee12446e......C>
    ExecuteThread: '1'<BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '1'<BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '1'<BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '1'<BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '1'<BEA-180073> <+++++ END +++++>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/null>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_REPLY>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/bufsize=444 available=968>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/prior compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/post compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> <Inbound 65 UDATA: buffer type(FML32, null)>
    ExecuteThread: '4' <BEA-180072> <+++++ User Data(364) +++++>
    ExecuteThread: '4' <BEA-180113> <FF FF D8 F0 00 00 01 2C 00 00 10 00 00 00 00 10 00 00 00 00 ....................>
    ExecuteThread: '4' <BEA-180113> <00 00 00 10 0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F ................FOX.>
    ExecuteThread: '4' <BEA-180113> <53 59 53 54 45 4D 00 00 0A 10 DF 39 00 00 00 0E 00 00 00 06 SYSTEM.....9........>
    ExecuteThread: '4' <BEA-180113> <44 75 6D 6D 79 00 00 00 0A 10 DF 43 00 00 00 0C 00 00 00 04 Dummy......C........>
    ExecuteThread: '4' <BEA-180113> <46 4F 58 00 0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F FOX....M........GSM.>
    ExecuteThread: '4' <BEA-180113> <47 65 74 41 63 63 74 00 0A 10 DF F7 00 00 00 0D 00 00 00 05 GetAcct.............>
    ExecuteThread: '4' <BEA-180113> <53 74 75 62 00 00 00 00 0A 11 3E 77 00 00 00 10 00 00 00 08 Stub.......w........>
    ExecuteThread: '4' <BEA-180113> <31 32 33 34 2E 35 36 00 0A 11 3E 8A 00 00 00 0F 00 00 00 07 1234.56....?........>
    ExecuteThread: '4' <BEA-180113> <33 34 35 2E 36 37 00 00 0A 11 3E 8B 00 00 00 0F 00 00 00 07 345.67.....?........>
    ExecuteThread: '4' <BEA-180113> <34 35 36 2E 37 38 00 00 0A 11 3E 8C 00 00 00 0F 00 00 00 07 456.78.....?........>
    ExecuteThread: '4' <BEA-180113> <35 36 37 2E 38 39 00 00 0A 11 3E 8D 00 00 00 0F 00 00 00 07 567.89.....?........>
    ExecuteThread: '4' <BEA-180113> <32 33 34 2E 35 36 00 00 0A 11 3E 9B 00 00 00 0F 00 00 00 07 234.56.....?........>
    ExecuteThread: '4' <BEA-180113> <53 79 64 6E 65 79 00 00 0A 11 3E 9D 00 00 00 16 00 00 00 0E Sydney.....?........>
    ExecuteThread: '4' <BEA-180113> <4D 69 6C 6C 65 72 20 53 74 72 65 65 74 00 00 00 0A 11 3E 9E Miller.Street......?>
    ExecuteThread: '4' <BEA-180113> <00 00 00 15 00 00 00 0D 4E 6F 72 74 68 20 53 79 64 6E 65 79 ........North.Sydney>
    ExecuteThread: '4' <BEA-180113> <00 00 00 00 0A 11 3E 9F 00 00 00 0C 00 00 00 04 4E 53 57 00 .......?........NSW.>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A1 00 00 00 0D 00 00 00 05 32 30 36 30 00 00 00 00 ...?........2060....>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A8 00 00 00 13 00 00 00 0B 4A 6F 68 6E 20 44 75 6D ...?........John.Dum>
    ExecuteThread: '4' <BEA-180113> <6D 79 00 00 my.. >
    ExecuteThread: '4' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '4' <BEA-180046> <[/TypedFML32/_tmpostrecv/364>
    ExecuteThread: '4' <BEA-180046> <]/TypedFML32/_tmpostrecv/100/>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/150/0>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/dispatch/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/dispatch/TdomTcb=TDOM:GWNW_XATMI_REPLY:2:-1:0:32:32:0:0:0:0:50:null>
    ExecuteThread: '4' <BEA-180046> </rdsession/dispatch/25/reqId = 2>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/addlist/weblogic.wtc.jatmi.tfmh@489f21/2>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/addlist/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@948b59 for oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/addlist/10/>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/dispatch/60/>
    ExecuteThread: '1'<BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=2/diagnostic=0>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/restoreTfmhToCache/>
    ExecuteThread: '1'<BEA-180046> </rdsession(1)/addedtocache=weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/restoreTfmhToCache/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpgetrply/100/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpcall/20/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpcall/40/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpterm/10>
    and the unsuccessful call:
    ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1250643290962> <BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '0' <BEA-180046> <no transaction>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '0' <BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '0' <BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null/0>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@610734/32/null/0>
    ExecuteThread: '0' <BEA-180046> <myAppKey = null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:3:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '0' <BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '0' <BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '0' <BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@200fa2>
    ExecuteThread: '0' <BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '0' <BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '0' <BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '0' <BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '0' <BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '0' <BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '0' <BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 66 33 64 EM.....9........8f3d>
    ExecuteThread: '0' <BEA-180113> <2D 39 34 63 39 34 61 30 30 61 35 62 66 00 00 00 0A 10 DF 43 .94c94a00a5bf......C>
    ExecuteThread: '0' <BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '0' <BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '0' <BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '0' <BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '0' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '0' <BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '0' <BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/20/-1/-10000/1938831426>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/endOfStream/>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/termimateTDomainSession/false>
    ExecuteThread: '4' <BEA-180046> <[/TDMRemoteTDomain/onTerm/1>
    ExecuteThread: '4' <BEA-180046> <]/TDMRemoteTDomain/onTerm/20>
    ExecuteThread: '4' <BEA-180046> <]/dsession/terminateTDomainSession(30)>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/remove_rplyObj/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/remove_rplyObj/20/true>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0 for oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> </rdsession/connectionHasTerminated/10: TPESYSTEM sent>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/endOfStream/10>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '0' <BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=3/diagnostic=12>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/95/>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <*]/TuxedoConnection/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/tpterm/10>

    Hi Todd,
    Thanks for responding.
    The Tuxedo developer here has provided me with the following information:
    The Tuxedo version is 6.5 and the patch level as seen in the last line of $TUXDIR/udataobj/patchlev file is "389. CR093934 TUX 6.5 > HP-UX 11 64-bit /Domain is unable to connect to 32-bit domains"
    The OS, Tuxedo is running on is: "HP-UX B.11.11 U 9000/800 485721183 unlimited-user license"
    In the Tuxedo ULOG file, I can see that the MTS service has received the request from WTC and the response being logged as well, without any error. However immediately after the request is completed, error messages is logged. The extract of this message is shown below:
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1130: INFO: Disconnected from domain (domainid=<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1354: INFO: Retrying domain (domainid=<WTC_OBF>) every 60 seconds
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:2005: INFO: Receive connecting request from remote domain (domainid<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1128: INFO: Connection accepted from domain (domainid=<WTC_OBF>)
    Here is the WTC config fragment:
    <wtc-server>
    <name>MTS</name>
    <target>AdminServer</target>
    <wtc-local-tux-dom>
    <name>MTS-Local</name>
    <access-point>MTS-Local</access-point>
    <access-point-id>WTC_OBF</access-point-id>
    <security>NONE</security>
    <connection-policy>ON_STARTUP</connection-policy>
    <nw-addr>//localhost:7050</nw-addr>
    <interoperate>Yes</interoperate>
    </wtc-local-tux-dom>
    <wtc-remote-tux-dom>
    <name>MTS-Remote</name>
    <access-point>MTS-Remote</access-point>
    <access-point-id>OBF_WTC</access-point-id>
    <connection-policy>ON_STARTUP</connection-policy>
    <credential-policy>LOCAL</credential-policy>
    <local-access-point>MTS-Local</local-access-point>
    <retry-interval>10</retry-interval>
    <max-retries>10</max-retries>
    <nw-addr>//focdevapph001:25395</nw-addr>
    <federation-url></federation-url>
    <federation-name></federation-name>
    </wtc-remote-tux-dom>
    <wtc-import>
    <name>WTCImportedService-0</name>
    <resource-name>GSM_GetAcct</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetAcct</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-1</name>
    <resource-name>GSM_GetBillPay</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetBillPay</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-2</name>
    <resource-name>SvcGetBilling</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>SvcGetBilling</remote-name>
    </wtc-import>
    </wtc-server>
    Finally, some tcpdump data:
    Successful call:
    11:41:44.715758 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: S 521001588:521001588(0) win 65535 <mss 1460,nop,wscale 3,nop,nop,timestamp 858559006 0,sackOK,eol>
    0x0000: 4500 0040 7a3d 4000 4006 e571 0a10 2945 E..@z=@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da74 0000 0000 .+....c3...t....
    0x0020: b002 ffff 6f29 0000 0204 05b4 0103 0303 ....o)..........
    0x0030: 0101 080a 332c 921e 0000 0000 0402 0000 ....3,..........
    11:41:44.716690 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: S 1330679351:1330679351(0) ack 521001589 win 32768 <mss 1460,nop,nop,sackOK,wscale 0,nop,nop,nop,timestamp 42832250 858559006>
    0x0000: 4500 0040 5e44 4000 3e06 036b a12b 0689 E..@^D@.>..k.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e37 1f0d da75 ..)Ec3..OP.7...u
    0x0020: b012 8000 7d89 0000 0204 05b4 0101 0402 ....}...........
    0x0030: 0303 0001 0101 080a 028d 917a 332c 921e ...........z3,..
    11:41:44.716786 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0034 1575 4000 4006 4a46 0a10 2945 E..4.u@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8010 ffff 3d56 0000 0101 080a 332c 921e ....=V......3,..
    0x0030: 028d 917a ...z
    11:41:44.718457 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 1:541(540) ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0250 7254 4000 4006 eb4a 0a10 2945 E..PrT@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8018 ffff 8a75 0000 0101 080a 332c 921e .....u......3,..
    0x0030: 028d 917a 7390 3842 0000 000e 0000 0001 ...zs.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 021c 0000 0057 0000 0054 0000 0043 .......W...T...C
    0x0060: 0000 005f 0000 004f 0000 0042 0000 0046 ..._...O...B...F
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719850 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 1:545(544) ack 541 win 32768 <nop,nop,timestamp 42832251 858559006>
    0x0000: 4500 0254 5e45 4000 3e06 0156 a12b 0689 E..T^E@.>..V.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e38 1f0d dc91 ..)Ec3..OP.8....
    0x0020: 8018 8000 087b 0000 0101 080a 028d 917b .....{.........{
    0x0030: 332c 921e 7390 3842 0000 000f 0000 0001 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 0220 0000 004f 0000 0042 0000 0046 .......O...B...F
    0x0060: 0000 005f 0000 0057 0000 0054 0000 0043 ..._...W...T...C
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719932 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 0034 9811 4000 4006 c7a9 0a10 2945 E..4..@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8010 ffff 3919 0000 0101 080a 332c 921e ....9.......3,..
    0x0030: 028d 917b ...{
    11:41:44.729113 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 541:805(264) ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 013c fb6b 4000 4006 6347 0a10 2945 E..<.k@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8018 ffff efcc 0000 0101 080a 332c 921e ............3,..
    0x0030: 028d 917b 7390 3842 0000 0001 0000 0002 ...{s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 6236 3764 2d34 6666 ........b67d-4ff
    0x00e0: 3631 6632 3139 3535 3700 0000 0a10 df43 61f219557......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:41:44.768190 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 545:989(444) ack 805 win 32768 <nop,nop,timestamp 42832256 858559006>
    0x0000: 4500 01f0 5e46 4000 3e06 01b9 a12b 0689 E...^F@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9058 1f0d dd99 ..)Ec3..OP.X....
    0x0020: 8018 8000 3762 0000 0101 080a 028d 9180 ....7b..........
    0x0030: 332c 921e 7390 3842 0000 0002 0000 0002 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:41:44.768327 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 989 win 65535 <nop,nop,timestamp 858559006 42832256>
    0x0000: 4500 0034 b478 4000 4006 ab42 0a10 2945 E..4.x@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8010 ffff 3650 0000 0101 080a 332c 921e ....6P......3,..
    0x0030: 028d 9180 ....
    Unsuccessful call:
    11:43:19.024968 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 805:1069(264) ack 989 win 65535 <nop,nop,timestamp 858559948 42832256>
    0x0000: 4500 013c 081f 4000 4006 5694 0a10 2945 E..<..@[email protected]...)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8018 ffff bd55 0000 0101 080a 332c 95cc .....U......3,..
    0x0030: 028d 9180 7390 3842 0000 0001 0000 0003 ....s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 3862 3730 2d38 6337 ........8b70-8c7
    0x00e0: 3234 6539 6432 3364 6400 0000 0a10 df43 24e9d23dd......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:43:19.027592 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 989:1433(444) ack 1069 win 32768 <nop,nop,timestamp 42841681 858559948>
    0x0000: 4500 01f0 5e47 4000 3e06 01b8 a12b 0689 E...^G@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9214 1f0d dea1 ..)Ec3..OP......
    0x0020: 8018 8000 0c1e 0000 0101 080a 028d b651 ...............Q
    0x0030: 332c 95cc 7390 3842 0000 0002 0000 0003 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:43:19.027720 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9c5b 4000 4006 c35f 0a10 2945 E..4.[@.@.._..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0d 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.029667 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: F 1069:1069(0) ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9748 4000 4006 c872 0a10 2945 E..4.H@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8011 ffff 0b0c 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.030434 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: . ack 1070 win 32768 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e48 4000 3e06 0373 a12b 0689 E..4^H@.>..s.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8010 8000 8b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030467 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 8f72 4000 4006 d048 0a10 2945 E..4.r@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0b 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R
    11:43:19.030747 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: F 1433:1433(0) ack 1070 win 0 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e49 4000 3e06 0372 a12b 0689 E..4^I@.>..r.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8011 0000 0b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030772 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1434 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 403c 4000 4006 1f7f 0a10 2945 E..4@<@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d1 .+....c3....OP..
    0x0020: 8010 ffff 0b0a 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R

  • PDPageSetPDEContent changes colors??

    During the development of a plugin for Acrobat X (windows 7), we have run into an odd behaviour. It seems to be PDF specific, but really bad when it happens. The Plugin is using the function PDPageSetPDEContent although it is not editing any of the original content, and some random elements are changed from CMYK to the gray color space.
    The same behaviour presents when Saving As optimized or SaveAs Reduced Size PDF, so it seems to be Acrobat functionality rather than anything the plugin is doing. It even happens when the objects are selected with an Acrobat Select Object tool and nudged. Has anyone run into this, and come up with a solution?
    I have submitted this to Adobe as a bug, and hope they will ask me for example files. If anyone would like to look at an example file, I would be happy to send it.

    The InDesign file (which was also modified after the fact) has the same problem but a LOT more of them…
    Content Stream Errors
    Error description       Operator        Operands        State changing operator stack   Stream state    Index in content stream Page    Path to content stream
    Invalid operand(s) for operator SC      0.95 0.350.80 0 -       PageDescription 6200    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6222    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6268    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6276    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0 -       PageDescription 6356    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6429    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6579    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.03 0.420.73 0.07      -       PageDescription 6657    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0.35      -       PageDescription 6863    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.95 0.350.80 0 -       PageDescription 6872    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator SC      0.99 0.740.01 1 -       PageDescription 9705    1       ->Pages->Kids->[0]
    Invalid operand(s) for operator sc      0 0.09 0.35 0   /BMC /BDC       PageDescription 44      0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.04 0.200.03 /BMC /BDC       PageDescription 85      0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 94      0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 107     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 120     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 145     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 163     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 179     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 195     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 211     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 227     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 243     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 260     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 277     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 293     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 309     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 325     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 341     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 357     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.30 0.400.30 /BMC /BDC       PageDescription 373     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 457     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 470     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 483     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 508     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 526     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 544     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 560     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 576     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 592     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 608     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 624     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 641     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 658     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 674     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 690     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 706     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 722     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 738     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 754     0       ->Pages->Kids->[0]->Resources->XObject->X1
    Invalid operand(s) for operator sc      0 0.20 0.400.10 /BMC /BDC       PageDescription 769     0       ->Pages->Kids->[0]->Resources->XObject->X1

  • Speedgrade CC Crash after opening

    After updating Speedgrade CC, it crashes upon opening. Any advice would be appreciated, about to switch to resolve.
    Here is the error message:
    Process:         sgmacosx [671]
    Path:            /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         7.2.1 (7.2.1)
    Build Info:      Adobe SpeedGrade CC-0~100
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [197]
    Responsible:     sgmacosx [671]
    User ID:         502
    Date/Time:       2014-04-05 23:35:26.729 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  686D642F-63C4-72CC-02B4-6139458B8145
    Crashed Thread:  5
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (roundedCrop), function -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:], file /Users/gds/Noise Industries/Development/FxFactory/FxFactoryRuntime/Model/FxFactoryRuntimeRegistrar.m, line 1441.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff905bca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff905bbd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a576155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a575779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a5750b5 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff8d3afa0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff8d3af7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff8d3af5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff8af2c3de _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff8af2ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit                        0x00007fff8b28ae2e -[NSApplication _realDoModalLoop:peek:] + 642
    11  com.apple.AppKit                        0x00007fff8b28954e -[NSApplication runModalForWindow:] + 117
    12  com.apple.AppKit                        0x00007fff8b2890fd -[NSAlert runModal] + 145
    13  com.apple.AppKit                        0x00007fff8af312a9 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    14  com.apple.AppKit                        0x00007fff8af30e4e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    15  com.apple.AppKit                        0x00007fff8af30def -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    16  com.apple.AppKit                        0x00007fff8af30d13 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    17  com.apple.AppKit                        0x00007fff8af30b34 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 252
    18  com.apple.AppKit                        0x00007fff8af339f7 -[NSApplication _sendFinishLaunchingNotification] + 142
    19  com.apple.AppKit                        0x00007fff8af2c31a _DPSNextEvent + 1238
    20  com.apple.AppKit                        0x00007fff8af2ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    21  QtGui                                   0x00000001018ab406 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 422
    22  QtCore                                  0x00000001016b0d6e QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>, int) + 110
    23  sgmacosx                                0x000000010043ee54 CIrosApp::bHandleEvents() + 64
    24  sgmacosx                                0x000000010000d7a3 CFcApp::bHandleEvents() + 19
    25  sgmacosx                                0x000000010043c5b0 CIrosApp::CommandLoop() + 2742
    26  sgmacosx                                0x000000010043b743 CIrosApp::iDoRun() + 3565
    27  sgmacosx                                0x000000010001de85 main + 101
    28  sgmacosx                                0x0000000100002fd4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff905c1662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8eb0f43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8eb0f152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff905c0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8f6e7fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff905c0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8f6e7fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff905c0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8f6e7fb9 start_wqthread + 13
    Thread 5 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff905c0866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e435c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff859ffb1a abort + 125
    3   libsystem_c.dylib                       0x00007fff859c99bf __assert_rtn + 321
    4   com.noiseindustries.FxFactory.PremiereProImporter          0x00000001189d45c8 -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:] + 959
    5   com.noiseindustries.FxFactory.PremiereProImporter          0x00000001189e9d39 -[FxFactoryRuntimeParameter presetsMenu] + 965
    6   com.noiseindustries.FxFactory.PremiereProImporter          0x0000000118a12651 -[FxFactoryRuntimeAEPresets initWithParameter:] + 134
    7   com.noiseindustries.FxFactory.PremiereProImporter          0x0000000118a125b2 +[FxFactoryRuntimeAEPresets presetsWithParameter:] + 41
    8   com.noiseindustries.FxFactory.PremiereProImporter          0x0000000118a06745 -[FxFactoryRuntimeAEParameter addWithInData:] + 592
    9   com.noiseindustries.FxFactory.PremiereProImporter          0x00000001189fcaa3 -[FxFactoryRuntimeAEPlugIn parametersSetupWithInData:outData:parameters:outputLayer:] + 273
    10  com.noiseindustries.FxFactory.PremiereProImporter          0x00000001189ff4f8 -[FxFactoryRuntimeAEPlugIn executeCommand:withInData:outData:parameters:outputLayer:extra:] + 637
    11  com.noiseindustries.FxFactory.AESingle          0x00000001115f37b3 FxFactoryAEFunc + 419
    12  com.adobe.VideoFilterHost.framework          0x00000001066d4faa ML::AEVideoFilterModule::CallModule(int, PF_InData*, PF_OutData*, PF_ParamDef**, PF_LayerDef*, void*, bool) + 250
    13  com.adobe.VideoFilterHost.framework          0x00000001066d4d8b ML::AEVideoFilterModule::ParamSetup() + 155
    14  com.adobe.VideoFilterHost.framework          0x00000001066d492d ML::AEVideoFilterModule::SetupFilter() + 77
    15  com.adobe.VideoFilterHost.framework          0x00000001066d25f6 ML::AEVideoFilterFactory::CreateUnknownImpl(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 1286
    16  com.adobe.VideoFilterHost.framework          0x00000001066d205a ML::AEVideoFilterFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 58
    17  com.adobe.PluginSupport.framework          0x0000000105d2e502 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11202
    18  com.adobe.PluginSupport.framework          0x0000000105d2a1e1 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 737
    19  com.adobe.PluginSupport.framework          0x0000000105d291c8 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216
    20  com.adobe.PluginSupport.framework          0x0000000105d44528 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 2984
    21  com.adobe.PluginSupport.framework          0x0000000105d438a9 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57
    22  com.adobe.PluginSupport.framework          0x0000000105d43750 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 64
    23  sgmacosx                                0x0000000100049f44 CMediaLayerInitializer::CMediaLayerInitializer(void*, void*) + 708
    24  sgmacosx                                0x0000000100049bcd CMediaCoreInitializer::CMediaCoreInitializer(void*, void*) + 93
    25  sgmacosx                                0x0000000100048e67 bIrInitializeMediaCore(void*, void*) + 55
    26  sgmacosx                                0x000000010000e36f CFcApp::OnDoNonUIInitialization(CIrError**) + 47
    27  com.adobe.dvacore.framework             0x00000001029ee018 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 648
    28  com.adobe.dvacore.framework             0x00000001029ee907 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 55
    29  com.adobe.dvacore.framework             0x00000001029ee9e4 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 68
    30  com.apple.CoreFoundation                0x00007fff8a5ba564 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    31  com.apple.CoreFoundation                0x00007fff8a5ba09f __CFRunLoopDoTimer + 1151
    32  com.apple.CoreFoundation                0x00007fff8a62b5aa __CFRunLoopDoTimers + 298
    33  com.apple.CoreFoundation                0x00007fff8a5758e5 __CFRunLoopRun + 1525
    34  com.apple.CoreFoundation                0x00007fff8a5750b5 CFRunLoopRunSpecific + 309
    35  com.apple.CoreFoundation                0x00007fff8a62a811 CFRunLoopRun + 97
    36  com.adobe.dvacore.framework             0x00000001029ecd49 dvacore::threads::RunPlatformEventLoop() + 89
    37  com.adobe.dvacore.framework             0x00000001029efa2b dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 219
    38  com.adobe.dvacore.framework             0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    39  com.adobe.boost_threads.framework          0x00000001029111be thread_proxy + 158
    40  libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    41  libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    42  libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff905c164a kevent + 10
    1   com.adobe.dvatransport.framework          0x0000000102f89c24 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 228
    2   com.adobe.dvatransport.framework          0x0000000102f898c0 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 304
    3   com.adobe.dvatransport.framework          0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework          0x0000000102f7a387 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework          0x0000000102f79fb9 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework          0x00000001029111be thread_proxy + 158
    7   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff905c0a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff85a1edc0 nanosleep + 200
    2   sgmacosx                                0x0000000100596ecc CIrSplashWnd::ThreadFunction() + 124
    3   sgmacosx                                0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                                0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff905c0a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff85a1edc0 nanosleep + 200
    2   sgmacosx                                0x000000010037610c CIrFrameCache::ThreadFunction() + 188
    3   sgmacosx                                0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                                0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff905c0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e5c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework          0x0000000102f89b15 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   com.adobe.dvatransport.framework          0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework          0x0000000102f8923a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework          0x0000000102f8a243 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff905bff22 __connect + 10
    1   sgmacosx                                0x000000010059110c CIrSocket::poConnectToRemote(CIrString, int, bool) + 1568
    2   sgmacosx                                0x000000010059320b CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 87
    3   sgmacosx                                0x0000000100592f38 CIrSocketFiFoConnection::ThreadFunction() + 52
    4   sgmacosx                                0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    5   sgmacosx                                0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff905c0a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff85a1edc0 nanosleep + 200
    2   sgmacosx                                0x00000001004e55c5 CIrRIServer::ThreadFunction() + 2281
    3   sgmacosx                                0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                                0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff905c0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e5c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x00007fff9344b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff9344b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x00007fff9341c145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework             0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework             0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework             0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework          0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff905c0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e5c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x00007fff9344b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff9344b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x00007fff9341c145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework             0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework             0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework             0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework          0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff905c0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8f6e5c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x00007fff9344b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff9344b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x00007fff9341c145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework             0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework             0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework             0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework          0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib                 0x00007fff8f6e3899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff8f6e372a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff8f6e7fc9 thread_start + 13
    Thread 5 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001121db000  rcx: 0x00000001121d6aa8  rdx: 0x0000000000000000
      rdi: 0x0000000000006b03  rsi: 0x0000000000000006  rbp: 0x00000001121d6ad0  rsp: 0x00000001121d6aa8
       r8: 0x00000000fffff800   r9: 0x00000000000005a1  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000118a3d874  r13: 0x0000000118a3d81f  r14: 0x0000000000000006  r15: 0x0000000118a3d072
      rip: 0x00007fff905c0866  rfl: 0x0000000000000206  cr2: 0x000000010e8d2000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100a3cfef +sgmacosx (???) <8939E4C1-F6F4-38EC-9C44-E300A0DFA258> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
           0x101589000 -        0x1017e6ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x101875000 -        0x10219efef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102420000 -        0x1024cdff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10250b000 -        0x1025d7fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102617000 -        0x102653fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x10266c000 -        0x102670fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x102677000 -        0x102766fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x102779000 -        0x1027e8ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1027f3000 -        0x102838ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102844000 -        0x102893fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c9000 -        0x1028dcff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1028e6000 -        0x1028eaff7 +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <55461C2D-5A3B-3202-9071-5A36014840CE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1028f3000 -        0x1028f9ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <4142779F-98E1-3123-B3C0-0DF02E49651F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102910000 -        0x10291cfff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <8C2011F0-03E2-3383-83EB-876128A387B2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x10293c000 -        0x102b8eff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <9EFBD199-CF2B-3362-A848-BFCD5F8E3996> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102dd4000 -        0x102e02ff7 +com.adobe.dvamediatypes.framework (7.0.0 - 7.0.0.0) <9076CE31-4EBC-39D1-954D-2E3044D7D938> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x102e35000 -        0x102e39fff +com.adobe.PRM.framework (7.1.0 - 7.1.0.100) <8F3BCA41-00CF-3D6B-9D85-9B7DA129FB4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x102e47000 -        0x102e91ff7 +com.adobe.ASLFoundation.framework (7.1.0 - 7.1.0.100) <DBC11317-BC05-32B9-9C1C-F94CEB113452> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x102efd000 -        0x102f0dfff +com.adobe.ASLMessaging.framework (7.1.0 - 7.1.0.100) <568EE824-A019-392F-8C79-8F8FE2A02E4B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x102f2a000 -        0x102f2cfff +com.adobe.Memory.framework (7.1.0 - 7.1.0.100) <0C4ADC73-1F85-3F0C-8A62-0687BDB3E50B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x102f35000 -        0x102f44ff7 +com.adobe.ASLUnitTesting.framework (7.1.0 - 7.1.0.100) <D15E6962-80BA-3B91-9ECA-AC8B22B275F1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x102f63000 -        0x102fc6fff +com.adobe.dvatransport.framework (7.0.0 - 7.0.0.0) <E891EF9D-0F59-3268-9724-508F54E6F8CF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103066000 -        0x10308efff +com.adobe.dvamarshal.framework (7.0.0 - 7.0.0.0) <D8E4FCCF-CECF-31F3-8E20-2575513C61D7> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1030d4000 -        0x1032caff7 +com.adobe.dynamiclink.framework (7.0.0 - 7.0.0.0) <60C769D7-BB8B-3746-A8DE-D056D2D1E3DA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10353b000 -        0x1035beff7 +com.adobe.MediaFoundation.framework (7.1.0 - 7.1.0.100) <BA3EE13D-0959-3E0B-9B3E-15CA77C0FFAF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x103678000 -        0x103705fff +com.adobe.AudioRenderer.framework (7.1.0 - 7.1.0.100) <3DFC3F5C-6519-328F-8974-93744FEF8D75> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1037d6000 -        0x1038c4fff +com.adobe.dvacaptioning.framework (7.0.0 - 7.0.0.0) <B400DB93-41F0-3039-9FC9-113C1CD4F256> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x1039a2000 -        0x1039fafff +com.adobe.dvatemporalxmp.framework (7.0.0 - 7.0.0.0) <118CC1C9-5A05-3EA2-B861-920D8C36ED29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103a34000 -        0x103a3fff7 +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <8FCFA67A-58CF-3BF9-855C-70D1CE169E7C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103a5a000 -        0x103ac7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.155241) <107DE42D-16B1-3DBF-88A2-1E017BA733D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103afa000 -        0x103c07fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 84 - 79.155241) <D4D421C1-082E-3081-B92B-2005D4C9FE6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103cb8000 -        0x103d3fff7 +com.adobe.dvametadata.framework (7.0.0 - 7.0.0.0) <FD5C67E5-71EB-3E08-9B7F-0B6A6920D2AF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x103e01000 -        0x104b5afff +com.adobe.Backend.framework (7.1.0 - 7.1.0.100) <B0B18AE0-FAAB-3581-979C-47B348D013AA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x1058fc000 -        0x105938fff +com.adobe.MLFoundation.framework (7.1.0 - 7.1.0.100) <174F3D7D-372C-3AA7-BBE2-C4B71EA69C78> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x1059a0000 -        0x105ad7ff7 +com.adobe.ImageRenderer.framework (7.1.0 - 7.1.0.100) <91838F25-38C5-3224-9B93-AC9D16B22556> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105c2f000 -        0x105ca5ff7 +com.adobe.VideoFrame.framework (7.1.0 - 7.1.0.100) <8AC868D7-44DB-34EE-A252-19CE350F4CAC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x105d21000 -        0x105d59fff +com.adobe.PluginSupport.framework (7.1.0 - 7.1.0.100) <C5F44933-CD69-3D70-9489-634D3DCF160F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x105da0000 -        0x105dc9ff7 +com.adobe.SweetPeaSupport.framework (7.1.0 - 7.1.0.100) <2D4F9566-D32C-36AE-83DD-CE78DF347312> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x105e0d000 -        0x105e53fff +com.adobe.TransmitHost.framework (7.1.0 - 7.1.0.100) <53FA1DC8-2F74-311E-9D3F-866484851A48> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x105eb5000 -        0x105fc6ff7 +com.adobe.VideoRenderer.framework (7.1.0 - 7.1.0.100) <B44066D7-0211-3F23-A802-D9A70CBA31EB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x10611a000 -        0x106163fff +com.adobe.AudioSupport.framework (7.1.0 - 7.1.0.100) <89EA082C-6A19-39C0-9567-95E79FB78CC2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1061b9000 -        0x1061bdfff +com.adobe.MediaUtils.framework (7.1.0 - 7.1.0.100) <323EB871-EC7C-3701-9406-64025BB7ABE8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1061c7000 -        0x106354ff7 +com.adobe.ImporterHost.framework (7.1.0 - 7.1.0.100) <8644515E-EC07-3336-8468-DF3C5AB5D6F5> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x10650e000 -        0x10657ffff +com.adobe.PlayerHost.framework (7.1.0 - 7.1.0.100) <0176483C-5E4E-3F05-9278-EC010AE6FE23> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x10661a000 -        0x106652ff7 +com.adobe.AudioFilterHost.framework (7.1.0 - 7.1.0.100) <DA3E7606-24DF-31C2-934B-B9B20CC296E6> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1066a9000 -        0x106795fff +com.adobe.VideoFilterHost.framework (7.1.0 - 7.1.0.100) <75607D6A-F556-3F72-844D-9676A931C3C8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106895000 -        0x1068abff7 +com.adobe.ProjectSupport.framework (7.1.0 - 7.1.0.100) <8023EE93-C526-3393-8727-51618C931E55> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x1068da000 -        0x1068edff7 +com.adobe.ProjectConverterHost.framework (7.1.0 - 7.1.0.100) <CE88B542-BC9D-322A-9244-0EA456D50AD1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHost
           0x106914000 -        0x10695cff7 +com.adobe.AudioFilters.framework (7.1.0 - 7.1.0.100) <ACD83C42-8CCA-3584-ACB4-074CE27B8135> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x1069db000 -        0x106d91fff +com.adobe.GPUFoundation.framework (7.1.0 - 7.1.0.100) <D8D92D9B-4223-3622-82B8-3D6ED38258F4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x106f5c000 -        0x1073f4fff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <58655BD3-13AF-38A5-894B-DED0D5B25B36> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107a0f000 -        0x107a5eff7 +com.adobe.DynamicLinkMedia.framework (7.1.0 - 7.1.0.100) <F79CB60E-488B-3A16-AC27-4FD80AA6D283> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x107b03000 -        0x107b61fff +com.adobe.TitleRenderer.framework (7.1.0 - 7.1.0.100) <310F81CC-E327-3B7E-B212-B6BFC62C2602> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x107c00000 -        0x107c51fff +com.adobe.BravoInitializer.framework (7.1.0 - 7.1.0.100) <0E405A38-35CE-309F-9CFE-0DC8822EC39F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x107cc9000 -        0x107e0dfff +com.adobe.ACE (AdobeACE 2.20.02.31468 - 2.20.02.31468) <C55A913C-8009-3A56-BF49-723C61D9444D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x107e20000 -        0x108153fff +com.adobe.AGM (AdobeAGM 4.30.24.31468 - 4.30.24.31468) <AB76DEB5-7698-3F64-8653-3C14504101C1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1081bf000 -        0x1081dcfff +com.adobe.BIB (AdobeBIB 1.2.03.31468 - 1.2.03.31468) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1081e4000 -        0x1084f5fff +com.adobe.CoolType (AdobeCoolType 5.13.00.31468 - 5.13.00.31468) <47F18C1A-71E7-37B2-84C4-2EBF9B7000F3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10853d000 -        0x108564fef +libcilkrts.5.dylib (0) <23D6F460-ACEA-1076-CF36-732DA3E1C85D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libcilkrts.5.dylib
           0x10857a000 -        0x108852fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x1089d3000 -        0x1089f7fe7 +com.mainconcept.mc.enc.dv (9.6 - 9.6.11.1708) <2BE84582-5AD6-8A08-A681-C255A10F1C99> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108a0b000 -        0x108a76ff7 +com.adobe.QT32Client.framework (7.1.0 - 7.1.0.100) <ECDDD6F0-716D-3602-8F2F-856084F18507> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x108b1e000 -        0x108b26ff7 +com.adobe.dvacaptioningui.framework (7.0.0 - 7.0.0.0) <AA943851-2E4B-3F51-990A-EE3627E995B0> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x108b36000 -        0x108befff7 +com.adobe.dvaaudiofilterhost.framework (7.0.0 - 7.0.0.0) <AA6FFD44-C9E2-30EF-AAD2-6BFD73C7499B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x108cdc000 -        0x108d03ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x108d1f000 -        0x108ddcfff +com.adobe.dvaeve.framework (7.0.0 - 7.0.0.0) <813B5DA8-12B5-3A50-B823-0901CFE0F549> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x108f4e000 -        0x109006fff +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <58DBD071-9AC3-3DBD-9F16-D876ADAD24BC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x109120000 -        0x10912efff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <51D99656-6256-34AD-A882-2540A1A9F363> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x109143000 -        0x1091a1ff7 +com.adobe.FontEngine.framework (7.1.0 - 7.1.0.100) <FBC436D8-4AC9-3515-B847-2D2BEB701C5E> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x10922d000 -        0x109246ff7 +com.adobe.TitleLayer.framework (7.1.0 - 7.1.0.100) <5C1E6FE5-BFB7-39CA-935B-F6D33B83B8CB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x1093e3000 -        0x1093f0ff7 +com.adobe.TitleImageManager.framework (7.1.0 - 7.1.0.100) <CC275264-6304-3876-B7F9-928BCBAEFE73> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x10940d000 -        0x109489ff7 +com.adobe.TitleCharacterFactory.framework (7.1.0 - 7.1.0.100) <4CDCCFBB-6A32-3F85-AB28-ABC2753D48EE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFacto ry
           0x1094e8000 -        0x1095ccfff +com.adobe.TitleCG.framework (7.1.0 - 7.1.0.100) <B8C5CBF1-F1B2-3DAB-92A1-7B4924BE0559> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109666000 -        0x1098f2ff7 +com.adobe.TitleLayout.framework (7.1.0 - 7.1.0.100) <4F84B58E-FD29-38DA-9AD0-554F7C927384> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x109ea6000 -        0x109eccfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10a4ea000 -        0x10a4f5fff  libGPUSupport.dylib (9.6) <039FC0EF-1B2C-3465-907B-A1856DCF5ADF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
           0x10a683000 -        0x10a726ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10a7f1000 -        0x10a7f5ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x10e894000 -        0x10e896ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10e8a8000 -        0x10e8a9fff +libcuda.dylib (5.5.28) <CEFE7C92-DDC8-3454-8BD7-EA3A36FBB635> /usr/local/cuda/lib/libcuda.dylib
           0x110800000 -        0x110f4aff7  libclh.dylib (4.0.3 - 4.0.3) <5FAE3A43-C0DC-340F-B94A-2E3E2A767619> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x1115f2000 -        0x1115f4fff +com.noiseindustries.FxFactory.AESingle (4.1 - 4.1) <88C6F811-E136-30C2-B2E0-667C753F69D6> /Users/USER/Library/Application Support/Adobe/*/078A9504-83A6-4ECE-96D0-4F7973B7691B.plugin/Contents/MacOS/FxFactoryEffec t
           0x114c35000 -        0x114c43fff +com.adobe.PremiereFiltersMetaPlugin.framework (7.1.0 - 7.1.0.100) <D626386E-4DC7-3195-ADB5-1A844CE4474D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereFil tersMetaPlugin
           0x114c58000 -        0x114c69ff7 +com.adobe.TransitionsMetaPlugin.framework (7.1.0 - 7.1.0.100) <EB9E7415-D000-3CFC-B1C9-6D45CCDB4E10> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMeta Plugin
           0x114ce5000 -        0x114cf2fff +CUDA (5.5.28) <A0D59BBE-5589-3079-A97E-B478F891A507> /Library/Frameworks/CUDA.framework/Versions/A/CUDA
           0x115024000 -        0x115048fef +com.redgiant.Denoiser-64 (1.4) <132282E7-6579-B2F3-B4FB-A28C84E9AA87> /Library/Application Support/Adobe/*/Denoiser 64.plugin/Contents/MacOS/Denoiser 64
           0x115b0d000 -        0x115df1fff +libcuda_310.40.15.dylib (5.5.28 - 5.5.28) <B6FEAFB6-08AE-3DF1-81D7-A85E2F9BABF8> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_310.40.15.dylib
           0x115e4d000 -        0x11653afe7 +libgpgpucomp.dylib (0) <F98FF219-E38D-3E6B-9D1E-887E7EBF9B08> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libgpgpucomp.dylib
           0x11672e000 -        0x116740ff7 +com.adobe.ImporterFlash.framework (7.1.0 - 7.1.0.100) <45CE05BD-C69D-3F51-8F3F-A78BE5FC8F6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterFlash.bundle/Contents/MacOS/ImporterFlash
           0x116764000 -        0x116768ff7 +com.adobe.FlashPlayerWrapper.framework (7.1.0 - 7.1.0.100) <D0CBCBA0-D893-37F5-9CDE-E2632CCA8D79> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FlashPlayerWrapper.framework/Versions/A/FlashPlayerWrapper
           0x116775000 -        0x1167c7fff +com.adobe.ImporterQuickTime.framework (7.1.0 - 7.1.0.100) <E402D417-C7FF-3048-916B-AB5A9B697F29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTime
           0x11680f000 -        0x116883fff +com.mainconcept.mc.dec.mp2v (9.6 - 9.6.11.1708) <F1B12BF9-4B04-DB5D-13BB-D8CEC3144B44> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x116886000 -        0x11689dff7 +com.adobe.QTParser.framework (7.1.0 - 7.1.0.100) <99192FE8-AD60-3474-88C0-64E10E1C5461> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x1168ba000 -        0x116963fff +com.adobe.IPPMPEGDecoder.framework (7.1.0 - 7.1.0.100) <A19F7243-AD4F-372F-BE89-232A6170DAB1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x1169a1000 -        0x116cc1fff +com.adobe.CodecSupport.framework (7.1.0 - 7.1.0.100) <E707FFFC-871C-3820-8F2A-9E8B1EE9A2E2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x116e2a000 -        0x116f85fdf +com.mainconcept.mc.bc.dec.avc (9.6 - 9.6.11.1708) <37D36809-7038-AA28-8925-7295FD5BD165> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x116f8e000 -        0x11703dfff +com.mainconcept.mc.dec.mp4v (9.6 - 9.6.11.1708) <D666559E-6090-6D3B-C7B8-9438A0FE26FB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x117046000 -        0x117098ff7 +com.adobe.PlayerMediaCore.framework (7.1.0 - 7.1.0.100) <F700BFB9-B0B0-380E-80F2-E62BE2271B70> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x1170f7000 -        0x11713bff7 +com.adobe.DisplaySurface.framework (7.1.0 - 7.1.0.100) <A403C515-0060-39CC-B9A6-69128F260ACD> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x117197000 -        0x1171c6ff7 +com.adobe.RendererCPU.framework (7.1.0 - 7.1.0.100) <EE3E4BBC-A698-3BDE-AB9A-51702AC13A4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x117200000 -        0x117334fff +com.adobe.RendererGPU.framework (7.1.0 - 7.1.0.100) <CA75D2C4-F2F3-3EDF-BB05-34FA07439CBC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x11744f000 -        0x117476fe7 +com.redgiant.Edge-Blur-64 (1.4) <A1DBDF55-76F3-E32F-4670-6E7F83BBC733> /Library/Application Support/Adobe/*/Edge Blur 64.plugin/Contents/MacOS/Edge Blur 64
           0x117697000 -        0x1176befe7 +com.redgiant.Light-Wrap-64 (1.4) <A8673339-9F8D-811A-8D02-7CE21FF51A46> /Library/Application Support/Adobe/*/Light Wrap 64.plugin/Contents/MacOS/Light Wrap 64
           0x11777a000 -        0x1177a2fff +com.redgiant.Matte-Feather-64 (1.4) <95E6E2CC-0C2E-5B87-D08D-1283A00E8B71> /Library/Application Support/Adobe/*/Matte Feather 64.plugin/Contents/MacOS/Matte Feather 64
           0x1177b2000 -        0x1177d9fe7 +com.redgiant.Matte-Feather-EZ-64 (1.4) <1410481F-560B-02F9-54AC-8ACE7C59E835> /Library/Application Support/Adobe/*/Matte Feather EZ 64.plugin/Contents/MacOS/Matte Feather EZ 64
           0x118900000 -        0x118927fff +com.redgiant.Matte-Feather-Sharp-64 (1.4) <9D51B6BA-BE13-3108-A99F-329369028B25> /Library/Application Support/Adobe/*/Matte Feather Sharp 64.plugin/Contents/MacOS/Matte Feather Sharp 64
           0x118937000 -        0x11895bfef +com.redgiant.Spill-Killer-64 (1.4) <66D9976C-759E-D795-50E3-806C7E8AAEFF> /Library/Application Support/Adobe/*/Spill Killer 64.plugin/Contents/MacOS/Spill Killer 64
           0x11896a000 -        0x11898efe7 +com.redgiant.Zone-HLS-64 (1.4) <8D94BCD5-CFA2-D5CE-26FE-B3624A0DC140> /Library/Application Support/Adobe/*/Zone HLS 64.plugin/Contents/MacOS/Zone HLS 64
           0x11899d000 -        0x1189c1ff7 +com.redgiant.Alpha-Ramp-64 (1.4) <FB767E3B-668C-24BB-57F0-D41F76FBEEAE> /Library/Application Support/Adobe/*/Alpha Ramp 64.plugin/Contents/MacOS/Alpha Ramp 64
           0x1189d0000 -        0x118a78ff7 +com.noiseindustries.FxFactory.PremiereProImporter (4.1 - 4.1) <649ED8CC-3487-3DA9-B57D-95A4D67B7F4C> /Library/Application Support/Adobe/*/ImporterFxFactory.bundle/Contents/MacOS/ImporterFxFactory
           0x118b16000 -        0x118b95ff7 +com.noiseindustries.NIKit (1.3.7 - 1.3.7) <8A32DB59-F13E-3B0A-8484-AD25A0C8F42A> /Library/Frameworks/NIKit.framework/Versions/A/NIKit
           0x119f52000 -        0x119f8dfef +com.stonetics.AfterEffects.Alpha-Ramp-64 (1.2.0 - 1.0) <27FD9464-6EE6-3961-170A-B32448438FB6> /Library/Application Support/Adobe/*/Alpha Ramp 64.plugin/Contents/MacOS/Alpha Ramp 64
           0x11a100000 -        0x11a13dff7 +com.stonetics.AfterEffects.Denoiser-64 (1.2.0 - 1.0) <666F7A77-6707-AFFC-E544-C4E35B40EC54> /Library/Application Support/Adobe/*/Denoiser 64.plugin/Contents/MacOS/Denoiser 64
           0x11a160000 -        0x11a1a4fe7 +com.stonetics.AfterEffects.Edge-Blur-64 (1.2.0 - 1.0) <ED5CD27D-D7B0-FF4B-EAC3-CF6CAFB15A35> /Library/Application Support/Adobe/*/Edge Blur 64.plugin/Contents/MacOS/Edge Blur 64
           0x11a300000 -        0x11a346fef +com.stonetics.AfterEffects.Light-Wrap-64 (1.2.0 - 1.0) <84CF9944-A4F0-E4A8-1E11-F212E0CD6F81> /Library/Application Support/Adobe/*/Light Wrap 64.plugin/Contents/MacOS/Light Wrap 64
           0x11a369000 -        0x11a3adff7 +com.stonetics.AfterEffects.Matte-Feather-EZ-64 (1.2.0 - 1.0) <F2A89674-402A-4627-9D3E-CEEAB4877564> /Library/Application Support/Adobe/*/Matte Feather EZ 64.plugin/Contents/MacOS/Matte Feather EZ 64
           0x11a500000 -        0x11a557fff +com.stonetics.AfterEffects.Matte-Feather-64 (1.2.0 - 1.0) <6AB06654-ECF8-56F2-FAE9-FB6226277886> /Library/Application Support/Adobe/*/Matte Feather 64.plugin/Contents/MacOS/Matte Feather 64
           0x11a57d000 -        0x11a5c4fef +com.stonetics.AfterEffects.Matte-Feather-Sharp-64 (1.2.0 - 1.0) <B5E13F76-022A-D6C8-6D9E-2206E81B6471> /Library/Application Support/Adobe/*/Matte Feather Sharp 64.plugin/Contents/MacOS/Matte Feather Sharp 64
           0x11a5e7000 -        0x11a621fff +com.stone

    Seems to crash because of FX factory plugin. Which version is installed and do you use it in licensed or trial mode ?

  • Dreamweaver Installation Failing

    I have downloaded without issue Photoshop and Indeisgn however when I go to install dreamweaver, installation makes it to 95% and then fails with the message I have pasted below, please advise...
    Thanks
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF043, DW063 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 -----------
    ERROR: DF043: Failed in GetNamedSecurityInfo(Seq 39)
    ERROR: DW063: Command ARKSetPermissionCommand failed.(Seq 39)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure

    [   16724] Mon Nov 05 22:15:50 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0  Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 2922.99 milliseconds (2.92299 seconds) DTR = 338.01 KBPS (0.330088 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6
    Updating media info for: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    Updating media info for: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    Updating media info for: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    Updating media info for: {8E8021FF-7AA0-11E1-BF04-E98EE5274486}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12ja_JPLanguagePack\Install.db
    Updating media info for: {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12en_USLanguagePack\Install.db
    Updating media info for: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    Updating media info for: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12-mul\Install.db
    Updating media info for: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    Updating media info for: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaverWidgetsBrowser1.0-mul\AdobeAIRInstaller.exe
    Updating media info for: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeHelp\InstallAdobeHelp.exe
    Updating media info for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4_0_All\Install.db
    Updating media info for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSExtensions3-mul\Install.db
    Updating media info for: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtendScriptToolkit3.8.0-mul\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: 1 (0,3)
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1: 2 (0,5)
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180: 3 (0,4)
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148: 3 (0,4)
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0: 4 (1,1)
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: 5 (0,1)
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0: 5 (0,1)
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: 5 (0,1)
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0: 5 (0,1)
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: 6 (3,1)
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: 7 (4,1)
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: 7 (4,1)
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: 8 (12,0)
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0: 9 (0,0)
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0: 9 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "selfDelete" to: false
    Overwrite property "skipSync" to: 1
    Overwrite property "userASUPath" to:
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 is: true
    Action string for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0  is none
    Value returned on lookup of payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 is: true
    Action string for {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1  is none
    Value returned on lookup of payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180 is: true
    Action string for {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180  is none
    Value returned on lookup of payload: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148 is: true
    Action string for {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148  is none
    Value returned on lookup of payload: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 is: true
    Action string for {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0  is none
    Value returned on lookup of payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 is: true
    Action string for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0  is none
    Value returned on lookup of payload: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0 is: false
    Action string for {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0  is none
    Value returned on lookup of payload: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0 is: true
    Action string for {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0  is none
    Value returned on lookup of payload: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 is: true
    Action string for {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0  is none
    Value returned on lookup of payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 is: true
    Action string for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0  is none
    Value returned on lookup of payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 is: true
    Action string for {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0  is none
    Value returned on lookup of payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 is: true
    Action string for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0  is none
    Value returned on lookup of payload: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 is: false
    Action string for {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0  is install
    Value returned on lookup of payload: {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is: false
    Action string for {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0  is none
    Payload {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Value returned on lookup of payload: {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is: false
    Action string for {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0  is none
    Payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [   16724] Mon Nov 05 22:16:16 2012  INFO
    ::START TIMER:: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In ReinstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 5.26335 milliseconds (0.00526335 seconds)
    ::START TIMER:: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In ReinstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 218.46 milliseconds (0.21846 seconds)
    BEGIN InstallOperationsQueue Unordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation repair
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation repair
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation repair
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0:  with operation none
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation install
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation repair
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation repair
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation repair
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation install
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation repair
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation install
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation repair
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation repair
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation repair
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation repair
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation repair
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation repair
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation repair
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation repair
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation repair
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation repair
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation install
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation repair
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation repair
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation repair
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation repair
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation repair
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation install
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation install
    END InstallOperationsQueue Ordered operations
    [   16724] Mon Nov 05 22:16:17 2012  INFO
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation repair
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation repair
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation repair
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0:  with operation none
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation install
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation repair
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation repair
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation repair
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation install
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation repair
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation install
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation repair
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation repair
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation repair
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation repair
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation repair
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation repair
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation repair
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation repair
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation repair
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation repair
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation install
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation repair
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation repair
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation repair
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation repair
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation repair
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation install
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-repair for payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0
    ::START TIMER:: [Payload Operation :{354D20E6-A25F-4728-9DA6-C9003D8F2928}]
    [   20712] Mon Nov 05 22:16:17 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Effective AdobeCode for: {354D20E6-A25F-4728-9DA6-C9003D8F2928} is {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    Payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    [   20712] Mon Nov 05 22:16:18 2012  INFO
    Extracting assets...
    Extracting assets complete. Number assets: 1
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    [   20712] Mon Nov 05 22:16:19 2012  INFO
    Setting permission for: C:\Program Files\Common Files\Adobe\APE\3.3 Group/User:Everyone Access:GENERIC_READ(Seq 3)
    [   20712] Mon Nov 05 22:16:20 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{354D20E6-A25F-4728-9DA6-C9003D8F2928}.db
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:16:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{354D20E6-A25F-4728-9DA6-C9003D8F2928}] took 2750.98 milliseconds (2.75098 seconds) DTR = 187.57 KBPS (0.183174 MBPS)
    Updating driver data - Action: Add driver entry
    Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    User specified overrideFile:
    Successfully updated the csu inventory for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0
    Calling the custom action code for pre-repair for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1
    ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    [   18640] Mon Nov 05 22:16:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Repairing third party payload with source: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    Repairing third party payload
    Third party application path:C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamwea ver_12_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    CommandLine: /q /norestart
    [   18640] Mon Nov 05 22:16:34 2012  INFO
    Third party payload completed.  Testing return code: 0
    [   16724] Mon Nov 05 22:16:34 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 13308.3 milliseconds (13.3083 seconds) DTR = 7.81466 KBPS (0.0076315 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1, value of local var is -1
    Calling the custom action code for post-repair for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1
    Calling the custom action code for pre-repair for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180
    ::START TIMER:: [Payload Operation :{9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}]
    [   20604] Mon Nov 05 22:16:34 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Repairing third party payload with source: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    Repairing third party payload
    Third party application path:C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamwea ver_12_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    CommandLine: /q:a /c:"msiexec /i vcredist.msi /qn /norestart"
    [   20604] Mon Nov 05 22:16:43 2012  INFO
    Third party payload completed.  Testing return code: 0
    [   16724] Mon Nov 05 22:16:43 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}] took 9054.58 milliseconds (9.05458 seconds) DTR = 27.8312 KBPS (0.0271789 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180, value of local var is -1
    Calling the custom action code for post-repair for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180
    Calling the custom action code for pre-repair for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148
    ::START TIMER:: [Payload Operation :{9C4AA28F-AC6B-11E0-8997-00215AEA26C9}]
    [   20600] Mon Nov 05 22:16:43 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Repairing third party payload with source: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    Repairing third party payload
    Third party application path:C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamwea ver_12_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    CommandLine: /q /norestart
    [   20600] Mon Nov 05 22:16:49 2012  INFO
    Third party payload completed.  Testing return code: 0
    [   16724] Mon Nov 05 22:16:49 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9C4AA28F-AC6B-11E0-8997-00215AEA26C9}] took 6017.04 milliseconds (6.01704 seconds) DTR = 68.4722 KBPS (0.0668674 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148, value of local var is -1
    Calling the custom action code for post-repair for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148
    [   16724] Mon Nov 05 22:16:50 2012  INFO
    Calling the custom action code for pre-repair for payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0
    ::START TIMER:: [Payload Operation :{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}]
    [   20468] Mon Nov 05 22:16:50 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Effective AdobeCode for: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} is {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    Payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    Evaluating condition# 1(Seq 31)
    Condition failed(Seq 31)
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}.db
    [   20468] Mon Nov 05 22:16:51 2012  INFO
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:16:51 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}] took 1119.14 milliseconds (1.11914 seconds) DTR = 78.6319 KBPS (0.076789 MBPS)
    User specified overrideFile:
    [   16724] Mon Nov 05 22:16:52 2012  INFO
    Successfully updated the csu inventory for {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0
    Calling the custom action code for pre-repair for payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0
    ::START TIMER:: [Pre payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In PrePayloadReinstallProc
    [   16724] Mon Nov 05 22:16:57 2012  INFO
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 5031.5 milliseconds (5.0315 seconds) DTR = 44.5195 KBPS (0.0434761 MBPS)
    ::START TIMER:: [Payload Operation :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    [   21208] Mon Nov 05 22:16:57 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Effective AdobeCode for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} is {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSExtensions3-mul\Install.db
    Payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSExtensions3-mul\Install.db
    [   21208] Mon Nov 05 22:16:58 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSExtensions3-mul\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}.db
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:16:58 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 718.166 milliseconds (0.718166 seconds) DTR = 44.5579 KBPS (0.0435136 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0
    ::START TIMER:: [Post payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In PostPayloadReinstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 2.60513 milliseconds (0.00260513 seconds)
    Calling the custom action code for pre-install for payload {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0
    ::START TIMER:: [Payload Operation :{C0C7DC90-C8DF-46DA-BA21-848889DAFD11}]
    [   10784] Mon Nov 05 22:16:58 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: InstallThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installing third party payload
    Third party application path:C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamwea ver_12_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaverWidgetsBrowser1.0-mul\AdobeAIRInstaller.exe
    CommandLine: -silent -eulaAccepted -programMenu WidgetBrowser.air
    [   10784] Mon Nov 05 22:17:09 2012  INFO
    Third party payload completed.  Testing return code: 0
    [   16724] Mon Nov 05 22:17:09 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{C0C7DC90-C8DF-46DA-BA21-848889DAFD11}] took 10980.7 milliseconds (10.9807 seconds) DTR = 619.268 KBPS (0.604754 MBPS)
    [   16724] Mon Nov 05 22:17:10 2012  INFO
    User specified overrideFile:
    Successfully updated the csu inventory for {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0 return values 0:0
    Calling the custom action code for post-install for payload {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0
    Calling the custom action code for pre-repair for payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0
    ::START TIMER:: [Payload Operation :{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}]
    [   19120] Mon Nov 05 22:17:10 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Effective AdobeCode for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} is {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4_0_All\Install.db
    Payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [   19120] Mon Nov 05 22:17:13 2012  INFO
    Extracting assets complete. Number assets: 2
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4_0_All\Install.db
    [   19120] Mon Nov 05 22:17:18 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4_0_All\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}.db
    [   19120] Mon Nov 05 22:17:19 2012  INFO
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:17:19 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}] took 8935.08 milliseconds (8.93508 seconds) DTR = 265.918 KBPS (0.259686 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0
    Calling the custom action code for pre-repair for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0
    ::START TIMER:: [Payload Operation :{D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}]
    [   21056] Mon Nov 05 22:17:19 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Repairing third party payload with source: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeHelp\InstallAdobeHelp.exe
    [   21056] Mon Nov 05 22:17:20 2012  INFO
    Repairing third party payload
    Third party application path:C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamwea ver_12_LS16\Adobe Dreamweaver CS6\payloads\AdobeHelp\InstallAdobeHelp.exe
    CommandLine: appVersion=4.0.244 appId=chc pubId=4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 installerArg1=-silent installerArg2=-eulaAccepted installerArg3=-programMenu installerArg4=AdobeHelp.air
    Third party payload completed.  Testing return code: 0
    [   16724] Mon Nov 05 22:17:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}] took 418.164 milliseconds (0.418164 seconds) DTR = 57.3938 KBPS (0.0560486 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0, value of local var is -1
    Calling the custom action code for post-repair for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0
    Calling the custom action code for pre-repair for payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0
    ::START TIMER:: [Pre payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In PrePayloadReinstallProc
    [   16724] Mon Nov 05 22:17:25 2012  INFO
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 5010.3 milliseconds (5.0103 seconds) DTR = 448.676 KBPS (0.43816 MBPS)
    ::START TIMER:: [Payload Operation :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    [    8832] Mon Nov 05 22:17:25 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Effective AdobeCode for: {36682D68-3834-487E-BA49-DFA4AB0A2E32} is {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    Payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    8832] Mon Nov 05 22:17:26 2012  INFO
    Extracting assets complete. Number assets: 1
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    [    8832] Mon Nov 05 22:17:27 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{36682D68-3834-487E-BA49-DFA4AB0A2E32}.db
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:17:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 2623 milliseconds (2.623 seconds) DTR = 1796.42 KBPS (1.75432 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0
    ::START TIMER:: [Post payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In PostPayloadReinstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 1.44014 milliseconds (0.00144014 seconds)
    Calling the custom action code for pre-repair for payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0
    ::START TIMER:: [Payload Operation :{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}]
    [   21844] Mon Nov 05 22:17:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Effective AdobeCode for: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} is {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtendScriptToolkit3.8.0-mul\Install.db
    Payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [   21844] Mon Nov 05 22:17:30 2012  INFO
    Extracting assets complete. Number assets: 2
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtendScriptToolkit3.8.0-mul\Install.db
    [   21844] Mon Nov 05 22:17:33 2012  INFO
    Evaluating condition# 1(Seq 98)
    Condition failed(Seq 98)
    [   21844] Mon Nov 05 22:17:36 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtendScriptToolkit3.8.0-mul\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}.db
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:17:36 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}] took 8435.43 milliseconds (8.43543 seconds) DTR = 24.6579 KBPS (0.02408 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0
    Calling the custom action code for pre-repair for payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0
    ::START TIMER:: [Payload Operation :{83463106-DD1C-4FE5-A61C-DF6715472AD4}]
    [   13544] Mon Nov 05 22:17:36 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Effective AdobeCode for: {83463106-DD1C-4FE5-A61C-DF6715472AD4} is {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Session includes local copy of payload for repair source
    Repair payload source package: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    Payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [   13544] Mon Nov 05 22:17:39 2012  INFO
    Extracting assets complete. Number assets: 2
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    [   13544] Mon Nov 05 22:17:44 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\{83463106-DD1C-4FE5-A61C-DF6715472AD4}.db
    Physical payload repair result:0
    [   16724] Mon Nov 05 22:17:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{83463106-DD1C-4FE5-A61C-DF6715472AD4}] took 7367.94 milliseconds (7.36794 seconds) DTR = 44.5172 KBPS (0.0434738 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 return values 0:0
    Calling the custom action code for post-repair for payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0
    Calling the custom action code for pre-install for payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    ::START TIMER:: [Payload Operation :{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}]
    [   20696] Mon Nov 05 22:17:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [   20696] Mon Nov 05 22:18:39 2012  INFO
    Extracting assets complete. Number assets: 2
    Beginning installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12-mul\Install.db
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag Group/User:Everyone Access:GENERIC_ALL(Seq 29)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag Group/User:Administrators Access:GENERIC_ALL(Seq 30)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag Group/User:BuiltinUsers Access:GENERIC_ALL(Seq 31)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag Group/User:BuiltinGuests Access:GENERIC_ALL(Seq 32)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6 Group/User:Everyone Access:GENERIC_ALL(Seq 34)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6 Group/User:Administrators Access:GENERIC_ALL(Seq 35)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6 Group/User:BuiltinUsers Access:GENERIC_ALL(Seq 36)
    Setting permission for: C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6 Group/User:BuiltinGuests Access:GENERIC_ALL(Seq 37)
    Setting permission for: \\lefh-sfps-fs\fs-userrf$\fknippenberg\Application Data\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6 Group/User:BuiltinUsers Access:GENERIC_ALL(Seq 39)
    [   20696] Mon Nov 05 22:18:39 2012 ERROR
    DF043: Failed in GetNamedSecurityInfo(Seq 39)
    DW063: Command ARKSetPermissionCommand failed.(Seq 39)
    [   20696] Mon Nov 05 22:18:39 2012  INFO
    Completing installation for payload at C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12-mul\Install.db
    [   16724] Mon Nov 05 22:18:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}] took 60238.2 milliseconds (60.2382 seconds) DTR = 3881.46 KBPS (3.79048 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 cannot be installed due to dependent operation failure.
    Skipping payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 as payload is not cached
    No operation.  We're done:
    Updating driver data - Action: Remove driver entry
    Updating driver data successful. Driver entry was added. ARP estimated size 106223KB
    [   16724] Mon Nov 05 22:18:46 2012  INFO
    Successfully installed 1 component:
    - Adobe Dreamweaver Widget Browser
    Successfully repaired 11 components:
    - Adobe Player for Embedding 3.3
    - Adobe CSXS Infrastructure CS6
    - Adobe Extension Manager CS6
    - Microsoft Visual C++ 2005 Redistributable Package (x86)
    - Microsoft Visual C++ 2008 Redistributable Package (x86)
    - Microsoft Visual C++ 2010 Redistributable Package (x86)
    - Suite Shared Configuration CS6
    - AdobeHelp
    - Adobe Linguistics CS6
    - Adobe CSXS Extensions CS6
    - Adobe ExtendScript Toolkit CS6
    Total components removed: 0
    [   16724] Mon Nov 05 22:18:46 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    [   16724] Mon Nov 05 22:18:46 2012  INFO
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 179973 milliseconds (179.973 seconds) DTR = 1324.09 KBPS (1.29306 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 -----------
    ERROR: DF043: Failed in GetNamedSecurityInfo(Seq 39)
    ERROR: DW063: Command ARKSetPermissionCommand failed.(Seq 39)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [   16724] Mon Nov 05 22:18:47 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF043, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0  Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 2381.34 milliseconds (2.38134 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6
    Updating media info for: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    Updating media info for: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    Updating media info for: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    Updating media info for: {8E8021FF-7AA0-11E1-BF04-E98EE5274486}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12ja_JPLanguagePack\Install.db
    Updating media info for: {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12en_USLanguagePack\Install.db
    Updating media info for: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    Updating media info for: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12-mul\Install.db
    Updating media info for: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    Updating media info for: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaverWidgetsBrowser1.0-mul\AdobeAIRInstaller.exe
    Updating media info for: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeHelp\InstallAdobeHelp.exe
    Updating media info for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\FKNIPP~1\AppData\Local\Temp\{646423C1-2DBE-4662-B437-BFDDF6D6C024}\Dreamweaver_1 2_LS16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4

  • Why does indesign cs5.5 keep shutting down?

    Before i start - Im going to be honest im not great with computers. I'm using indesign cs5.5 (which im new too - to make things worse) im trying to delete a page that i have already worked on but no longer need but i keep getting theses messages -
    What am i doing wrong?? Its the first page of the doc as i want it to start with double page - hope this is making sense.
    thanks in advice

    this also came up
    Process:         Adobe InDesign CS5.5 [484]
    Path:            /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier:      com.adobe.InDesign
    Version:         7.5.0.142 (7500)
    Code Type:       X86 (Native)
    Parent Process:  launchd [145]
    User ID:         501
    Date/Time:       2013-07-04 15:21:37.049 +0100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          11201 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  42120 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      1BEF4F6C-79C0-9F9E-C213-38DFF34F498C
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   PublicLib.dylib                         0x0128eb37 ProtectiveShutdown::~ProtectiveShutdown() + 279
    1   com.adobe.InDesign.AppFramework          0x0a97a0f3 0xa960000 + 106739
    2   PublicLib.dylib                         0x012500eb CmdUtils::ProcessCommand(ICommand*) + 59
    3   com.adobe.InDesign.Spread               0x0fd32e9c GetPlugIn + 345772
    4   com.adobe.InDesign.Spread               0x0fd3314d GetPlugIn + 346461
    5   com.adobe.InDesign.Spread               0x0fcd001f 0xfcbb000 + 86047
    6   PublicLib.dylib                         0x0124ef92 Command::DoImmediate(short) + 34
    7   com.adobe.InDesign.Utilities            0x0bd02aa3 0xbd01000 + 6819
    8   com.adobe.InDesign.Utilities            0x0bd02ccc 0xbd01000 + 7372
    9   com.adobe.InDesign.AppFramework          0x0a97a198 0xa960000 + 106904
    10  PublicLib.dylib                         0x012500eb CmdUtils::ProcessCommand(ICommand*) + 59
    11  PublicLib.dylib                         0x0124e841 CompoundSequenceCmd::Do() + 369
    12  PublicLib.dylib                         0x0124ef92 Command::DoImmediate(short) + 34
    13  com.adobe.InDesign.Utilities            0x0bd02aa3 0xbd01000 + 6819
    14  com.adobe.InDesign.Utilities            0x0bd02ccc 0xbd01000 + 7372
    15  com.adobe.InDesign.AppFramework          0x0a97a198 0xa960000 + 106904
    16  PublicLib.dylib                         0x012500eb CmdUtils::ProcessCommand(ICommand*) + 59
    17  com.adobe.InDesign.Pages Panel          0x14520ec6 GetPlugIn + 160998
    18  com.adobe.InDesign.Application UI          0x0c48d89a GetPlugIn + 256410
    19  com.adobe.InDesign.Application UI          0x0c485e9b GetPlugIn + 225179
    20  com.adobe.InDesign.Application UI          0x0c4859f3 GetPlugIn + 223987
    21  com.apple.HIToolbox                     0x9a3b6772 CarbonReceiveMapper + 116
    22  com.apple.HIServices                    0x99760d9e DoLegacyDropMessage + 120
    23  com.apple.HIServices                    0x99760c1e DoDropMessage + 43
    24  com.apple.HIServices                    0x99760bb7 SendDropMessage + 43
    25  com.apple.HIServices                    0x99764885 DragInApplication + 703
    26  com.apple.HIServices                    0x99763b84 CoreDragStartDragging + 517
    27  com.apple.HIToolbox                     0x9a3b5e9a TrackDrag + 634
    28  com.adobe.InDesign.Application UI          0x0c48816c GetPlugIn + 234092
    29  com.adobe.InDesign.Application UI          0x0c48b37e GetPlugIn + 246910
    30  com.adobe.InDesign.Pages Panel          0x144e85b1 0x144e2000 + 26033
    31  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    32  com.adobe.InDesign.Pages Panel          0x145012e2 GetPlugIn + 30978
    33  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    34  com.adobe.InDesign.Pages Panel          0x145012e2 GetPlugIn + 30978
    35  com.adobe.InDesign.Pages Panel          0x145312a5 GetPlugIn + 227525
    36  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    37  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    38  com.adobe.InDesign.Widgets              0x0da71063 GetPlugIn + 120659
    39  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    40  WidgetBinLib.dylib                      0x028ea114 PanelEventHandler::LButtonDn(IEvent*) + 116
    41  com.adobe.InDesign.Application UI          0x0c4fdd3e GetPlugIn + 716350
    42  WidgetBinLib.dylib                      0x0297c0f0 CDefaultEH::LButtonDn(IEvent*) + 48
    43  PublicLib.dylib                         0x0126f75e CEventDispatcher::DispatchToEventHandlers(IEvent*) + 222
    44  PublicLib.dylib                         0x0126f218 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    45  com.adobe.InDesign.Application UI          0x0c497b76 GetPlugIn + 298102
    46  com.adobe.InDesign.Application UI          0x0c49560c GetPlugIn + 288524
    47  com.adobe.InDesign.Application UI          0x0c4d0450 GetPlugIn + 529744
    48  com.apple.HIToolbox                     0x9a3b99bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    49  com.apple.HIToolbox                     0x9a241394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    50  com.apple.HIToolbox                     0x9a240780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    51  com.apple.HIToolbox                     0x9a254655 SendEventToEventTarget + 88
    52  com.apple.HIToolbox                     0x9a2745c7 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2141
    53  com.apple.HIToolbox                     0x9a24183f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    54  com.apple.HIToolbox                     0x9a240780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    55  com.apple.HIToolbox                     0x9a254655 SendEventToEventTarget + 88
    56  com.adobe.InDesign.AppFramework          0x0a962aff 0xa960000 + 11007
    57  com.adobe.InDesign.AppFramework          0x0a98800a GetPlugIn + 14282
    58  com.adobe.InDesign                      0x000028ab main + 187
    59  com.adobe.InDesign                      0x000027c6 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9677a9ae kevent + 10
    1   libdispatch.dylib                       0x954cdc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x954cd7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96b5f572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9562d6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x95579acb MPWaitOnQueue + 261
    5   PMRuntime.dylib                         0x00016130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore          0x95600a7b PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x967777d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x96776cb0 mach_msg + 68
    2   com.apple.CoreServices.CarbonCore          0x9562a35b TS_exception_listener_thread + 89
    3   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    4   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96be5095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x9562d492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x9562d68e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore          0x95579acb MPWaitOnQueue + 261
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore          0x95600a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96becaf0 pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x09dfe274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x09df7074 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x09dfe2da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    7   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96becaf0 pthread_cond_wait + 48
    3   TINthread.dylib                         0x11d7c7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                         0x11d7c83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x96779c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x96be4a55 nanosleep$UNIX2003 + 189
    2   com.adobe.InDesign.Support for JavaScript          0x0fa6efab GetPlugIn + 344123
    3   com.adobe.InDesign.Support for JavaScript          0x0fa529c3 GetPlugIn + 227923
    4   com.adobe.InDesign.Support for JavaScript          0x0fa6f0b8 GetPlugIn + 344392
    5   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x96779b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x96be4bbf recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x168702d7 Invoke + 54887
    3   ServiceManager-Launcher.dylib           0x1686f376 Invoke + 50950
    4   ServiceManager-Launcher.dylib           0x1686e227 Invoke + 46519
    5   ServiceManager-Launcher.dylib           0x1686e279 Invoke + 46601
    6   ServiceManager-Launcher.dylib           0x1686e303 Invoke + 46739
    7   ServiceManager-Launcher.dylib           0x16868706 Invoke + 23190
    8   ServiceManager-Launcher.dylib           0x168688ef Invoke + 23679
    9   ServiceManager-Launcher.dylib           0x168694cf Invoke + 26719
    10  ServiceManager-Launcher.dylib           0x168695cd Invoke + 26973
    11  ServiceManager-Launcher.dylib           0x1686c9b8 Invoke + 40264
    12  ServiceManager-Launcher.dylib           0x1686cc61 Invoke + 40945
    13  ServiceManager-Launcher.dylib           0x1686d28f Invoke + 42527
    14  ServiceManager-Launcher.dylib           0x1686d48c Invoke + 43036
    15  ServiceManager-Launcher.dylib           0x1685f11a Login + 1654
    16  ServiceManager-Launcher.dylib           0x168606f7 Login + 7251
    17  ServiceManager-Launcher.dylib           0x1686d9fb Invoke + 44427
    18  ServiceManager-Launcher.dylib           0x1686ff49 Invoke + 53977
    19  libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    20  libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96becaf0 pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x1eaab42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl                     0x1e84453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl                     0x1eaab51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl                     0x1eaab587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl                     0x1eaab6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96becaf0 pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x1eaab42f APXGetHostAPI + 2599903
    4   com.adobe.adobeswfl                     0x1e84453f APXGetHostAPI + 81135
    5   com.adobe.adobeswfl                     0x1eaab51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl                     0x1eaab587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl                     0x1eaab6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x96777826 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x95600810 MPWaitOnSemaphore + 106
    2   MultiProcessor Support                  0x1b73a0f8 ThreadFunction(void*) + 78
    3   com.apple.CoreServices.CarbonCore          0x95600a7b PrivateMPEntryPoint + 68
    4   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96b5f572 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x1eaab3f7 APXGetHostAPI + 2599847
    4   com.adobe.adobeswfl                     0x1eac5e4e APXGetHostAPI + 2708990
    5   com.adobe.adobeswfl                     0x1eaab51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl                     0x1eaab587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl                     0x1eaab6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x967798e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b5f2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96b5f572 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x1eaab3f7 APXGetHostAPI + 2599847
    4   com.adobe.adobeswfl                     0x1ec22348 APXGetHostAPI + 4135672
    5   com.adobe.adobeswfl                     0x1eaab51c APXGetHostAPI + 2600140
    6   com.adobe.adobeswfl                     0x1eaab587 APXGetHostAPI + 2600247
    7   com.adobe.adobeswfl                     0x1eaab6a6 APXGetHostAPI + 2600534
    8   libsystem_c.dylib                       0x96b5a5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96b44d4e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9677a0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x96b5d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x96b5ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x96b44d2a start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x9677a0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x96b5d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x96b5ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x96b44d2a start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0128ea34  ecx: 0xffffffff  edx: 0x02f4b7f8
      edi: 0xbfffd6f4  esi: 0x0366b668  ebp: 0xbfffd748  esp: 0xbfffd690
       ss: 0x00000023  efl: 0x00010246  eip: 0x0128eb37   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign (7.5.0.142 - 7500) <C7B8B88C-A6B0-6D19-90C9-8D0DEF16C955> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        0xa000 -     0xafff +InDesignModel (0) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xf000 -     0xffff +InDesignModelAndUI (0) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x14000 -    0x1bff3 +PMRuntime.dylib (1) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE (AdobeACE 2.18.00.12659 - 2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM (AdobeAGM 4.20.70.12659 - 4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE (AdobeARE 1.5.02.12659 - 1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB (AdobeBIB 1.2.02.12659 - 1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType (AdobeCoolType 5.07.124.12659 - 5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS (AdobeMPS 5.5.0.12783 - 5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib (1) <CBC3A0F4-5567-AE0C-8E1A-886D0E4DEFF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib (1) <5825417D-9630-83F2-2A46-4A1E1F64406A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1227000 -  0x163efff +PublicLib.dylib (1) <C771D26E-109E-B663-A7B8-62B809C34629> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17ce000 -  0x17e5ff6 +AdobeAFL (1) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17f6000 -  0x17feff3 +boost_threads (0) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1808000 -  0x180dffd +ASLSupportLib.dylib (1) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1813000 -  0x1814ff2 +libtbbmalloc.dylib (0) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1818000 -  0x1826fe7 +libtbb.dylib (0) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x182e000 -  0x1966fe7 +WRServices (0) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19a8000 -  0x19acffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x19b2000 -  0x2362fff +libicudata.dylib.36.0 (36) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2365000 -  0x2432ff3 +libicui18n.dylib.36.0 (36) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.d ylib.36.0
    0x2495000 -  0x256ffef +libicuuc.dylib.36.0 (36) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x25af000 -  0x261ffeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x262a000 -  0x2698ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26af000 -  0x2748fef +boost_regex (0) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x278d000 -  0x27c9ff7  com.apple.vmutils (4.2.1 - 108) <6918860D-B24F-356C-9374-025BFFEA66A3> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27e3000 -  0x288efff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x28d2000 -  0x28d4ffb +boost_system (0) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28d9000 -  0x2a77fff +WidgetBinLib.dylib (1) <BF0D4AF6-C502-352D-DA1D-5EFBCA827993> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b5b000 -  0x2cfafe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d63000 -  0x2de0fff +AdobeOwlCanvas (1) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2dfc000 -  0x2dffffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x3dc7000 -  0x3dccfff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x3df1000 -  0x3dfffff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x3e03000 -  0x3e15ffd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x3e1b000 -  0x3e26fff  libGPUSupport.dylib (8.9.2) <01E0F852-CBB7-3EE7-A2CD-79CB4A3EF2B5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0x3e2d000 -  0x3e58ff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x3e61000 -  0x3e69ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x3e70000 -  0x3e79ff7 +FastCore (???) <D6D6370C-7316-A804-FCF2-45FD60439834> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/FastCore.plugin/Contents/MacOS/F astCore
    0x9dd9000 -  0x9e44fe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x9e60000 -  0x9e68fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xa1dc000 -  0xa215ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificati ons
    0xa3d5000 -  0xa3d6ff3 +com.adobe.InDesign.Metadata Database Filter (7.5.0.142 - 0) <4BBF4896-D573-119F-F44E-2B647F9CA5BF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0xa3db000 -  0xa3dcff1 +com.adobe.InDesign.Global Preferences Panel (7.5.0.142 - 0) <85F380E9-DDB5-4671-4473-227A5DB8C5DB> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0xa3e1000 -  0xa3f5fff +com.adobe.AdobeSFL (AdobeSFL 1.1.0.12783 - 1.1.0.12783) <DF8BD226-F63C-17C9-3A48-1E9D8AC79353> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0xa960000 -  0xaaf4fe7 +com.adobe.InDesign.AppFramework (7.5.0.142 - 0) <8D408CDA-B256-926D-33BF-F9FE8BA6BF52> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0xb400000 -  0xb57cff7 +com.adobe.InDesign.Layout UI (7.5.0.142 - 0) <BF79DE26-6FA5-F647-59F9-6492DA99BEF5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0xb605000 -  0xb659ff7 +com.adobe.InDesign.Import Export UI (7.5.0.142 - 0) <798A82C2-D58E-223D-424D-EA0EE1BE14C1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0xb684000 -  0xb757ff7 +com.adobe.InDesign.Hyperlinks (7.5.0.142 - 0) <E1142D20-690C-F71A-D488-DA475046CAE5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0xb7a3000 -  0xb80dff7 +com.adobe.InDesign.Master Page (7.5.0.142 - 0) <D26C418D-DB9A-EBB4-4683-11788565F9FD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0xb835000 -  0xb850ffb +com.adobe.InDesign.IME (7.5.0.142 - 0) <13C0D3D0-6290-FAFC-4B37-57835D92293C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0xb862000 -  0xb9f3feb +com.adobe.InDesign.Text Walker (7.5.0.142 - 0) <CDABE946-9188-80C3-7647-B5A48721C698> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker
    0xba97000 -  0xbad9ff7 +com.adobe.InDesign.Linguistics (7.5.0.142 - 0) <878DBFDF-7D69-35A8-2652-DE759858C21F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0xbafa000 -  0xbb48fff +com.adobe.InDesign.Text Panel (7.5.0.142 - 0) <70374F1B-6312-E7E4-2463-0928185FCC04> /Applications/Adobe InDesign CS5.5/*/Text Panel
    0xbb6a000 -  0xbb99ff0 +TextPanelLib.dylib (1) <0C3DE096-BEA9-5C37-1C4B-E597611FE756> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/TextPanelLib.dylib
    0xbbb7000 -  0xbbf6ffc +com.adobe.InDesign.Spelling Panel (7.5.0.142 - 0) <0C30B312-6573-7EEE-9825-8D0CB3C64518> /Applications/Adobe InDesign CS5.5/*/Spelling Panel
    0xbc18000 -  0xbcc3fff +com.adobe.InDesign.Text Editor (7.5.0.142 - 0) <15A5DCF7-68CF-C655-0DC2-597344EFFBB1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
    0xbd01000 -  0xbd25fef +com.adobe.InDesign.Utilities (7.5.0.142 - 0) <58F6C2A9-6DED-218C-8DCB-C93E1292BCFD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
    0xbd3e000 -  0xbf1ffff +com.adobe.InDesign.Package and Preflight (7.5.0.142 - 0) <CB1F2F8F-96BF-051F-C9B4-6333B4CAD819> /Applications/Adobe InDesign CS5.5/*/Package and Preflight
    0xbfb1000 -  0xc009ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.2 -c 3 - 61.141987) <31B045A8-AA5F-AFDF-E2DD-71B418CD1707> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xc019000 -  0xc03fff6 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.5.101.12783 - 3.5.101.12783) <C7FD5306-E881-A19A-0F40-0E3844278526> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
    0xc052000 -  0xc128fef +com.adobe.InDesign.Color Management (7.5.0.142 - 0) <E527C98F-07A4-27EA-CBA1-AAA6D9013FEE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0xc2b5000 -  0xc2e3ff2 +com.adobe.Reader for DOCX (Reader for DOCX 5.5.0.12783 - 5.5.0.12783) <3EAC0912-78DA-D791-9A84-3D52A0EBAE24> /Applications/Adobe InDesign CS5.5/*/Reader for DOCX
    0xc2f4000 -  0xc2f5ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xc2fa000 -  0xc2fbffd +com.adobe.InDesign.Help (7.5.0.142 - 0) <CEB5D662-51B7-241D-925B-4F35F5EF83D4> /Applications/Adobe InDesign CS5.5/*/Help
    0xc400000 -  0xc662feb +com.adobe.InDesign.Application UI (7.5.0.142 - 0) <6C7D1595-0A3F-F4CC-4A05-9AB25904E679> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0xc768000 -  0xc800fff +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.13048) <A9394CC7-8E48-FE0F-FDB5-37D0FE77435B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0xc861000 -  0xc8eeff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.13048) <68FB7168-645E-BD55-5EAA-007315B53997> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xc935000 -  0xc98bffb +com.adobe.headlights.LogSessionFramework (2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xc9d4000 -  0xcb61ffb +com.adobe.InDesign.Document Framework (7.5.0.142 - 0) <11303160-46A1-F578-AE66-926F1F903F72> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0xcc5b000 -  0xcd6cff3 +com.adobe.InDesign.SangamServicer-Mapper (7.5.0.142 - 0) <825729F5-772E-9F27-2710-147A497256B5> /Applications/Adobe InDesign CS5.5/*/SangamServicer-Mapper
    0xcdbb000 -  0xce24ffb +com.adobe.AdobeSangam (AdobeSangam 5.5.0.12783 - 5.5.0.12783) <EE734EB4-6DC9-A88E-F189-584CB3CC300F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0xce70000 -  0xcf3dfe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.5.101.12783 - 3.5.101.12783) <117ACA20-072D-0AB2-CCB9-0385FF43CB14> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0xcfaf000 -  0xd068fff +com.adobe.AXEXSLT (AdobeAXSLE 3.5.101.12783 - 3.5.101.12783) <4187300A-A810-B5AA-A037-791EABE98CAE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0xd0d4000 -  0xd157ff2 +com.adobe.AdobeSangamML (AdobeSangamML 5.5.0.12783 - 5.5.0.12783) <6BB4FF8D-2121-CD9A-375E-3676D87B9FB9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0xd18a000 -  0xd1efff3 +com.adobe.Reader for Excel (Reader for Excel 5.5.0.12783 - 5.5.0.12783) <4E274D61-9128-F37D-4837-26C0DE381677> /Applications/Adobe InDesign CS5.5/*/Reader for Excel
    0xd20a000 -  0xd292fff +com.adobe.Reader For PageMaker (Reader For PageMaker 5.5.0.12783 - 5.5.0.12783) <107A2E69-B4B2-F522-D66D-1E12BCCD1045> /Applications/Adobe InDesign CS5.5/*/Reader For PageMaker
    0xd2b6000 -  0xd2daffb +PMFileReader.dylib (1) <067D798E-A885-F281-E9FC-64CD81688345> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMFileReader.dylib
    0xd2df000 -  0xd3dffff +com.adobe.Reader for Quark (Reader for Quark 5.5.0.12783 - 5.5.0.12783) <DD4A9EBE-20F5-7469-E72F-EE90980741DF> /Applications/Adobe InDesign CS5.5/*/Reader for Quark
    0xd406000 -  0xd46cff4 +com.adobe.Reader for RTF (Reader for RTF 5.5.0.12783 - 5.5.0.12783) <984288A8-94B9-BC95-FBF0-6F365701DF96> /Applications/Adobe InDesign CS5.5/*/Reader for RTF
    0xd48c000 -  0xd500ff4 +com.adobe.Reader for Word (Reader for Word 5.5.0.12783 - 5.5.0.12783) <57375CEC-6E04-2571-D77B-060B13D28B82> /Applications/Adobe InDesign CS5.5/*/Reader for Word
    0xd51f000 -  0xd594fe2 +com.adobe.Reader for XLSX (Reader for XLSX 5.5.0.12783 - 5.5.0.12783) <47A05136-AB06-1EE4-DD81-10F102AAB3F3> /Applications/Adobe InDesign CS5.5/*/Reader for XLSX
    0xd5bd000 -  0xd5c5ff7 +com.adobe.ZTextReader (ZTextReader 5.5.0.12783 - 5.5.0.12783) <6C5C3A2C-5754-C172-6F64-F6A6168CE2CA> /Applications/Adobe InDesign CS5.5/*/ZTextReader
    0xd64c000 -  0xd6b0ff7 +com.adobe.InDesign.XMLParser (7.5.0.142 - 0) <CBF3AAB0-86BB-BBF2-4D96-0A4A8110B4B5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
    0xd6d8000 -  0xd8a1fef +com.adobe.InDesign.XML (7.5.0.142 - 0) <5189B06E-3EFC-E215-2932-C164CF316876> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
    0xd93e000 -  0xd962fff +com.adobe.InDesign.WorldReady (7.5.0.142 - 0) <35E745DE-9201-7F54-E0DD-895C0000FA28> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady
    0xd975000 -  0xd9a9ffb +com.adobe.InDesign.Workgroup (7.5.0.142 - 0) <E3BA5C81-70E2-25BF-630A-E491CFE09952> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
    0xd9bf000 -  0xd9dafff +com.adobe.InDesign.Workgroup Client (7.5.0.142 - 0) <41839E06-2B38-2225-B7E6-82F7FB5C0CB2> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
    0xd9ea000 -  0xd9f2ffe +com.adobe.InDesign.Workgroup Client UI (7.5.0.142 - 0) <5DC4A3D0-12C1-A243-C697-AF4A0D1CF60D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
    0xd9f9000 -  0xdb0cfeb +com.adobe.InDesign.Widgets (7.5.0.142 - 0) <92D951DB-5262-E331-7123-2EF3CE1026C3> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets
    0xdb91000 -  0xdc9ffef +com.adobe.InDesign.Transparency (7.5.0.142 - 0) <5A43618F-5283-0522-27CA-DAC2C651D88B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
    0xdced000 -  0xea7efeb +com.adobe.psl (AdobePSL 12.0.0.12659 - 12.0.0.12659) <03D5B098-AD3C-FB84-0D0D-7DE57C025F3F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0xede6000 -  0xedf5fff +com.adobe.InDesign.Text Editor Model (7.5.0.142 - 0) <A72F1E12-4B7F-EB06-9CF3-2438A9E7AAEE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
    0xef00000 -  0xef52ff1 +com.adobe.InDesign.TOC (7.5.0.142 - 0) <D735757B-674F-2B98-FE61-3DDB48CE19FA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
    0xef72000 -  0xf478ff7 +com.adobe.InDesign.Text (7.5.0.142 - 0) <6E232C2A-7FAB-5A10-63D5-62C8986ACB4E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
    0xf5f2000 -  0xf657fff +com.adobe.InDesign.Text Wrap (7.5.0.142 - 0) <E2EAC53B-4D2A-C445-970F-1210C2E4A614> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
    0xf67d000 -  0xf6a7fff +com.adobe.InDesign.Text Wrap Path (7.5.0.142 - 0) <47423658-3254-F342-8C6D-303833490E38> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path
    0xf6b2000 -  0xf6fbfff +com.adobe.InDesign.Text Attributes (7.5.0.142 - 0) <97F3EF6E-346A-3B92-1E4C-2DCE6E451DEC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0xf722000 -  0xf769fff +com.adobe.InDesign.TableStyles (7.5.0.142 - 0) <1BC33831-E1AF-2617-746C-0175688A58A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0xf782000 -  0xf97cfff +com.adobe.InDesign.Table Model (7.5.0.142 - 0) <19A6AA46-B2FB-1914-08CC-C2DF1EE51CCE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0xfa0e000 -  0xfa98ff7 +com.adobe.InDesign.Support for JavaScript (7.5.0.142 - 0) <BEAE6DA2-21DF-2ED4-BD76-053F665A89C1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0xfad3000 -  0xfb17fff +com.adobe.InDesign.Support for AppleScript (7.5.0.142 - 0) <72C25DCD-42B9-E9B8-14EB-F0E32F406606> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0xfb32000 -  0xfc02fe7 +com.adobe.InDesign.Graphics (7.5.0.142 - 0) <DCA66589-8A34-5595-2BD9-F8090563B762> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0xfc4e000 -  0xfc9dffb +com.adobe.InDesign.Stroke and Fill (7.5.0.142 - 0) <B7D31D36-C6B6-78CC-52A6-E5E4C3A65337> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0xfcbb000 -  0xfd9efff +com.adobe.InDesign.Spread (7.5.0.142 - 0) <00386BD6-451D-A61B-9CE8-D8C121762D81> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0xfded000 -  0xfe32ff0 +com.adobe.InDesign.Spread UI (7.5.0.142 - 0) <712A1BE8-B8DE-7800-2528-714CC910369A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0xfe4e000 -  0xfe8affb +com.adobe.InDesign.Spline (7.5.0.142 - 0) <8CEFB169-65C7-B546-734E-30CACF084E43> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0xfea8000 -  0xfee1fff +com.adobe.InDesign.Spline UI (7.5.0.142 - 0) <909F6496-5243-7E94-5A82-CBB7C30CFE89> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0xff01000 -  0xff0ffff +com.adobe.InDesign.Spelling Service (7.5.0.142 - 0) <A65001B0-C39E-001C-FF9A-0C2F42F06F3D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0xff1c000 -  0xff29fff +com.adobe.InDesign.Sound (7.5.0.142 - 0) <12F9F083-586A-6C5E-5F74-B20F197352AC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0xff35000 -  0xff56ff7 +com.adobe.InDesign.SharedContent (7.5.0.142 - 0) <1E9F595E-928D-03EB-7FDD-F2F91C7A8DCD> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent
    0xff69000 -  0xff83ff2 +com.adobe.InDesign.Sections (7.5.0.142 - 0) <73FB3557-F4B5-1DA9-0FF5-5A8FFE4E91BA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0xff93000 - 0x1002cff7 +com.adobe.InDesign.Scripting (7.5.0.142 - 0) <37732D36-D9CC-F7A1-989E-8A2B90BC4905> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x1005f000 - 0x10079fff +com.adobe.InDesign.Rulers (7.5.0.142 - 0) <A0397830-63EC-4648-BDA6-D8A8B2B4A2B4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x1008a000 - 0x101d6fff +com.adobe.InDesign.Print (7.5.0.142 - 0) <23314410-A1CE-055A-F03A-74D9AB059111> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x10238000 - 0x1026afe7 +com.adobe.InDesign.PNG Import Filter (7.5.0.142 - 0) <BD12B7F4-90BF-91FA-18DD-E17F18541ABE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x10275000 - 0x102a8ff7 +com.adobe.InDesign.Photoshop Import Filter (7.5.0.142 - 0) <2DD22890-FBF0-B6D8-82C9-3367B98E74E1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x102c0000 - 0x10313ff3 +com.adobe.InDesign.Book (7.5.0.142 - 0) <B4885AFB-B2D0-7334-1989-9524FD4FC6A4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x10338000 - 0x1042dfe7 +com.adobe.InDesign.Image (7.5.0.142 - 0) <366DF110-9E72-A8BD-5600-DBD7408E9951> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x1047d000 - 0x10486ffb +com.adobe.InDesign.Group (7.5.0.142 - 0) <4109367F-5E27-881F-274E-2F9B96C61157> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x10491000 - 0x10575fef +com.adobe.InDesign.EPS Page Item (7.5.0.142 - 0) <E2341852-4E4C-6880-CFC1-FC900BB4F6E4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x105be000 - 0x107a0fff +com.adobe.InDesign.PDF (7.5.0.142 - 0) <75374F8F-15A2-6734-0002-9E3E4BA60536> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x10831000 - 0x10914fef +com.adobe.PDFPort (AdobePDFPort 2.1.0.12895 - 2.1.0.12895) <C7CDB72D-081A-E40C-3FF8-284D96F68E57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x1094c000 - 0x10967ff9 +AdobePDFSettings (1) /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x10981000 - 0x10b46ff7 +com.adobe.InDesign.Generic Page Item (7.5.0.142 - 0) <5BC38A5B-0214-C072-9F58-FB9F32CDAAFE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x10bde000 - 0x10c17ffb +com.adobe.InDesign.Path Type (7.5.0.142 - 0) <8A3BD04D-2AB4-20B1-99D0-78BE61941918> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x10c34000 - 0x10c3cff3 +PathTypeLib.dylib (1) <8609265F-D811-48ED-CAEE-E20A68D4E6FE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PathTypeLib.dylib
    0x10c43000 - 0x10d06fff +com.adobe.InDesign.Paragraph Composer (7.5.0.142 - 0) <F840479A-06BD-609C-095B-F39DD694D6E9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x10d27000 - 0x10d5bfff +com.adobe.InDesign.Open Place (7.5.0.142 - 0) <4DBD079D-0A13-0D8B-419D-7FEB65FF7FCF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x10d75000 - 0x10d8afff +com.adobe.InDesign.Movie (7.5.0.142 - 0) <B9AB8E35-D4C9-0FFC-650A-718ABE17607A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x10d9a000 - 0x10e17ff7 +com.adobe.InDesign.Metadata (7.5.0.142 - 0) <05C2EB44-E814-E70E-A17D-C99F81F52DE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x10e48000 - 0x10eeeff3 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.2 -f 17 - 61.141987) <963C6B68-E97E-A983-A716-6A8FA37E9D2D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x10f2c000 - 0x10f7eff7 +com.adobe.InDesign.Media (7.5.0.142 - 0) <B6786555-0472-9E99-3BD2-FC9D16AE89F7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x10fa0000 - 0x110dfff7 +com.adobe.InDesign.Links (7.5.0.142 - 0) <7ECA5641-B4BD-E368-8962-B4044745BD4A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x11145000 - 0x11166ff3 +com.adobe.InDesign.Layout (7.5.0.142 - 0) <D3AC0213-DB4C-16C8-BEC4-DE89209A1EF8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x11178000 - 0x1119cfff +com.adobe.InDesign.Layer (7.5.0.142 - 0) <B35B106C-8EEA-3A91-52C6-CBB3D58BDAC1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x111b1000 - 0x1126dfff +com.adobe.InDesign.INXCore (7.5.0.142 - 0) <7E5BEC36-0B3B-DCA6-1850-B74A6474B15A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x112b0000 - 0x11392ff7 +com.adobe.InDesign.Indexing (7.5.0.142 - 0) <FAAEC28E-8BE7-72C8-770C-CD680DB8604D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x113d0000 - 0x1144eff3 +com.adobe.InDesign.InCopyWorkflow (7.5.0.142 - 0) <EC780277-4C3A-CA35-768B-C4D3873DFFE8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x1148b000 - 0x11495ff3 +com.adobe.InDesign.InCopySharedUI (7.5.0.142 - 0) <D473C4F5-2D25-B841-E5D9-028BF32BC555> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x114a1000 - 0x11580fe7 +com.adobe.InDesign.InCopyShared (7.5.0.142 - 0) <3064A755-C8ED-7697-E670-AD641690BB27> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x115d2000 - 0x1162bfef +com.adobe.InDesign.Image Filters (7.5.0.142 - 0) <BF3D1FD7-8F20-0839-3D80-4C2F2E25F158> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x1163a000 - 0x11650fff +com.adobe.InDesign.Guides (7.5.0.142 - 0) <E4AEB43F-629D-AB80-13AD-48400DDD3770> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x11660000 - 0x116bdffb +com.adobe.InDesign.Gradient Fill (7.5.0.142 - 0) <A41D8F17-419C-49F3-6579-A405EA311CA7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x116e4000 - 0x116eeff7 +com.adobe.InDesign.GenericSettings (7.5.0.142 - 0) <A712DBF0-540D-6F78-BCD0-47820055989D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x116f7000 - 0x11805fff +com.adobe.InDesign.GalleyUI (7.5.0.142 - 0) <A23A3454-8582-CDC5-01C2-730CDC7E1FF1> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0x1184f000 - 0x118a1ffb +com.adobe.InDesign.Galley (7.5.0.142 - 0) <BAC0BFF4-6275-0B2C-2A14-D6E0F5740019> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x118bf000 - 0x1193efff +com.adobe.InDesign.FormField (7.5.0.142 - 0) <04AA4221-098D-1F87-BB24-6B563A648B97> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x11972000 - 0x11a6fff7 +com.adobe.InDesign.Font Manager (7.5.0.142 - 0) <C48F8BA3-8E6F-63AF-EE70-8D3B51038ADE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x11aac000 - 0x11acdfef +com.adobe.SING (12.0.4 - 12.0.4) <440244FD-6A2F-4128-B9BF-F1C804B1CB6F> /Library/Application Support/Adobe/*/SING.bundle/Contents/MacOS/SING
    0x11ae3000 - 0x11bacff1 +com.adobe.SINGCore (12.0.11 - 12.0.11) <87B1D0A5-E4F3-4239-A81E-BB5FA0B242D8> /Library/Application Support/Adobe/*/SINGCore.bundle/Contents/MacOS/SINGCore
    0x11d7b000 - 0x11d7efff +TINthread.dylib (1) /Library/Application Support/Adobe/*/TINthread.dylib
    0x11d85000 - 0x1204bfd3 +com.adobe.TIN (TIN 2.0.17 - 2.0.17) /Library/Application Support/Adobe/*/TIN.bundle/Contents/MacOS/TIN
    0x121de000 - 0x124f5ffd +com.adobe.InDesign.Dynamic Documents (7.5.0.142 - 0) <CBCE694B-97A9-7D4D-C799-05CBEB900FCC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0x125d6000 - 0x126b7ff4 +com.adobe.AGMFL (AdobeAGMFL 2.1.0.12659 - 2.1.0.12659) <36E18AF4-44A0-8310-FA95-302E59206D56> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0x126ec000 - 0x1287dff3 +aflamingo (1) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x128c8000 - 0x128cefff +com.adobe.InDesign.Document UI (7.5.0.142 - 0) <E05C2C47-C7C1-7105-845E-A19E866C6582> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x128d6000 - 0x128f4ffe +com.adobe.InDesign.Document Actions (7.5.0.142 - 0) <EA164F5E-9FF6-9C78-3304-BD0C44D6EF38> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x12906000 - 0x12922ff3 +com.adobe.InDesign.Dialog Layout (7.5.0.142 - 0) <A7CF2212-1F92-7A3B-5EF1-689EC3F85846> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x12933000 - 0x1297cff7 +com.adobe.InDesign.Conditional Text (7.5.0.142 - 0) <30CAB7B8-696D-2F18-5206-557F381C24CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0x1299e000 - 0x129f4ff7 +com.adobe.InDesign.CompFontMgr (7.5.0.142 - 0) <306CB6D8-AF98-394F-971E-3E71D66B4D5E> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x12a15000 - 0x12a87ffa +com.adobe.InDesign.CJKGrid (7.5.0.142 - 0) <1CECF746-B564-53C2-09A7-E88A68EC0B90> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x12ab3000 - 0x12b3bffb +com.adobe.InDesign.CJK Text Attributes (7.5.0.142 - 0) <B04E8AE5-F801-D8E4-0C4B-C1C7477C12CF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x12b71000 - 0x12ba2fff +com.adobe.InDesign.CellStyles.rpln (7.5.0.142 - 0) <502EA752-4648-0FDE-CEDC-6BA8B14773E7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0x12bba000 - 0x12bc8fff +com.adobe.InDesign.Buzzword Access (7.5.0.142 - 0) <863BF7E8-CECA-DD5F-50B0-7682936AA058> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword Access
    0x12bd3000 - 0x12c77fe1 +com.adobe.InDesign.BNCore (7.5.0.142 - 0) <578D6272-20A6-ED7F-2C78-63358CEE37CA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x12cad000 - 0x12cfeff7 +com.adobe.InDesign.Behavior (7.5.0.142 - 0) <10573684-DA3A-E5BB-FA1D-ED74D92CAF3B> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x12d28000 - 0x12d59ffb +com.adobe.InDesign.Basic Tools (7.5.0.142 - 0) <824B5528-5647-C891-30B5-45656EF00CD6> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x12d75000 - 0x12d9dff7 +com.adobe.InDesign.AWSUI (7.5.0.142 - 0) <E9203DE7-CD7C-B9C6-4D65-0425A1B82331> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x12db5000 - 0x12df0ffb +com.adobe.InDesign.AWS (7.5.0.142 - 0) <0DC62D0E-284B-7306-BF47-F5CFD8E03BF9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x12e0e000 - 0x12e8ffe7 +com.adobe.InDesign.Assignments (7.5.0.142 - 0) <6B3E75B0-9182-FF85-D32C-E222EB250B6C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x12ec3000 - 0x12ee3fff +com.adobe.I

Maybe you are looking for

  • How can I return a HD movie that won't play on my pc?

    I accidently bought an HD movie insted of the SD and it won't download on my computer. Every time I try to download it, says i have to transfer it to an HD device. I tried to put it on my ipad but it won't do it because it's not downloaded in the clo

  • Itunes won't recognize ipod nano 2nd gen

    hi everyone, I have a mac powerpc g4 and am running osx 10.3.2 and itunes 6.0.4. as far as I know, that's the latest itunes that will work with this os. I can plug in my own ipod (an old 40 gb) and everything's great. the problem is when my fiance pl

  • Wrt54g only have 2 wireless put of 4 but all lights are on

    I was having a connection problem the other day which was weird. So, I went to check on my wireless router and ALL 4 lights were lit. I unplugged it and rebooted and every thing went back to normal. Now it has happened again. Are people using my wire

  • List of outstanding Credit Note from Vendor

    Hi I want to know about following two reports 1.List of outstanding Credit Note from Vendor. 2. List of Outstanding POs more than half year Is any std reports available for those reports else How can i fetch the data where i have to find out?

  • Suddenly unable to get new users IP's  (Probably DHCP issue)

    Hi, I just took over the support for a small business and while fixing a "roaming profiles" issue I realized that new computers (clients) were not able to get new IP Address or they don't have internet. I have verified the physical connections and th