Fonts in illustrator CS4

Hi I have a particular font that doesn't work in illustrator but it does in other applications.
I cleared the font cache and resolved duplicates.
Thanks in advance

Contact Adobe. Do give them the name of the font.

Similar Messages

  • How can I use my fonts in Illustrator (CS4) without Suitcase?

    How can I use my fonts in Illustrator (CS4) without Suitcase? InDesign has a fonts folder, but not Illustrator.

    i found this info from this link: http://forums.adobe.com/message/3466307.  The user who asked this question stats this solution worked for them.
    First in Language and text preferences in the system preferences select Hebrew as the input method.
    The in Illustrator click the text tool in your document or drag to create a text frame.
    While the cursor is active select a hebrew font
    then go to the menu bar for the finder and where there is the American Flag pull it down and select hebrew
    now go back to the document and start typing.
    Remember if you do not have the ME version you have to have it flush right and type backwards.

  • Change font in Illustrator cs4 js

    I need to assign specific font to my text and it doesn't work. What am I doing wrong:
    var my_OUTSIDE_TextFrame = myInstrLayer.textFrames.add();
    my_OUTSIDE_TextFrame.geometricBounds = ["1.6 in", "1 in", "1.85 in", "2.75 in"];
    my_OUTSIDE_TextFrame.contents = "OUTSIDE";
    var myParagraph = my_OUTSIDE_TextFrame.paragraphs.item(0);
    try{
    myParagraph.appliedFont = app.fonts.item("Myriad Pro");
    catch(e){}
    try{
    myParagraph.fontStyle = "Bold";
    catch(e){}
    myParagraph.pointSize = 30;
    And it's not placing it where I want it either.
    Thank you very much for your help.
    Yulia

    Hi yulia,
    i maked some changes on your script:
    - what is it item(0) instruction ??
    use instead paragraphs[0]
    - moreover you can use fontStyle.. it doesn't exist , it's textFont.stye but only for read, you can't assign "bold" or other style...
    to put a differents style, you need to attribute when you call the font name "MyriadPro-Bold".
    (** to obtain exact name you need, i have attritube first manually, and check his name with myParagraph.characterAttributes.textFont.name, to be sure avoid error name OR use my second script below**)
    - you use paragraphs instruction, but i'm not sure that is really usefull, because you have created a text first and you can thus include your properties (font name and style) exept if you envisaged to change font before a paragraphs
    - what is it pointSize ? doesn't exist also.. simply use size if you want change the size of textFont
    For this remark, i recommande you to see this post
    now, below an updated of your script
    #target illustrator
    var doc=app.activeDocument;
    var myInstrLayer=doc.layers.add();
    var my_OUTSIDE_TextFrame = myInstrLayer.textFrames.add();
    my_OUTSIDE_TextFrame.geometricBounds = ["1.6 in", "1 in", "1.85 in", "2.75 in"];
    my_OUTSIDE_TextFrame.contents = "OUTSIDE";
    var myParagraph = my_OUTSIDE_TextFrame.paragraphs[0];
    try{
    myParagraph.characterAttributes.textFont=app.textFonts.getByName("MyriadPro-Bold");
    catch(e){alert(e)}
    myParagraph.characterAttributes.size = 30;
    Also for 1$ more* i can propose you (for CS4) the same with drop down list below:
    #target illustrator
    var doc=app.activeDocument;
    var myInstrLayer=doc.layers.add();
    var my_OUTSIDE_TextFrame = myInstrLayer.textFrames.add();
    my_OUTSIDE_TextFrame.geometricBounds = ["1.6 in", "1 in", "1.85 in", "2.75 in"];
    my_OUTSIDE_TextFrame.contents = "OUTSIDE";
    var myParagraph = my_OUTSIDE_TextFrame.paragraphs[0];
    try{
    var ressource="dialog { text: 'Font List'}";
    var item=new Array();
    var dlg=new Window(ressource);
    var dd=dlg.add('dropdownlist',undefined);
    for( j=app.textFonts.length-1;j>-1;j--){dd.add('item',app.textFonts[j].name); }    
    dlg.btnRND=dlg.add('button',undefined,'Choose this font.',{name:'ok'});
    dlg.btnCANCEL=dlg.add('button',undefined,'Cancel',{name:'cancel'});
    dlg.show();
    for (k=dd.items.length-1;k>-1;k--){
    if (dd.items[k].selected){myParagraph.characterAttributes.textFont=app.textFonts.getByName(dd.items[k])}    
    catch(e){alert(e)}
    myParagraph.characterAttributes.size = 30;
    See you, art.chrome
    * this is a joke, i didn't ask for money !

  • Missing Fonts in Illustrator CS4

    I have been having an issue with the "missing font"
    My problem is that Illustrator recognizes the fonts sometimes and not other times.  I have had no problems for the past week or so and I just restarted my computer and now a number of fonts that worked fine suddenly are replaced with the "missing font" default.
    The fonts I'm currently concerned with are all in the default LaTeX family (i.e. cmr10, cmmi10, cmbx10, etc...) I have all of them installed on my computer and they work fine in every other application. 
    Does anyone have any idea what is going on or how I can solve this problem?  Why does illustrator "lose" them and how do I get them back? !!
    Thanks!

    Thanks for the link.  I'm actually using Windows 7 and in the mean time my illustrator "found" the fonts again (still can't figure out why).  I don't know how well the solutions for the Mac OS will work but I'll take a look.  If anyone else comes up with an answer I'd love to hear it!
    Thanks!

  • Problem scrolling fonts in Illustrator CS4

    Hi- I've had issues from day 1 using AI CS4.  When I am deciding on a font style, I highlight the text, then click on the font type and scroll through the fonts.  Then I will encounter 2 problems:
    1. Some fonts won't let me continue to scroll.  It stops at that specific font.  I have to manually go back to the font drop down list and change the type.  OR
    2.  When I am scrolling, it automatically takes me to the end of the font list w/ some weird fonts like Adobe 楷体 Std R.
    Any idea how I can fix this?

    You have a bad font somewhere inbetween that messes up the font handling. Remove any suspicious fonts you recently added and do not permanently need (e.g. free fonts that may technically suffer some issues like open contours etc.) and delete your AdbeFnt.list files so they get rebuilt next time you start an Adobe app.
    Mylenium

  • Problem with embedding fonts in Illustrator CS5

    I have just installed Illustrator CS5, and have tested creating a PDF document based on one of my existing files, as well as a new file.
    When I open these PDF documents in Adobe Acrobat Pro 9, I am told that Acrobat cannot access one of the embedded fonts (Korinna BT).
    I have had no issues with embedding this font in Illustrator CS4, and (strangely), when I open these files in other PDF viewers (Preview and PDFPenPro), they report no issues.
    Has anyone else experienced this issue?
    I have removed and reinstalled the font in question, and tested/verified that the font is OK - but still not joy.
    Regards
    Jeremy

    The error message I get is:
    "Cannot extract the embedded font 'MVZTIW+KorinnaITCbyBT-Regular'. Some characters may not display or print correctly."
    When I check the fonts in the PDF in "Document Properties" in Adobe Acrobat the following is shown:
    "KorinnaITCbyBT-Regular
         Type: TrueType
         Encoding: Ansi
         Actual Font: Adobe Serif MM
         Actual Font Type: Type 1"
    It seems that Illustrator is adding some strange "code" ('MVZTIW') to the beginning of the font, which means the actual font can't be found and extracted.

  • Illustrator CS4 and my drop down menu displaying different typefaces is no longer displaying font preview.

    I am using Illustrator CS4 and my drop down menu displaying different typefaces is no longer showing all of them, just blank spaces where they would be...that is unless I put my cursor over it and I can then see the typeface. This is more of a nuisance than anything and didn't happen until I updates OS X to Yosemite. I currently am operating OS X  Yosemetie 10.10.2
    I have attached a screen shot. You can see that the font highlighted as the cursor is over it I can see the preview...but one I move the cursor it appears like all the others in the list and is blank.
    HELP!

    Solved using this previous users had the same issue; Font previews not appearing correctly in the character window after upgrading to Yosemite

  • Not all installed fonts are available in Illustrator CS4

    Hi,
    I've noticed that not all of my fonts are available in Illustrator CS4. My list appears as usual in the drop down menu, but many of my fonts have somehow become incomplete. For instance, only 3 weights of Helvetica are available, instead of the 20 or so I have installed on my Macbook Pro. I use Linotype Fontexplorer, and all of my fonts appear without problems in the browser window, but not in Illustrator.
    I've deleted the Adobefontlist file with no result, and I've also tried uninstalling the fonts and reinstalling them with no result. I've had a few searches to see if anyone else has had the same problem, and some people have similar issues but not exactly the same. I've also tried some of the adobe troubleshooting steps with no result.
    Any help with this would be gratefully received. Somebody must have experienced the same problem?
    Many thanks
    Jono

    Thanks Jesseham, a good suggestion. All fonts within the families are ticked like you say, and I've just performed a clear out of the caches but still no success I'm afraid.
    I've attached a picture of my font list in Illustrator in the hope that someone might see something that I'm not. As you can see from the list, Helvetica Neue LT Std is in the list as Helvetica Neue LT Std 85 Heavy and only has the option of 'Regular' under the font style drop down menu. It should be just Helvetica Neue LT Std in the font list drop down menu and have all of the available weights in the font style drop down menu.
    Any thoughts?
    Thanks
    Jono

  • Adobe Illustrator CS4 Error: Error 1603. Error 1305.Error reading from file C:\Program Files\Adobe\Adobe Illustrator CS4\Support Files\Required\Fonts\AdobeSongStd-Light.otf.  Verify that the file exists and that you can access it.  AdobeColorCommonSetRGB

    Iam trying to load illustator in my PC i get following error while loading Application CD 2
    Adobe Illustrator CS4
    Error:
    Error 1603. Error 1305.Error reading from file C:\Program Files\Adobe\Adobe Illustrator CS4\Support Files\Required\Fonts\AdobeSongStd-Light.otf. Verify that the file exists and that you can access it.
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    My serial no. [Removed by moderator]

    Download a copy an installer for CS4 from the links on this page:
    Other downloads

  • Illustrator CS4 can´t sometimes use some fonts

    Hello I have a strange issue with illustrator CS4 under Adobe Creative Suite CS4 Design Premium, which is driving me really crazy. If I am trying to write some text using for example Titilium Font, Olijo or some other ttf and otf fonts, I can see them in font selection, but whe I change to them Illustrator automaticaly switch to Myriad Pro. Few minutes ago I have sucesfully written a text with Olijo font then I restarted computer and Illustrator refused to use the font next time. I do not know what is causing it because other programs Word, Excel, Photoshop, InDesign, Flash can use them font without any problems. This issue is happening randomly with random fonts only in Illustrator. It also happened once with Myriad Pro font Family. Anyone knows how can I solve this?
    I am using Windows 7 Ultimate x64 and my custom fonts (bought and downloaded) are in the folder C:\Fonts, system fonts are in the folder C:\Windows\Fonts. For font managing I am using Bitstream Font Navigator.

    You could check these knowledgebase articles on troubleshooting font problems:
    http://kb2.adobe.com/cps/328/328607.html

  • Illustrator CS4 Fails to Display Font List In Yosomite

    Illustrator CS4 Fails Display Font List In Yosomite, but displays Individual Font Family Names, I scroll down to about where I think it should be then check each font family till I find Correct one. As I am cutting back on work load in preparation for retirement, I have deleted my Font Manager rather than upgrading it to Yosomite and reverted to "Font Book".

    Just discovered what appears to be the fix on another website. It was a fix for CF5 but it appears to work just fine for CS4 as we;
    Open the Mac OS X System Preferences and head to ‘Accessibility.’ Once you are in there, select ‘Display’ from the left-hand list and then check the checkbox that says “Reduce transparency.”

  • Illustrator CS4 no longer previews fonts in Character palette after Yosemite upgrade..Please Help

    Illustrator CS4 no longer previews fonts in Character palette after Yosemite upgrade
    Please help...Thanks

    inkydmark,
    You may wish to roll back from Yosemite and wait to see whether the issues will be solved and reported as such.
    Weeding out in older plugins seems to have helped some in some cases. It also seems that JAVA Runtime may be involved, for some it seems to help to roll back to an ealier version, for others to update to the newest.
    All the above is more or less hearsay so far, with no definite final confirmation.
    In any case, there is something to be sorted out by someone. Yosemite was made long after CS4, so it may be difficult.
    There is a way round an even worse issue shown in post #2 here:
    https://forums.adobe.com/thread/1610655

  • Illustrator cs4 outlines fonts from older files

    We have a font we use for checks (MICR).
    Illustrator cs3 would randomly drop an extra space in the bank account in this font  8% of the time.
    Illustrator cs4 when opening files saved from previous versions outlines this font.  Which is a bit of a hassle if we need to change the account number.
    Any way around this conundrum?
    Illustrator 14.0.0
    Windows xp pro

    Disable missing glyph protection in the prefs and the respective options in the text palette. You have used some sort of custom text formatting and AI is merely favoring appearance over editability. The type engine has been changed in recent versions, that's why older files may yield different results when being opened...
    Mylenium

  • Illustrator CS4 Crashes during font selection

    I just got a new laptop and migrated by old hard drive over to the new one. When I go to change the font in Illustrator, it crashes.

    Hi kristycp,
    Is it happening to each and every font or some specific one.
    In case specific one then it could be due to corrupt fonts other wise try to clear font cache and uninstall any font management tool if you have.
    Please let us know the outcomes.
    Regards,
    Sumit singh

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

Maybe you are looking for

  • IPhoto MESS: Multiple iphoto libraries duplicate photos

    Sorry folks - this is one of those "big data" messes.  I know there's a problem - just looking for a solution. I have multiple iPhoto Libraries (unintentional) due to an old iMac which had died.  There are three libraries: Default(rebuilt) 121.41GB (

  • Credit Memo Amount not on Invoice

    Hi All, We have several customers who need credit memos.  As part of this situation, some customers require multiple memos of the same amount.  However, when an invoice is created, only one of the memos is reflecting the value - the rest are showing

  • LibXp.so.6 is needed by openmotif21-2.1.30-11.EL5.i386

    Hi , can anyone help me to install "openmotif21-2.1.30-11.EL5.i386" i received this error when i run the rpm file.. [root@bladj ~]# rpm -ivh openmotif21-2.1.30-11.EL5.i386.rpm error: Failed dependencies: libXp.so.6 is needed by openmotif21-2.1.30-11.

  • UIX 2.1.7 Developers Guide - Downloadable Version?

    Hi! I am new to UIX and I am fascinated by its capabilities and the cool look and feel features. I want to gets some hands on to developing using ADF-UIX technology. Could you please point to a "Downloadable Version of UIX Developer Guide? Thanks Amb

  • How does Safari handle fonts? Because the fonts looks different

    Hi, I "developped" (please don't laugh) a webpage in Firefox. http://test.patrickeischen.com Safari however changes the font, font-size and line-height which is not what I want. Does Safari handle the fonts different that other browsers? Patrick