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

Similar Messages

  • Getting Started: 01 Starting a new document | Learn Illustrator CS4 | Adobe TV

    Start a new document in Illustrator CS4 using the Welcome screen. Adjust settings in the New Document dialog box. Establish multiple artboards.
    http://adobe.ly/ySniK0

    Where are the files that are referenced in this video?

  • Fill color for new layer in Ph cs4 js

    One more question. I need to make a  layer white. Here what I tried and it doesn't work:
    var  myWhiteLayer = doc.artLayers.add();
    myWhiteLayer.name =  "WHITE  LAYER";
    var myWhite = new CMYKColor ();
    myWhite.cyan  = 0.0;
    myWhite.magenta = 0.0;
    myWhite.yellow = 0.0;
    myWhite.black  =0.0;
    myWhiteLayer.fillColor = myWhite;
    Thank you  for your help.
    Yulia

    var  myWhiteLayer = doc.artLayers.add();
    myWhiteLayer.name =  "WHITE  LAYER";
    var myWhite = new CMYKColor();
    myWhite.cyan  = 0.0;
    myWhite.magenta = 0.0;
    myWhite.yellow = 0.0;
    myWhite.black  =0.0;
    doc.selection.selectAll();
    doc.selection.fill(myWhite);
    doc.selection.deselect();

  • 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

  • Merge Illustrator cs4 file with new document

    Hi all,
    I recently got an 'unknown error has occured' with a file I have been working on in Illustrator CS4.  I remember there was a way where you could open a new Illustrator document and drag the file with the error into the new document, but from there I do not know how to merge this in where we can get back the layers and objects from the file with the error unto the new file.  Does anyone have some instructions on how to merge the document in?  Thanks in advance.
    pwitman

    Hi,
    I tried saving the file into a PDF after opening it up in Acrobat, but I got this error when trying to save "The document could not be saved.  There was a problem reading this document (109)."  But when I drag the file into a opened new document in Illustrator cs4, it would load up, however I don't know the steps to merge or group the objects and layers back into the new document.  Could anyone provide me the steps on how to do this?  Thanks.
    pwitman

  • Javascript: copy an object to a new layer and tracing it

    Hello everybody:
    I'm using Illustrator CS5 on Mac. I need to copy an objecto to a new layer and tracing it. I'm trying to execute the script above. There is no problem with the copy to a new layer, but Illustrator returns the error "newItem.trace is not a function". Sorry because this is my first script and i'm lost.
    Thank you in advance.
        var myDoc = app.activeDocument;
        var sel = myDoc.selection[0];
      if ( myDoc.selection.length > 0 ) {
        var newLayer = myDoc.layers.add();
        var newItem = sel.duplicate( newLayer, ElementPlacement.PLACEATEND );
        var myTrace = newitem.trace();
        var myOpts = myTrace.tracing.tracingOptions;
        myOpts.tracingModeType = 'TRACINGMODEBLACKANDWHITE';
        app.redraw();
        myTrace.tracing.expandTracing();

    Hi Jose, if your selection is other than PlacedItems or RasterItems, you have to rasterize it first.

  • Why It does not appear the custom option in choosing the document size in Illustrator cs4

    When I choose "New Document" in Illustrator CS4 and try to change the document size the "custom" option isn´t available. The only available options are standar sizes.

    Typing numbers in the box highlighted in orange (below) does not work?
    If so, you might try resetting your preferences:
    Reset Preferences
    http://forums.adobe.com/thread/375776
    1) Close the program and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (not reversible)
    or
    2) Move the Folder. See:
    http://www.bugge.com/Family-and-friends/Illy/illy.html

  • TYPE IN ILLUSTRATOR CS4

    Can anybody help please.
    I have looked at videos and read about many of the new feature in Illustrator CS4 but I can't find out if working with type has changed in any way.
    Does anybody know where I can get any info.
    Thanks,
    Ieuan Rees

    I don't believe there have been any functional changes. I think merely improvements to things like type on a path took place - things that you'll notice when setting type, but won't alter a work flow in anyway.

  • Problems with Freehand Illustrator CS4 script for Macs

    A couple of us just downloaded the new Freehand to Illustrator CS4 script for Macs that was released on 5/17/10. Sometimes it works okay, but more often than not we get errors like 'ERROR: 1, Access is denied'. If we instead just open the Freehand file, the file comes in fine. What have been other people's experiences using this new script?
    Mac OS X 10.5.5

    Is the problem there only at the time of conversion or even the FH files are not opening after running the script
    Here is what I have done and may be you can follow the exact steps :
    1) Create a folder FH on Desktop and paste only the FH files in the folder( My folder does not contain any other file apart from FH files)
    2) Create a Folder AI  on Desktop and keep it empty
    3) File-> Scripts-> FreehandToAI
    4) Select the source folder( FH)
    5) Now select the destination folder(AI)
    It gives the message after conversion "N freehand files are converted to AI".

  • 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"

  • 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?

  • Illustrator CS4, new Pantone color books, color channel issue

    Since I installed the new Pantone color books, I've been running in a major issue which will affect our whole production line.
    If an Illustrator CS4 file contains a Photoshop CS4 image which is using an "old" Pantone color in a color channel, it cannot be opened and I get an error message "File is unreadable". If I replace the "old" Pantone colour with its new equivalent in the color channel in Photoshop, the file can be opened normally.
    In our work environment, this means going through all our images to check which one is using a color channel. A painful and time wasting procedure. Furthermore, if one of our suppliers doesn't have the new color books, they won't be able to open any of the files, both Photoshop and Illustrator, so they have no way to revert back to the old Pantone.
    Is there another way to fix this?
    Thank you

    More on the Pantone PLUS saga, hoping to get some input from the users of this forum. I find their silence deafening, to say the least. This is a serious issue, that will cost our agency hours and hours of work if it isn't addressed. And we've already wasted hours of troubleshooting and discussions on how we could resolve it.
    We're actually testing a workaround: using both the old and the new libraries in Illustrator. After consulting our suppliers, we've learned that this is what they also do. For them, it's a one shot to get the file to print. For us, it means cheating with files that will get edited again in the future. And the Pantone installer removes the old Pantone books from the Adobe folders for a reason which is mentioned on the download page:
    The reason that the PANTONE Color Libraries that had been built into Illustrator need to be removed and replaced with the PANTONE PLUS Color Libraries is that, in Illustrator, a PANTONE Color can only have one data point with which it is associated. In the short term, in order to benefit from the new colors and data associated in PLUS, the PANTONE Libraries that are installed with Adobe Illustrator are removed and replaced with the new PLUS Libraries.
    http://www.pantone.com/pages/Pantone/Pantone.aspx?pg=20721&ca=1
    I worry this may lead to another bunch of issue, knowing how easily AI files get corrupted. What I need to know is:
    What is the exact meaning of the Pantone warning about the "one data point per color?
    What are the long term implications of using both Pantone libraries in an Adobe file? Or in the Adobe app?

  • My hard drive failed and during the setup of Illustrator CS4 on my new hard drive/pc, I was told I had reached the maximum number of licenses

    My hard drive failed and during the setup of Illustrator CS4 on my new hard drive/pc, I was told that the maximum # of licenses for my serial number had been reached and so I am unable to install Illustrator on my working computer.  This happened a couple of years ago and I called Adobe and they were able to 'reset' things but I don't see any way to talk to someone now to resolve this problem.  BTW, I have the failed hard drive slaved in my new computer and am able to access files and such things, but have no way of uninstalling the Illustrator on my old drive.  How do I fix this issue?

    Contact Adobe Support thru chat and ask them to reset your activations.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • CS4 - New layer won't show added color overlay, gradient, patterns?

    I'm using CS4 Extended for a few years... its been working fine but all of a sudden my layers are blank? I've tried Google but can't find a solution. Started a new graphic for a label using a 300dpi resolution, 23.250" inches wide and 2.500" high. Filled it with Black, then attempted to create a new layer to create a semi-transparent pattern above the black. It shows up in the layers column but the actual new layer doesn't show up on the artwork workspace. I can add text in color as a new layer, but the pattern layer doesn't show. Went and tried using an existing file... old layers work fine, but try to add any new layer other than text and it doesn't show. I know this is something dumb that I somehow clicked on and I'll kick myself when somebody tells me to check.... whatever LOL.
    Thanks in advance and don't laugh.

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

