Select layer in Illustrator CS4 js

Hi, I need to reselect original layer in the end of the script, and I can't find how. Here what I have so far:
var myDoc = app.activeDocument;
var myOriginalLayerNAME = myDoc.activeLayer.name;
// body of the script...
myDoc.activeLayer = myDoc.layers.item(myOriginalLayerNAME);
The last line fails.
The help is highly appreciated.
Yulia

Hi Yulia,
try this:
myDoc.activeLayer = myDoc.layers.getByName(myOriginalLayerNAME);
if it's a layer that you want catch or
myDoc.activeLayer = myDoc.pageItems.getByName(myOriginalLayerNAME);
if it's an item that you want catch
app.activeDocument.pageItems.getByName("tutu").selected=true; // catch "tutu" sub-layer is selecting now
See you soon, art.chrome

Similar Messages

  • Naming new layer in Illustrator CS4 js

    Hi, I have this piece of code and it works, but it doesn't assign the name to the layer (green text). Could you please see what I am doing wrong:
    var myLayer = app.activeDocument.layers.add("Guides");
    var myLeftGuide = myLayer.pathItems.add();
    myLeftGuide.setEntirePath(Array(Array(13.5,0), Array(13.5,1000)));
    myLeftGuide.guides = true;
    Thank you so much for your help.
    Yulia

    Yulia:
    The layer's add method does not take a name as a parameter.  Try this:
    var myLayer = app.activeDocument.layers.add();
    myLayer.name = "Guides";
    Cheers!
    ---GJW

  • Single Path Selection Lag Illustrator CS4

    Running OSX on a MacBook Pro
    Illustrator CS4 up to date
    4gb Ram
    No significant performance issues anywhere else.
    Does this happen to anyone else?
    Draw a path.  Deselect the path.  Use a single click to select the path with the selection tool.
    For me Illustrator hangs for about 5 seconds, bring up the spinning ball before I can continue working.
    If I marquee select the path, the program does not hang.  I have an illustration with thousands of paths, I can marquee select the whole thing and move it immediately with no lag, but if I make a single click selection on any path, the program lags.
    Do other people have this problem or is this an isolated case.
    Thanks for your help.
    Kyler

    Thanks for the fast reply! I experienced the same phenomena. The problem turned up in Leopard 10.5.8 and dissapeared with SL (10.6.1). However, ot of the blue it started again. Any idea where to look?
    Thnaks again!
    Edit: After reinstalling my whole system step by step I found the culprit: a little application called 'RightZoom' which modifies the zoom button of the active window. Excluding Illustrator in the settings of RightZoom cured this problem!! Finally!

  • Illustrator CS4 Type Tool: Selecting won't work by double click or click and drag.

    Illustrator CS4
    I'm not exactly sure what happened, but suddenly my Type Tool can not select type by double clicking or click and drag any more.
    I'm using Illustrator CS4 (14.0.0) on a MacPro with OSX 10.6.8. Can someone please suggest what might be happening and how to resolve this problem?
    Thanks
    Eric

    There is a functional reason for this depending on how you work if you read yup about it in the help files i think they explain it well as i recalled it was exxplained well in the manual when they had one.
    It is not a change it has been this way for a long time and the options serve different users in a helpful way. hough it wwould be helpful to have a toggle of some kind.

  • Cannot move object unless it's selected (Illustrator CS4)

    Hi
    Well, my setup is Mac OS X 10.6.3 and Illustrator CS4 and I have this feature which I really dislike. I can't move any objects unless I select them first, and it sucks big time.
    Is there a secret setting I've missed? Or is this »new» feature simply one of Adobes »enhancements»?
    Thanks for any help

    Wade_Zimmerman wrote:
    mrmille is a good team player i won't you ay and I am glad you did that update.
    Not something you would remember.
    BTW do you mind if others point users to your trouble shooting page?
    I wonder if this problem has also popped up on Windows as well?
    All the Illustrator hints were created as a common source for help, meant as a supplement to the FAQs which died with the fair  forums. It started with the hints about the preference file, both working with  it and getting rid of it, and the hidden Edges/Bounding Box issues; the whole folder came in later.
    I try to keep things updated. One ongoing challenge since the merge of the Windows and Mac forums has been to include specifics for both sides; I still make corrections when I stumble upon, or realize, inadequacies.
    And of course everyone is most welcome to point to them. It is a pleasure every time they serve their purpose.
    I have not seen this issue at all before, but some of the possibly offending applications are Windows (I think: the list is pure hearsay, as is everything about getting rid of corrupt preferences (Once I did succeed in deliberately corrupting the preference file by typing some obvious errors into it in a text editor, and then changed back to a viable one)).

  • Why does Illustrator CS4 merge layers when saving document?

    Woking in Illustrator CS4, I have a document with four layers.  The first three contain (1) Background (2) Background effects (3) Pictures and the (4) contains text.  When I save the document and then re-open it, all the layers have been merged into the latest, 4th layer.  All the previous layers are empty.  It's as if everything has been grouped into the text layer, no element can be independently selected, and it is therefore impossible to do further work on the document.
    Can anyone tell me why this is happening?  Am I not saving this correctly?
    And even more important, is there any way of restoring the different layers once this has happened?

    Can anyone tell me why this is happening?  Am I not saving this correctly?
    Well, to what format are you saving? The native AI format should always retain layers. Other formats such as EPS or older PDF Levels may indeed enforce flattening. also make sure you are not confusing layers with groups/ objects. There's a crucial difference between the two.
    And even more important, is there any way of restoring the different layers once this has happened?
    Well, you can manually add new layers and drag&drop your objects and groups into the new layers in the layers panel, but if you save it again to the wrong file format, that is wasted effort, so for the life of it make sure you get that figured out first.
    Mylenium

  • How do I remove a shadow in Illustrator CS4?

    Hi,
    I need to take a shadow off a vector graphic in Illustrator CS4, is there a way of doing this?
    Many thanks,

    First try this. Select the small circular art on the left side and delete it. If you cannot use the lasso tool to just select that then use the layers panel to select the art and the delete it.
    Once deleted select your art and see if it reads in the Appearance panel as a group and if the groups has the effect applied to it.
    if so delete the drop shadow effect.
    If not open the layers  and elect the layer the art is one go back the appearance panle to see if it now lists the layer as the top item and see if the effect is applied to the layer if so select it and then delete it.
    if none of that works then use the direct select tool and select each elemental path, one at a time and delete the drop shadow effect using the appearance panel.
    One of these methods will work. Unless the drop shadow is actually a filter and not an effect. In that event use the direct select tool to select the select the shadow on the canvas and then delete it.

  • Illustrator CS4 keeps quitting when I try to open an old file or start a new one

    I have CS4 14.0.0.
    I'm on a MAC system 10.5.8
    Tried trashing the preferences and that didn't help.
    Uninstalled the software and re-installed from the original disc, made all 5 of the updates possible, until no more were available.
    Still having the same issue.
    Tried opening a new file, plus an old one and it still quits!
    PLEASE HELP!  My email: [email protected] or call: 954-916-7071
    Thank you.
    Below the "problem details" copied from my computer:
    Process:         Adobe Illustrator [640]
    Path:            /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         367 (14.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Interval Since Last Report:          3998 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  853 sec
    Per-App Crashes Since Last Report:   5
    Date/Time:       2012-04-21 18:42:41.464 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  744C91F2-7171-4919-A383-6A9B2C1A74EE
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.adobe.illustrator                   0x002355b4 0x1000 + 2311604
    1   ???                                     0x00000002 0 + 2
    Thread 1:
    0   libSystem.B.dylib                       0x91d8b1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x91e02449 pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x047c9552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services                  0x047c4995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services                  0x047c95b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x91dbb8c6 kevent + 10
    1   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    2   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x91d9234e __semwait_signal + 10
    1   libSystem.B.dylib                       0x91dbcccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x9701dde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x96ffcc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x9701da60 MPWaitOnQueue + 208
    5   AdobeACE                                0x0130a38d 0x12d9000 + 201613
    6   AdobeACE                                0x01309d85 0x12d9000 + 200069
    7   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    9   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x91d8b286 mach_wait_until + 10
    1   libSystem.B.dylib                       0x91e022bd nanosleep + 314
    2   ...or.plugins.Save For Web(AI)          0x1e44c949 PowerPlug::Initializer::ReloadInitializers() + 161141
    3   ...or.plugins.Save For Web(AI)          0x1e44c9a9 PowerPlug::Initializer::ReloadInitializers() + 161237
    4   ...or.plugins.Save For Web(AI)          0x1e43d5d2 PowerPlug::Initializer::ReloadInitializers() + 98814
    5   ...or.plugins.Save For Web(AI)          0x1e44cc6b PowerPlug::Initializer::ReloadInitializers() + 161943
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x91d8b166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x91d9295c mach_msg + 72
    2   ...ia.Flash Player.authplaylib          0x220bb63e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    4   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x91d8b1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x91e02449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x21ee7ba6 0x21c00000 + 3046310
    4   ...ia.Flash Player.authplaylib          0x21f09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib          0x21ee7f98 0x21c00000 + 3047320
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x91d8b1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x91e02449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x21ee7ba6 0x21c00000 + 3046310
    4   ...ia.Flash Player.authplaylib          0x21f09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib          0x21ee7f98 0x21c00000 + 3047320
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x91d8b286 mach_wait_until + 10
    1   libSystem.B.dylib                       0x91e022bd nanosleep + 314
    2   ...r.plugins.Scripting Support          0x1c14a89d PluginMain + 458031
    3   ...r.plugins.Scripting Support          0x1c14a8fd PluginMain + 458127
    4   ...r.plugins.Scripting Support          0x1c14e402 PluginMain + 473236
    5   ...r.plugins.Scripting Support          0x1c14abbf PluginMain + 458833
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x91dda60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    2   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x91d8b1a2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator                   0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator                   0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    5   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    6   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x91d8b1a2 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator                   0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator                   0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    5   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    6   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x91d8b166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x91d9295c mach_msg + 72
    2   com.apple.CoreFoundation                0x93d02e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93d03b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x926c9d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x91d8b166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x91d9295c mach_msg + 72
    2   com.apple.CoreFoundation                0x93d02e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x93d03b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x926c9e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x91d9234e __semwait_signal + 10
    1   libSystem.B.dylib                       0x91dbcccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x9701dde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x96ffcc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x9701da60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x926d4e6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    8   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x91d8b1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x91dbea33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x96ffcc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x9701da60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x926dc791 TPropertyTask::PropertyTaskProc(void*) + 105
    6   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    8   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x91dbb8c6 kevent + 10
    1   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    2   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x91d8b1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x91dbea33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x96ffcc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x9701da60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x926d6db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x9701bfbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    8   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x91d8b1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x91dbea33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x936addbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x936adbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x936adb35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x963d76e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x93667dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x936679a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    10  libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x91d8b1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x91dbd1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x91dbea33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x96ffcc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x96ffca42 TSWaitOnSemaphoreCommon + 422
    5   ...ple.CoreServices.CarbonCore          0x9702d944 TimerThread + 74
    6   libSystem.B.dylib                       0x91dbc055 _pthread_start + 321
    7   libSystem.B.dylib                       0x91dbbf12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffffffd5  ebx: 0x00000162  ecx: 0x00000001  edx: 0x05507000
      edi: 0x00000007  esi: 0x00000000  ebp: 0x023c966f  esp: 0xbfff85f0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x002355b4   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x2afa5000
    Binary Images:
        0x1000 -   0xe8eff3 +com.adobe.illustrator 367 (14.0.0) <f586a10ff4804783a20bc006b6321f47> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x1190000 -  0x11a0fff  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x11a7000 -  0x11c2ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
    0x11dc000 -  0x122cfff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <f625b836961646b7b681f9ac11d0da71> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x12c5000 -  0x12c6027 +SPBasic ??? (???) <b1dc5a0815c449f99df16a94e0ad3448> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x12ca000 -  0x12d0ff7 +com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
    0x12d9000 -  0x13e6fff +AdobeACE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1404000 -  0x191bfef +AdobeAGM ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1a94000 -  0x1ad4fef +AdobeARE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1ade000 -  0x1b02ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
    0x1b15000 -  0x1b2ffff +AdobeBIB ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1b3a000 -  0x1b5bff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1b68000 -  0x1e04fef +AdobeCoolType ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1e8f000 -  0x1f5dfff +AdobeExtendScript ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
    0x1fd4000 -  0x20bcfdf +AdobePDFPort ??? (???) <f54a25d15e7a472e83d110d187434c85> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x2101000 -  0x26f9fdf +AdobePDFL ??? (???) <8ec2abba52d24230b327a6827fb2d33a> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x283d000 -  0x28defd7 +AdobeScCore ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x293a000 -  0x29e8fd7 +AdobeSVGExport ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x2a1a000 -  0x2cc3fe2 +AdobeSVGRE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2dad000 -  0x2e0dfc7 +AdobeXMP ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2e1c000 -  0x2ef1fdd +FileInfo ??? (???) <f0932f89fc984ba9b4f2c58d0e71d3c1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x2f22000 -  0x2fa4fd7 +AdobeXMPFiles ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x2fbb000 -  0x308a23b +libicui18n.dylib.36.0 ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicu i18n.dylib.36.0
    0x3133000 -  0x3207db7 +libicuuc.dylib.36.0 ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x3268000 -  0x3c1857f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x3c1b000 -  0x3fe5fef +AdobeMPS ??? (???) <277e01a3cac34fa9a5914bc0a5bc125a> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x4074000 -  0x422aff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <cb2ec3bf67714dabbf296775fb6f9608> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x4261000 -  0x42ee2cb +libicucnv.dylib.36.0 ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.3 6.0
    0x431b000 -  0x46f501f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x47a9000 -  0x484afc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31e82904c3c2424ea1aea5efadbb19b8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x4928000 -  0x4e26fc3 +AdobeOwlCanvas ??? (???) <dc1ee447fcdb43c8b6d2a5454291c85d> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4f6f000 -  0x4ffffc3 +WRServices ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x5181000 -  0x5185ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
    0x518b000 -  0x51a7fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x51b2000 -  0x51e1ff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5209000 -  0x521affb +LogTransport2 ??? (???) <835b7b845a67370bab398e448aa81fa0> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x5224000 -  0x522afff +com.adobe.pip ??? (1.0.0.220) <2ca89939dfa7468685368a1f1107caf1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x5230000 -  0x542afcf +AdobeOwl ??? (???) <f209a9b29606418293d884b349cfbe48> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x54a5000 -  0x54e4fff  com.apple.vmutils 4.1 (104) <ce02dba5e2e99fa2eb41a81bc9680985> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x5700000 -  0x5701fe1  com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x572b000 -  0x572bfff +com.adobe.illustrator.plugins.PlugInRes Localizer version 14.0.0 (14.0.0) <cfe61490698e4fae988cc238ac6caaf8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
    0x5790000 -  0x57d7fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x57e7000 -  0x57e7ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x907c000 -  0x9089ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x91ee000 -  0x91f8ffe  com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x1a578000 - 0x1a58afff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1a5c5000 - 0x1a5d3feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1a8f4000 - 0x1a8fbfff +com.adobe.illustrator.plugins.Action Action version 14.0.0 (14.0.0) <c884784d964647c7917d2f6b65521b57> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0x1aaf4000 - 0x1aafaff7 +com.adobe.illustrator.plugins.ArtConverters  ArtConverters version 14.0.0 (14.0.0) <0ea7f2d8904d4afca1778569f3e2286a> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
    0x1ac2f000 - 0x1b016fff  com.apple.RawCamera.bundle 3.4.0 (545) <46f9387243c4db157889522a00d16c32> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1b5c3000 - 0x1b620fd0 +com.adobe.illustrator.plugins.Sangam2AIMapper Plugin Sangam2AIMapper Plugin version 14.0.0 (14.0.0) <91d594fd3955418ba899726e1ed81e89> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/Sangam2AIMapper Plugin.aip/Contents/MacOS/Sangam2AIMapper Plugin
    0x1b638000 - 0x1b641fe7 +com.adobe.illustrator.plugins.PNGFileFormat PNGFileFormat version 14.0.0 (14.0.0) <2517ba2d15984e5598c152cbf3f27a88> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/PNGFileFormat.aip/Contents/MacOS/PNGFileFormat
    0x1b645000 - 0x1b646fff +com.adobe.illustrator.plugins.MPSCommon MPSCommon version 14.0.0 (14.0.0) <4cbb7829a13e41b392732223506de716> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/MPSCommon.aip/Contents/MacOS/MPSCommon
    0x1b64a000 - 0x1b659ffc +com.adobe.illustrator.plugins.Jpeg2000  Jpeg2000 version 14.0.0 (14.0.0) <ba4ea2b3467d4cb5b04d1a8b65bc69c1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/Jpeg2000.aip/Contents/MacOS/Jpeg2000
    0x1b661000 - 0x1b665feb +com.adobe.illustrator.plugins.GIF89 GIF89a Format version 14.0.0 (14.0.0) <925cf6e04e7849a9a6902935ca2671ac> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/GIF89a.aip/Contents/MacOS/GIF89
    0x1b669000 - 0x1b66effb +com.adobe.illustrator.plugins.ZigZag Zig Zag version 14.0.0 (14.0.0) <58723652d91b470f82ff0a0129a852c0> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/ZigZag.aip/Contents/MacOS/ZigZag
    0x1b672000 - 0x1b677fff +com.adobe.illustrator.plugins.Tweak Tweak version 14.0.0 (14.0.0) <a5654a952cb2426cb9bd1ac010b79838> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Tweak.aip/Contents/MacOS/Tweak
    0x1b67b000 - 0x1b67fffb +com.adobe.illustrator.plugins.Round Round Corners version 14.0.0 (14.0.0) <acc45ce7c77c46ffbe2acbc7fb088c43> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Round.aip/Contents/MacOS/Round
    0x1b79f000 - 0x1b7eefe6 +com.adobe.illustrator.plugins.Photoshop Adapter Photoshop Adapter version 14.0.0 (14.0.0) <897c80a35e5d41568c8038fe67f5f275> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Photoshop Filters.localized/Photoshop Adapter.aip/Contents/MacOS/Photoshop Adapter
    0x1b7ff000 - 0x1b8d2fef +com.adobe.coretech.adm 3.10x04 (3.1) <369eaa04c05440ebac0392ce99c7260c> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1b93c000 - 0x1b945fff +com.adobe.illustrator.plugins.FrameworkServer Framework Server version 14.0.0 (14.0.0) <04b2da5bb84c487ca70e76163d14d08f> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkServer
    0x1b959000 - 0x1b982fff +com.adobe.illustrator.plugins.BRSPencilTool  Pencil Tool version 14.0.0 (14.0.0) <ef43dd3aa797450d9ff74efd246811a5> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
    0x1b988000 - 0x1b997fd3 +com.adobe.illustrator.plugins.Flatten Transparency  Flatten Transparency version 14.0.0 (14.0.0) <66929e97d63a46f29adcf8c10995dfc3> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/Flatten Transparency
    0x1b9ae000 - 0x1b9d6fcb +com.adobe.illustrator.plugins.FOConversionSuite FOConversionSuite version 14.0.0 (14.0.0) <d2e6328eb0724f58a8f4191c1e7a3111> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
    0x1b9e6000 - 0x1ba41fe7 +com.adobe.illustrator.plugins.PDF Suite PDF Suite version 14.0.0 (14.0.0) <586e2428342d4c7889f056a0fd10246a> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDF Suite
    0x1ba5e000 - 0x1baadff3 +FilterPort ??? (???) <7cf9f9bd8c114f4ca56fd02923da26c4> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x1bd2b000 - 0x1bd40fef +com.adobe.illustrator.plugins.Rasterize Rasterize version 14.0.0 (14.0.0) <20a5551233f04669be49f3ed9e2c1cc5> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
    0x1bd44000 - 0x1bd45fff +com.adobe.illustrator.plugins.ASLib ASLib version 14.0.0 (14.0.0) <f08f7b7d86a2462eab7bb706fee4b955> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0x1bd49000 - 0x1bd7dfc3 +com.adobe.illustrator.plugins.BrushManager Brush Manager version 14.0.0 (14.0.0) <45b1e4c50aec4c31bf6eecc0888f9386> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/BrushManager.aip/Contents/MacOS/BrushManager
    0x1bda0000 - 0x1be4efc8 +com.adobe.illustrator.plugins.ColorHarmony ColorHarmony version 14.0.0 (14.0.0) <11c2ec2c29d3462db3a2771d85d66917> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ColorHarmony.aip/Contents/MacOS/ColorHarmony
    0x1be6c000 - 0x1be81ff0 +com.adobe.illustrator.plugins.ControlPalette ControlPalette version 14.0.0 (14.0.0) <65adf72a239843f79b0552d7d592ba0e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Control Panel.aip/Contents/MacOS/ControlPalette
    0x1be87000 - 0x1beb2ff0 +com.adobe.illustrator.plugins.KinsokuDlg  KinsokuDlg version 14.0.0 (14.0.0) <0b0b227faa5b46fba6b660ae2bfad347> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/KinsokuDlg.aip/Contents/MacOS/KinsokuDlg
    0x1bec3000 - 0x1bf9ffe6 +com.adobe.illustrator.plugins.PlanetX Live Paint version 14.0.0 (14.0.0) <2a336a359cf241df852a97c0cc9bb42f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Live Paint.aip/Contents/MacOS/PlanetX
    0x1bfbb000 - 0x1c033fdb +com.adobe.illustrator.plugins.PaintStyle Paint Style Palettes version 14.0.0 (14.0.0) <fdfcf27125e046b9812cefb4e49b61a8> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Paint Style Panel.aip/Contents/MacOS/PaintStyle
    0x1c03f000 - 0x1c2edfe7 +com.adobe.illustrator.plugins.Scripting Support Scripting Support version 14.0.0 (14.0.0) <00ed474eda84421da0baac17357b1fed> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ScriptingSupport.aip/Contents/MacOS/Scripting Support
    0x1c412000 - 0x1c48dfde +com.adobe.illustrator.plugins.SwatchLibraries Swatch Libraries version 14.0.0 (14.0.0) <cb45f4c65333417d8997c124973041fe> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/SwatchLibraries.aip/Contents/MacOS/SwatchLibr aries
    0x1c49e000 - 0x1c4cc068 +com.adobe.illustrator.plugins.SymbolPalette Symbol Palette version 14.0.0 (14.0.0) <dd7dbc72ef5e4f52a102794bf21f2498> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Symbol Panel.aip/Contents/MacOS/SymbolPalette
    0x1c4e5000 - 0x1c4e9feb +com.adobe.illustrator.plugins.ToolSelector Tool Selector version 14.0.0 (14.0.0) <72429655649d4effa0afde2be54ffdc6> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ToolSelector.aip/Contents/MacOS/ToolSelector
    0x1c600000 - 0x1c689ff4 +com.adobe.illustrator.plugins.TracingSuite TracingSuite version 14.0.0 (14.0.0) <a48cf41eb67840d89fc269289c07b309> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/TracingSuite.aip/Contents/MacOS/TracingSuite
    0x1c774000 - 0x1c7a5fef +com.adobe.illustrator.plugins.VariablesPalette Variables Palette version 14.0.0 (14.0.0) <4e4db42a52b94a3eae564044ddf2b0c5> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Variables Panel.aip/Contents/MacOS/VariablesPalette
    0x1c7b1000 - 0x1c7cafef +com.adobe.illustrator.plugins.Workspaces Workspaces version 14.0.0 (14.0.0) <e065ebe1aef147b89933eeb543767c5c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Workspaces.aip/Contents/MacOS/Workspaces
    0x1c886000 - 0x1c88efeb +com.adobe.illustrator.plugins.TextWrapDlg TextWrapDlg version 14.0.0 (14.0.0) <98a0ea55c4d84204957361592d2660a1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/TextWrapDlg.aip/Contents/MacOS/TextWrapDlg
    0x1c892000 - 0x1c8a504f +com.adobe.illustrator.plugins.Mojikumi  MojiKumiUI version 14.0.0 (14.0.0) <e32a6710064a47318844e63f5dc4094f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/Mojikumi.aip/Contents/MacOS/Mojikumi
    0x1c8ac000 - 0x1c98cff7 +com.adobe.illustrator.plugins.SVG Format  SVG Format version 14.0.0 (14.0.0) <3e3cb7b93aea459d86f23022f43437a4> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/SVG File Format.aip/Contents/MacOS/SVG Format
    0x1c9ca000 - 0x1c9d3fdf +com.adobe.illustrator.plugins.DiffusionRaster DiffusionRaster version 14.0.0 (14.0.0) <5bf43e3305d3483d884bee805fd71cbd> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/DiffusionRaster.aip/Contents/MacOS/DiffusionRaster
    0x1c9d7000 - 0x1c9dafff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 14.0.0 (14.0.0) <b30d9be497354704ad8a467e7c25b9a9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/GeometryS
    0x1c9de000 - 0x1ca31fcc +com.adobe.illustrator.plugins.Deform Envelope and Warp version 14.0.0 (14.0.0) <907bd2ff7d3547748d102c5d8ad8be56> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Envelope and Warp.aip/Contents/MacOS/Deform
    0x1ca42000 - 0x1ca69fe8 +com.adobe.illustrator.plugins.slicingAttributes Slicing version 14.0.0 (14.0.0) <3a3fccb7d888494994fb74ea1892f2de> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
    0x1ca71000 - 0x1ca76fef +com.adobe.illustrator.plugins.ShapeS Shape Construction Suite version 14.0.0 (14.0.0) <a8e06d3d22eb4391a48839435e80f204> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeS
    0x1ca7a000 - 0x1caa6fff +com.adobe.illustrator.plugins.PathfinderS Pathfinder Suite version 14.0.0 (14.0.0) <d0d9ccd10aec4c469aa3f7f97accdef1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
    0x1caaf000 - 0x1cab6ff3 +com.adobe.illustrator.plugins.ExpandS Expand Suite version 14.0.0 (14.0.0) <29196393e41c43ea8c0c6260fd7f61fc> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
    0x1caba000 - 0x1cad3fcb +com.adobe.illustrator.plugins.AssetMgmt Asset Management version 14.0.0 (14.0.0) <27ce429030dd477c9dd4d46d6022d8d5> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/AssetMgmt.aip/Contents/MacOS/AssetMgmt
    0x1caec000 - 0x1cafcfff +com.adobe.illustrator.plugins.DocInfo Document Info version 14.0.0 (14.0.0) <4314802bce2e4af594605809deff7360> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/DocInfo.aip/Contents/MacOS/DocInfo
    0x1cb13000 - 0x1cb3afd7 +com.adobe.illustrator.plugins.LinkPalette Links Palette version 14.0.0 (14.0.0) <0cae26a1c07b422b831e679a59cb9ec0> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Links Panel.aip/Contents/MacOS/LinkPalette
    0x1cb45000 - 0x1cb7dfef +com.adobe.illustrator.plugins.Snap Snap version 14.0.0 (14.0.0) <29fc35b5a5d54f0cb72149e267315b13> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Snap.aip/Contents/MacOS/Snap
    0x1cb8d000 - 0x1cb95ffc +com.adobe.illustrator.plugins.Colors Colors version 14.0.0 (14.0.0) <e44303f8e1b644c484154bb15d554e18> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Colors.aip/Contents/MacOS/Colors
    0x1cb99000 - 0x1cb9cffb +com.adobe.illustrator.plugins.Crop Marks Crop Marks version 14.0.0 (14.0.0) <728d38695ea04d2f899f798730b9169e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/CropMarks.aip/Contents/MacOS/Crop Marks
    0x1cba0000 - 0x1cba5fff +com.adobe.illustrator.plugins.Distort Free Distort version 14.0.0 (14.0.0) <8d53d9cf18a141a5be3d3eb3eb642283> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Distort.aip/Contents/MacOS/Distort
    0x1cba9000 - 0x1cbb9ff2 +com.adobe.illustrator.plugins.DropShadow Drop Shadow version 14.0.0 (14.0.0) <50dc2482540d48178d0e158e626298da> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/DropShadow.aip/Contents/MacOS/DropShadow
    0x1cbbf000 - 0x1cbd4fe7 +com.adobe.illustrator.plugins.EyeBucketTool Eye Bucket Tool version 14.0.0 (14.0.0) <84c752ab68b64164a215feca5fe57c84> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/EyeBucketTool.aip/Contents/MacOS/EyeBucketTool
    0x1cbec000 - 0x1cbeffff +com.adobe.illustrator.plugins.TwirlTool Twist Tool version 14.0.0 (14.0.0) <689c541687fa41e4b914e07a455dcef9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/TwirlTool.aip/Contents/MacOS/TwirlTool
    0x1cbf3000 - 0x1cbfafc0 +com.adobe.illustrator.plugins.ADMTP Tool Palette version 14.0.0 (14.0.0) <7e1766b52d514e83b5156f5149b134b2> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Tool Panel.aip/Contents/MacOS/ADMTP
    0x1cbfe000 - 0x1cc03023 +com.adobe.illustrator.plugins.Simplify Simplify version 14.0.0 (14.0.0) <94d01752fb11460bbd5ba151e8eaedf0> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Simplify.aip/Contents/MacOS/Simplify
    0x1cc07000 - 0x1cc11fff +com.adobe.illustrator.plugins.ShapeTool ShapeTool version 14.0.0 (14.0.0) <141db684b0cb4fc093f8da12d6979c7c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/ShapeTool.aip/Contents/MacOS/ShapeTool
    0x1cc25000 - 0x1cc34ff3 +com.adobe.illustrator.plugins.Segment Tools Segment Tools version 14.0.0 (14.0.0) <5add1377ac2a43e7a418fa83f4e7df2f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Segment Tools.aip/Contents/MacOS/Segment Tools
    0x1cc39000 - 0x1cc56fda +com.adobe.illustrator.plugins.ScatterBrushTool Adobe Scatter Brush Tool version 14.0.0 (14.0.0) <8bebd742f42f49c5a3f0fa1c5285a7da> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/ScatterBrushTool.aip/Contents/MacOS/ScatterBrushTo ol
    0x1cc5d000 - 0x1cc61fef +com.adobe.illustrator.plugins.GlobalAdjust Reshape Tool version 14.0.0 (14.0.0) <d6b5a699e4434d3a87aafc7d8e2cb319> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Reshape Tool.aip/Contents/MacOS/GlobalAdjust
    0x1cc65000 - 0x1cc84fcb +com.adobe.illustrator.plugins.ParticlePaint Symbolism version 14.0.0 (14.0.0) <4a4d97aa0b5c431183fe288839029da7> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/ParticleSystem.aip/Contents/MacOS/ParticlePaint
    0x1cc8d000 - 0x1cc96fe7 +com.adobe.illustrator.plugins.Magic Wand Magic Wand version 14.0.0 (14.0.0) <93e02fbc89cc4486b6437f7b01e3c149> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Magic Wand.aip/Contents/MacOS/Magic Wand
    0x1cc9a000 - 0x1ccb1ff3 +com.adobe.illustrator.plugins.Liquify Liquify version 14.0.0 (14.0.0) <c16c9b4158694a14a5b78ac978b5fdfd> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Liquify.aip/Contents/MacOS/Liquify
    0x1ccb5000 - 0x1ccbcfeb +com.adobe.illustrator.plugins.Lasso Lasso version 14.0.0 (14.0.0) <7c893464927e4efcb6fb2f3e10f9a199> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Lasso.aip/Contents/MacOS/Lasso
    0x1ccc1000 - 0x1ccc4fef +com.adobe.illustrator.plugins.KnifeTool Knife Tool version 14.0.0 (14.0.0) <79c5f1a26cf04a1d9b507be467dd80a6> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/KnifeTool.aip/Contents/MacOS/KnifeTool
    0x1ccc8000 - 0x1ccdcfc7 +com.adobe.illustrator.plugins.Flare Flare version 14.0.0 (14.0.0) <0c996e6a8a83441cabb4ee621b25ca3f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Flare.aip/Contents/MacOS/Flare
    0x1cce1000 - 0x1cd15fdf +com.adobe.illustrator.plugins.EraserTool EraserTool version 14.0.0 (14.0.0) <1744eeca69f14c93aa06b89075f3eebe> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/EraserTool.aip/Contents/MacOS/EraserTool
    0x1cd1d000 - 0x1cd50fc4 +com.adobe.illustrator.plugins.CropAreaTool CropAreaTool version 14.0.0 (14.0.0) <acc7fd5d26e1463b96882ee97ecce728> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Crop Area Tool.aip/Contents/MacOS/CropAreaTool
    0x1cd5f000 - 0x1cd87fec +com.adobe.illustrator.plugins.CalligBrushTool Calligraphic Brush Tool version 14.0.0 (14.0.0) <fa25241b421c49d6be9d8bc1430e9828> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/CalligBrushTool.aip/Contents/MacOS/CalligBrushTool
    0x1cd8e000 - 0x1cda1ff7 +com.adobe.illustrator.plugins.BoundingBox BoundingBox version 14.0.0 (14.0.0) <d05c0c30d4564e989bc492c2294fb49f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/BoundingBox.aip/Contents/MacOS/BoundingBox
    0x1cda5000 - 0x1cdd0fd6 +com.adobe.illustrator.plugins.ArtBrushTool Art Brush Tool version 14.0.0 (14.0.0) <89fe2b11d5dd4dea966ce1a85fb4cbac> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/ArtBrushTool.aip/Contents/MacOS/ArtBrushTool
    0x1cdd7000 - 0x1cde4fff +com.adobe.illustrator.plugins.Advanced Select Advanced Select version 14.0.0 (14.0.0) <c0673233d6ed4333b8dc1edb6b9436b0> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Tools.localized/Advanced Select.aip/Contents/MacOS/Advanced Select
    0x1cdf9000 - 0x1cdfdfff +com.adobe.illustrator.plugins.TypeCase Change Case version 14.0.0 (14.0.0) <7df88ff24c03499fa3900c4d9c17b27d> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/TypeCase.aip/Contents/MacOS/TypeCase
    0x1ce01000 - 0x1ce08fff +com.adobe.illustrator.plugins.TextSmart Text Smart Punctuation version 14.0.0 (14.0.0) <d865cfb99bb14402a6c50e6c1171f562> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/TxtSmart.aip/Contents/MacOS/TextSmart
    0x1ce0d000 - 0x1ce15007 +com.adobe.illustrator.plugins.TextColumns Split Into Grid version 14.0.0 (14.0.0) <e5859e068d60471aa1c2a622f95a1bd4> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/TextColums.aip/Contents/MacOS/TextColumns
    0x1ce19000 - 0x1ce2efe7 +com.adobe.illustrator.plugins.SpellcheckUI SpellCheckUI version 14.0.0 (14.0.0) <1dcfabaede9f4ae1a876e94cc5ee2751> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/SpellcheckUI.aip/Contents/MacOS/SpellcheckUI
    0x1ce35000 - 0x1ce3ffcb +com.adobe.illustrator.plugins.SpellCheckDictionary SpellCheckDictionary version 14.0.0 (14.0.0) <32281b03bf1e4594b90409b636125519> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/SpellCheckDictionary.aip/Contents/MacOS/SpellCheckDictionary
    0x1ce45000 - 0x1ce5e033 +com.adobe.illustrator.plugins.FindReplaceUI  FindReplaceUI version 14.0.0 (14.0.0) <223d8bc9809845a4bd1517ab5c6c2e0d> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/FindReplaceUI.aip/Contents/MacOS/FindReplaceUI
    0x1ce65000 - 0x1ce87ffc +com.adobe.illustrator.plugins.FindFont Find Font version 14.0.0 (14.0.0) <659da461cf3547cfba5b1310406bdbb1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Text Filters.localized/FindFont.aip/Contents/MacOS/FindFont
    0x1cea5000 - 0x1cf04fcf +com.adobe.illustrator.plugins.PhotoshopImport Photoshop Import version 14.0.0 (14.0.0) <861dd58e6ea74715b8775c75b596c85a> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Photoshop Formats.localized/PhotoshopImport.aip/Contents/MacOS/PhotoshopImport
    0x1cf1b000 - 0x1dc4dfff +com.adobe.psl AdobePSL 11.0.0.1724 (11.0.0.1724) <6be27a60e0f944838e572a7a5227d878> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x1dfa2000 - 0x1dff2ffc +com.adobe.illustrator.plugins.PhotoshopExport Photoshop Import version 14.0.0 (14.0.0) <7513193b505c4cb1b037cff28110deb2> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Photoshop Formats.localized/PhotoshopExport.aip/Contents/MacOS/PhotoshopExport
    0x1e006000 - 0x1e032fff +com.adobe.illustrator.plugins.ExpressView Support OS Express Views version 14.0.0 (14.0.0) <4d362918527646b498255cae899e9ee5> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Photoshop Filters.localized/ExpressView Support.aip/Contents/MacOS/ExpressView Support
    0x1e03d000 - 0x1e08ffda +com.adobe.illustrator.plugins.TIFF TIFF Format version 14.0.0 (14.0.0) <33e0ea0d596f4402b942dc8160e97440> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/TIFF.aip/Contents/MacOS/TIFF
    0x1e0a1000 - 0x1e0a6fff +com.adobe.illustrator.plugins.TextExport TextExport version 14.0.0 (14.0.0) <0ec802453f6c41ce9208b51610098d6b> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/TextExport.aip/Contents/MacOS/TextExport
    0x1e0ad000 - 0x1e182fd8 +com.adobe.illustrator.plugins.SWFExport FlashFileFormat version 14.0.0 (14.0.0) <84abf2fa488f4bed9fd6c0bd16364a80> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/SWFExport.aip/Contents/MacOS/SWFExport
    0x1e1a4000 - 0x1e7e4fff +com.adobe.illustrator.plugins.Save For Web(AI) SaveForWebEN version 14.0.0 (14.0.0) <66bb562c34a1485e892b7e70f9dd98c1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/Save For Web(AI).aip/Contents/MacOS/Save For Web(AI)
    0x1ece1000 - 0x1ed2dffe +AdobeSangam ??? (???) <41c5e8296d9240ce9cc7084f7cbaa41f> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x1ed90000 - 0x1edd9ff4 +com.adobe.illustrator.plugins.MPSParser MPSParser version 14.0.0 (14.0.0) <67607461914f440e8624381cc2a0079e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/MPSParser.aip/Contents/MacOS/MPSParser
    0x1edef000 - 0x1ee1ffcc +com.adobe.illustrator.plugins.MPSExport MPSExport version 14.0.0 (14.0.0) <dd69ab2f78ab42259dce2141648f6e1e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/MPSExport.aip/Contents/MacOS/MPSExport
    0x1ee2f000 - 0x1ee75fe0 +com.adobe.illustrator.plugins.JPEG JPEGFormat version 14.0.0 (14.0.0) <2278db92a7a84d599754237467f6179c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/JPEG.aip/Contents/MacOS/JPEG
    0x1ee80000 - 0x1ee8dfef +com.adobe.illustrator.plugins.FXGFileFormatUI MXGFileFormatUIEN version 14.0.0 (14.0.0) <d4b215ab84894d9dae1e0757e8e9f688> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/FXGFileFormatUI.aip/Contents/MacOS/FXGFileFormatUI
    0x1eea6000 - 0x1efc0fdf +com.adobe.illustrator.plugins.FXGFileFormat MXGFileFormat version 14.0.0 (14.0.0) <091c18f668f4487da26bf24615690690> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/FXGFileFormat.aip/Contents/MacOS/FXGFileFormat
    0x1effd000 - 0x1f0c3fef +aflamingo ??? (???) <655e436c858c4c6e967a5a25dbe70d49> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x1f1ad000 - 0x1f1e7fde +com.adobe.illustrator.plugins.FHImport FHImport version 14.0.0 (14.0.0) <d40ec4c700a7429e9d64070f22ca33e5> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/FHImport.aip/Contents/MacOS/FHImport
    0x1f1f9000 - 0x1fe2bfcf +com.adobe.illustrator.plugins.DxfDwg DxfDwg version 14.0.0 (14.0.0) <306c93101c0a45a4b8e9c3ee691c2097> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Formats.localized/DxfDwg.aip/Contents/MacOS/DxfDwg
    0x200ca000 - 0x200d1ff7 +com.adobe.illustrator.plugins.ShapeEffects Shape Effects version 14.0.0 (14.0.0) <7ec963cc03bc499284b7ce11189a163a> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/ShapeEffect.aip/Contents/MacOS/ShapeEffects
    0x200d5000 - 0x200f3ff4 +com.adobe.illustrator.plugins.Scribble Scribble version 14.0.0 (14.0.0) <66f69af32a264b2a88e864568f71ea80> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Scribble.aip/Contents/MacOS/Scribble
    0x200fa000 - 0x200ffff7 +com.adobe.illustrator.plugins.Saturate Saturate version 14.0.0 (14.0.0) <da4aba44ddd44dd1a31f0979089c61fe> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Saturate.aip/Contents/MacOS/Saturate
    0x20103000 - 0x20109ffb +com.adobe.illustrator.plugins.Roughen Roughen version 14.0.0 (14.0.0) <7d03c75840f4498a95451c86846eda2c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Roughen.aip/Contents/MacOS/Roughen
    0x2010d000 - 0x20110fff +com.adobe.illustrator.plugins.Punk Punk version 14.0.0 (14.0.0) <cfdb2e8caf574d649bac4c6052f7db3e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Punk.aip/Contents/MacOS/Punk
    0x20114000 - 0x20120ff3 +com.adobe.illustrator.plugins.Pathfinder Pathfinder Plugin version 14.0.0 (14.0.0) <7288f843177b43ce9876ab66a84a2f69> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Pathfinder.aip/Contents/MacOS/Pathfinder
    0x20124000 - 0x20127ffc +com.adobe.illustrator.plugins.Overprint Overprint version 14.0.0 (14.0.0) <5fbab6d102f745d6b0955493b6db2aa8> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Overprint.aip/Contents/MacOS/Overprint
    0x2012b000 - 0x20130fff +com.adobe.illustrator.plugins.OffsetPath Offset Path version 14.0.0 (14.0.0) <5a91ba36c1984040abdd14e13b7ec8eb> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/OffsetPath.aip/Contents/MacOS/OffsetPath
    0x20134000 - 0x2013affb +com.adobe.illustrator.plugins.ObjectMosaic AI Object Mosaic Plug-in version 14.0.0 (14.0.0) <21dfe40ea1d44b91a216db1f4d455051> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/ObjectMosaic.aip/Contents/MacOS/ObjectMosaic
    0x2013e000 - 0x20141fff +com.adobe.illustrator.plugins.MaskHelper MaskHelper version 14.0.0 (14.0.0) <353b8f0d589f4598868ce8945533d08c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/MaskHelper.aip/Contents/MacOS/MaskHelper
    0x20145000 - 0x20147fff +com.adobe.illustrator.plugins.Inverse Inverse version 14.0.0 (14.0.0) <b215d0901ac44b5d9a891433a09a62d9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Inverse.aip/Contents/MacOS/Inverse
    0x2014b000 - 0x20163fda +com.adobe.illustrator.plugins.FuzzyEffect FuzzyEffect version 14.0.0 (14.0.0) <a991516b342f496cbd8dc0d151b41a87> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/FuzzyEffect.aip/Contents/MacOS/FuzzyEffect
    0x2016a000 - 0x20175ff7 +com.adobe.illustrator.plugins.Find Find version 14.0.0 (14.0.0) <de59dc7b5d9b448383b967d8682b4cd1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Find.aip/Contents/MacOS/Find
    0x2017a000 - 0x2017dfff +com.adobe.illustrator.plugins.Expand Expand version 14.0.0 (14.0.0) <e8256a3605c647d88d6e440007a20f86> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Expand.aip/Contents/MacOS/Expand
    0x20181000 - 0x20185fff +com.adobe.illustrator.plugins.Cleanup Cleanup version 14.0.0 (14.0.0) <07770ec39ee14f158769d63a7fb2c591> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Cleanup.aip/Contents/MacOS/Cleanup
    0x20189000 - 0x20190fff +com.adobe.illustrator.plugins.Adjust Adjust version 14.0.0 (14.0.0) <cf2779171cd145899315071b43be9503> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Adjust.aip/Contents/MacOS/Adjust
    0x20194000 - 0x2019902b +com.adobe.illustrator.plugins.AddArrow AddArrow version 14.0.0 (14.0.0) <daf791dc99a4484babaddf1553cfadf2> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/AddArrow.aip/Contents/MacOS/AddArrow
    0x2019d000 - 0x2019ffff +com.adobe.illustrator.plugins.AddAnchor AddAnchor version 14.0.0 (14.0.0) <06afaff7882a469db27041da129e83c9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/AddAnchor.aip/Contents/MacOS/AddAnchor
    0x201a3000 - 0x201b8fc4 +com.adobe.illustrator.plugins.WelcomeScreen WelcomeScreenn version 14.0.0 (14.0.0) <780173ab6eaa4ef69d7999ce78f0bf06> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/WelcomeScreen.aip/Contents/MacOS/WelcomeScree n
    0x201be000 - 0x201d1fd7 +com.adobe.illustrator.plugins.TransparencyPalette Transparency Palette version 14.0.0 (14.0.0) <2fc5a6f7e1574be39490657b1198825d> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Transparency Panel.aip/Contents/MacOS/TransparencyPalette
    0x201d5000 - 0x201deffb +com.adobe.illustrator.plugins.Transform Transform Each version 14.0.0 (14.0.0) <790a38ffb0e542dcbd3e5681075805b6> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Transform.aip/Contents/MacOS/Transform
    0x201e2000 - 0x201edfdb +com.adobe.illustrator.plugins.TransformPalette Transform Palette version 14.0.0 (14.0.0) <18e00d0bf2eb4046b7647953dfbfd55e> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Transform Panel.aip/Contents/MacOS/TransformPalette
    0x201f1000 - 0x20213fc7 +com.adobe.illustrator.plugins.TracingUI TracingUI version 14.0.0 (14.0.0) <406a33f8f30145409a22a01e2ca0cbe1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/TracingUI.aip/Contents/MacOS/TracingUI
    0x2024b000 - 0x2028cfd0 +com.adobe.illustrator.plugins.SVGFilterEffect SVG Filter Effect version 14.0.0 (14.0.0) <1ee0cfc5c24b45d2835484a81d3894f4> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/SVGFilterEffect.aip/Contents/MacOS/SVGFilterE ffect
    0x202a3000 - 0x202c4fc0 +com.adobe.illustrator.plugins.StrokeOffset StrokeOffset version 14.0.0 (14.0.0) <af4adff0c2be4c00905e17dbc9e70a63> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/StrokeOffset.aip/Contents/MacOS/StrokeOffset
    0x202d1000 - 0x202fffea +com.adobe.illustrator.plugins.SmoothShade Gradient Mesh version 14.0.0 (14.0.0) <f1150d77fad8482b98fcfaaa56f2e1e9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/SmoothShade.aip/Contents/MacOS/SmoothShade
    0x2030b000 - 0x2031ffd4 +com.adobe.illustrator.plugins.Services Services version 14.0.0 (14.0.0) <2dbfd071a5ec49c292b9c7c49b9c4d38> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Services.aip/Contents/MacOS/Services
    0x20328000 - 0x203a9fd3 +com.adobe.PlugPlug 1.0.0.71 (1.0.0.71) <6ae96cfc1bc341809cbeee110966f59c> /Applications/Adobe Illustrator CS4/Plug-ins.localized/PlugPlug.bundle/Contents/MacOS/PlugPlug
    0x20441000 - 0x20513fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x205c7000 - 0x205eaff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x205f9000 - 0x2060aff6 +com.adobe.illustrator.plugins.SeparationPreview Separation Preview version 14.0.0 (14.0.0) <f0b4234986b6489ea1ed62dab50bb12f> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/SeparationPreview.aip/Contents/MacOS/Separati onPreview
    0x20611000 - 0x20617ffd +com.adobe.illustrator.plugins.Scripts Menu Scripts Menu version 14.0.0 (14.0.0) <969ba97b1e404d92b18ef0210866949b> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Scripts Menu.aip/Contents/MacOS/Scripts Menu
    0x2061b000 - 0x20657fef +com.adobe.illustrator.plugins.Print Print version 14.0.0 (14.0.0) <0d612170363b4d379bc28a8638a9bc19> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Print.aip/Contents/MacOS/Print
    0x20660000 - 0x20665fff +com.adobe.illustrator.plugins.PathSuite PathConstruction Suite version 14.0.0 (14.0.0) <667209a1821d468eb3f567adcc0a5b59> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/PathSuite.aip/Contents/MacOS/PathSuite
    0x206af000 - 0x206b0fff +com.adobe.illustrator.plugins.FlattenS Flatten Suite version 14.0.0 (14.0.0) <34b0a0101099474c9b2b4d923fb10287> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/FlattenS.aip/Contents/MacOS/FlattenS
    0x206c9000 - 0x206d6ffb +com.adobe.illustrator.plugins.Navigator Adobe Navigator Plugin version 14.0.0 (14.0.0) <eef23d08d8f54f7d96acd9e422e78b90> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Navigator.aip/Contents/MacOS/Navigator
    0x206da000 - 0x20700fdf +com.adobe.illustrator.plugins.LiveBlends Live Blends version 14.0.0 (14.0.0) <5949ca4f02654001827afdf67ce6e1c4>

    I repaired permissions using my computer disk utility AND from my install DVD. Still not working! I also did a PRAM, that I read about on the internet...

  • Need help!  I have a plug-ins issue in illustrator CS4 after updating my MAC OS from Mavericks to the new YOSIMITE

    Hi,
    My Adobe CS 4 ran perfectly find up until I updated my MAC OS from Mavericks to the new YOSIMITE. When I launch illustrator CS4 I get a window message the reads   "some plug-ins in the additional Plug-ins folder are conflicting with application or user plug-ins. It will skip loading plug-ins from additional plug-ins folder."  there is a OK button that I must click on to close the message window and then illustrator will continue loading process, then a second window will appear reading  "Error loading plug-ins.  PhotoshopImport.aip"  there is a OK button that I must click on to close the message window and then illustrator will continue loading and launch.
    The problem is when I open a current file that has a psd link I will get a window message reading  "could not find a plug-in to read the link file _______ choose repair to locate the missing file, replace to select another file, or ignore to leave the link unchange."   When selecting a psd link /file it is greyed out which I cannot select it.  I can not select, choose, import or open any files/links that is a psd.
    Would someone please help me resolve this issue please!!!

    I have the same issue! Did you get a solution yet?

  • Trouble getting Illustrator CS4 to run, and when it does: no workspaces

    At work (University of St Andrews) I have Adobe CS4 Web Premium and everything installs and runs okay apart from Illustrator CS4.
    I've tried to install it on two different PCs, both Dell Precision workstations. One had Windows XP Professional 32-bit, the new one has Windows 7 Professional 64-bit. I get exactly the same behaviour on both. I've even tried to install it on Windows 7's XP Mode and I get the same error messages!
    INSTALLATION #1
    When I installed it I got an error saying "Done, with errors". Details showed:
    Error
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2
    When I then tried to run the application it just wouldn't start, it would throw up an error message. It simply would not start.
    INSTALLATION #2
    So I uninstalled it, reinstalled it and got the same error.
    COPY FILES - NO WORKSPACES
    I then read this advice on a forum:
    "Do you have a working install of Ai CS4 on another computer anywhere?
    If so, go into C:\Program Files\Adobe\Adobe Illustrator\Support\Required
    and copy the Resources file to the same location on the computer that
    encounters the error. I was having the same problem, but luckily I had a
    working install on another OS, so I just compared the files between the
    two installations and found the missing ones."
    So I copied over these files from a working copy elsewhere in the department and this time the application ran but I now have no WorkSpace settings and cannot save any either.
    INSTALLATION #3
    I then uninstalled again and tried to reinstall. This time on the installer I was given a number of language options. Rather than English (International) I selected English (US) and lo! and behold! the installer ran without errors and the application opened ok and this time I had WorkSpaces... the only problem was that it would only run in trial mode because it wouldn't accept my serial number, which I'm guessing is for English (International) only.
    INSTALLATION #4
    Uninstall, again. Reinstall, again, this time in English (International).
    Now the application opens but again I have no WorkSpaces, and cannot save any workspaces.
    What can I do? Any idea how can I get a fully working version of Illustrator CS4 on my PC that includes workspaces?
    Thank you
    Gareth

    Hi Carey,
    Thanks for your post. I have followed your instructions and here are my replies:
    Are you having any issues with your other Adobe products, or is it just Illustrator?
    If just Illustrator, did you previously install the product separately (i.e. as a trial, or as a pre-release/beta)?
    I am having problems only with Illustrator CS4. I have not installed the product separately, either as a trial or a pre-release or beta.
    In fact, I installed Adobe CS4 Web Premium on a clean, newly installed, straight-from-the-Dell-factory Dell Precision T7400. It was the first application I installed, and Illustrator wasn't working straight after the installation.
    I've not had any problems with other Adobe applications. The only time the serial number became an issue was when I tried to reinstall Illustrator CS4 using "English (US)" as an option, simply out of curiosity as this hadn't been an option with the original installation of the whole suite.
    I followed the instructions:
    Deleted C:\Program Files (x86)\Adobe\Adobe Illustrator CS4.
    Updated permissions for Public Documents (although when I reached step 12: "Click Apply and click Permissions tab." there was no Permissions tab).
    Reinstalled Illustrator CS4 from the setup.exe file. You said uncheck everything else, however the following applications would not allow me to untick them:
    Adobe Bridge CS4
    Adobe Extension Manager CS4
    Supporting Components:
              Adobe CMaps CS4
              Adobe CSI CS4
              Adobe CSI CS4 x64
              Adobe Color EU Recommended Settings CS4
              Adobe Color JA Extra Settings CS4
              Adobe Color NA Extra Settings CS4
              Adobe Default Language CS4
              Adobe ExtendScript Toolkit CS4
              Adobe Fonts All CS4
              Adobe Adobe Linguistics CS4
              Adobe Output Module
              Adobe PDF Library Files CS4
              Adobe Search for Help
              Adobe Service Manager Extension
              Adobe Type Support CS4
              Adobe Update Manager CS4
              Adobe WinSoft Linguistics PLugin x64
              Adobe XMP Panels CS4
              AdobeColorCommonSetCMYK
              AdobeColorCommonSetRGB
              Connect
              PDF Settings CS4
              Photoshop Camera Raw _x64
              kuler
    The installer ran, and I got exactly the same error as before:
    Error
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2
    Now when I try to run Illustrator CS4 I get a dialog box saying:
    Error
    The localized resource files for this application could not be loaded. Please reinstall or repair the application and try again.
    This is the ninth time I've tried to reinstall it.
    I'll try to send you a direct message with the serial number and take it from there.
    Thanks
    Gareth

  • A few new Illustrator CS4 questions.

    Weird, I just can't figure these out.
    First, how do you change the document size/orientation when it's already open? This seemed to be a cinch in all other versions of Illustrator, but now... the new Document set-up menu is quite different.
    Related, how does one ADD or SUBTRACT art boards from a document? And remove the art board guides when activated?
    How does one prevent Illustrator from opening all documents/a new document, in the same window box, and instead in a separate window box?
    If these questions seem rudimentary, let me assure you that I might be having a spaz moment with the new CS4 version of Illustrator, but I've been using the program itself for 10+ years. Maybe I'm becoming lazy and/or senile?

    "I have a complex file I created in photoshop with many layers, containing
    gradients and blends with no background layer, cropped and feathered edges and
    100 opacity. I want to use this for a design in Illustrator CS4 but not at 100%
    as I want to type over the top and be able to read. If I simply change the
    opacity then the background color in illustrator changes the look of the PS
    file. I have tried everything I know, including going back to PS and changing it
    there, but the same results. What I ultimately want is a lighter version of the
    PS file that is not transparent and allows color behind it to affect the over
    vibrancy of the PS file. I'm sure there is a way, but since my knowledge is all
    self taught I just don't know the answer. Sure could use some help. Thanks
    R"

  • Random character appears when outlining text in Illustrator CS4 !!!

    Hi All,
    Firstly, any help would be greatly appreciated.
    My problem is shown below, I have an artwork containing live text produced in Illustrator CS4 on a Mac. On outlining the file for forwarding to prepress, a random "D" appears at the end of one of the sentences. I have been unable to find any reason for this. The "D" is not visible when the document is viewed in Outline Mode, it is not visible when hidden characters are shown, it cannot be selected using the text cursor, it appears regardless of what typeface is used, and there are no effects or transparencies applied to the text. Obviously this is of great concern, we produce artwork using live fonts, and on approval outline the files and forward them to a prepress bureau, the result of random characters appearing on printed material could prove very costly.
    If the Illustrator document is saved as a CS2 compatible file from CS4, opened in CS2 and outlined this does not occur.
    Thanks,

    Same thing here, but in CS3. Files came from a client, but appear to have been created and saved in CS3 also. I couldn't fix it with CS5.
    In our case, it's a phantom W that sits on its own line before another W. No hard return, no soft return, no spaces, nothing shows with invisibles on. You can select it (using the shift and arrow keys) and format it, and the changes show up when you outline it. Select it and type a different character, and it winds up on the next line next to the "real" W, as it should. Double-clicking the word selects the phantom letter as well.
    Type is area type, and it's rotated 180° (packaging). Original fonts were Trajan Pro and UniversLTStd.
    Anyone?

  • Problems printing a postscript in Illustrator CS4

    I am trying to print a PS in illustrator CS4.  The file is quite large, 388 MB. However, this is usually not a problem.  I work at a sign company that produces casino signage, so the files from our client are quite large. Any suggestions as to why the program stalls when trying to print?  Many times the program crashes all together.  My operating system is Snow Lepoard (OS X 10.6.8), if it helps.  I have read somewhere in one of these forums, that it may be caused by the fact that Illustrator is not made for 64 bit systems just yet, thus causing a slow down or even an unexpected quit.  I have tried dumping preferences, as others on here have suggested. I have also went in & dumped the odd-ball PPD folders within the Library & then restarted.  I have tried shutting down, then "safe-boot" open the system back up. I have also "Verified Disk" numerous times.  All of these options don't seem to help at all.  When it comes down to the file itself, Illustrator fails.  I have even tried to created the file over again in a brand new document, as I figured that file must have been corrupt.  No such luck.   Anyone out there happen to have some other suggestions on what to do to get this to, at the least, print to a postscript?  Currently the print screen doesn't even pop up.

    These are the details to the most current crash that happened about 10 mins ago......   I had shut off a layer & then tried to print.  It crashed.
    Process:    
    Adobe Illustrator [1685]
    Path:       
    /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier: 
    com.adobe.illustrator
    Version:    
    367 (14.0.0)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [130]
    Date/Time:  
    2012-04-05 09:56:16.373 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    84649 sec
    Crashes Since Last Report:      
    8
    Per-App Interval Since Last Report:  78248 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                 
    4927D96A-08FA-473E-A069-6BF9A894DCD4
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000cca20
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.QD             
    0x08263704 BBFastDoubleSrcCopy + 405
    1   com.apple.QD             
    0x082a6210 Stretch + 3515
    2   com.apple.QD             
    0x0826a27a OneSrcOneDst + 59
    3   com.apple.QD             
    0x0826aeb8 CommonBits + 1316
    4   com.apple.QD             
    0x0826c490 StdBits + 878
    5   com.apple.QD             
    0x0826abee CommonBits + 602
    6   com.apple.QD             
    0x0826b717 CopyBits + 780
    7   com.adobe.coretech.adm   
    0x14965975 0x14900000 + 416117
    8   com.adobe.coretech.adm   
    0x1491c212 0x14900000 + 115218
    9   com.adobe.coretech.adm   
    0x14920a8a 0x14900000 + 133770
    10  ...e.illustrator.plugins.Print
    0x12ae61bb 0x12ab6000 + 197051
    11  ...e.illustrator.plugins.Print
    0x12ae6ab8 0x12ab6000 + 199352
    12  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    13  com.adobe.coretech.adm   
    0x1496326c 0x14900000 + 406124
    14  com.adobe.coretech.adm   
    0x14959efd 0x14900000 + 368381
    15  com.adobe.coretech.adm   
    0x1491a7cf 0x14900000 + 108495
    16  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    17  com.adobe.coretech.adm   
    0x14958fa5 0x14900000 + 364453
    18  com.adobe.coretech.adm   
    0x1495e42e 0x14900000 + 386094
    19  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    20  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    21  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    22  com.apple.HIToolbox      
    0x055990f9 SendEvent(unsigned long, WindowData*, OpaqueRgnHandle*) + 203
    23  com.apple.HIToolbox      
    0x05598f84 PaintWindow(WindowData*, OpaqueRgnHandle*, PaintReason, bool) + 495
    24  com.apple.HIToolbox      
    0x0558bdd8 WindowData::PrepareForVisibility() + 236
    25  com.apple.HIToolbox      
    0x0558b338 _ShowHideWindows + 291
    26  com.apple.HIToolbox      
    0x0558b212 ShowHide + 38
    27  com.adobe.coretech.adm   
    0x1497b4bf 0x14900000 + 505023
    28  com.adobe.coretech.adm   
    0x1495dc99 0x14900000 + 384153
    29  com.adobe.coretech.adm   
    0x14919ebe 0x14900000 + 106174
    30  ...e.illustrator.plugins.Print
    0x12ae2206 0x12ab6000 + 180742
    31  com.adobe.coretech.adm   
    0x14908d85 0x14900000 + 36229
    32  com.adobe.coretech.adm   
    0x1491162f 0x14900000 + 71215
    33  com.adobe.coretech.adm   
    0x149127fb 0x14900000 + 75771
    34  com.adobe.coretech.adm   
    0x1495a871 0x14900000 + 370801
    35  com.adobe.coretech.adm   
    0x14918c53 0x14900000 + 101459
    36  ...e.illustrator.plugins.Print
    0x12abfbc8 0x12ab6000 + 39880
    37  ...e.illustrator.plugins.Print
    0x12ab78ff 0x12ab6000 + 6399
    38  ...e.illustrator.plugins.Print
    0x12abdfee 0x12ab6000 + 32750
    39  ...e.illustrator.plugins.Print
    0x12ae89ee PluginMain + 422
    40  com.adobe.illustrator    
    0x006a93ff 0x1000 + 6980607
    41  com.adobe.illustrator    
    0x006a89c6 0x1000 + 6977990
    42  com.adobe.illustrator    
    0x00586d75 0x1000 + 5791093
    43  com.adobe.illustrator    
    0x00160725 0x1000 + 1439525
    44  com.adobe.illustrator    
    0x003f2ac2 0x1000 + 4135618
    45  com.adobe.illustrator    
    0x004d43e5 0x1000 + 5059557
    46  com.adobe.illustrator    
    0x000fedbe 0x1000 + 1039806
    47  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    48  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    49  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    50  com.apple.HIToolbox      
    0x055b4e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    51  com.apple.HIToolbox      
    0x05711ed6 ProcessHICommand + 68
    52  com.adobe.illustrator    
    0x000feb75 0x1000 + 1039221
    53  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    54  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    55  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    56  com.adobe.illustrator    
    0x00080d3e 0x1000 + 523582
    57  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    58  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    59  com.apple.HIToolbox      
    0x05565d55 SendEventToEventTargetWithOptions + 58
    60  com.apple.HIToolbox      
    0x0559aa24 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    61  com.apple.HIToolbox      
    0x05567080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    62  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    63  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    64  com.apple.HIToolbox      
    0x05711c17 ToolboxEventDispatcher + 86
    65  com.apple.HIToolbox      
    0x05711d4f RunApplicationEventLoop + 243
    66  com.adobe.illustrator    
    0x00080f83 0x1000 + 524163
    67  com.adobe.illustrator    
    0x000d84ab 0x1000 + 881835
    68  com.adobe.illustrator    
    0x000a2cd2 0x1000 + 662738
    69  com.adobe.illustrator    
    0x00003672 0x1000 + 9842
    70  com.adobe.illustrator    
    0x00003599 0x1000 + 9625
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x05335382 kevent + 10
    1   libSystem.B.dylib        
    0x05335a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x05334f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x05334cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x05334781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x053345c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x047e2552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services   
    0x047dd995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services   
    0x047e25b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x0530eafa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x0530f267 mach_msg + 68
    2   ...ia.Flash Player.authplaylib
    0x1872363e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x0530ec0e mach_wait_until + 10
    1   libSystem.B.dylib        
    0x05396429 nanosleep + 345
    2   ...r.plugins.Scripting Support
    0x14dc589d PluginMain + 458031
    3   ...r.plugins.Scripting Support
    0x14dc58fd PluginMain + 458127
    4   ...r.plugins.Scripting Support
    0x14dc9402 PluginMain + 473236
    5   ...r.plugins.Scripting Support
    0x14dc5bbf PluginMain + 458833
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xff030303  ebx: 0x0000002e  ecx: 0x00000000  edx: 0x000cca20
      edi: 0xbfffc180  esi: 0x0000002e  ebp: 0xbfffba18  esp: 0xbfffb9b0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x08263704   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000cca20
    Binary Images:
    0x1000 -   0xe8eff3 +com.adobe.illustrator 367 (14.0.0) <F586A10F-F480-4783-A20B-C006B6321F47> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x1190000 -  0x11a0fff  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x11a7000 -  0x11b5fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x11ba000 -  0x11baff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x11bd000 -  0x11d8ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
    0x11f2000 -  0x1242fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <F625B836-9616-46B7-B681-F9AC11D0DA71> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x12db000 -  0x12dc027 +SPBasic ??? (???) <B1DC5A08-15C4-49F9-9DF1-6A94E0AD3448> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x12e0000 -  0x12e6ff7 +com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
    0x12ef000 -  0x13fcfff +AdobeACE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x141a000 -  0x1931fef +AdobeAGM ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1aaa000 -  0x1aeafef +AdobeARE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1af4000 -  0x1b18ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
    0x1b2b000 -  0x1b45fff +AdobeBIB ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1b50000 -  0x1b71ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1b7e000 -  0x1e1afef +AdobeCoolType ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1ea5000 -  0x1f73fff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
    0x1fea000 -  0x20d2fdf +AdobePDFPort ??? (???) <F54A25D1-5E7A-472E-83D1-10D187434C85> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x2117000 -  0x270ffdf +AdobePDFL ??? (???) <8EC2ABBA-52D2-4230-B327-A6827FB2D33A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2853000 -  0x28f4fd7 +AdobeScCore 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x2950000 -  0x29fefd7 +AdobeSVGExport ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x2a30000 -  0x2cd9fe2 +AdobeSVGRE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2dc3000 -  0x2e23fc7 +AdobeXMP ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2e32000 -  0x2f07fdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x2f38000 -  0x2f38ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x2f3b000 -  0x2fbdfd7 +AdobeXMPFiles ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x2fd4000 -  0x30a323b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicu i18n.dylib.36.0
    0x314c000 -  0x3220db7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x3281000 -  0x3c3157f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x3c34000 -  0x3ffefef +AdobeMPS ??? (???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x408d000 -  0x4243ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x427a000 -  0x43072cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.3 6.0
    0x4334000 -  0x470e01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x47c2000 -  0x4863fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x4941000 -  0x4e3ffc3 +AdobeOwlCanvas ??? (???) <DC1EE447-FCDB-43C8-B6D2-A5454291C85D> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4f88000 -  0x5018fc3 +WRServices ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x519a000 -  0x519effc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
    0x51a4000 -  0x51c0fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x51cb000 -  0x51faff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5222000 -  0x5233ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x523d000 -  0x5243fff +com.adobe.pip ??? (1.0.0.220) <2CA89939-DFA7-4686-8536-8A1F1107CAF1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x5249000 -  0x52b3fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x530e000 -  0x54b5ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x5537000 -  0x5541fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x5549000 -  0x554ffff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x5557000 -  0x555affb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x555f000 -  0x5883fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x59c3000 -  0x5a27ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x5a49000 -  0x5a5efff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x5a74000 -  0x5b22ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x5b4c000 -  0x5b8fff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x5bb8000 -  0x5bd4fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x5be4000 -  0x5be6ff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x5beb000 -  0x5bf5ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x5bfe000 -  0x5bfeff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x5c06000 -  0x5c06ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x5c0e000 -  0x5c88fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x5cba000 -  0x5e35fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x5f2d000 -  0x5f30fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x5f33000 -  0x6253ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x62c9000 -  0x6375fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x63da000 -  0x641efe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x6445000 -  0x6510fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x656f000 -  0x65effeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x6623000 -  0x6656ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x666e000 -  0x670bfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x674a000 -  0x6770ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x6786000 -  0x67e3ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x6803000 -  0x6985fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x69e7000 -  0x69f0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x69fa000 -  0x6a0efe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x6a17000 -  0x6a24ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x6a2d000 -  0x6adafe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x6aee000 -  0x6afaff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x6afe000 -  0x6b44ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x6b51000 -  0x6db7ff7  com.apple.security 6.1.2 (55002) <A476227B-409D-A457-7D4D-A631A0B4AFDB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x6e94000 -  0x6f4dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x6f5b000 -  0x6f98ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x6fb5000 -  0x6fddff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x6fe8000 -  0x70e9fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x710d000 -  0x737efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x748c000 -  0x7c7b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x7d43000 -  0x7f05feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <051752C3-8C25-CF4A-9BFB-C7B6D20E58E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x7f64000 -  0x7fc5fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x7ffd000 -  0x8098fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x80bf000 -  0x817bfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x81b2000 -  0x8205ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x8230000 -  0x8241ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x824e000 -  0x82f6ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x8323000 -  0x8337ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x8345000 -  0x8345ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8348000 -  0x8391fe7  libTIFF.dylib ??? (???) <4A3EF156-D4FE-95E2-FA05-7BD76FF27CEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x839c000 -  0x83a0ff7  libGIF.dylib ??? (???) <3B4E6D0B-89EB-251F-3693-5187254D5BE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x83a5000 -  0x83c0ff7  libPng.dylib ??? (???) <05445692-8AF7-CAB6-EBF5-1F7B3A906CCB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x83c8000 -  0x83caff7  libRadiance.dylib ??? (???) <41E5C5F4-A4C6-0416-08D0-422C88088558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x83ce000 -  0x83f2ff7  libJPEG.dylib ??? (???) <7EBC924F-B2EE-68B0-4EA0-F99EF54F0306> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x83f9000 -  0x84d9fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x84e7000 -  0x84e7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x84ea000 -  0x852cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x8535000 -  0x85a4ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x85ad000 -  0x89c3ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x8a05000 -  0x8e3aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x8fc0000 -  0x90c2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9116000 -  0x9117ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x911b000 -  0x91d3feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9263000 -  0x929dff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x92aa000 -  0x92cafe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x92d4000 -  0x9318ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9337000 -  0x96a2ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9772000 -  0x984cfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9897000 -  0x99d4fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a44000 -  0x9a94ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9aac000 -  0x9abeff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9acb000 -  0x9aeaff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b01000 -  0x9b0fff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9b17000 -  0x9b48ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9b50000 -  0x9b71fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9b7a000 -  0x9b7eff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9b86000 -  0x9bc9ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9bd7000 -  0x9be2ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9bf1000 -  0x9cfdfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9d1c000 -  0x9d1fff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9d24000 -  0x9d28ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9d2d000 -  0x9d2eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9d33000 -  0x9d33ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9d36000 -  0x9db8ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9def000 -  0x9df4ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9dfc000 -  0x9e02fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9e09000 -  0x9e21ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9e32000 -  0x9e7ffeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9e9b000 -  0x9ebdfef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9ec7000 -  0x9ed7ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9ede000 -  0xa7c1ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0xac5d000 -  0xad8bfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xadef000 -  0xadefff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0xadf3000 -  0xb0edfef  com.apple.QuickTime 7.6.6 (1789) <38255AA2-8087-5AE0-CA4B-1DDE611540B1> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xb199000 -  0xb393fcf +AdobeOwl ??? (???) <F209A9B2-9606-4182-93D8-84B349CFBE48> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0xb40e000 -  0xb502ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0xb510000 -  0xb550ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0xb569000 -  0xb61efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0xb664000 -  0xb66bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xc418000 -  0xc419ff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xc430000 -  0xc43efe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc481000 -  0xc484ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0xc49b000 -  0xc49bfff +com.adobe.illustrator.plugins.PlugInRes Localizer version 14.0.0 (14.0.0) <CFE61490-698E-4FAE-988C-C238AC6CAAF8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
    0xc4a3000 -  0xc4b5ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EA696A00-4054-6F65-0F86-7901EAB5969F> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xc5f1000 -  0xc5f3ff7  com.apple.printingprivate.framework.PrintingPrivate 6.1 (15.2) <1A6E0614-420C-1E2B-43DA-722639B1FBCB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/PrintingPrivate
    0xc60e000 -  0xc61bffb +com.adobe.illustrator.plugins.Navigator Adobe Navigator Plugin version 14.0.0 (14.0.0) <EEF23D08-D8F5-4F7D-96AC-D9E422E78B90> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Navigator.aip/Contents/MacOS/Navigator
    0xc6c1000 -  0xc708fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xc718000 -  0xc725ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc733000 -  0xc733ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xc7b1000 -  0xc7b2fff +com.adobe.illustrator.plugins.ASLib ASLib version 14.0.0 (14.0.0) <F08F7B7D-86A2-462E-AB7B-B706FEE4B955> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0xc7e1000 -  0xc7ecff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x1159e000 - 0x115c0fc7 +com.adobe.illustrator.plugins.TracingUI TracingUI version 14.0.0 (14.0.0) <406A33F8-F301-4540-9A22-A01E2CA0CBE1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/TracingUI.aip/Contents/MacOS/TracingUI
    0x115c8000 - 0x115d3ff7 +com.adobe.illustrator.plugins.Find Find version 14.0.0 (14.0.0) <DE59DC7B-5D9B-4483-83B9-67D8682B4CD1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Find.aip/Contents/MacOS/Find
    0x115ee000 - 0x115f5fff +com.adobe.illustrator.plugins.Action Action version 14.0.0 (14.0.0) <C884784D-9646-47C7-917D-2F6B65521B57> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0x115f9000 - 0x115fcfff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 14.0.0 (14.0.0) <B30D9BE4-9735-4704-AD8A-467E7C25B9A9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/GeometryS
    0x117c0000 - 0x117f3fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libTrueTypeScaler.dylib
    0x12200000 - 0x122d1fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x1286f000 - 0x12878fff +com.adobe.illustrator.plugins.FrameworkServer Framework Server version 14.0.0 (14.0.0) <04B2DA5B-B84C-487C-A70E-76163D14D08F> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkServer
    0x1287c000 - 0x12882ff7 +com.adobe.illustrator.plugins.ArtConverters  ArtConverters version 14.0.0 (14.0.0) <0EA7F2D8-904D-4AFC-A177-8569F3E2286A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
    0x12886000 - 0x128affff +com.adobe.illustrator.plugins.BRSPencilTool  Pencil Tool version 14.0.0 (14.0.0) &

  • Illustrator CS4 is extremely slow on my MacBook Pro

    Illustrator CS4 (14.0.0) is running extremely slow on my MacBook Pro. After selecting an object nothing happens for 3 seconds, than the color wheel rotates for 3 seconds, then I can continue working. This is repeated for any new action, like select, rotate, copy, etc. The ActivityMonitor shows 100,2 % CPU usage during these seconds, all other processes are between 0 and 1,5%. All other CS4 programs are running fine.
    I have no other application running at the same time, I chose "performance" over battery lifetime in the system preferences, deleted all the "Adobe Illustrator CS4 Settings" in the preferences folder for a fresh start, used the Adobe CleanSwipe tool, all installed printers are on and connected, HD has lots of free space, I work only from the local HD, have only 60 fonts installed - but no improvement. Even if I have a new document with only one object in it, this goes very slow.
    Then I followed one of the recommendations in this community, installed a new user account, started Illustrator from there - and the problem was completely gone, reaction time and speed as it should be!!
    Something in my initial (admin-)account is causing this problem - does anyone have a clue what it could be?
    Any hint would be appreciated very much.
    MacBook Pro 15" Oct 2009, 2,66 Ghz, 4GB, GeForce 9400M+9600M GT, HD 500GB (7200rpm), Mac OS X 10.6.3

    That are 2 very good leads, but unfortunately I already tested that: I uninstalled all fonts, so there are only system fonts left - no improvement. I also started the admin account without any start elements (pressing "shift" during boot) - no improvement. The processes (all of them) except Illustrator are all at 0%, some can reach 0,7% - only Illustrator itself is at 100,4% for these few seconds. There is no difference between the admin account and the second user account regarding the Activity Monitor.
    But the solution must be somewhere in the difeerence between the two accounts - user preferences, application support files, ???

  • Edging problem "thin white line" between paths in Illustrator CS4...

    I am making a map of Europe with Illustrator CS4 for a documentary about WWI and how the Versailles Treaty carved up imperial Germany. After having traced imperial Germany before Versailles, I then carve out the territories given to neighboring states. The problem is these very fine white lines that appear between paths.
    I have two paths right next to each other. But for some reason I see this very thine white line gap that shows up between them and becomes much more evident when I export into Photoshop. Please notice this very fine white line in the black image. What you see in this image are in fact two paths side by side. There should be no line between them. And I have no idea why this very fine line appears but it gets much worse in Photoshop much more noticeable. Please click on image to see the line more clearly.
    Thank you very much in advance for any help or suggestions.
    - Nick

    Dear Jacob and Peter,
    Thank you both very much for your help.
    Please see these photos showing my problem more clearly.
    I am using Illustrator to draw the regions, Photoshop to consolidate the layers, and Apple Motion 4 to build my animation.
    [1] : Imperial Germany in 1914.
    [2] : Germany after Versailles.
    In Illustrator CS4, the images [1] and [2] have the colored layers in "Multiply" transparency mode. It's how I want the layers to look when I import them into Apple Motion 4.
    My idea was to color all the layers black in "Normal" mode and then apply "colorize" filters in Motion 4 and set the transparency to "multiply" in Motion.
    Now with Imperial Germany (all layers colored in black with transparency set to "Normal"), when I bring the image into Photoshop, I suddenly get very fine white lines between the layers and these lines show up in Motion which is the big problem. Like I said, when you click on this last photo, and you see the image full size, you can clearly see the problematic lines which appear exactly where the layers touch each other. In the photo below, the territories ceded to Poland (West Prussia) and Lithuania (Memel) are not yet red. They are still black but you can see the lines.
    I don't understand because in Illustrator there were no gaps whatsoever between the layers. In Illustrator CS4, I simply cut the "territorial losses" from imperial Germany using the "Trim" function in the Pathfinder Menu. I created the red and yellow layers from the original single "imperial Germany" layer. In Illustrator I can colorize all the layers black and still never see any gaps. The fine white lines, appear in Photoshop and in Motion.
    (NOTE: The documentary is being in edited in Final Cut Studio which is why I use Motion for animating.)
    Sorry to ramble on. Thank you again for any further help you can give me.
    - Nick

Maybe you are looking for

  • Installing a Forms & Report middle Tier (10.1.2) on a 10.1.3 farm

    I have to install a new farm based on the 10.1.3 release. I will install the Infrastracture and one middle tier in two different Oracle Homes. The problem is that I need also Forms & Report Services, and we know that there will be no F&R services unt

  • Cannot update Global Password Policies, no SSL bind, etc

    Hello Community-- This is day 3 of the Apple Server Hostage Crisis, and it looks like I'll started clean slate build #5. By way of background, I had a functioning ML/2.2.2 server that had RAID problems (and still does).  Attempting to rebuild array f

  • Halt/stop a process and then resume again

    Hi frns, I m implementing an application in which i want to add a specila functionality which is described as below : suppose there is a folder and it contains 5 files. FOLDER - FILE 1 - FILE 2 - FILE 3 - FILE 4 - FILE 5 Now I have to send the folder

  • Data Sources error:[Macromedia][SQLServer JDBC Driver]No more data available to read.

    I have just set up the developer edition coldfusion and a standard SQL Server. When trying to set up a datasource i recieve the following error:  [Macromedia][SQLServer JDBC Driver]No more data available to read. I have no clue what this means. I hav

  • How to change/update a data foundation

    Post Author: jeffatncx CA Forum: Data Connectivity and SQL Hi allIf I add more columns to an Oracle View and then want to update my repository Data Foundation, I can not find a way to simply refresh the underlying view and then add the new cols to th