Indesign Server CS5 crashes at launch

Hi,
Indesign Server 7.03 on OSX 10.5.8 Intel Xserve.
When Indesign server CS5 is launched at boot (or with launchctl) it crashes with the following errror in the system log:
Nov 20 13:32:00 ams1ps01 com.adobe.ids.launchd.8888[799]: /Applications/Adobe InDesign CS5 Server/InDesignServer: line 13:   801 Trace/BPT trap          "$installed_name" "$@"
Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888[799]): Exited with exit code: 133
Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888): Throttling respawn: Will start in 3 seconds
Nov 20 13:32:03 ams1ps01 InDesignServer[806]: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: Sat Nov 20 13:32:03 ams1ps01 InDesignServer[806] <Warning>: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ================================================================================
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  InDesign CS5 Server Version 7.0
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  Copyright 1999-2010 Adobe Systems Incorporated and its licensors.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  All rights reserved. See the other legal notices in the ReadMe.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ================================================================================
Nov 20 13:32:04 ams1ps01 InDesignServer[806]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Nov 20 13:32:04 ams1ps01 com.adobe.ids.launchd.8888[804]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Nov 20 13:32:05 ams1ps01 kernel[0]: unknown SIGSEGV code 0
Nov 20 13:32:05: --- last message repeated 1 time ---
Nov 20 13:32:05 ams1ps01 InDesignServer[806]: [soap] Servicing SOAP requests on port 8888 [8888]
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: An uncaught exception was raised
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.705 InDesignServer[806:10b] An uncaught exception was raised
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: Error (1002) creating CGSWindow
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] Error (1002) creating CGSWindow
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
When launched while logged on, it launches ok.
Here's the content of the plist file used to launch ID Server:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
<plist version="1.0"> <dict>
<key>Label</key>
<string>com.adobe.ids.launchd.8888</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/Applications/Adobe InDesign CS5 Server/InDesignServer</string>
<string>-port</string>
<string>8888</string>
<string>-LogToApplicationEventLog</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Please advice.
Regards,
Jeroen Peters

Hi,
     I'm having the same problem. Anybody kows how to do it?
Thanks