Maybe you are looking for

  • Data validation for Date Field in Web Dynpro ABAP

    Hi , In my WDA i want to perform data validation for date filed. (i.e. While creating a new record i have to check the Start Date should be always lesser than End Date.) If u ll enter the wrong date it should validate the Date and throw an error mess

  • How to implement this Scenario(JMS to IDOC)

    Hi Frnds, I am working on one scenario JMS to IDOC .based on JMS Message my XSLT Mapping will genarate Multiple Idocs(max 3) or 2 or one.    I have to send this IDOCS based on some conditions,the conditions mentioned below. xslt mapping genarats one

  • Photo Booth crashes in Os X 10.7 Lion. was fine before. Upgraded from SL.  Help?

    Recently upgraded to Os x 10.7 and now photo booth crashes all of the time. Was fine with Snow Leopard .  any advice?? Have unchecked run in 32bit opton.   am new to Macs so am a novice. Thanks

  • ITunes database integrity check?

    In iTunes I have a few ! that have appeared in the first column indicating iTunes can't find the file. So far I have found three folders (albums) that are missing from my music library disc and I don't understand how or when they dissappeared. I have

  • I need snow leopard for macbook pro early 2011

    broke my disck original. I have Lion but i need return a snow leopar. I have retail snow leopard 10.6.3 but does not work. Reading. I have read que i need snow leopar for macbook pro 13 early 2011 especific