ExtendScript Toolkit problems

I'm getting started with scripting using InDesign CS3, v 5.0.4. I seem to be stuck at "go" for a variety of reasons and would appreciate some help.
My issues:
1. After installing (or reinstalling) InDesign, I find there's no Scripting Support folder anywhere on my PC (XP SP3, by the way). I understand this should be the location for the type libraries.
2. When I launch the ExtendScript Tookit, the process starts (I can confirm this in Task Manager), but the GUI does not appear. Well, that's not quite true; sometimes it shows up 20-30 minutes later. This is a work computer and there's a Novell client installed on the machine. I find that the ExtendScript launch problem goes away if I uninstall the Novell client. Anyone have insight on any part of this?
Thanks in advance ...

I have just had exactly the same problem and I ended up telephoning Adobe support - officially free products such as the ExtendScript Toolkit 2 do not get telephone support.
The person I spoke to at Adobe suggested I run the CS3Clean utility, and that worked for me. See http://www.adobe.com/go/kb402767
BE SURE TO READ THE INSTRUCTIONS IN FULL FIRST
In my case I only needed to run level 1 in the utility. Bit of a pain though to have to uninstall everything and re-install.

Similar Messages

  • [Win]: Can't install ExtendScript ToolKit 2 - Problems with an already installed E'Script T'Kit 2?

    Hi
    I have problem to install ExtendScript ToolKit 2. I had installed ExtendScript ToolKit 2 and removed it with the Uninstaller. Now I want to reinstall it but it doesn't work. The setup says there is a conflict with the already installed ExtendScript ToolKit 2, but I have removed it.
    What can I do?
    I have searched in the registry about keys with the ExtendScript ToolKit 2 and removed it, but no success. I have searched in the file system for ExtendScript ToolKit 2 and removed all, no success.
    How can I force the installation?
    Thanks
    Hans

    I have just had exactly the same problem and I ended up telephoning Adobe support - officially free products such as the ExtendScript Toolkit 2 do not get telephone support.
    The person I spoke to at Adobe suggested I run the CS3Clean utility, and that worked for me. See http://www.adobe.com/go/kb402767
    BE SURE TO READ THE INSTRUCTIONS IN FULL FIRST
    In my case I only needed to run level 1 in the utility. Bit of a pain though to have to uninstall everything and re-install.

  • Problem with ExtendScript Toolkit CS4 and Debugger (32bit)

    Help needed. Whenever I tried to edit my script I always have "ExtendScript Toolkit CS4 and Debugger (32bit) has encountered a problem and needs to close" error.
    Thank You.

    Yes, it's a known issue and they are working on it.
    Thanks
    Bob
    Adobe WAS Scripting

  • Uninstall Adobe Photoshop Element 9 \ Adobe ExtendScript Toolkit CS5

    Silent uninstall | Photoshop Elements 9
    hi everyone, I hope I could find an answer to my problem here:
    I have a volume licence for adobe photoshop elements 9.0, and I'm trying to uninstall it silently.
    I've read the documentation here: http://kb2.adobe.com/cps/876/cpsid_87681.html but I still can’t uninstall the Adobe ExtendScript Toolkit CS5. Anybody knows what’s the command to uninstall Adobe ExtendScript Toolkit CS5.
    This is the command I’m using install the Adobe Photoshop Elements 9:
    Start /wait C:\"Adobe Photoshop Elements 9"\Setup.exe /UL1033 /V"SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
    This is the command I’m using to uninstall Adobe:
    start /w Msiexec /x {007F778D-F15C-4EAB-AE92-071D21FAF632} NOT_STANDALONE=1 /qn
    start /w Msiexec /x {433EACD8-4747-4A6A-826A-FFA9F39B0D40} NOT_STANDALONE=1 /qn
    start /w MsiExec.exe /x {F302F4F0-588D-6501-1ACF-BE3FDCC9135D} /qn
    cd "c:\Program Files\Common Files\Adobe\OOBE\PDApp\DWA"
    setup.exe --mode=silent --deploymentFile="C:\Program Files\Common Files\Adobe\Elements9STIorPSE\ElementsSTIInstaller.remove.xml"
    rmdir /s /q "c:\Program Files\Common Files\Adobe\Elements9STIForPSE"
    anyone has any idea please please please let me know!
    thanks!
    Jose

    This command will uninstall PSE10 silently -
    To uninstall ESTK or other plug-n use Step-4. [These steps are for PSE10 ,apply version as 9 accordingly in commands]
    Uninstall PSE-10 in silent mode
    Open the command prompt in the administrator mode.
    (Windows XP) Choose Start > Run. Enter cmd in the Run window, and press OK.
    (Windows 7 and Windows XP) Click Start (Windows-Logo), and type "cmd". Press [Shift]+[CTRL]+[ENTER].
    Run the following command to uninstall Photoshop Elements.Verify that the Photoshop Elements 10 folder has been removed from the Program Files folder after running the command.
      start /wait Msiexec /x { EE549AF9-8FAA-4584-83B2-ECF1BC9DC1FF} NOT_STANDALONE=1 /qn 
    After the uninstallation is complete, run the following command to uninstall Elements Organizer. Verify that the Elements 10 Organizer folder has been removed from the Program Files folder after running the command.
    start /wait Msiexec /x {22D3A614-482C-444A-932C-9DA1B8ECDFD2} NOT_STANDALONE=1 /qn
    After Elements Organizer has been uninstalled, run the following commands to uninstall STIs (ACR, APE, ESTK). The following procedure assumes that you are using the C drive as your boot drive. Modify the command accordingly if you are using a different drive.
      cd "Program Files\Common Files\Adobe\OOBE\PDApp\DWA" 
    setup.exe --mode=silent --deploymentFile="C:\Program Files\Common Files\
    Adobe\Elements10STIForPSE\ElementsSTIInstaller.remove.xml"
    Finally, run the following command:
    rmdir /s "C:\Program Files\Common Files\Adobe\Elements10STIForPSE"

  • Adobe ExtendScript Toolkit 2 don't find running Indesign Server CS3

    Hi
    I develop a plugin and differnet Javascripts who interact with this plugin. Now I like to debug my plugin and this Javascript. I start the debugger in Visual Studio 2005, this starts my Indesign Server CS3 (Debug) using the port 18383. Now I like to connect with this server in Adobe ExtendScript Toolkit 2, but this application don't find the running server. Adobe ExtendScript Toolkit 2 want do start an Indesign Server, but there is one running.
    I havn't installed the release verision of the server on my PC.
    - Why does Adobe ExtendScript Toolkit 2 dont find the running server?
    - Port?
    - Can I change anything to fix this behaviour?
    Thanks for the help.
    Kind regards
    Hans

    In the meantime I've read some more documentation.
    You can specify a configuration name on the command line, default is "configuration_12345" if the -port is 12345.
    Apparently you can then add the configuration name to the target expression, e.g. create a new script with this line
    #target "indesignserver_configuration_12345"
    Run the script - the target is recognized (no dialog "server ... is not running") and from now on shows up in the target dropdown of ESTK.
    Right now though after a long timeout I can't talk to any scripting engine of my CS4 server.
    The status line displays "Can't initialize target", maybe some startup problem my server is having.
    Dirk

  • CS5 ExtendScript Toolkit startet nicht

    Hallo miteinander
    Ich habe CS5 Design Premium installiert, alles läuft tiptop, aber das ExtendScript Toolkit startet nicht.Auch eine Reparaturinstallation hat nichts geändert.
    Mein Betriebssystem ist Windows 7 64 bit.
    Hat jemand eine Ahnung, wo das Problem liegt?
    Ruediger

    Hallo!
    ich habe das selbe Problem und auch schon die oben angegebene Datei gelöscht (defs.xml).
    Auch ein Neustart und eine Neuinstallation haben mir leider nichts gebracht ...
    Weiß jemand noch eine Möglichkeit, wo der Fehler liegen könnte?
    Ich habe Windows XP und ExtendScript Toolkit CS5.
    Lieben Gruß

  • Extendscript toolkit won't load

    I'm running CS4 on Windows XP and trying to look at some of the help information in the extendscript toolkit to help with some scripting issues in ID, but for some reason the toolkit simply won't load. I've tried right-clicking on an ID script and then choosing edit script; I've tried running it from the start menu, and the results are the same: sometimes I get a brief hourglass (or not), and then nothing. Has anyone had this experience and figured what to do about it?
    Thanks very much.
    Phil

    You would possibly have to press those keys while starting... and that's hardly possible when the program quits to quickly. I recognize the error you have, but do not remember exactly how I fixed it. There are probably some preferences files on disk (if they are the problem), which can be renamed in order to let new ones be generated. That has been the case with the main application.
    Look for updates for InDesign (Help menu), so you're sure to have the latest.
    Also try resetting the preferences for InDesign (the main application) by pressing Shift+Ctrl+Alt while starting it. If that makes no difference you could have a look (v. google) for resetting/trashing the preferences by hand for the ESTK.
    A last resort would be to reinstall.
    // Andreas

  • CS6 extendscript toolkit and recent files

    Hi,
    I have problem with ESTK on Windows 7, after working with some files on network shares I have still these files in recent files and ESTK freezes when I try to start ESTK offline.
    Changing list lenght in preferences isn't working, trying to fill list by opening many local files too. Now opening and saving local file take minutes.
    How to clean this list?
    Piotr

    Delete the prefs file:
    C:\Users\Piotr\AppData\Roaming\Adobe\ExtendScript Toolkit\3.8
    Mylenium

  • ExtendScript Toolkit CS6 quits immediately after it starts

    Dear all,
    I have a weird problem and cannot find any related answer.
    That is my extendscript toolkit CS6 closes itself immediately after it starts.
    It only shows the window and then disappears.
    I have tried several ways and also reinstalls it several times, and all attempts failed.
    Does anyone have the same problem?
    Thanks!

    Thanks Tom.
    I have tried starting ExtendScript Toolkit CS6 with Shift only or Shift+Ctrl+Alt.
    However, neither worked.
    I have also tried several times to manually delete
    C:\Program Files\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6, and reinstall it.
    Doesn't work.
    Because my OS is Windows XP, I cannot locate the folder
    H:\Users\<yourusername>\AppData\Roaming\Adobe\ExtendScript Toolkit\3.8.
    Where does it store the preferences in XP?
    Moreover, are there any log I can find some hints why it quits so quickly?
    Thanks again!

  • ExtendScript Toolkit 2.0.2 failed to install

    When attempting to run Adobe Reader 8 in Windows Vista 32-bit edition, I run into a problem while checking for updates. It states: " Installation Incomplete. The update cannot be applied to the product. Please reinstall the product and try again. ExtendScript Toolkit 2.0.2 failed to install." However, I've tried to repair it and reinstall it, even completely uninstalling it and then reinstalling it with no luck. As a sidenote: my Adobe documents can open but they look very "rough". Please help.

    I have the same issue, when running the Adobe Updater, which will try to Upgrade the properly and well working ExtendScript Toolkit 2.0 to version 2.0.2. I tried to run the Toolkit in Administrator mode, and then run the upgrade, but still no joy.
    Can anyone from Adobe comment on their failing upgrade procedure?
    Regards

  • ExtendScript Toolkit crash

    Hi,
    since yesterday, ExtenScript Toolkit crash when I try to launch it...
    I'm working under MacOSX 10.7.4 and ES 5.
    I tried to reinstall it, but it doesn't work.
    The only way to make it work, is to copy it in a folder like /Documents...
    Here is the crash report, if someone is able to "read" it ?
    Thanks
    Process:         ExtendScript Toolkit [5399]
    Path:            /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/MacOS/ExtendScript Toolkit
    Identifier:      com.adobe.estoolkit-3.5
    Version:         ESTK CS5 3.5.0.52 (3.5.0.52)
    Code Type:       X86 (Native)
    Parent Process:  launchd [296]
    Date/Time:       2012-08-02 14:28:08.861 +0200
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          113109 sec
    Crashes Since Last Report:           21
    Per-App Interval Since Last Report:  14018 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      FBBAFFD7-DDA3-4042-AA0F-20A015CD2C06
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000014
    VM Regions Near 0x14:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/MacOS/ExtendScript Toolkit
        __TEXT                 0000000000001000-00000000002a5000 [ 2704K] r-x/rwx SM=COW  /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/MacOS/ExtendScript Toolkit
    Application Specific Information:
    objc[5399]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.AdobeExtendScript             0x004f9666 ScScript::Engine::setCallback(ScScript::Callback*) + 6
    1   com.adobe.estoolkit-3.5                 0x0003b0d9 CDI::CDIComponentAPI::setupEngine() + 1337
    2   com.adobe.estoolkit-3.5                 0x0003b4f0 CDI::CDIComponentAPI::CDIComponentAPI() + 304
    3   com.adobe.estoolkit-3.5                 0x0003ca85 CDI::TSIThread::run() + 37
    4   com.adobe.estoolkit-3.5                 0x00042615 CDI::CDIManager::startTargetThread() + 21
    5   com.adobe.estoolkit-3.5                 0x000428c9 CDI::CDIManager::init(ScObjects::BridgeTalk*, int, int) + 105
    6   com.adobe.estoolkit-3.5                 0x000556ee CDI::CDIDbgObj::startCDI(ScScript::Engine*, int, int, ScObjects::BridgeTalk*) + 46
    7   com.adobe.estoolkit-3.5                 0x00036128 IDEScriptHost::setupCDI() + 424
    8   com.adobe.estoolkit-3.5                 0x00006a9c IDEApplication::initializeApp() + 1068
    9   com.adobe.estoolkit-3.5                 0x0000ddbb main + 75
    10  com.adobe.estoolkit-3.5                 0x00002276 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x90cff90a kevent + 10
    1   libdispatch.dylib                       0x94d98e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x94d9785f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x90cff02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ade2ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ade46fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x90cff02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ade2ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ade46fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x90cff02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ade2ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ade46fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x90cfebb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9ad957b9 nanosleep$UNIX2003 + 187
    2   com.adobe.estoolkit-3.5                 0x0009748b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.estoolkit-3.5                 0x00077373 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.estoolkit-3.5                 0x00097598 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib                       0x9ade0ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9ade46de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0003abab  ecx: 0x009b2a20  edx: 0x009b2348
      edi: 0x009b2348  esi: 0x009b1318  ebp: 0xbffff928  esp: 0xbffff928
       ss: 0x00000023  efl: 0x00010206  eip: 0x004f9666   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000014
    Logical CPU: 0
    Binary Images:
        0x1000 -   0x2a4ff2 +com.adobe.estoolkit-3.5 (ESTK CS5 3.5.0.52 - 3.5.0.52) <2E4C1B24-7151-C98C-8E7D-5EA3A8287A84> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/MacOS/ExtendScript Toolkit
      0x3db000 -   0x468ff7 +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7519) <AF48351A-8019-EC04-BF85-CE117D1146E3> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
      0x4ad000 -   0x545fff +com.adobe.AdobeExtendScript (ExtendScript 4.1.23 - 4.1.23.7519) <71FF91EA-D98C-4A22-EF60-F5DD91995638> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
      0x5a4000 -   0x5a7ff8 +com.adobe.ape.shim (adbeape version 3.1.62.6866 - 3.1.62.6866) <5A8E28B8-8127-10BA-B0CF-9D7388E7E796> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
      0x5ad000 -   0x74cfe7 +com.adobe.owl (AdobeOwl version 3.0.71 - 3.0.71) <16A29E38-E9DF-D889-8CC5-4968E6935869> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x7b5000 -   0x825feb +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Utilities/Adobe Utilities-CS5.localized/*/ExtendScript Toolkit.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      0xf81000 -   0xfaafeb +com.adobe.ape (adbeapecore version 3.1.65.7508 - 3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
      0xfe9000 -   0xfeaffc  ATSHI.dylib (??? - ???) <15AA6595-2581-37BF-9237-85AECE8FDAD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x37c1000 -  0x37cfffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <4378B89F-0BDA-3072-9C67-DE1A371DD816> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x37d3000 -  0x37e5fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <F7D2A96C-D03F-3C0B-83FC-1016BB787B59> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8feac000 - 0x8fedeaa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90005fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x90006000 - 0x9005ffff  com.apple.HIServices (1.21 - ???) <5F4D3797-32E2-3709-85F4-4B56515A17D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x90060000 - 0x9009cffa  libGLImage.dylib (??? - ???) <504E7865-571E-38B4-A84A-D7B513AC84F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9009d000 - 0x900bfff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x900cb000 - 0x900cbff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x900cc000 - 0x900cdffd  libCVMSPluginSupport.dylib (??? - ???) <22B85645-AA98-372B-BB55-55DCCF0EC716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x9018c000 - 0x902b8ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x902e0000 - 0x9031dff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1C757924-4E54-3522-A885-99795EA10228> /usr/lib/libcups.2.dylib
    0x9031e000 - 0x90334ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x90335000 - 0x90444fff  com.apple.DesktopServices (1.6.3 - 1.6.3) <18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90445000 - 0x904a7ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x904a8000 - 0x904a9ff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x90640000 - 0x90640fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90651000 - 0x906deff7  com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x906f2000 - 0x906f3fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x906f4000 - 0x908a8ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x90c72000 - 0x90ca6ff3  libTrueTypeScaler.dylib (??? - ???) <93B9316F-95F1-3C56-AF12-EE8EEAA3CAC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90ca7000 - 0x90ca9ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x90ce6000 - 0x90d04ff7  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <3705DE40-E00F-3E37-ADB0-D4AE5F9950F5> /usr/lib/system/libsystem_kernel.dylib
    0x90d32000 - 0x90d47ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90d48000 - 0x90d77ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x90dcb000 - 0x90dd2ff9  libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
    0x90dd3000 - 0x90dd7ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90dd8000 - 0x90ddcfff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x90ddd000 - 0x90de8ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x90e02000 - 0x90e0dfff  libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
    0x90e0e000 - 0x90e1bfff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90e1c000 - 0x90f7effb  com.apple.QuartzCore (1.7 - 270.4) <6BC84C60-1003-3008-ABE4-779EF7B4F524> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90f7f000 - 0x90f82ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <1211BEEB-31C9-3A5D-9E71-10FC4A541D1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x91230000 - 0x91232ff9  com.apple.securityhi (4.0 - 1) <ACEEED5F-8D58-377D-B2B8-E4A7F4E5E286> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91233000 - 0x9123effb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91281000 - 0x9128afff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x912f2000 - 0x915b5fff  com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x915bb000 - 0x9169eff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x916f3000 - 0x916f4fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x916f5000 - 0x917ddfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x917ef000 - 0x91900ff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x91cd4000 - 0x91cdfff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <EDA0F56F-CB2C-30BB-940D-C6A25B73C717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x91ce0000 - 0x91d67fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x91d68000 - 0x91d85fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x91d86000 - 0x91db0ff1  com.apple.CoreServicesInternal (113.17 - 113.17) <41979516-2F26-3707-A6CA-7A95A1B0D963> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x91db1000 - 0x91ea9ff7  libFontParser.dylib (??? - ???) <1A0DA421-62B2-3AA7-9F62-0E01C1887D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x91eaa000 - 0x91eadff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x91f90000 - 0x9202cfef  com.apple.ink.framework (1.4 - 110) <1A3E2916-60C1-3AC1-86BF-202F6567B228> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9206b000 - 0x9207bff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x920b6000 - 0x920edfef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x92106000 - 0x9219dff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x921c5000 - 0x92208ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x9224e000 - 0x92271fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92925000 - 0x92950fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x92951000 - 0x92999ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9299a000 - 0x9299afff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x92a2b000 - 0x92a33ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x92a34000 - 0x92a74ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92b75000 - 0x92c4baab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x92c4c000 - 0x9304eff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9304f000 - 0x930a0ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x930a1000 - 0x930fffff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93100000 - 0x9311cffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x93493000 - 0x934b3ff7  com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x934d8000 - 0x9353dff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93a51000 - 0x9437b59b  com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x94491000 - 0x944daff7  libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x944db000 - 0x946d3ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x946df000 - 0x949e9ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94d5f000 - 0x94d95ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x94d96000 - 0x94da4fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x94df7000 - 0x94df8ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
    0x95001000 - 0x95070fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95074000 - 0x95074ff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x95075000 - 0x9507dff3  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
    0x9507e000 - 0x95114ff7  com.apple.LaunchServices (480.33 - 480.33) <5A4BF529-391E-3987-940E-287ACE56078A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x95115000 - 0x95267fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95268000 - 0x9526cff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x952ca000 - 0x95d5fff6  com.apple.AppKit (6.7.3 - 1138.47) <D8CD06D7-F18C-39BE-BC68-B343F87F0469> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95dc0000 - 0x95e64fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x95e65000 - 0x960d8ffb  com.apple.CoreImage (7.98 - 1.0.1) <EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x960dd000 - 0x961a0fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <F2063FC8-2BE1-3B97-98AF-8796B0D4BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x961a1000 - 0x961afff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x96be2000 - 0x96c34ff7  libFontRegistry.dylib (??? - ???) <96E9602C-DFD3-3021-8090-60228CC80D26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x96c35000 - 0x96c3bffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x972d7000 - 0x97338ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97349000 - 0x9734bff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
    0x9734c000 - 0x973c7ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <42238C8B-C93F-3369-A500-EC0F10EB2C80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x973c8000 - 0x973cbffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x973cc000 - 0x976cefff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <9692D838-85A5-32C1-B7FB-7C141FFC2557> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9772b000 - 0x97739fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9773f000 - 0x9779aff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x97a49000 - 0x97a54ffe  com.apple.NetAuth (3.2 - 3.2) <4377FB18-A550-35C6-BCD2-71C42134EEA6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x97a79000 - 0x97a79fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97e26000 - 0x97e2bff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x97e2c000 - 0x97e48ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x97e49000 - 0x97f09ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97f17000 - 0x97f1bffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x97f25000 - 0x97f25ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x97f26000 - 0x97f8eff7  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
    0x982a6000 - 0x983b6fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x983b7000 - 0x983baff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x983bb000 - 0x983beffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x984e6000 - 0x984eaff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9874a000 - 0x9874bff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x987ba000 - 0x987bafff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x987bb000 - 0x988d9fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9891b000 - 0x98938ff3  com.apple.openscripting (1.3.3 - ???) <33713C0B-B7D5-37AA-87DB-2727FDCC8007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x98984000 - 0x98998fff  com.apple.CFOpenDirectory (10.7 - 146) <9149C1FE-865E-3A8D-B9D9-547384F553C8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x989b2000 - 0x98a0fffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x98a8f000 - 0x98b19ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x98b1a000 - 0x98ff6ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x99002000 - 0x99040fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <19174EC0-DE0F-38EA-B5F3-7580E84677DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x99041000 - 0x990a5fff  com.apple.framework.IOKit (2.0 - ???) <88D60E59-430D-35B8-B1E9-F5138301AEF9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x990f2000 - 0x990f2fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x990f3000 - 0x990fbfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x991e4000 - 0x991fefff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99463000 - 0x99464ff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x99465000 - 0x99493ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x99494000 - 0x99494fff  com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99538000 - 0x9953cfff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x99574000 - 0x99589fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9958a000 - 0x9965affb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <94798A2B-4C7A-30EA-9920-283451BDB9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9965b000 - 0x996abff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x996af000 - 0x996c0fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x996c1000 - 0x99a07ff3  com.apple.HIToolbox (1.9 - ???) <409E6397-0DCB-3431-9CCC-368317C62545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x99a08000 - 0x99a6affb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x99a6b000 - 0x99ae1fff  com.apple.Metadata (10.7.0 - 627.32) <650EE880-1488-3DC6-963B-F3D6E043FFDC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x99bcd000 - 0x99cbdff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x99d7f000 - 0x99d82ffd  libCoreVMClient.dylib (??? - ???) <361CCFAF-8565-383F-915F-0B059C793E42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x99d85000 - 0x99e12fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x99e13000 - 0x99e1aff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x99e1b000 - 0x99e44ffe  com.apple.opencl (1.50.69 - 1.50.69) <2601993F-F3B3-3737-91AE-4A5795C52CD5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x99e45000 - 0x99e53fff  com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9a107000 - 0x9a117fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9a50d000 - 0x9a513ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9a514000 - 0x9a989ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x9a9a3000 - 0x9a9e3ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x9a9e4000 - 0x9aa12fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x9aa13000 - 0x9aa18ffd  libGFXShared.dylib (??? - ???) <1CA9B41B-2C61-38F8-ABAC-1D5511478F5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9aa88000 - 0x9aab0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x9ad84000 - 0x9ae4ffff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9bc7d000 - 0x9bc7efff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9bca3000 - 0x9be7afe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9bfaa000 - 0x9bfb1ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9c644000 - 0x9c64dff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9c64e000 - 0x9c656ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x9c657000 - 0x9c6cbfff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x9ccbd000 - 0x9ccd0ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9cdb3000 - 0x9cdd5ffe  com.apple.framework.familycontrols (3.0 - 300) <5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9cdd6000 - 0x9cde0ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9cde1000 - 0x9ce06ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x9cea8000 - 0x9cf24ff3  libType1Scaler.dylib (??? - ???) <C931AA06-5086-3A0E-873B-47459AD3CDD3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9cf72000 - 0x9cf73fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <473499F3-8CB8-3372-98B0-8E3BCC1A3D80> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ff6  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <B5E80EAA-78D8-3243-A735-A6ECED09A8AC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 7546
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=138.1M resident=55.7M(40%) swapped_out_or_unallocated=82.4M(60%)
    Writable regions: Total=103.7M written=3776K(4%) resident=7000K(7%) swapped_out=0K(0%) unallocated=96.9M(93%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.9M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                  1480K
    CG shared images                    168K
    CoreGraphics                          8K
    CoreServices                       3608K
    MALLOC                             42.4M
    MALLOC guard page                    32K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=243                        4K
    Stack                              66.5M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             7752K
    __DATA/__OBJC                        64K
    __IMAGE                             528K
    __IMPORT                             40K
    __LINKEDIT                         43.4M
    __OBJC                             1496K
    __OBJC/__DATA                         8K
    __PAGEZERO                            4K
    __TEXT                             94.7M
    __UNICODE                           544K
    mapped file                       153.2M
    shared memory                       312K
    shared pmap                        10.6M
    ===========                      =======
    TOTAL                             475.6M
    TOTAL, minus reserved VM space    475.6M
    Model: iMac11,2, BootROM IM112.0057.B01, 2 processors, Intel Core i3, 3.06 GHz, 4 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.64.8-P2P
    Bluetooth: Version 4.0.5f11, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST3500418AS, 500,11 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: PLAYSTATION(R)3 Controller, 0x054c  (Sony Corporation), 0x0268, 0xfa140000 / 6
    USB Device: Razer Copperhead Laser Mouse, 0x1532, 0x0101, 0xfa130000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: iPad, apple_vendor_id, 0x129a, 0xfd130000 / 6
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd142000 / 7
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 3

    I've restored the "permissions" of the hardrive using the hard disk utilities and now it's working...
    Thanks to http://feedback.photoshop.com/photoshop_family/topics/cs5_bridge_crashes_on_start_will_not _run !

  • No connection between soundbooth and extendscript toolkit 2

    I would like to control soundbooth using extendscript toolkit 2. From extendscript I can make a choice to connect to extendscript toolkit 2 itself, to Bridge CS3 and to Soundbooth CS3.
    Bridge and Extendscript connections work OK but conncetion to Soundbooth does not work. I can start Soundbooth from Extendscript but then it hangs trying to make a connection.
    Working under Windows XP service pack 2, dutch
    leo

    See Here...
    Device Not Recognised
    http://support.apple.com/kb/TS1538
    And Here
    iPhone, iPad, or iPod touch not appearing in iTunes
    iPod appears in Windows but not in iTunes
    Also, Here...
    Unable to Update or Restore
    http://support.apple.com/kb/HT1808

  • Bug or change in CS5 Extendscript Toolkit debugger or parser

    I got a strange error beginning to work with a script in CS5 (that is working in CS4, and has a script version setting making it run as CS4).
    This is what happened: Pressing Step into code in ExtendScript Toolkit. The window switches to InDesign CS5. Nothing happens. I switch back to the toolkit environment, and there is the blue circle spinning at the bottom right, but nothing else happens.
    The status row reads: No Errors
    So I press stop, and then the following is written out in the status row (Bottom left of the Extendscript Toolkit CS5):
    Cannot execute
    Execution halted : Adobe InDesign CS5 did not respond
    Trying to debug this error was not easy, since the debugger never entered the code. But at last I found a row containing a comment like this one:
    //var sResult = '<![CDATA[' + a + ']]>';
    Please will someone else put this code in a new script and see if you get the same effect:
    //var sResult = '<![CDATA[' + a + ']]>';
    var sResult = 'test';
    alert(sResult);
    The alert box is not showing up.
    You can even minimize the code to this row in a script:
    // ']]>';
    That single comment in a script makes my debugger hang.
    I hope there are no other secret character combinations that need to be removed for my script to run in CS5... Continuing my tests now.

    @Andreas – I also ran into this bug a couple of months ago. However, I do not see this bug in the latest ESTK for InDesign CS6. Also, if I use the latest ESTK in conjunction with CS5.5 or CS5 I cannot provoke this error.
    Seems this bug is fixed…
    Here is some code to provoke this bug with ESTK 3.5.1.59 and InDesign CS5.5 v7.5.3:
    //A text frame with a table is selected:
    _Provoke_C_DATA_Error();
    function _Provoke_C_DATA_Error(){
        var _d = app.activeDocument;
        var _table = app.selection[0].parentStory.tables[0];
        var _columns = _table.columns.everyItem().getElements(); 
        for(var c = 0;c<1;c++){
            var _cells = _columns[0].cells.everyItem().getElements();       
            for(var n=_cells.length-1;n>0;n--){
                //Provokes C-DATA-Error with InDesign CS5 ESTK or InDesign CS5.5 ESTK
                //together with InDesign CS5.5 and InDesign CS6:
                $.writeln(_cells[n].contents);
    }; //Function _Provoke_C_DATA_Error END
    Uwe

  • Adobe Extendscript Toolkit 2 in finder

    The latest Adobe updater left "Adobe Extendscript Toolkit 2" in my finder under Devices.
    Clicking on it does and shows nothing. Googling on this find similar complaints but no solutions.
    Does anybody know how to get rid of this???
    This is on a MacbookPro running Leopard 10.5.2

    Ah, well, then the correct thing to do would be to report a bug...
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    You are currently in a discussion forum. Any attendance from an actual Adobe employee is incidental; the forums are not officially monitored by Adobe employees.

  • How do I download ExtendScript Toolkit - this is a bug !!!

    I downloaded trial version. 
    On https://creative.adobe.com/products/estk which is the "ExtendScript Toolkit CC download page"
    - I click "download" - a box says I must attach to something so i attach to after effects shortcut (theres no help or advice about what to attach to ..) and now I have no extendscript toolkit - if I click download after effects starts - the box was no help and I can't be sure what the text was - it said "connect or attach to something" (but I didn't really read the text because it was vague) - it highlighted .exe at the bottom - How do I fix this and why is it so unhelpfull in the first place.
    The whole point of looking at CC is so I can run scripts.
    Help needed please
    thanks

    ESTK is bundled with pretty much every program. You realyl just need to let it install onje of those and then it will be avialable.
    Mylenium

Maybe you are looking for

  • How to install the OS with out putting in all of your personnel info?

    I am ready to sell my MDD Mac. I want it to have a fresh load of 10.5 and 9.2. How do you stop the installation before you enter your name, IP, email address etc? When I first received my Mac 10.2 was installed and waiting for me to enter my personne

  • How to display field values in long text of messages....

    Hi,   Currently iam doing an userexit. In that i want to display error messages. and if we click on message it will display the long text. My question is i want to display field values in the long text. Under the long text's &system_response& i want 

  • Old FP-1000 app developed with LabVIEW 5.1.1, not running correctly since updating to MAX 4.5/FP6.0.2

    I have an old application built under LabVIEW 5.1.1 which opens an .iak file (the file path is embedded in the app) and reads/writes to modules attached to an FP-1000.  Recently I was forced to move the setup onto a new PC and now I'm unable to get t

  • Old iMac as separate render/exporting machine

    Hi Im finally upgrading to a Mac Pro and was wondering if I can network my old iMac and use it for rendering/exporting. I heard it can be done with Premier but not FCP. Can anyone point me in the direction of a tutorial or explain how to set up the t

  • Working Principle of Remote Panel

    Hello, I am using LabVIEW Remote Panel and want to know more about it. Does anyone know what is the working principle of it? How can it embeds a VI interface into a Web page? What technique and protocol are used in it? Thanks