Similar Messages

  • Photoshop CS5 crashes on launch.

    I was having issues with Photoshop CS5 crashing on launch. I had ran CS5 Premissions fix from Adobe - but still the problem continued. I could launch the program as 32-bit without problems. Only when I launched in 64-bit mode with the program crash.
    Reviewing the crash log, it appeard to be a problem with the ATS.  Clearing the ATS Cache has corrected the problem:
    Shutting down all applications
    Open Terminal and clear the current user’s font cache by running this command:
           atsutil databases –removeUser
    Once the cache has been cleared stop and restart the ATS server:
             $ atsutil server -shutdown
             $ atsutil server -ping
    It takes a few seconds for the server to restart, but when it does it should be running properly.

    Thanks for posting this. Font Caches in Cocoa/64bit are problematic. We're working with Apple to try and resolve the issue.

  • Visual Studio compiling 64 Bit Plugin for InDesign Server CS5

    Hello guys,
    Again I have a problem compiling 64 bit plugins, but this time in windows environments, the 32 bit compiling works fine (also on 64 bit machines). The first thing I've done was creating a new project configuration for 64 bit environments copying the 32 bit settings. Now I changed the precompiled libraries to use the 64 bit ones and changed the output directories. After that the compilation process completed without errors, but the resource files have not been copied to the output directory (the directory for them has been created, but it remains empty). Adding the created plugin into the servers directory ends up with a server message that the plugin could not be recognized. Have I missed something that is necessary for compiling 64 bit plugins?
    I'm using the 64 Bit Developer Version of the indesign server CS5. The operating system is a Windows Server 2008 x64 R2 with Visual Studio 2008.
    Thanks!
    P.S. a plugin compiled with 32 bit settings (including 32 bit libraries) also works for the 64 bit version of the server, so does it make any difference if I'm using 32 bit or 64 bit libraries?

    The libraries were all correct (all using 64-bit).  The problem was a pathing issue.  libxml2 needs iconv.dll, but it couldn't find the 64-bit version that I built.  Once it found it, everything worked correctly.
    The funny thing about depends.exe is that it isn't right all the time.  For example, if you open one of the 64-bit .aip files that ships with Illustrator (rename it to .dll first), you'll see what I'm talking about.  It complains that you're mixing x86 and x64 CPU types, even though you're not.
    The program I used to discover my issue is Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx).  I've been using it for years and love it.

  • Issue in setting Load balancing for Indesign Server CS5.5

    Hi All,
    I need to set up load balancing mechanism for Indesign Server CS5.5 on Windows Server 2008 R2(64 bit version).
    I have dutifully following all steps defined in "WORKING WITH LOAD BALANCING AND QUEUEING FOR ADOBE INDESIGN CS5 SERVER.pdf"
    After running Indesign server using batch file "startup-indesign-server-CORBA-4instances.bat" from "<ID_SDK>\samples\load-balancing-and-queuing-clients\indesignserver-startup-scripts", I get only one instance of Indesign Server running. How to run multiple instances of the INDD server ? Is running multiple instance has something to do with type of licensing ?
    Now I run Clover.cmd script, I get this screen. I have no idea why its not working. Please help. Please let me know, if the scenario is not clear and more information is required.
    Thnx,
    D

    This is the image after running clover.bat

  • Indesign CS4 keeps crashing on Launch

    My copy of CS4 Indesign keeps crashing.
    It gets to the window where is shows the recent documents and then crashes everytime.
    I have deleted the preferences and the version folder and even re-installed the app from the master dvd but it still crashes on launch.
    It was working ok earlier today, which is why I cant understand the problem.
    All the other CS4 apps work fine - it's just Indesign.
    Im running Mac OS X 10.5.7.
    Please help
    Thanks
    Pete

    Hi John,
    My InDesign CS4 keeps crashing on launch since I upgraded to OSX Lion. Here is the pastebin link: http://pastebin.com/9BGZ85e6
    Thanks in advance for any comments!
    Michael
    [email protected]

  • InDesign Server CS5.5 developer

    I am a business systems manager in Glous, UK and I am looking for a InDesign Server CS5.5 developer to work as a part time consultant.  I can offer good rates -- any takers?

    Hello Martin,
    We are India based company and we have expertise in Adobe InDesing. Please take a look at www.raykor.com
    Thanks,
    Vikram

  • InDesign Server CS5.5 installation issue

    I am developing solution using InDesign Servers via COM which is hosted on Windows Server 2008 R2. And I am experiencing problem utilizing CS 5.5 server:
    When InDesign Server CS5.5 is installed on Windows Server 2008  (64bit) its COM component is registered with following parameters: CLSID = {96D10A00-63E3-423e-A223-DFC4BEA21206}, ProgId =  InDesignServer.Application.CS5.
    The problem is that those are the same parameters that are used for InDesign Server CS5 COM component. And therefore I can't have CS5 and CS5.5 installed on the same server, which is required for solution I am deleloping.
    Has anyone experienced that problem or maybe know some workaround for it?
    Meanwhile, When InDesign Server CS5.5 is installed on Windows 7 (32bit) its COM component is registered with unique parameters: CLSID ={34701EBC-5975-411C-8A45-E78E0934AADD}  and ProgId = InDesignServer.Application.CS5.5

    Hi Alexey
    I'm having trouble doing exactly what you say you have done.
    I'm trying to run InDesign Server CS5 and InDesign Server CS5.5 on the same Windows 2008 r2 64bit installation. InDesign Servers are Single Instance.
    I am only allowed to run one InDesign Server at once - not both.
    Is this possible for you or any other in this forum?
    Thanks in advance,
    Ruvan

  • Getting the default font - possible? (default fonts problem in InDesign Server CS5)

    Is there a way to decide whether a font is used as "default font" for a document?
    Or a simple way to see whether a font is used at all?
    The actual problem is that InDesign server (CS5 ver. 7.0.3.533) returns the "default font" along with all other used fonts, when looping through the document.fonts collection. This becomes a problem when the default font is never used in the document, and is also not present. Then the (name of) the default font may also become meddled by a style that does not even exist for that very font.
    This is indicated as a problem in our application... as a missing font, just as the call to InDesign server reports back. But the font (with that style) doesn't even exist.
    Running the same script on an desktop InDesign CS5 (ver 7.0.4) the unused default font of the same document is not returned at all.
    Thanks,
    Andreas

    To get the default font, just check:
    app.activeDocument.textDefaults.appliedFont
    Obviously this didn't solve the problem, since InDesign server has made up a font name that is reported as missing... and it's not equal to the default font. So there is some lack of logic in my previous description.

  • Is there any way I can know what are the list of patches installed on Indesign Server CS5

    Hi All,
    Is there any way I can know what are the list of patches installed on Indesign Server CS5?
    Please let me know if the there is any command to do so.
    Thanks,
    Manjunath

    Is this link any help?
    http://www.btvision.bt.com/on-demand/?cat=filmclub
    It seems to give the film club info.
    If you sort the list by "ending" date, shoul should be able to find recently added ones.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Search for, edit, and delete XML tag (Adobe InDesign Server CS5)

    Hi all,
    I'm working with Indesign Server CS5 and JavaScript, though having some trouble coming up with a solution to a problem...
    I need to build a JS script (called through SOAP) that will enable me to search an InDesign file for a given XML tag.
    Upon finding the XML tag, if the 'action' variable is set to delete, it should delete the tag and its contents.
    If the action is set to edit, it should change the contents of the tag to some user-specified content.
    The primary caveat is that the XML tag is variable, as is the XML structure of the InDesign file.
    Here's what I have in mind, in pseudocode:
    function findXMLTag(tag, action) {
         app.searchForTag(tag);
         if (tagIsFound) {
              if (action == "delete") {
                   tag.delete;
              } else if (action == "edit") {
                   tag.contents = "Updated content";
    Any help would be greatly appreciated!
    Thanks,
    Ben Kay

    'searchForTag' can be implemented as a recursive function.
    Recursion is defined like this: I thought, "I'll just search this forum for 'recursion'." The first post I found was one of my own, suggesting that the poster should search the forum for 'recursion'.
    Here is an example: find the XML Element [<email>]
    And another: Remove xml element using JS[CS3] (read carefully, as the OP got stuck on how to successfully remove an element and continue)
    And one, using XML Rules -- which I'm totally unfamiliar with, but may work for you: Changing Values in XML tags

  • Indesign CS6 keeps crashing when launched

    indesign CS6 keeps crashing when launched
    Please could someone advise?

    Try trashing the prefs (see Replace Your Preferences ) and empty the InDesign Recovery folder (it's inthe same Caches folder as InDesign SavedData).

  • InDesign CS5 Crashing on Launch

    Hello,
    InDesign CS5 Hangs on launch at "Calling Late Initializers"
    Has been fine, just started doing it.
    Win7 64 generates the following error report
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    InDesign.exe
      Application Version:    7.0.4.553
      Application Timestamp:    4d890440
      Fault Module Name:    Public.dll
      Fault Module Version:    7.0.4.553
      Fault Module Timestamp:    4d8903ca
      Exception Code:    c0000005
      Exception Offset:    000deed2
    Any insight is greatly appreciated. I read the threads I could find and all I could see to try was changing permissions on the appdata/local/adobe dir, but that didn't do anything. Also trashed preferences.
    Thanks

    YOu said that it has worked before so any chages you made , like installing som enew software or updating the app.
    Also check after trashing the prefs manually :
    These are normally hidden files, so you will need to set your system to show them. They will be found in various places depending on the OS, and the version of InDesign.
    InDesign Defaults:
    Windows XP: C:\Documents and Settings\<USER>\Application Data\Adobe\InDesign\<Version #>\<language>\ (Note: Prior to version 6 [CS4] the language folder is not used).
    Windows Vista or Windows 7: C:\Users\<USER>\AppData\Roaming\Adobe\InDesign\<Version #>\<Language>\ (Note: Prior to version 6 [CS4] the language folder is not used).
    InDesign SavedData:
    Windows XP: C:\Documents and Settings\<USER>\Local Settings\Application Data\Adobe\InDesign\<Version #>\<Language>\Caches\ (Note: Prior to version 6 [CS4] the language folder is not used).
    Windows Vista or Windows 7: C:\Users\<USER>\AppData\Local\Adobe\InDesign\<Version #>\<Language>\Caches\ (Note: Prior to version 6 [CS4] the language folder is not used).

  • Adobe Illustrator CS5 crashes upon launch

    Hi there,
    I have just installed the Master Collection and all apps work fine, except for Illustrator that crashes upon launch. I tried cleaning font caches, rebooting, running Onyx, etc. But to no avail. The Master Collection is the Czech version. Here I post the crash log. If anybody could help me I would be very glad.
    Thanks a lot in advance,
    LackoB
    Process:         Adobe Illustrator [200]
    Path:            /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         399 (15.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2010-05-25 19:01:17.744 +0900
    OS Version:      Mac OS X 10.6.3 (10D2094)
    Report Version:  6
    Interval Since Last Report:          21913 sec
    Crashes Since Last Report:           -4
    Per-App Interval Since Last Report:  -42 sec
    Per-App Crashes Since Last Report:   -4
    Anonymous UUID:                      0F8C198A-E2C6-4406-9954-68A3FD27F5BF
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x92780050 strncpy + 80
    1   ...e.illustrator.plugins.ADMTP 0x20622e20 0x20620000 + 11808
    2   ...e.illustrator.plugins.ADMTP 0x20625bd9 0x20620000 + 23513
    3   ...e.illustrator.plugins.ADMTP 0x20627134 0x20620000 + 28980
    4   ...tor.plugins.FrameworkServer 0x1dcd08ca PluginMain + 1712
    5   com.adobe.coretech.adm        0x1f0cb0dd 0x1f0c0000 + 45277
    6   com.adobe.coretech.adm        0x1f0d4a4d 0x1f0c0000 + 84557
    7   com.adobe.coretech.adm        0x1f0d840c 0x1f0c0000 + 99340
    8   com.adobe.coretech.adm        0x1f0c1485 0x1f0c0000 + 5253
    9   com.adobe.coretech.adm        0x1f0ddfc9 0x1f0c0000 + 122825
    10  ...tor.plugins.FrameworkServer 0x1dcd0a54 PluginMain + 2106
    11  ...e.illustrator.plugins.ADMTP 0x2062263b 0x20620000 + 9787
    12  ...tor.plugins.FrameworkServer 0x1dcd0e3a PluginMain + 3104
    13  ...tor.plugins.FrameworkServer 0x1dcd11dd PluginMain + 4035
    14  ...tor.plugins.FrameworkServer 0x1dcd2317 PluginMain + 8445
    15  ...e.illustrator.plugins.ADMTP 0x2062bc05 PluginMain + 179
    16  com.adobe.illustrator         0x006c282e AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3698310
    17  com.adobe.illustrator         0x006be993 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3682283
    18  com.adobe.illustrator         0x006c6656 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3714222
    19  com.adobe.illustrator         0x001ab95d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1634569
    20  com.adobe.illustrator         0x005505bd AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2182165
    21  com.adobe.illustrator         0x001b3009 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1664949
    22  com.adobe.illustrator         0x001b4a2d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1671641
    23  com.adobe.illustrator         0x0010af6a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 976662
    24  com.adobe.illustrator         0x0004f59d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 208201
    25  com.adobe.illustrator         0x0005015e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 211210
    26  com.adobe.illustrator         0x0004f8e4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 209040
    27  com.adobe.illustrator         0x0010a5cd AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 974201
    28  com.adobe.illustrator         0x000cc97e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 721194
    29  com.adobe.illustrator         0x00003346 0x1000 + 9030
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x92794b42 kevent + 10
    1   libSystem.B.dylib             0x9279525c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x92794719 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x927944be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x92793f41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x92793d86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x92793bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x92794168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x92793d86 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0458d126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x04585db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0458d18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    7   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x9276e35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x9279bea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x927caa28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x941f0465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x941f01a3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x942143eb TimerThread + 97
    6   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    7   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9279c262 __semwait_signal + 10
    1   libSystem.B.dylib             0x9279bf1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x9279dbb8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x94204aee TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x941f043d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x941ebe0f MPWaitOnQueue + 250
    6   AdobeACE                      0x015526f1 0x1518000 + 239345
    7   AdobeACE                      0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    10  libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x9279c262 __semwait_signal + 10
    1   libSystem.B.dylib             0x9279bf1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x9279dbb8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x94204aee TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x941f043d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x941ebe0f MPWaitOnQueue + 250
    6   AdobeACE                      0x015526f1 0x1518000 + 239345
    7   AdobeACE                      0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    10  libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x9279c262 __semwait_signal + 10
    1   libSystem.B.dylib             0x9279bf1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x9279dbb8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x94204aee TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x941f043d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x941ebe0f MPWaitOnQueue + 250
    6   AdobeACE                      0x015526f1 0x1518000 + 239345
    7   AdobeACE                      0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    10  libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   AdobeAGM                      0x0198b8f5 AGMInitialize + 3243373
    4   AdobeAGM                      0x0198c545 AGMInitialize + 3246525
    5   AdobeAGM                      0x01992138 AGMInitialize + 3270064
    6   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    7   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x92793bd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x92794168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x92793d86 start_wqthread + 30
    Thread 10:
    0   libSystem.B.dylib             0x9279c262 __semwait_signal + 10
    1   libSystem.B.dylib             0x927c7e44 nanosleep$UNIX2003 + 188
    2   ...trator.plugins.AISaveForWeb 0x2316c89b CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 106329
    3   ...trator.plugins.AISaveForWeb 0x231672e3 CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 84385
    4   ...trator.plugins.AISaveForWeb 0x2316c9a8 CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 106598
    5   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    6   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x9276e34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x94202212 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x253610f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    5   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x9276e34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x94202212 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x253610f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    5   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x9276e34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x94202212 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x253610f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x941cfeb6 PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    5   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x2e40ed5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x2e1b01ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x2e40ee4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x2e40eeb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x2e40ef9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    9   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x2e40ed5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x2e1b01ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x2e40ee4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x2e40eeb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x2e40ef9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    9   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x2e40ed5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x2e1b01ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x2e40ee4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x2e40eeb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x2e40ef9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    9   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x9276e342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9279beb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x927e442f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x2e40ed5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x2e1b01ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x2e40ee4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x2e40eeb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x2e40ef9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    9   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x9276e35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x9279bea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x927caa28 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x2e40ed27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x2e58406b APXGetHostAPI + 4096475
    5   com.adobe.adobeswfl           0x2e40ee4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x2e40eeb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x2e40ef9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9279ba19 _pthread_start + 345
    9   libSystem.B.dylib             0x9279b89e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xbfffef63  ebx: 0x20622bdf  ecx: 0x00000100  edx: 0x0000000d
      edi: 0xbfffef63  esi: 0x00000000  ebp: 0xbffff0c8  esp: 0xbfffef24
       ss: 0x0000001f  efl: 0x00010216  eip: 0x92780050   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -   0xff7ff6 +com.adobe.illustrator 399 (15.0.0) <E4A81060-96D8-01B9-093D-04CBB8C0459B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x12d9000 -  0x13a6fe7 +AdobeAXEDOMCore ??? (???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1415000 -  0x1425fff  com.apple.carbonframeworktemplate 1.0 (1.0) <5E8425F4-3852-F874-5091-CA17727F863C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x142a000 -  0x1445ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
    0x145f000 -  0x14a3fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <D16914DF-84AF-46F5-DBE7-4E69FDF57C2B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x1506000 -  0x1506fff +SPBasic ??? (???) <9025F209-C255-BA15-EE86-BCF54706917D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x150a000 -  0x1510ffb +com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) <5B4C881B-6885-96F2-BD05-BE9C44A7546C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
    0x1518000 -  0x162cfff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x164f000 -  0x1b75fff +AdobeAGM ??? (???) <BD6EEC99-2691-BD5F-5888-2436562E5227> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1cb6000 -  0x1cf2fff +AdobeARE ??? (???) <EFF04636-11C5-BFF0-6DC4-0E4909802EEA> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1cfb000 -  0x1d21ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
    0x1d32000 -  0x1d4dfff +AdobeBIB ??? (???) <6E3DC6A9-066C-B736-6465-7F91D18860FB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1d57000 -  0x1d78ff7 +AdobeBIBUtils ??? (???) <0405CA59-8136-7A32-CCDE-D5289F02B4EC> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1d84000 -  0x2076ff7 +AdobeCoolType ??? (???) <AEC9EB8F-2122-1708-3207-2A8BE3308FFA> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x20fe000 -  0x2196fff +com.adobe.AdobeExtendScript ExtendScript 4.1.23 (4.1.23.7573) <F68E96A7-E657-7275-09DF-4C412554CD4A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
    0x21f5000 -  0x22d8fef +AdobePDFPort ??? (???) <A3B34989-24B0-04AF-D9BC-2B2718803809> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x230d000 -  0x2941feb +AdobePDFL ??? (???) <1A619F3E-A9D4-A99C-791E-92B564F64609> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2a6d000 -  0x2afaff7 +com.adobe.AdobeScCore ScCore 4.1.23 (4.1.23.7573) <6A15402A-09B2-B1F8-5ECC-D7871EC054C3> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x2b3f000 -  0x2bdffef +AdobeSVGExport ??? (???) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x2c09000 -  0x2ea7ff2 +AdobeSVGRE ??? (???) <95F2CE86-4B2D-C3DE-A783-8E0A0B24F74C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2f80000 -  0x2fd8ff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2fe7000 -  0x3073fef +AdobeXMPFiles ??? (???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x30aa000 -  0x3177ff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicu i18n.dylib.36.0
    0x31da000 -  0x32b4fef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x32f4000 -  0x3ca4fff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x3ca7000 -  0x407fff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x41ae000 -  0x4214ffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x4244000 -  0x42d5ff7 +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.3 6.0
    0x42f4000 -  0x44daff7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x4568000 -  0x45cffea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x460e000 -  0x468bfff +AdobeOwlCanvas ??? (???) <6718BCAA-AAF5-07C2-B2F5-D7CD3BF5B924> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x46a7000 -  0x47dffe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4821000 -  0x4825ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
    0x482c000 -  0x487fffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x48c7000 -  0x48d9fff +com.adobe.pip ??? (5.0.0.2021) <5251926B-C2C0-282C-B3A9-94A9FEF0FCB8> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x48e2000 -  0x5625fff +com.adobe.psl AdobePSL 12.0.0.7524 (12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5964000 -  0x5ae1fef +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <565B8F4B-EFEA-D847-91FE-17B8ED169DF2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x5c5c000 -  0x5f4cfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <7E7F77B3-0CB3-8885-915E-EDACEE27500E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x6274000 -  0x65baff3 +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E97C356-CEE3-9CA3-3C90-8196F560164E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x6ac9000 -  0x6adbfef +com.adobe.dvaai.framework dvaai version 5.0.0 (5.0.0.0) <2D9772CA-D866-6A7F-CF74-FD7F485350B2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
    0x6aec000 -  0x6af2fef +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.0) <FB5A16A5-D6E7-71B7-78A8-A174A64EF477> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x6b03000 -  0x6b0eff3 +com.adobe.boost_filesystem.framework boost_filesystem version 5.0.0 (5.0.0.0) <604EA207-EEF2-AC6E-A8B1-26737E5AB0A7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
    0x6b22000 -  0x6ba0fe2 +com.adobe.boost_regex.framework boost_regex version 5.0.0 (5.0.0.0) <F95BC864-6CFC-EAF4-A6DF-27608A5DD30E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x6c04000 -  0x6c0efff +com.adobe.boost_signals.framework boost_signals version 5.0.0 (5.0.0.0) <08C988D8-10F3-66EF-AE15-B086AD240942> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x6c21000 -  0x6c23ffb +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.0) <7ACBC8B3-0BEA-7B7B-04FF-95C6A93E3E7E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x6c2a000 -  0x6c31ff2 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <4942ACFF-5944-0F7F-8481-49CAF902D15F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x6c41000 -  0x6c9ffe2 +com.adobe.boost_serialization.framework boost_serialization version 5.0.0 (5.0.0.0) <FBAA7D86-4F90-3337-4657-022BA313C894> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
    0x6d76000 -  0x6f15fe7 +com.adobe.owl AdobeOwl version 3.0.89 (3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x6f7e000 -  0x6febfef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x7006000 -  0x70bbfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2E52683A-7E8E-68D5-5AC6-09962C37CB98> /usr/lib/libcrypto.0.9.7.dylib
    0x7101000 -  0x7141ff7  com.apple.vmutils 4.2 (106) <7AAF9FDA-AC1E-09FD-889E-68FFB5F94BA8> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x715a000 -  0x715dff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x71d8000 -  0x71d9ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x71f6000 -  0x71f6fff +com.adobe.illustrator.plugins.PlugInRes Localizer version 15.0.0 (15.0.0) <31807739-9A66-20D1-2D8D-1077383E76C7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Resources/cs_CZ/PlugInRes.aip/Contents/MacOS/PlugInRes
    0x71fb000 -  0x71fbff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x1d728000 - 0x1d798feb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x1d7a6000 - 0x1d7aefff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x1d80f000 - 0x1d81bffb +com.fsb.SafariBlock ??? (2.2r1) <FE7DD96F-3E47-5128-F5B9-51956F41F1C9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBlock
    0x1d826000 - 0x1d827ffc +com.yourcompany.ct_loader 1.2.1.4 (1214) <8AFC3CCC-4D36-ACE0-CA83-94A16B5A52E5> /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
    0x1d82d000 - 0x1d82effd +com.1passwd.InputManager 2.9.9 (7365) <4C78B78D-FB3F-1459-126C-A67F44F2DBD0> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x1d833000 - 0x1d833fff +com.ksuther.chax.loader ??? (2.2) <F06088DD-24FC-033D-B05A-0943F2C46917> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x1d838000 - 0x1d838fff +com.yazsoft.SDEnhancer ??? (1.0) <9C0DDFED-CB06-5366-1529-15C3BBBC4CDC> /Library/InputManagers/SpeedDownload Enhancer/SpeedDownloadEnhancer.bundle/Contents/MacOS/SpeedDownloadEnhancer
    0x1d858000 - 0x1d859fff +com.adobe.illustrator.plugins.ASLib ASLib version 15.0.0 (15.0.0) <E0248AB4-BFC9-A137-113D-6B7C9E9EC662> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0x1d86d000 - 0x1d874ffe +com.adobe.illustrator.plugins.Action Action version 15.0.0 (15.0.0) <142864FE-DD35-352E-D04F-3CEC42460B58> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0x1d878000 - 0x1d879fff +com.adobe.illustrator.plugins.MPSCommon MPSCommon version 15.0.0 (15.0.0) <D7CD8FCC-D327-056C-44F2-65D1653946A4> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/MPSCommon.aip/Contents/MacOS/MPSCommon
    0x1dafa000 - 0x1dafcfff +com.adobe.illustrator.plugins.Punk Punk version 15.0.0 (15.0.0) <50CDBCEF-64C7-6625-20F2-CB9551D9217F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/Punk.aip/Contents/MacOS/Punk
    0x1dccf000 - 0x1dcd8fff +com.adobe.illustrator.plugins.FrameworkServer Framework Server version 15.0.0 (15.0.0) <49D2AB8D-EDA1-D195-7F30-A0F43FB445BB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkServer
    0x1dcdc000 - 0x1dce2ff7 +com.adobe.illustrator.plugins.ArtConverters  ArtConverters version 15.0.0 (15.0.0) <3CBFAF3A-3B7E-3AC9-EDAF-8AA214A87EA1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
    0x1dce6000 - 0x1dcf6fff +com.adobe.illustrator.plugins.Flatten Transparency  Flatten Transparency version 15.0.0 (15.0.0) <7CAAAD9E-050B-4B94-712B-7F33C76A204C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/Flatten Transparency
    0x1deba000 - 0x1dee3feb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0x1def3000 - 0x1def7ffb +com.adobe.illustrator.plugins.ToolSelector Tool Selector version 15.0.0 (15.0.0) <5F46ADCB-63B5-9C82-4EC3-AADF25CCBE2F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ToolSelector.aip/Contents/MacOS/ToolSelector
    0x1defb000 - 0x1defcfff +com.adobe.illustrator.plugins.Inverse Inverse version 15.0.0 (15.0.0) <FC65EE9F-3AB7-7D61-C366-08E0CA76E6BA> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/Inverse.aip/Contents/MacOS/Inverse
    0x1e3f7000 - 0x1e44cff0 +com.adobe.illustrator.plugins.Photoshop Adapter Photoshop Adapter version 15.0.0 (15.0.0) <F760E076-0C60-0E96-47E4-EE0D4140C5BB> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Photoshop Filters.localized/Photoshop Adapter.aip/Contents/MacOS/Photoshop Adapter
    0x1e45d000 - 0x1e487fff +com.adobe.illustrator.plugins.BRSPencilTool  Pencil Tool version 15.0.0 (15.0.0) <ED8C5A7E-A1FC-B46B-B537-6E41529B2DD1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
    0x1e48e000 - 0x1e494fe8 +com.adobe.illustrator.plugins.TextWrapDlg TextWrapDlg version 15.0.0 (15.0.0) <AFCFCBDC-8EA9-8150-7415-538DA59A30FB> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/TextWrapDlg.aip/Contents/MacOS/TextWrapDlg
    0x1e9c7000 - 0x1e9dcfef +com.adobe.illustrator.plugins.FOConversionSuite FOConversionSuite version 15.0.0 (15.0.0) <B2BE11E0-D4B5-A2BC-189F-DDE56054CD2F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
    0x1e9f6000 - 0x1e9f9fff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 15.0.0 (15.0.0) <F8F2B1CA-D293-7192-E07E-93909A2A6828> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/GeometryS
    0x1f0c0000 - 0x1f198fff +com.adobe.coretech.adm 3.10x04 (3.1) <4CA7B3C3-1F54-D204-577F-05ED3203F3E7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1f1f0000 - 0x1f23dfff +com.adobe.illustrator.plugins.PDF Suite PDF Suite version 15.0.0 (15.0.0) <2A5FAC19-AD08-6688-4A6D-645E15816373> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDF Suite
    0x1f255000 - 0x1f29bfff +FilterPort ??? (???) <31F45F71-9FB9-3D1D-E588-13D9C943ACB4> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x1f310000 - 0x1f330fe2 +com.adobe.illustrator.plugins.Rasterize Rasterize version 15.0.0 (15.0.0) <BD56292B-75AE-1594-81B4-75E57E9BA368> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
    0x1f336000 - 0x1f36efff +com.adobe.illustrator.plugins.BrushManager Brush Manager version 15.0.0 (15.0.0) <004D0CCF-80BD-8DC1-7E44-5FD113507384> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/BrushManager.aip/Contents/MacOS/BrushManager
    0x1f377000 - 0x1f38dffb +com.adobe.illustrator.plugins.ControlPalette ControlPalette version 15.0.0 (15.0.0) <F9F1ABE1-547B-38B4-F95B-704AE58B97E3> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Control Panel.aip/Contents/MacOS/ControlPalette
    0x1f393000 - 0x1f3adfe2 +com.adobe.illustrator.plugins.KinsokuDlg  KinsokuDlg version 15.0.0 (15.0.0) <2831E857-C4A4-D14E-0A43-9C4A9005374C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/KinsokuDlg.aip/Contents/MacOS/KinsokuDlg
    0x1f3b8000 - 0x1f3e8ffc +com.adobe.illustrator.plugins.SymbolPalette Symbol Palette version 15.0.0 (15.0.0) <66A518A1-A747-6EE5-0AF4-5E5B30CEB789> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Symbol Panel.aip/Contents/MacOS/SymbolPalette
    0x1f3f1000 - 0x1f3f9ff7 +com.adobe.illustrator.plugins.DiffusionRaster DiffusionRaster version 15.0.0 (15.0.0) <8EA465B9-0536-901A-7E7C-C7041432E982> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/DiffusionRaster.aip/Contents/MacOS/DiffusionRaster
    0x1f600000 - 0x1f6cbfec +com.adobe.illustrator.plugins.BeautifulStrokes Beautiful Strokes Suite version 15.0.0 (15.0.0) <9AC1B864-D80E-C70E-7408-B2554A1E2671> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/BeautifulStrokes.aip/Contents/MacOS/Beautiful Strokes
    0x1f6e6000 - 0x1f792fea +com.adobe.illustrator.plugins.ColorHarmony ColorHarmony version 15.0.0 (15.0.0) <E52FE44A-D024-94CB-D70B-4E0EE79D2906> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ColorHarmony.aip/Contents/MacOS/ColorHarmony
    0x1f7ae000 - 0x1f93affe +com.adobe.illustrator.plugins.PlanetX Live Paint version 15.0.0 (15.0.0) <19942404-22E5-18F0-CA81-89C5DA2BFA34> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Live Paint.aip/Contents/MacOS/PlanetX
    0x1f968000 - 0x1f9f8feb +com.adobe.illustrator.plugins.PaintStyle Paint Style Palettes version 15.0.0 (15.0.0) <21DEC189-D1E8-6D28-2591-90AD613A4A7B> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Paint Style Panel.aip/Contents/MacOS/PaintStyle
    0x1fa07000 - 0x1fa7bfe7 +com.adobe.illustrator.plugins.Perspective Perspective version 15.0.0 (15.0.0) <B6F284D3-FE9C-8AD6-1050-529D27AD8FEC> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Perspective.aip/Contents/MacOS/Perspective
    0x1fa8f000 - 0x1fd10fef +com.adobe.illustrator.plugins.Scripting Support Scripting Support version 15.0.0 (15.0.0) <D06A593F-B9A2-154A-6222-DF90FD0F836D> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ScriptingSupport.aip/Contents/MacOS/Scripting Support
    0x200cd000 - 0x2014bfe2 +com.adobe.illustrator.plugins.SwatchLibraries Swatch Libraries version 15.0.0 (15.0.0) <F0AA6574-0276-E239-A888-F2F412FEF4B0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/SwatchLibraries.aip/Contents/MacOS/SwatchLibr aries
    0x2015c000 - 0x201e8fee +com.adobe.illustrator.plugins.TracingSuite TracingSuite version 15.0.0 (15.0.0) <2712E7AD-0DBD-5C13-071D-CE592BD7CD04> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/TracingSuite.aip/Contents/MacOS/TracingSuite
    0x202d1000 - 0x20302ff3 +com.adobe.illustrator.plugins.VariablesPalette Variables Palette version 15.0.0 (15.0.0) <8F75A177-F27F-522B-DFD6-8FF50C67BB8C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Variables Panel.aip/Contents/MacOS/VariablesPalette
    0x2030e000 - 0x20326ff3 +com.adobe.illustrator.plugins.Workspaces Workspaces version 15.0.0 (15.0.0) <AAD61C6D-603D-08A6-D432-71CFB155E25C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Workspaces.aip/Contents/MacOS/Workspaces
    0x2032d000 - 0x2033ffef +com.adobe.illustrator.plugins.Mojikumi  MojiKumiUI version 15.0.0 (15.0.0) <58C626FE-3268-C256-2ABC-734D12C61F64> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/Mojikumi.aip/Contents/MacOS/Mojikumi
    0x20346000 - 0x20410ff7 +com.adobe.illustrator.plugins.SVG Format  SVG Format version 15.0.0 (15.0.0) <BA0CE949-5CB1-830F-4BBA-CB77A0CE33C0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/SVG File Format.aip/Contents/MacOS/SVG Format
    0x20441000 - 0x20491fee +com.adobe.illustrator.plugins.Deform Envelope and Warp version 15.0.0 (15.0.0) <C6E1BC3C-60EE-E581-D299-42493104E6E9> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Envelope and Warp.aip/Contents/MacOS/Deform
    0x204a0000 - 0x204c7ff0 +com.adobe.illustrator.plugins.slicingAttributes Slicing version 15.0.0 (15.0.0) <6219DB20-8CF6-C888-B841-D2CA302EA747> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
    0x204cf000 - 0x204d3fff +com.adobe.illustrator.plugins.ShapeS Shape Construction Suite version 15.0.0 (15.0.0) <70176E68-D9D8-6D0E-599F-56A0BE108A53> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeS
    0x204d7000 - 0x20503fff +com.adobe.illustrator.plugins.PathfinderS Pathfinder Suite version 15.0.0 (15.0.0) <BE233974-06C3-BFDA-BD0C-69C489BE04B6> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
    0x2050c000 - 0x20512ffb +com.adobe.illustrator.plugins.ExpandS Expand Suite version 15.0.0 (15.0.0) <CC1AACFA-13DB-1D99-2AF9-17370C050B1A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
    0x20516000 - 0x2052bfef +com.adobe.illustrator.plugins.AssetMgmt Asset Management version 15.0.0 (15.0.0) <7F1C4785-8130-39D0-FE3E-109039162142> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/AssetMgmt.aip/Contents/MacOS/AssetMgmt
    0x20533000 - 0x20543fff +com.adobe.illustrator.plugins.DocInfo Document Info version 15.0.0 (15.0.0) <A89FFFC5-7CB4-4229-467F-B36013B66576> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/DocInfo.aip/Contents/MacOS/DocInfo
    0x2054a000 - 0x2056ffef +com.adobe.illustrator.plugins.LinkPalette Links Palette version 15.0.0 (15.0.0) <0D914DF5-4CE7-4BDA-4416-867686E8B1AB> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Links Panel.aip/Contents/MacOS/LinkPalette
    0x20579000 - 0x205b7fff +com.adobe.illustrator.plugins.Snap Snap version 15.0.0 (15.0.0) <50C67BFC-673E-60E5-6A83-FDF61ACB7878> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Snap.aip/Contents/MacOS/Snap
    0x205c7000 - 0x205ceffb +com.adobe.illustrator.plugins.Colors Colors version 15.0.0 (15.0.0) <1915403D-6974-6317-B677-85578C8F95B1> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/Colors.aip/Contents/MacOS/Colors
    0x205d2000 - 0x205d5fff +com.adobe.illustrator.plugins.Crop Marks Crop Marks version 15.0.0 (15.0.0) <B27233F5-F46F-520B-3D4E-3DADF31728C2> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/Crop Marks.aip/Contents/MacOS/Crop Marks
    0x205d9000 - 0x205defff +com.adobe.illustrator.plugins.Distort Free Distort version 15.0.0 (15.0.0) <F994FF57-BB1F-9DB5-484E-3F121E426D3A> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/Distort.aip/Contents/MacOS/Distort
    0x205e3000 - 0x205f2ff0 +com.adobe.illustrator.plugins.DropShadow Drop Shadow version 15.0.0 (15.0.0) <02FA5CA0-49AC-9A14-5EC8-3A524F82F52E> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/DropShadow.aip/Contents/MacOS/DropShadow
    0x205f8000 - 0x2060cfef +com.adobe.illustrator.plugins.EyeBucketTool Eye Bucket Tool version 15.0.0 (15.0.0) <6F536971-AA45-8F82-309E-F8BC4F6E4A98> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/EyeBucketTool.aip/Contents/MacOS/EyeBucketTool
    0x20614000 - 0x2061bffb +com.adobe.illustrator.plugins.TwirlTool Twist Tool version 15.0.0 (15.0.0) <2F7311E7-B7C0-8D57-FACB-B0DAF69CBBA3> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/TwirlTool.aip/Contents/MacOS/TwirlTool
    0x20620000 - 0x2062efff +com.adobe.illustrator.plugins.ADMTP Tool Palette version 15.0.0 (15.0.0) <FCA09360-78BF-A043-F191-3D680057F439> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Tool Panel.aip/Contents/MacOS/ADMTP
    0x20633000 - 0x20637ffb +com.adobe.illustrator.plugins.Simplify Simplify version 15.0.0 (15.0.0) <E41E73CE-9707-6E8A-ED55-AAA569C3A7B9> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Simplify.aip/Contents/MacOS/Simplify
    0x2063b000 - 0x20649fff +com.adobe.illustrator.plugins.ShapeTool ShapeTool version 15.0.0 (15.0.0) <09AE83AB-98F8-3FF3-2A4C-5C6A08F1629C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/ShapeTool.aip/Contents/MacOS/ShapeTool
    0x2064e000 - 0x2065fffb +com.adobe.illustrator.plugins.Segment Tools Segment Tools version 15.0.0 (15.0.0) <BAA1E4D6-6108-1014-13A9-966CB55B9D69> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Segment Tools.aip/Contents/MacOS/Segment Tools
    0x20665000 - 0x20683ffa +com.adobe.illustrator.plugins.ScatterBrushTool Adobe Scatter Brush Tool version 15.0.0 (15.0.0) <3C0686CB-1C0F-F4A0-369A-90E805B45C08> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/ScatterBrushTool.aip/Contents/MacOS/ScatterBrushTo ol
    0x2068a000 - 0x206a2fff +com.adobe.illustrator.plugins.GlobalAdjust Reshape Tool version 15.0.0 (15.0.0) <3BADB03E-24CB-BD81-E23C-C1102B84FDC7> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Reshape Tool.aip/Contents/MacOS/GlobalAdjust
    0x206a8000 - 0x206c6fef +com.adobe.illustrator.plugins.ParticlePaint Symbolism version 15.0.0 (15.0.0) <5534630E-ED3D-1122-6C57-DA7A2D830DD7> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/ParticleSystem.aip/Contents/MacOS/ParticlePaint
    0x206cf000 - 0x206d8ff7 +com.adobe.illustrator.plugins.Magic Wand Magic Wand version 15.0.0 (15.0.0) <2E7B598F-B5E0-873E-4E40-E84F537BD935> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Magic Wand.aip/Contents/MacOS/Magic Wand
    0x206dd000 - 0x206f4ff3 +com.adobe.illustrator.plugins.Liquify Liquify version 15.0.0 (15.0.0) <9F18C32A-BE54-EBFD-4AC1-7FEA633243AE> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Liquify.aip/Contents/MacOS/Liquify
    0x206f9000 - 0x20700fec +com.adobe.illustrator.plugins.Lasso Lasso version 15.0.0 (15.0.0) <B61316E3-6BD8-4372-0196-79ACD7B2ADDC> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Lasso.aip/Contents/MacOS/Lasso
    0x20706000 - 0x2070affb +com.adobe.illustrator.plugins.KnifeTool Knife Tool version 15.0.0 (15.0.0) <48A118A6-14C1-26B1-9F6D-B7430F77505A> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/KnifeTool.aip/Contents/MacOS/KnifeTool
    0x2070f000 - 0x20722fe8 +com.adobe.illustrator.plugins.Flare Flare version 15.0.0 (15.0.0) <512C1378-465E-83C4-5F14-4B91EDB399B7> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Flare.aip/Contents/MacOS/Flare
    0x20727000 - 0x2075dfeb +com.adobe.illustrator.plugins.EraserTool EraserTool version 15.0.0 (15.0.0) <F47ACCBC-6AF5-FB7D-7D4F-F0F2C0140328> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/EraserTool.aip/Contents/MacOS/EraserTool
    0x20765000 - 0x207ebfff +com.adobe.illustrator.plugins.dBrushTool Bristle Brush Tool version 15.0.0 (15.0.0) <C98ECFA5-BB05-A5F4-46D0-AFCF0F5F2B68> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/dBrushTool.aip/Contents/MacOS/dBrushTool
    0x20801000 - 0x2082dfe8 +com.adobe.illustrator.plugins.CropAreaTool CropAreaTool version 15.0.0 (15.0.0) <9A1F8819-3E90-BC3D-06FC-DFFD7FD655CD> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Crop Area Tool.aip/Contents/MacOS/CropAreaTool
    0x20839000 - 0x20862fec +com.adobe.illustrator.plugins.CalligBrushTool Calligraphic Brush Tool version 15.0.0 (15.0.0) <E1531DB8-AEFF-8A8F-230E-D2BF98C12B96> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/CalligBrushTool.aip/Contents/MacOS/CalligBrushTool
    0x20869000 - 0x2087dff7 +com.adobe.illustrator.plugins.BoundingBox BoundingBox version 15.0.0 (15.0.0) <B1C6964F-818D-2C57-ACFB-0DA783285D67> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/BoundingBox.aip/Contents/MacOS/BoundingBox
    0x20882000 - 0x208abff2 +com.adobe.illustrator.plugins.ArtBrushTool Art Brush Tool version 15.0.0 (15.0.0) <E73A65AA-C929-01B7-68EC-58EB2D87CB34> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/ArtBrushTool.aip/Contents/MacOS/ArtBrushTool
    0x208b2000 - 0x208c0fff +com.adobe.illustrator.plugins.Advanced Select Advanced Select version 15.0.0 (15.0.0) <D4C8AF84-087F-EE42-445B-D0477022645F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Advanced Select.aip/Contents/MacOS/Advanced Select
    0x208c5000 - 0x208c8fff +com.adobe.illustrator.plugins.TypeCase Change Case version 15.0.0 (15.0.0) <53912D41-3BF1-646F-1261-134FFB516F2C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/TypeCase.aip/Contents/MacOS/TypeCase
    0x208cc000 - 0x208d3fff +com.adobe.illustrator.plugins.TextSmart Text Smart Punctuation version 15.0.0 (15.0.0) <39C65234-E897-F73B-0590-63ED22F16B7B> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/TxtSmart.aip/Contents/MacOS/TextSmart
    0x208d8000 - 0x208dfff7 +com.adobe.illustrator.plugins.TextColumns Split Into Grid version 15.0.0 (15.0.0) <EF2FDD29-4824-FFF0-3299-E74789FBBFF0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/TextColums.aip/Contents/MacOS/TextColumns
    0x208e3000 - 0x208f8ff7 +com.adobe.illustrator.plugins.SpellcheckUI SpellCheckUI version 15.0.0 (15.0.0) <959D6068-AF36-67B2-E9B8-4A584362E474> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/SpellcheckUI.aip/Contents/MacOS/SpellcheckUI
    0x208ff000 - 0x20909fef +com.adobe.illustrator.plugins.SpellCheckDictionary SpellCheckDictionary version 15.0.0 (15.0.0) <C618761C-842D-6931-5893-136A1A99D0C7> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/SpellCheckDictionary.aip/Contents/MacOS/SpellCheckDictionary
    0x2090f000 - 0x20927ffb +com.adobe.illustrator.plugins.FindReplaceUI  FindReplaceUI version 15.0.0 (15.0.0) <BAA59CF5-A815-57E7-9498-6780C36C0A4F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/FindReplaceUI.aip/Contents/MacOS/FindReplaceUI
    0x2092e000 - 0x2094affe +com.adobe.illustrator.plugins.FindFont Find Font version 15.0.0 (15.0.0) <B31CC6D3-551D-74B5-8635-15256E4A8058> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Text Filters.localized/FindFont.aip/Contents/MacOS/FindFont
    0x20955000 - 0x2099ffff +com.adobe.illustrator.plugins.PhotoshopImport Photoshop Import version 15.0.0 (15.0.0) <6DEE6AD0-C57D-D818-8B69-515245A23A34> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Photoshop Formats.localized/PhotoshopImport.aip/Contents/MacOS/PhotoshopImport
    0x209b0000 - 0x209e6ff7 +com.adobe.illustrator.plugins.PhotoshopExport Photoshop Export version 15.0.0 (15.0.0) <36DBC0CD-3DB1-8961-88B8-0DF7EE550949> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Photoshop Formats.localized/PhotoshopExport.aip/Contents/MacOS/PhotoshopExport
    0x209f3000 - 0x20a17fff +com.adobe.illustrator.plugins.ExpressView Support OS Express Views version 15.0.0 (15.0.0) <21FCD83B-F1CD-6EB7-1B48-91FE9022E2FE> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Photoshop Filters.localized/ExpressView Support.aip/Contents/MacOS/ExpressView Support
    0x20a1f000 - 0x20a38fe3 +com.adobe.illustrator.plugins.PerspectiveUI PerspectiveUI version 15.0.0 (15.0.0) <E0C4FC8C-38ED-2F1B-7A53-11E5A9AC83FD> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator UI.localized/PerspectiveUI.aip/Contents/MacOS/PerspectiveUI
    0x20a40000 - 0x20a80fe2 +com.adobe.illustrator.plugins.TIFF TIFF Format version 15.0.0 (15.0.0) <E7EBD4A1-ED2E-A016-6587-0F0678F6E4BA> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/TIFF.aip/Contents/MacOS/TIFF
    0x20a8d000 - 0x20a91ffc +com.adobe.illustrator.plugins.TextExport TextExport version 15.0.0 (15.0.0) <E6553C76-90BC-FB9A-1E6A-82A51B2FD0A1> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/TextExport.aip/Contents/MacOS/TextExport
    0x20a98000 - 0x20b52ff0 +com.adobe.illustrator.plugins.SWFExport FlashFileFormat version 15.0.0 (15.0.0) <A54081F7-F52F-7D97-D8E1-DBE75CE902F0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/SWFExport.aip/Contents/MacOS/SWFExport
    0x20b6c000 - 0x20bbaff6 +com.adobe.illustrator.plugins.Sangam2AIMapper Plugin Sangam2AIMapper Plugin version 15.0.0 (15.0.0) <3D5AA673-C4CE-67BC-A42C-BCA0412E160D> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/Sangam2AIMapper Plugin.aip/Contents/MacOS/Sangam2AIMapper Plugin
    0x20bcc000 - 0x20c35ffb +AdobeSangam 3.0.0 (compatibility 3.0.0) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x20c7f000 - 0x20c87fe3 +com.adobe.illustrator.plugins.PNGFileFormat PNGFileFormat version 15.0.0 (15.0.0) <96FBF592-77B9-00DC-1DE1-3F8A098A93E0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/PNGFileFormat.aip/Contents/MacOS/PNGFileFormat
    0x20c8b000 - 0x20cc2ff6 +com.adobe.illustrator.plugins.MPSParser MPSParser version 15.0.0 (15.0.0) <65C4F2FB-7E4E-5E71-E000-F342B2806959> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/MPSParser.aip/Contents/MacOS/MPSParser
    0x20cd4000 - 0x20cf2ffe +com.adobe.illustrator.plugins.MPSExport MPSExport version 15.0.0 (15.0.0) <9DC59636-5A06-4A8F-F2DD-150C8B977A8C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/MPSExport.aip/Contents/MacOS/MPSExport
    0x20cfc000 - 0x20d3bfea +com.adobe.illustrator.plugins.JPEG JPEGFormat version 15.0.0 (15.0.0) <D84BF213-3D23-3993-2F66-7039A5AEC8DA> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/JPEGFormat.aip/Contents/MacOS/JPEG
    0x20d45000 - 0x20d52ffc +com.adobe.illustrator.plugins.Jpeg2000  Jpeg2000 version 15.0.0 (15.0.0) <30A2213B-ECF8-035A-4380-7CA142BDD123> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/Jpeg2000.aip/Contents/MacOS/Jpeg2000
    0x20d59000 - 0x20d5cffb +com.adobe.illustrator.plugins.GIF89 GIF89a Format version 15.0.0 (15.0.0) <929AF430-A08D-0A96-C140-C14D2D8A848F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/GIF89a.aip/Contents/MacOS/GIF89
    0x20d60000 - 0x20d6bfee +com.adobe.illustrator.plugins.FXGFileFormatUI MXGFileFormatUIEN version 15.0.0 (15.0.0) <29098458-9EEF-56BB-5500-082CA55EF11A> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/FXGFileFormatUI.aip/Contents/MacOS/FXGFileFormatUI
    0x20d7e000 - 0x20f0afef +com.adobe.illustrator.plugins.FXGFileFormat MXGFileFormat version 15.0.0 (15.0.0) <5C05C31A-110B-DCFC-1DFB-C46857C2A149> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/FXGFileFormat.aip/Contents/MacOS/FXGFileFormat
    0x20f53000 - 0x2194ffef +aflame ??? (???) <B07806FD-0449-CBC6-FB92-0745A6D914D5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/aflame.framework/Versions/A/aflame
    0x21b12000 - 0x21ca3ff3 +aflamingo ??? (???) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x21e66000 - 0x21e8dfe4 +com.adobe.illustrator.plugins.FHImport FHImport version 15.0.0 (15.0.0) <66790786-2D8B-3036-8D64-819057A4EC7C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/FHImport.aip/Contents/MacOS/FHImport
    0x21e98000 - 0x22a82fff +com.adobe.illustrator.plugins.DxfDwg DxfDwg version 15.0.0 (15.0.0) <3929A3BF-46AC-C56F-765D-50A48F0FD5FE> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/DxfDwg.aip/Contents/MacOS/DxfDwg
    0x22ceb000 - 0x23302fec +com.adobe.illustrator.plugins.AISaveForWeb SaveForWebEN version 15.0.0 (15.0.0) <484602C1-43D0-5545-BC79-6C9BE458714F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/AISaveForWeb.aip/Contents/MacOS/AISaveForWeb
    0x235fa000 - 0x235fcfff +com.adobe.illustrator.plugins.MaskHelper MaskHelper version 15.0.0 (15.0.0) <EA826DF7-190B-7AFB-AE1F-A26A2091A372> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/MaskHelper.aip/Contents/MacOS/MaskHelper
    0x23700000 - 0x23704ffb +com.adobe.illustrator.plugins.ZigZag Zig Zag version 15.0.0 (15.0.0) <E0CF54A5-84BD-E29F-9858-87E6FA

    Hi,
    Try the following:
    1) Create a new  admin user and try to launch in it.
    If that doesn't help than try  this:
    1) Uninstall with the option to remove preferences
    2)  Delete Adobe Illustrator CS5 folder under /Applications if left behind.
    3)  Install AI again.
    -Anirudh

  • InDesign CS6 / CC crashing on Launch

    InDesign is a crashing monster in CS5, so I figured CS6 (CC) would perhaps solve some serious issues.  It crashes on launch on OS X 10.8.3 - doesn't even need to be opening a document.  Tried clearing caches and preferences - doesn't matter.  Running on a MacBook Pro with 8 gb onboard which previously ran (intermittently, of course) InDesign CS5.  Someone please tell me this isn't the same old Adobe crash-fest so I don't need to cancel my CC subscription.

    I'm a developer.  The OS 10.8 was an update of 10.7.5 to 10.8 via the golden master.  This update didn't appear to disturb InDesign CS5 on the machine - it continued to operate in its usual erratic style (which I'm told is normal).  InDesign CS6 is dead in the water.

  • CS5 crashes on launch on new mac, photoshop, illustrator etc all work, are there any patches I need to download?

    Hi
    i have just got a new Mac with mavericks etc, have re-installed CS but indesign crashes at launch, has anyone got any ideas

    NeilB12 I have seen previous posts which indicated the update is necessary.  I would recommend applying the update and if you continue to face difficulties then may want to search/post in the InDesign forum regarding using InDesign CS5 on Mac OS 10.9.  The InDesign forum can be found at InDesign.

Maybe you are looking for

  • I'm setting up my exchange email on my ipad but i don't know what the server would be?

    I'm setting up my exchange mail but im unsure of what to insert in the server box???

  • Please tell me the Query

    Hi, I need the query, please give me the solution. SQL> select rownum SNo,nvl(CAT,'NULL') Category, nvl(VAL,'NULL') Value from rownum_test; SNO CATEGORY VALUE 1 Cat1 Mango 2 NULL Juice 3 NULL NULL 4 Cat2 Apple 5 NULL Apple Juice Need the logic: For C

  • Concurrent Modification in a loop

    This loop iterates through a list of urls that parses a document for urls, if it finds some, then it adds them to a PriorityQueue. I'm getting the modification exception when the loop runs the second time at the it.next() line. Can someone help me wi

  • Searching Japanese Keywords using CGPDF

    Hi All, We have been working on an iPad application, which will render the PDFs with Japanese content and we need to provide a functionality for searching the Japanese keywords. We are using CGPDF APIs for scanning and the contents returned by the sc

  • Iphone and No Service Plan

    I currently have another ATT contract active for the remainder of this year with my BB curve, but I'm really considering getting the new Iphone 3g..... Can I buy the phone and not have a service contract, but still use - WiFi, Apps (Epocrates, Dynoli