Illustrator CC Actions

In all previous versions of Illustrator I had saved Actions. One Action that saved as a PDF into a certain folder. In Illustrator CC the location in the Script isn't remembered in the action. It is there when I create the Script and it works fine. But as soon as I quit and open Illustrator again, the scripts don't work. When I run them, it asks me for the save location.

So, this is obviously a work-around and somewhat untested at this point, but we've seen success with the method I reported earlier.
1. Load AI as normal (on first load, basically)
2. Open the Actions Panel
3. Leave the "Default Actions" in place
- this does NOT mean simply leaving the file in places in the .../Presets/en_US/Actions folder
- the "Default Actions" .aia file is in place automatically, so long as nothing else has been changed
4. Load other sets, as needed (other .aia files)
- here, our action sets are well-established... they were re-saved for CC without much change from CS6
- they contain between 6 and 20 actions, per set
On re-starting AI or re-starting the computer and re-loading AI, everything that was loaded stays in place. The individual parts of actions continue to work and no steps are "lost".
I have tested this on 3 machines so far with some success. I have 5 "testers" working through this today, who will ultimately put the application and this work around thorugh its paces in a much more thorough manner. Within a week, I'll be able to report more definitively on the success of this work around.

Similar Messages

  • Script to Perform Live Trace then in Illustrator Run Action... Please Help

    Hello Everyone, I am brand new to scripting and need some help... I would like to create an inter-application javascript (.jsx) file that will perform the following steps in sequence:
    1) Target Bridge CS3 and:
    a) Automatically select files (thumbnails) (the names of, and path to these files never change so scripting them is no problem). Path & Files are: C:\files\1.psd, C:\files\2.psd and C:\files\3.psd.
    b) Run Tools > Illustrator > Live Trace [Live Trace Dialogue Box Settings (Tracing Preset: Color 16, Save & Close Results (checked), Document Profile: "Basic RGB", Width: "576", Height: "720", Units: Pixels, Destination: "C:\files\, File Naming: Document Name + .ai)].
    After Live Trace finishes, C:\files\1.ai, C:\files\2.ai and C:\files\3.ai are created.
    and then....
    2) Target Illustrator CS3 and:
    Run my Illustrator precreated Action: "Add Border". This action adds a precreated border to the files. The action is coded with the paths and file names of the .ai files as well as saving instructions.
    To summarize:
    1) In Bridge, run Live Trace on precreated .psd files
    2) In Illustrator run an action on the files that were live traced
    That's it. It seems straight forward when I write it out but trying to figure out how to script it is boggling my mind.
    Thank you for your help!

    I will go check that error meantime try this… The Photoshop export looks OK to me but I have no idea about SVG files as I don't use them… This should be getting closer… You will need to make the same 2 typo changes…
    #target illustrator
    while (app.documents.length) {
      app.activeDocument.close(SaveOptions.PROMPTTOSAVECHANGES);
    var traceFolder = new Folder ('~/Desktop/Live Trace/');
    var fileList = traceFolder.getFiles(/\.psd$/i);
    if (fileList.length > 0) {
         var svg = new Folder(traceFolder.fsName+'/SVG Files');
         if (!svg.exists) svg.create();
         var psd = new Folder(traceFolder.fsName+'/PSD Files');
         if (!psd.exists) psd.create();
         var ai = new Folder(traceFolder.fsName+'/AI Files');
         if (!ai.exists) ai.create();
         main(fileList);
    } else {
         alert('This Folder contained NO Photoshop PSD files!');
    function main(fileObjs) {
         with (app) {
              var orginalUIL = userInteractionLevel;
              userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
              for (var i = 0; i < fileObjs.length; i++) {
                   if (fileList[i] instanceof File) {
                        var fileName = fileList[i].name.slice(0, -4);
                        var docRef = documents.add(DocumentColorSpace.RGB, 576, 720);
                        with (docRef) {
                             var thisPlace = placedItems.add();
                             thisPlace.file = fileObjs[i];
                             var thisImage = placedItems[0].trace();
                             redraw();
                             thisImage.tracing.tracingOptions.loadFromPreset('Color 16');
                             thisImage.tracing.expandTracing();
                             redraw();
                             var svgOptions = exportAsSVGFile();
                             svgFilePath = new File(svg.fsName + '/' + fileName + '.svg');
                             exportFile(svgFilePath, ExportType.SVG, svgOptions);
                             var psdOptions = exportAsPSDFile();
                             psdFilePath = new File(psd.fsName + '/' + fileName + '.psd');
                             exportFile(psdFilePath, ExportType.PHOTOSHOP, psdOptions);
                             var aiOptions = saveAsAiFile();
                             aiFilePath = new File(ai.fsName + '/' + fileName + '.ai');
                             saveAs(aiFilePath, aiOptions);
                             close(SaveOptions.DONOTSAVECHANGES);                         
              userInteractionLevel = orginalUIL;
    function exportAsSVGFile() {
         var svgOptions = new ExportOptionsSVG();
         with (svgOptions) {
                compressed = true;
              coordinatePrecision = 3;
              //cssProperties = SVGCSSPropertyLocation.ENTITLES;
              documentEncoding = SVGDocumentEncoding.UTF16
              //DTD = SVGDTDVersionSVG1_0;
              embedRasterImages = true;
              fontSubsetting = SVGFontSubsetting.ALLGLYPHS;
              fontType = SVGFontType.CEFFONT;
              includeFileInfo = false;
              includeVariablesAndDatasets = false;
              optimizeForSVGViewer = true;
              preserveEditability = true;
              slices = true;
              sVGAutoKerning = true;
              sVGTextOnPath = true;
         return svgOptions;
    function exportAsPSDFile() {
         var psdOptions = new ExportOptionsPhotoshop();
         with (psdOptions) {
              antiAliasing = true;
              compatibility = PhotoshopCompatibility.PHOTOSHOP8;
              editableText = true;
              embedICCProfile = true;
              maximumEditability = true;
              resolution = 150;
              warnings = true;
              writeLayers = true;
         return psdOptions;
    function saveAsAiFile() {
         var aiOptions = new IllustratorSaveOptions();
         with (aiOptions) {
              compatibility = Compatibility.ILLUSTRATOR12;
              compressed = true;
              embedICCProfile = true;
              embedLinkedFiles = true;
              flattenOutput = OutputFlattening.PRESERVEAPPEARANCE;
              fontSubsetThreshold = 0;
              overprint = PDFOverprint.PRESERVEPDFOVERPRINT;
              pdfCompatible = true
         return aiOptions;

  • Illustrator CC action bug!

    Hi
    I use Illustrator CC and have had the same problem has everyone else have, that when i restart illustrator my actions doesn't work and particular line size.
    But i have learned to reset my saved actions and then load it again, and then it works..damn annoying to have to do that every day but it works for me...for now!
    But i wana know what Adobe does to fix this bug?
    We pay money for this program and i want it to work proparly... I dont wana have to reset and reload my action every day to get to work...

    Same issue with me.
    Most actions I create are unusable after restarting Illustrator.
    I'm on Windows 7, AI version 17.1.0 (64-bit).
    Let me illustrate the problem with a simple sample action.
    When I create an action it works, and as you see Alignment item is expandable.
    (Left image: before running the action, Right image: after running the action)
    Upon restarting Illustrator the Alignment item is empty, the action doesn't work and I get an error dialog.
    I have to delete and reload the actions and those are working again.
    Here's the action I used. Just select 2 objects and press F11 or run the action.
    https://dl.dropboxusercontent.com/u/2462383/Horizontal%20Align%20Center%20-%20F11.aia
    I saved the bad action after restarting Illustrator
    https://dl.dropboxusercontent.com/u/2462383/Horizontal%20Align%20Center%20-%20F11%20bad.ai a
    Opening these in the browser or in a text editor, parameters are not present in the corrupted aia.

  • Issues with Illustrator CS5 Actions

    Hello All,
    I'm trying to create an illustrator action that isn't functioning properly on playback. I'm using Illustrator CS5 on a Macbook. In setting up for print production of CD's and DVD's, on what's called an OMAP; I have to copy, paste and then place the image at a specific point on the artboard. Then I repeat 143 times. I'd like to create an action that pastes and moves each of the 144 disc images to the precise x and y coordinates given. I've tried creating this action through the steps outlined below, but the result of the playback is never consistent and the images end up off the artboard. Any tips or answers are welcome.
    1. Copy disc image from an existing illustrator file.
    2. In the action panel of my OMAP template document I create a new action, give it a name and click Record.
    3. I hit command>V to paste.
    4. In the transform panel I put in the x and y coordinates
    (Then repeat)
    Update: I was able to create the action in Illustrator CS4 and playback works perfect. However, my client uses Illustrator CS 5 on a PC (as  I use most of the time); and, the action will not play back properly in CS 5. I've updated both mine and their software to the latest version of  CS 5 (illustrator 15.0.2 i believe) and this action still will not function right. I've tried re-creating the action in CS 5 with no success on playback. For a demonstration of this, please watch: http://www.youtube.com/watch?v=zo_avyQLAFw&feature=youtu.be. Any advice/solution would be appreciated.

    I think I may have it solved... or perhaps just a workaround. I duplicate the x axis coordinate in the action's playback. Then rearrange the playback to: paste> x axis coordinate> y axis coordinate> x axis coordinate. This seems to be working for some odd reason. Unfortunately, this doesn't work if the x axis is simply put after the y axis: paste>  y axis coordinate> x axis coordinate. The x has to be given before y, then x again: paste> x axis coordinate> y axis coordinate> x axis coordinate = desired result. This is really strange. If anyone has a better solution, please reply. I'll update the actions for my client and see if this works in it's entirety, on windows and mac, and then update this post.

  • Illustrator CS4 Action Palette bug

    Does anyone know if the action palette bug has been addressed? I saw a thread from Nov 2008 that confirmed I am not an isolated incident. I can't get all the steps in my action to save when I reopen Illustrator. Particularly "show all layers". I am working in 10.4.11, and I don't see any Illustrator updates available to me at this time. Thanks!

    That's funny it doesn't happen here and don' get this wrong but it seems odd that you have been working with CS 4 all this time and never brought this issue up before.
    Of course you could be on windows and it could be a platform specific issue though it seems odd that all this time has passed and it is the first we are hearing about it.
    This is what my CS4 looks like after I relaunch AI.

  • Image tracing in illustrator using actions

    Hi i want to image trace couple thousand picture in black and white
    i created an action for it. It would  open and save the image but wouldnt trace the image.
    i am using cs 6.
    any help/suggestion would be appreciated

    Adobe Bridge has a script to trace selected images.
    Select some images in Bridge and go to Tools > Illustrator > Image Trace...

  • Illustrator CS5 actions

    Hellow!
    I have a question about Actions created in Illustrator CS4 and then exported in CS5.
    As i found out, my actions  (i have about 150 actions) act differently in CS5 then in CS4.
    All of my action include moving object to specific X,Y point (0,0), but as i found out, the action move or transform panel don't work well...
    If i set an action to put object to points 0,0, the action will do that, but instead of remebering that i wanted to move object to point 0,0 it remembers the coordinates from the position the object was before the movement.
    for example:
    I have an object, that it's distance from (x=0,y=0) is (x=130,y=40). So, if I record the action, Illustrator will remember that i moved the object for (x=130,y=40) and not that i would like to put object to (x=0,y=0).
    So, where's the problem.
    If i have a starting object at (x=250,y=140) the recorded action will put my obect to (x=250-130,y=140-40).
    so recording action doesn't have any effect, because everytime i would like to move an object i have to do it manually...
    Is there any solution for this, or is tihs a BUG?
    THNX in Advance Adobe people

    have a look on this the topic is discussed  and been answered :-  http://forums.adobe.com/message/4323141?tstart=0

  • Fix for disappearing Illustrator CS4 actions yet?

    Hi,
    Does anyone know if there's a work-around for disappearing actions yet?  Every time I quit Illustrator (or it quits me), I have to load the action that I created again.  More specifically, the "shell" of the action is there, but the steps to execute the action are not.
    Thanks!

    Yep, your action is very similar to the one I created.  In addition to naming the layers, I also have an action at the start that takes the open file and does a "Fit Artboard In Window".  (I created it in CS3, when I believe it was "Fit in Window".)  I wound up going to Adobe directly, and the tech guru who replied said that "Fit Artboard In Window" is not a recordable action and cannot be done without some 3rd party intervention.  I replied that it worked just fine for me off the bat when I created it (and then asked if there were any job openings at Adobe, LOL.)  Anyway, he said that he doesn't know why they won't reload, and that's all he had to say about that. 

  • Scripts disappearing from Illustrator 3 action palette

    I'm starting to write some javascripts for Illustrator 3, Version 13.0.0.0.  (It's part of CS3, if I understand right).  I'm then turning the script into an action so I can assign a hotkey to it and because I wanted to deselect everything after the script runs, but the textFrame I changed selects itself after the script finishes.  Once I close illustrator and reopen it, the parts of the Actions that were scripts are gone, the rest is there.  If I save and load the actions, I get 'Some event has not been registered for action' errors, and the actions load without the scripts present.
    How can I keep the scripts from disappearing or easily replace them?
    If you feel up to it, how can I keep textFrames from selecting themselves after the script finishes running if I change their .contents, and is there a non-action way to hotkey a javascript?

    Scripts can't be inseted into actions permanently.
    On WIndows try and use system tools to assign shortcuts to scripts. Onthe Mac OS use Software like Spark.

  • Illustrator CC Actions bug

    Tried new Illustrator CC Trial.
    Loaded my Actions, saved from previous version of software.
    After closing and starting Illustrator does strange things with actions:
    1. It forgets all keyboard assignments to every action.
    2. It forgets about certain operation each action does.
    For example, i had "Flip horizontal" assigned to F4.
    Program remembers the operation is held by Tranform Panel, but doesn't remember what exactly.
    As the result after relaunching AICC almost every action is broken.
    Same thing happens to aligning actions, make-realese mask actions, i.e. all actions based on certain operations with panels.
    After reloading actions from the file everything goes back to normal but is broken again after relaunch.
    Tried to recreate actions (I thought there might be difference in versions) — nothing changed.
    Sync is off. PC.
    Bug yet no posted to Adobe.
    HALP!

    Same issue with me.
    Most actions I create are unusable after restarting Illustrator.
    I'm on Windows 7, AI version 17.1.0 (64-bit).
    Let me illustrate the problem with a simple sample action.
    When I create an action it works, and as you see Alignment item is expandable.
    (Left image: before running the action, Right image: after running the action)
    Upon restarting Illustrator the Alignment item is empty, the action doesn't work and I get an error dialog.
    I have to delete and reload the actions and those are working again.
    Here's the action I used. Just select 2 objects and press F11 or run the action.
    https://dl.dropboxusercontent.com/u/2462383/Horizontal%20Align%20Center%20-%20F11.aia
    I saved the bad action after restarting Illustrator
    https://dl.dropboxusercontent.com/u/2462383/Horizontal%20Align%20Center%20-%20F11%20bad.ai a
    Opening these in the browser or in a text editor, parameters are not present in the corrupted aia.

  • JavaScript to Play Illustrator Action

    Can anyone point me in the right direction as new to scripting.
    I'm trying to write a Javascript to play an Adobe Illustrator CS5 action and then save open file as a pdf.
    I have done the below in AppleScript which works but would like to do in Javascript if possible.
    tell application "Adobe Illustrator"
    do script "6sheet" from "Mine" without dialogs
    end tell
    Thanks in advance
    Cheers Chris

    Thanks Muppet Mark, In That case what would I add to the AppleScript to to save file after action has run to PDF?
    tell application "Adobe Illustrator"
    do script "6sheet" from "Mine" without dialogs
    end tell

  • Actions In Illustrator

    Does Adobe Illustrator have actions that work like in PhotoShop. If so, could you point me to a tutorial that demonstrates this feature, preferably video tutorial. I have as many as 10,000 PDFs that I have to put logo and company name in a same specific place and save. The trick is they are in different folders and are not named sequentially. I am open to suggestions.

    PDF are not meant for editing.
    When opening in Illustrator you do all kinds of terrible things to a PDF. Unless the PDFs have an embedded Illustrator file part (which can only happen when they were designed in Illustrator)
    You might rather look for possibilities to do this in Acrobat.
    how do you insert an image into acrobat pro X
    or
    Adobe Acrobat X Pro * Adding unifying page elements

  • Restore custom Illustrator actions after crash?

    Hi. I just spent two days automating a large project with Illustrator CS6 actions. I suppose I should have expected Illustrator to crash at some point during this process but I didn't and, of course, it did. Upon starting Illustrator back up after the crash, I found that all dozen or so of my complex actions were gone.
    I did a bit of googling and it seems that AI doesn't save these to disk anywhere; rather it just keeps them in memory until they're explicitly saved. That is, creating an action doesn't seem to actually store it anywhere. Is this correct? Anyone have any tips for recovering my work from this or am I SOL?
    Thanks for any tips/suggestions/condolances.
    (Edit: I'm using Illustrator CS6 on Mac OS X 10.8.2)

    Until you tell AI to save the action, it's not physically saved anywhere.
    That is rather a misleading statement, although it might be appropriate in this specific context (crash).
    Unsaved Action sets have always been stored inside (one of) the AIPrefs files after quitting Illustrator. Otherwise they couldn't be available when relaunching the programme.
    But as we are talking about a crash, that indeed may be bad luck.

  • Creative Cloud Illustrator Install

    Hi,
    I am running Mac OSX 10.7.4 (Lion) and am having difficulty installing applications from Creative Cloud using the Adobe Application Manager. 
    I have deleted all associated files (e.g. preferences, caches, etc.), created new Administrator accounts, download trial versions, etc. but I am still unable to conistently load Creative Cloud applications.
    For example, here is the log file the latest attempt to install Illustrator.
    Any help help would be most appreciated.
    Thank you.
    [       0] Thu May 17 08:49:07 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.0.98.0
    OSX version: 10.7.4 
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 3972 milliseconds (3.972 seconds) DTR = 7.04935 KBPS (0.00688413 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6
    Updating media info for: {0256558F-A0FF-4FCF-99C2-96D2EE3201D9}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeSuiteSharedConfiguration3-mul/AdobeSuiteSharedConfiguration3-mul.dmg
    Updating media info for: {03740852-60C2-4B1A-A3DA-1EDB082C6401}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeLinguistics_4_0_All/AdobeLinguistics_4_0_All.dmg
    Updating media info for: {0C4E7429-E920-4125-980E-029A87AE0A4D}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorCommonSetCMYK4_0-mul/AdobeColorCommonSetCMYK4_0-mul.dmg
    Updating media info for: {0D9E083D-1ABE-4B41-B04D-B79947317FF8}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIdeaPluginCS6-mul/AdobeIdeaPluginCS6-mul.dmg
    Updating media info for: {0E0AA043-65AC-4A20-AAD6-9B4C7667309B}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorEU_Recommended4_0-mul/AdobeColorEU_Recommended4_0-mul.dmg
    Updating media info for: {148542D8-49CA-482A-A334-1D54C5A9D53B}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeXMPPanelsAll/AdobeXMPPanelsAll.dmg
    Updating media info for: {2591B843-8028-4395-9DEE-03AF8D631539}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeAPE3.3-mul/AdobeAPE3.3-mul.dmg
    Updating media info for: {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIllustrator16en_GBLanguagePack/AdobeIllustrator16en_GBLanguagePack.dmg
    Updating media info for: {26F763C9-076F-473D-9A0E-4050C973737C}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorJA_ExtraSettings4_0-mul/AdobeColorJA_ExtraSettings4_0-mul.dmg
    Updating media info for: {311CDC89-AC18-4344-9EC9-0225328C73D3}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeFontsRequired-mul/AdobeFontsRequired-mul.dmg
    Updating media info for: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeCSXSInfrastructure3-mul/AdobeCSXSInfrastructure3-mul.dmg
    Updating media info for: {42C0738D-8D50-45B7-BC51-4BC609133E3A}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorNA_ExtraSettings4_0-mul/AdobeColorNA_ExtraSettings4_0-mul.dmg
    Updating media info for: {4482EF4A-376B-46DE-9B17-E377232328E0}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobePDFSettings11-mul/AdobePDFSettings11-mul.dmg
    Updating media info for: {4F427880-01EA-4E0F-AAE2-9ADE97563A21}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeUtilities4.0-mul/AdobeUtilities4.0-mul.dmg
    Updating media info for: {50F5A7C9-1E43-4860-AED8-7F8722691F17}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeExtendScriptToolkit3.8.0-mul/AdobeExtendScriptToolkit3.8.0-mul.dmg
    Updating media info for: {51C77DC1-5C75-4491-8645-A17CC33F5A36}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorEU_ExtraSettings4_0-mul/AdobeColorEU_ExtraSettings4_0-mul.dmg
    Updating media info for: {539AEF15-3A2B-4A31-A587-7E90F7D9C700}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeCameraRawProfile7.0All/AdobeCameraRawProfile7.0All.dmg
    Updating media info for: {557F9FD3-EED8-43D7-AF29-0F19CA832728}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobePDFL10.9-mul/AdobePDFL10.9-mul.dmg
    Updating media info for: {6040E054-500A-427A-9DA2-349F0FEB19D1}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIllustrator16en_USLanguagePack/AdobeIllustrator16en_USLanguagePack.dmg
    Updating media info for: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeExtensionManager6.0All/AdobeExtensionManager6.0All.dmg
    Updating media info for: {8467887D-92F1-435C-B387-A7551B88EC70}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeNPSPanel1-mul/AdobeNPSPanel1-mul.dmg
    Updating media info for: {84901376-1C55-4BD3-AD2C-F9BDB4449DAC}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobePDFSettings10-mul/AdobePDFSettings10-mul.dmg
    Updating media info for: {97BA0109-F6BE-4F50-8904-C19442D7216E}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeBridge5-mul/AdobeBridge5-mul.dmg
    Updating media info for: {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeTypeSupport11-mul/AdobeTypeSupport11-mul.dmg
    Updating media info for: {A285BA1E-A8FC-4B54-952B-B3E20A5EB742}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobePDFSettings11-ja_JP/AdobePDFSettings11-ja_JP.dmg
    Updating media info for: {A725EECB-379F-4432-A975-F2F120CBC6D1}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIllustrator16ja_JPLanguagePack/AdobeIllustrator16ja_JPLanguagePack.dmg
    Updating media info for: {A9E40F78-E54D-494F-94A9-5D502F8DD1E1}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeWinSoftLinguisticsPluginAll/AdobeWinSoftLinguisticsPluginAll.dmg
    Updating media info for: {AA0D312F-1570-4E7E-9A7D-E191E0090FEC}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeHelp/InstallAdobeHelp
    Updating media info for: {AAF0D225-F129-40F2-916E-12E28DBD19ED}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIllustrator16-mul/AdobeIllustrator16-mul.dmg
    Updating media info for: {AC85D480-BE25-4B01-84BE-E8A5932E39DB}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeHunspellPlugin_4_0_All/AdobeHunspellPlugin_4_0_All.dmg
    Updating media info for: {AD8A9ABD-0567-4489-8843-15A45760231B}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorJA_Recommended4_0-mul/AdobeColorJA_Recommended4_0-mul.dmg
    Updating media info for: {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIdeaPluginCS6-loc/AdobeIdeaPluginCS6-loc.dmg
    Updating media info for: {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeIllustrator16-Support/AdobeIllustrator16-Support.dmg
    Updating media info for: {BB66788C-4C4F-4EB0-B146-9178857DE287}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorNA_Recommended4_0-mul/AdobeColorNA_Recommended4_0-mul.dmg
    Updating media info for: {C7B1C1B3-368D-4C32-A818-83F1554EB398}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeColorCommonSetRGB4_0-mul/AdobeColorCommonSetRGB4_0-mul.dmg
    Updating media info for: {CFC3110A-491C-4DBF-A97D-66C567600A2F}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeCameraRaw7.0All/AdobeCameraRaw7.0All.dmg
    Updating media info for: {D798DB87-E1D3-4271-839C-0ADF8C76944E}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobePDFSettings10-ja_JP/AdobePDFSettings10-ja_JP.dmg
    Updating media info for: {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeFontsRecommended-mul/AdobeFontsRecommended-mul.dmg
    Updating media info for: {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeCMaps4-mul/AdobeCMaps4-mul.dmg
    Updating media info for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
      Type: 1, Volume Order: 1, Media Name: Illustrator CS6
      Path: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6/payloads/AdobeCSXSExtensions3-mul/AdobeCSXSExtensions3-mul.dmg
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.0.98.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0: 1 (0,3)
      {2591B843-8028-4395-9DEE-03AF8D631539} Adobe Player for Embedding 3.3 3.3.0.0: 2 (0,4)
      {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0: 3 (0,2)
      {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0: 3 (0,2)
      {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0: 3 (0,2)
      {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} PDF Settings CS5 10.0.0.0: 3 (0,2)
      {D798DB87-E1D3-4271-839C-0ADF8C76944E} PDF Settings CS5 10.0.0.0: 3 (0,2)
      {0256558F-A0FF-4FCF-99C2-96D2EE3201D9} Suite Shared Configuration CS6 3.0.0.0: 3 (0,2)
      {4F427880-01EA-4E0F-AAE2-9ADE97563A21} Adobe Utilities CS6 4.0.0.0: 4 (0,1)
      {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77} AdobeIdeaPluginCS6-loc 1.0.0.0: 4 (0,1)
      {148542D8-49CA-482A-A334-1D54C5A9D53B} Adobe XMP Panels 4.0.0.0: 5 (0,2)
      {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0: 6 (1,2)
      {AC85D480-BE25-4B01-84BE-E8A5932E39DB} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0: 7 (0,1)
      {A9E40F78-E54D-494F-94A9-5D502F8DD1E1} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0: 7 (0,1)
      {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0: 7 (0,1)
      {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0: 7 (0,1)
      {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} AdobeColorEU CS6 4.0.0.0: 7 (0,1)
      {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0: 7 (0,1)
      {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0: 7 (0,1)
      {AD8A9ABD-0567-4489-8843-15A45760231B} AdobeColorJA CS6 4.0.0.0: 7 (0,1)
      {42C0738D-8D50-45B7-BC51-4BC609133E3A} AdobeColorNA CS6 4.0.0.0: 7 (0,1)
      {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0: 7 (0,1)
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: 7 (0,1)
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: 7 (0,1)
      {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4} Adobe Illustrator CS6 Support 16.0.0.0: 7 (0,1)
      {03740852-60C2-4B1A-A3DA-1EDB082C6401} Adobe Linguistics CS6 6.0.0.0: 7 (0,1)
      {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0: 7 (0,1)
      {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0: 7 (0,1)
      {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0: 7 (0,1)
      {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0: 7 (0,1)
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: 8 (1,1)
      {0D9E083D-1ABE-4B41-B04D-B79947317FF8} AdobeIdeaPluginCS6 1.0.0.0: 8 (1,1)
      {4482EF4A-376B-46DE-9B17-E377232328E0} PDF Settings CS6 11.0.0.0: 9 (2,1)
      {A285BA1E-A8FC-4B54-952B-B3E20A5EB742} PDF Settings CS6 11.0.0.0: 9 (2,1)
      {50F5A7C9-1E43-4860-AED8-7F8722691F17} Adobe ExtendScript Toolkit CS6 3.8.0.0: 9 (2,1)
      {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0: 10 (8,1)
      {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0: 11 (32,0)
      {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0: 12 (0,0)
      {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0: 12 (0,0)
      {A725EECB-379F-4432-A975-F2F120CBC6D1} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0: 12 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "INSTALLDIR" to: /Users/rodenp/Downloads
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: /Volumes/Adobe Illustrator CS6/Adobe Illustrator CS6
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "selfDelete" to: false
    Overwrite property "skipSync" to: 1
    Overwrite property "userASUPath" to: ""
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 is: false
    Action string for {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0  is none
    Value returned on lookup of payload: {2591B843-8028-4395-9DEE-03AF8D631539} Adobe Player for Embedding 3.3 3.3.0.0 is: false
    Action string for {2591B843-8028-4395-9DEE-03AF8D631539} Adobe Player for Embedding 3.3 3.3.0.0  is none
    Value returned on lookup of payload: {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0 is: false
    Action string for {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0  is none
    Value returned on lookup of payload: {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0 is: false
    Action string for {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0  is none
    Value returned on lookup of payload: {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0 is: false
    Action string for {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0  is none
    Value returned on lookup of payload: {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} PDF Settings CS5 10.0.0.0 is: false
    Action string for {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} PDF Settings CS5 10.0.0.0  is none
    Value returned on lookup of payload: {D798DB87-E1D3-4271-839C-0ADF8C76944E} PDF Settings CS5 10.0.0.0 is: false
    Action string for {D798DB87-E1D3-4271-839C-0ADF8C76944E} PDF Settings CS5 10.0.0.0  is none
    Value returned on lookup of payload: {0256558F-A0FF-4FCF-99C2-96D2EE3201D9} Suite Shared Configuration CS6 3.0.0.0 is: false
    Action string for {0256558F-A0FF-4FCF-99C2-96D2EE3201D9} Suite Shared Configuration CS6 3.0.0.0  is none
    Value returned on lookup of payload: {4F427880-01EA-4E0F-AAE2-9ADE97563A21} Adobe Utilities CS6 4.0.0.0 is: false
    Action string for {4F427880-01EA-4E0F-AAE2-9ADE97563A21} Adobe Utilities CS6 4.0.0.0  is none
    Value returned on lookup of payload: {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77} AdobeIdeaPluginCS6-loc 1.0.0.0 is: false
    Action string for {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77} AdobeIdeaPluginCS6-loc 1.0.0.0  is none
    Value returned on lookup of payload: {148542D8-49CA-482A-A334-1D54C5A9D53B} Adobe XMP Panels 4.0.0.0 is: false
    Action string for {148542D8-49CA-482A-A334-1D54C5A9D53B} Adobe XMP Panels 4.0.0.0  is none
    Value returned on lookup of payload: {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0 is: false
    Action string for {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0  is none
    Value returned on lookup of payload: {AC85D480-BE25-4B01-84BE-E8A5932E39DB} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0 is: false
    Action string for {AC85D480-BE25-4B01-84BE-E8A5932E39DB} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0  is none
    Value returned on lookup of payload: {A9E40F78-E54D-494F-94A9-5D502F8DD1E1} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0 is: false
    Action string for {A9E40F78-E54D-494F-94A9-5D502F8DD1E1} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0  is none
    Value returned on lookup of payload: {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0 is: false
    Action string for {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0  is none
    Value returned on lookup of payload: {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0 is: false
    Action string for {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0  is none
    Value returned on lookup of payload: {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} AdobeColorEU CS6 4.0.0.0 is: false
    Action string for {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} AdobeColorEU CS6 4.0.0.0  is none
    Value returned on lookup of payload: {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0 is: false
    Action string for {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0  is none
    Value returned on lookup of payload: {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0 is: false
    Action string for {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0  is none
    Value returned on lookup of payload: {AD8A9ABD-0567-4489-8843-15A45760231B} AdobeColorJA CS6 4.0.0.0 is: false
    Action string for {AD8A9ABD-0567-4489-8843-15A45760231B} AdobeColorJA CS6 4.0.0.0  is none
    Value returned on lookup of payload: {42C0738D-8D50-45B7-BC51-4BC609133E3A} AdobeColorNA CS6 4.0.0.0 is: false
    Action string for {42C0738D-8D50-45B7-BC51-4BC609133E3A} AdobeColorNA CS6 4.0.0.0  is none
    Value returned on lookup of payload: {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0 is: false
    Action string for {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0  is none
    Value returned on lookup of payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 is: false
    Action string for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0  is none
    Value returned on lookup of payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 is: false
    Action string for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0  is none
    Value returned on lookup of payload: {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4} Adobe Illustrator CS6 Support 16.0.0.0 is: false
    Action string for {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4} Adobe Illustrator CS6 Support 16.0.0.0  is none
    Value returned on lookup of payload: {03740852-60C2-4B1A-A3DA-1EDB082C6401} Adobe Linguistics CS6 6.0.0.0 is: false
    Action string for {03740852-60C2-4B1A-A3DA-1EDB082C6401} Adobe Linguistics CS6 6.0.0.0  is none
    Value returned on lookup of payload: {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0 is: false
    Action string for {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0  is none
    Value returned on lookup of payload: {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0 is: false
    Action string for {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0  is none
    Value returned on lookup of payload: {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0 is: false
    Action string for {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0  is none
    Value returned on lookup of payload: {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0 is: false
    Action string for {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0  is none
    Value returned on lookup of payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 is: false
    Action string for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0  is none
    Value returned on lookup of payload: {0D9E083D-1ABE-4B41-B04D-B79947317FF8} AdobeIdeaPluginCS6 1.0.0.0 is: false
    Action string for {0D9E083D-1ABE-4B41-B04D-B79947317FF8} AdobeIdeaPluginCS6 1.0.0.0  is none
    Value returned on lookup of payload: {4482EF4A-376B-46DE-9B17-E377232328E0} PDF Settings CS6 11.0.0.0 is: false
    Action string for {4482EF4A-376B-46DE-9B17-E377232328E0} PDF Settings CS6 11.0.0.0  is none
    Value returned on lookup of payload: {A285BA1E-A8FC-4B54-952B-B3E20A5EB742} PDF Settings CS6 11.0.0.0 is: false
    Action string for {A285BA1E-A8FC-4B54-952B-B3E20A5EB742} PDF Settings CS6 11.0.0.0  is none
    Value returned on lookup of payload: {50F5A7C9-1E43-4860-AED8-7F8722691F17} Adobe ExtendScript Toolkit CS6 3.8.0.0 is: false
    Action string for {50F5A7C9-1E43-4860-AED8-7F8722691F17} Adobe ExtendScript Toolkit CS6 3.8.0.0  is none
    Value returned on lookup of payload: {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0 is: false
    Action string for {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0  is none
    Value returned on lookup of payload: {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0 is: false
    Action string for {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0  is install
    Value returned on lookup of payload: {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0 is: false
    Action string for {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0  is none
    Payload {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0 is extension payload. Aligning its action according to parent {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0
    Value returned on lookup of payload: {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0 is: false
    Action string for {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0  is none
    Payload {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0 is extension payload. Aligning its action according to parent {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0
    Value returned on lookup of payload: {A725EECB-379F-4432-A975-F2F120CBC6D1} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0 is: false
    Action string for {A725EECB-379F-4432-A975-F2F120CBC6D1} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0  is none
    Payload {A725EECB-379F-4432-A975-F2F120CBC6D1} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0 is extension payload. Aligning its action according to parent {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: /Users/rodenp/Downloads
    [       0] Thu May 17 08:54:53 2012  INFO
    ::START TIMER:: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 3 milliseconds (0.003 seconds)
    ::START TIMER:: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 3 milliseconds (0.003 seconds)
    BEGIN InstallOperationsQueue Unordered operations
      {0256558F-A0FF-4FCF-99C2-96D2EE3201D9} Suite Shared Configuration CS6 3.0.0.0:  with operation install
      {03740852-60C2-4B1A-A3DA-1EDB082C6401} Adobe Linguistics CS6 6.0.0.0:  with operation install
      {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0:  with operation install
      {0D9E083D-1ABE-4B41-B04D-B79947317FF8} AdobeIdeaPluginCS6 1.0.0.0:  with operation install
      {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} AdobeColorEU CS6 4.0.0.0:  with operation none
      {148542D8-49CA-482A-A334-1D54C5A9D53B} Adobe XMP Panels 4.0.0.0:  with operation install
      {2591B843-8028-4395-9DEE-03AF8D631539} Adobe Player for Embedding 3.3 3.3.0.0:  with operation install
      {2647A2B2-8CAD-4A9B-ABE3-B8FC29CD6DBF} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0:  with operation none
      {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0:  with operation install
      {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0:  with operation install
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation install
      {42C0738D-8D50-45B7-BC51-4BC609133E3A} AdobeColorNA CS6 4.0.0.0:  with operation none
      {4482EF4A-376B-46DE-9B17-E377232328E0} PDF Settings CS6 11.0.0.0:  with operation install
      {4F427880-01EA-4E0F-AAE2-9ADE97563A21} Adobe Utilities CS6 4.0.0.0:  with operation install
      {50F5A7C9-1E43-4860-AED8-7F8722691F17} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation install
      {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0:  with operation install
      {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0:  with operation install
      {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0:  with operation install
      {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0:  with operation install
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation install
      {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0:  with operation install
      {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} PDF Settings CS5 10.0.0.0:  with operation install
      {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0:  with operation install
      {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0:  with operation install
      {A285BA1E-A8FC-4B54-952B-B3E20A5EB742} PDF Settings CS6 11.0.0.0:  with operation none
      {A725EECB-379F-4432-A975-F2F120CBC6D1} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0:  with operation none
      {A9E40F78-E54D-494F-94A9-5D502F8DD1E1} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0:  with operation install
      {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0:  with operation install
      {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0:  with operation install
      {AC85D480-BE25-4B01-84BE-E8A5932E39DB} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0:  with operation install
      {AD8A9ABD-0567-4489-8843-15A45760231B} AdobeColorJA CS6 4.0.0.0:  with operation none
      {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77} AdobeIdeaPluginCS6-loc 1.0.0.0:  with operation install
      {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4} Adobe Illustrator CS6 Support 16.0.0.0:  with operation install
      {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0:  with operation install
      {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0:  with operation install
      {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0:  with operation install
      {D798DB87-E1D3-4271-839C-0ADF8C76944E} PDF Settings CS5 10.0.0.0:  with operation none
      {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0:  with operation install
      {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0:  with operation install
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0:  with operation install
      {2591B843-8028-4395-9DEE-03AF8D631539} Adobe Player for Embedding 3.3 3.3.0.0:  with operation install
      {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0:  with operation install
      {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0:  with operation install
      {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0:  with operation install
      {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} PDF Settings CS5 10.0.0.0:  with operation install
      {0256558F-A0FF-4FCF-99C2-96D2EE3201D9} Suite Shared Configuration CS6 3.0.0.0:  with operation install
      {4F427880-01EA-4E0F-AAE2-9ADE97563A21} Adobe Utilities CS6 4.0.0.0:  with operation install
      {B5BC75FC-908D-4E1E-A1EE-09A3FDBBEC77} AdobeIdeaPluginCS6-loc 1.0.0.0:  with operation install
      {148542D8-49CA-482A-A334-1D54C5A9D53B} Adobe XMP Panels 4.0.0.0:  with operation install
      {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0:  with operation install
      {AC85D480-BE25-4B01-84BE-E8A5932E39DB} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0:  with operation install
      {A9E40F78-E54D-494F-94A9-5D502F8DD1E1} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0:  with operation install
      {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0:  with operation install
      {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0:  with operation install
      {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0:  with operation install
      {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0:  with operation install
      {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0:  with operation install
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation install
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation install
      {B67ED9AA-F372-40CC-89AB-F5D8FBF56CD4} Adobe Illustrator CS6 Support 16.0.0.0:  with operation install
      {03740852-60C2-4B1A-A3DA-1EDB082C6401} Adobe Linguistics CS6 6.0.0.0:  with operation install
      {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0:  with operation install
      {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0:  with operation install
      {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0:  with operation install
      {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0:  with operation install
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation install
      {0D9E083D-1ABE-4B41-B04D-B79947317FF8} AdobeIdeaPluginCS6 1.0.0.0:  with operation install
      {4482EF4A-376B-46DE-9B17-E377232328E0} PDF Settings CS6 11.0.0.0:  with operation install
      {50F5A7C9-1E43-4860-AED8-7F8722691F17} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation install
      {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0:  with operation install
      {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0:  with operation install
      {6040E054-500A-427A-9DA2-349F0FEB19D1} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0:  with operation install
    END InstallOperationsQueue Ordered operations
    P

    I'm having a similar issue with the same operating system setup:
    Process:         Adobe Illustrator [8644]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         682 (16.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2012-05-19 16:01:37.799 -0500
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          75333 sec
    Crashes Since Last Report:           108
    Per-App Interval Since Last Report:  760 sec
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      4F9FE876-5626-41AA-9117-B3167D332635
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000023b576cff
    VM Regions Near 0x23b576cff:
        CG shared images       00000001c2b3e000-00000001c2b46000 [   32K] rw-/rw- SM=SHM 
    -->
        STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Application Specific Information:
    objc[8644]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.CoolType                      0x00000001035dd62b CTInit + 1175509
    1   com.adobe.CoolType                      0x00000001035ca415 CTInit + 1097151
    2   com.adobe.CoolType                      0x000000010346c044 0x10345a000 + 73796
    3   com.adobe.CoolType                      0x0000000103545e64 CTInit + 555022
    4   com.adobe.CoolType                      0x000000010351b54f CTInit + 380665
    5   com.adobe.CoolType                      0x00000001034c6212 CTInit + 31676
    6   com.adobe.CoolType                      0x00000001034c6807 CTInit + 33201
    7   com.adobe.CoolType                      0x00000001034ccdcc CTInit + 59254
    8   com.adobe.illustrator                   0x00000001009154f5 0x100000000 + 9524469
    9   com.adobe.illustrator                   0x000000010091ed4f 0x100000000 + 9563471
    10  com.adobe.illustrator                   0x000000010075e5f2 0x100000000 + 7726578
    11  com.adobe.illustrator                   0x000000010075f4b0 0x100000000 + 7730352
    12  com.adobe.illustrator                   0x000000010075fb2f 0x100000000 + 7732015
    13  com.adobe.illustrator                   0x0000000100919c55 0x100000000 + 9542741
    14  com.adobe.illustrator                   0x000000010091c1bb 0x100000000 + 9552315
    15  com.adobe.illustrator                   0x000000010091c4ae 0x100000000 + 9553070
    16  com.adobe.illustrator                   0x000000010091cb59 0x100000000 + 9554777
    17  com.adobe.illustrator                   0x000000010090d2db 0x100000000 + 9491163
    18  com.adobe.illustrator                   0x000000010083cfde 0x100000000 + 8638430
    19  com.adobe.illustrator                   0x000000010090cd7e 0x100000000 + 9489790
    20  com.adobe.illustrator                   0x000000010090cfbc 0x100000000 + 9490364
    21  com.adobe.illustrator                   0x000000010070044b 0x100000000 + 7341131
    22  com.adobe.illustrator                   0x000000010083cfde 0x100000000 + 8638430
    23  com.adobe.illustrator                   0x00000001006ff33c 0x100000000 + 7336764
    24  com.adobe.illustrator                   0x00000001006ef5d4 0x100000000 + 7271892
    25  com.adobe.illustrator                   0x00000001001635f8 0x100000000 + 1455608
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff94c477e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff961a478a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff961a331a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff92fc6a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff92f58ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff92f9de81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff92f9ece6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.AGM                           0x0000000102ed4d5b AGMInitialize + 3255471
    3   com.adobe.AGM                           0x0000000102ed5b5c AGMInitialize + 3259056
    4   com.adobe.AGM                           0x0000000102edcdeb AGMInitialize + 3288383
    5   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000012329ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000123048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000012329ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000123048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000012329ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000123048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000012329ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000123048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff94c4567a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff94c44d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff93b2d50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff93b35c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff93b35486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff97c0efe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff97c0515a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b72a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000012329abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001232b2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b72a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000012329abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x000000012342d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000012329acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000012329ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000012329ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff94c46bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff967b7274 _pthread_cond_wait + 840
    2   com.adobe.AFlame                        0x000000012bead5f5 Flame_Terminate + 1642661
    3   com.adobe.AFlame                        0x000000012be8e4cb Flame_Terminate + 1515387
    4   com.adobe.AFlame                        0x000000012be4628a Flame_Terminate + 1219898
    5   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff94c46e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff96769dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff96769bb5 usleep + 53
    3   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6c2d2 PluginMain + 364210
    4   libsystem_c.dylib                       0x00007fff967b38bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff967b6b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff94c456b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x0000000124d6e7ea PluginMain + 373706
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000013b55ee3c  rbx: 0x00007fff5fbfda68  rcx: 0x000000023b576cff  rdx: 0x00007fff5fbfda74
      rdi: 0x00007fff5fbfda70  rsi: 0x0000000000000004  rbp: 0x00007fff5fbfde60  rsp: 0x00007fff5fbfd330
       r8: 0x0000000000000000   r9: 0x0000000000000053  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x00007fff5fbfda60  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000080000000
      rip: 0x00000001035dd62b  rfl: 0x0000000000010206  cr2: 0x000000023b576cff
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x10186cfe7 +com.adobe.illustrator (682 - 16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aae000 -        0x1027f3ff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x102806000 -        0x102874fef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c8000 -        0x1028ccff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x1028d2000 -        0x10292fff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.682) <013A7667-AC54-C394-36EC-DE3E058EBBB8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x102956000 -        0x1029bbff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.682) <4D4BAF9C-D816-167D-C653-3E61955725A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x1029e9000 -        0x1029e9ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.682) <6344CAA3-C943-9DF3-CCCB-AB443149DF6A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1029ed000 -        0x102b66fff +com.adobe.ACE (AdobeACE 2.19.18.19822 - 2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102b79000 -        0x103181fff +com.adobe.AGM (AdobeAGM 4.26.20.19822 - 4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10321d000 -        0x10325fff7 +com.adobe.ARE (AdobeARE 1.5.02.19822 - 1.5.02.19822) <FB3356DF-DBCD-CE4C-DC16-63540BC96C5C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103267000 -        0x103361fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103405000 -        0x103424fff +com.adobe.BIB (AdobeBIB 1.2.02.19822 - 1.2.02.19822) <7EC75BFC-1A1C-8FD3-56BB-D6B6EB5CA9A1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x10342b000 -        0x103453ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4886F3FC-D31A-6149-1E03-EBA15E262086> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x10345a000 -        0x1037bbfef +com.adobe.CoolType (AdobeCoolType 5.10.31.19822 - 5.10.31.19822) <14E82AD0-5994-21FA-D963-D3FB2A113349> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x103808000 -        0x103c4eff7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <E63AFCA8-3E74-1745-8C74-8B0A78073BE5> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103cca000 -        0x104dc8fef +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <8029DA17-402C-301F-02E9-D0EC8DF48BE8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104f88000 -        0x104fe8ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104ff2000 -        0x1050aafe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1050dd000 -        0x105187fe7 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x1051ae000 -        0x1052eefe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x10536d000 -        0x10546ffef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x1054b7000 -        0x105604ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x105678000 -        0x1058c1fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105944000 -        0x10594bfef +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E678CE59-3C6E-386B-92F1-48B49B1727E0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x105955000 -        0x105981fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1059a4000 -        0x105a61fff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x105aab000 -        0x105b70fff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bbd000 -        0x105dcbfff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105e0d000 -        0x1065e0ff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106698000 -        0x106798ff7 +com.adobe.PDFPort (AdobePDFPort 2.1.0.19734 - 2.1.0.19734) <8C850D5F-FCF1-8620-6DAE-240667C80F9A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x1067ac000 -        0x1067d1ffe +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
           0x10680d000 -        0x106853fe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x106860000 -        0x10690efef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10694b000 -        0x106a07fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x106a29000 -        0x106d3ffff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x106e0b000 -        0x106e25ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x106e2e000 -        0x106e47fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106e4e000 -        0x106f32fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x106f43000 -        0x106f4bfef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <C4819F09-AB6C-1282-F489-48671509CE71> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x106f65000 -        0x106f7eff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <CD4FF487-E0AA-0D76-A87D-9252F242C314> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x106fa0000 -        0x107054fef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <FD24C4C8-AA95-3FB1-6350-639D50D7ACEF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1070e0000 -        0x10714dfef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <4BD779CA-98D8-9DC5-4B79-2E30E102EE31> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x107250000 -        0x10725dfff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <B0761444-05C8-F8AC-B3F3-CBA2C83129AC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x107272000 -        0x107274ff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <5A598FE6-82A6-D73A-B509-9A2902097AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x10727b000 -        0x107287fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <92B1610F-451D-3684-8882-599DB6B00C23> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1072a5000 -        0x1076efff7 +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <3921F600-9022-192D-BC1B-D5D2A3A96CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x107d4a000 -        0x107e35fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <E9ECB4F4-B4C8-8D8F-1362-255FC8986938> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x107ee1000 -        0x1080d5fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <E0CC2892-B8B1-7439-494E-0FFB4D07E7F9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10829d000 -        0x1087bdfff +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <86B829A9-FF1A-DEDA-26F7-D3BA4EF7AF35> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x108ccb000 -        0x108d98ff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <92204BF4-539F-C35E-8F5C-DA4AD4B48568> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x108e8c000 -        0x108f78ff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <D136ACCA-E1C5-6D39-16DE-411471D06AED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1090c2000 -        0x109140fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109151000 -        0x10917dff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x109196000 -        0x1091a4ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x1091ba000 -        0x1091c0fff  com.apple.agl (3.2.0 - AGL-3.2.0) <AB0B5D3F-BA2A-3366-830A-EF9258C18276> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1091c7000 -        0x1091c7fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x1091ca000 -        0x1091d3fff +com.adobe.dvaflashview.framework (6.0.0 - 6.0.0.0) <841D0780-EF72-47D9-1D87-73F4528EB337> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1091e1000 -        0x1091e5ff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x10921c000 -        0x10921efff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1097b0000 -        0x1097b0fff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 16.0.0 - 16.0.0) <432D5AA2-CBB3-C291-F72C-24C96E089AEB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
           0x1097b4000 -        0x1097befff +com.adobe.illustrator.plugins.Action (Action version 16.0.0 - 16.0.0) <4ECED593-19C4-5487-B0C6-FC0419A85C9C> /Applications/Adobe Illustrator CS6/*/Action
           0x10b400000 -        0x10b423fef +com.adobe.illustrator.plugins.Rasterize (Rasterize version 16.0.0 - 16.0.0) <11334147-4CAA-EB04-CE8D-1971C3624896> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x10b42b000 -        0x10b443fff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 16.0.0 - 16.0.0) <D5A47E68-502F-D194-88CA-20397F945D0F> /Applications/Adobe Illustrator CS6/*/BrushManager
           0x10b44f000 -        0x10b46cff7 +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 16.0.0 - 16.0.0) <2C742D8A-9F05-E9FA-A8B1-949583EF2B59> /Applications/Adobe Illustrator CS6/*/ControlPanel
           0x10b476000 -        0x10b47afff  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x10db89000 -        0x10db94fff +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 16.0.0 - 16.0.0) <A0C06245-F4C1-073A-39F6-A5CE19504271> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x10db99000 -        0x10dba2fe7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 16.0.0 - 16.0.0) <6F8F36CF-5D64-0711-B04F-29A716ACB303> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x10dfe7000 -        0x10dfecfff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 16.0.0 - 16.0.0) <7BB920D3-6B17-BBC0-D697-9C035A4F1174> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x10dff1000 -        0x10dff6fff  com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x10f6b7000 -        0x10f6baff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 16.0.0 - 16.0.0) <D6B27686-EA36-7158-33DC-89D152E3F9DD> /Applications/Adobe Illustrator CS6/*/Geometry
           0x10f6df000 -        0x10f6fafff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x110300000 -        0x110330ff7 +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 16.0.0 - 16.0.0) <A3E354F5-DFCE-1CC1-3246-495639338CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x110336000 -        0x110351fe7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 16.0.0 - 16.0.0) <A559C8DF-ECFD-90FA-50D5-C2EC43611DE4> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x110470000 -        0x11047fff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x110483000 -        0x110489fe7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 16.0.0 - 16.0.0) <DC333FC0-E5F1-693A-1CE0-BF584154C5E3> /Applications/Adobe Illustrator CS6/*/ToolSelector
           0x110798000 -        0x110807ff7 +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 16.0.0 - 16.0.0) <62D16574-674D-99C0-9E58-CF5A7B97C87F> /Applications/Adobe Illustrator CS6/*/PhotoshopAdapter
           0x110816000 -        0x110821fef +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 16.0.0 - 16.0.0) <1229AE82-DB89-5D31-0DC4-6FD0734840CC> /Applications/Adobe Illustrator CS6/*/DiffusionRasterSuite
           0x111c30000 -        0x111c9ffef +com.adobe.illustrator.plugins.UserInterface (User Interface version 16.0.0 - 16.0.0) <03D3CBDC-B773-1382-6FAA-533C93CF95A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x111ccd000 -        0x111ceefff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x112f92000 -        0x112fd0fe7 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 16.0.0 - 16.0.0) <3D8AF518-4B60-8BAE-6448-011334D1BF97> /Applications/Adobe Illustrator CS6/*/KinsokuDlg
           0x112fef000 -        0x112ff5fff +com.adobe.illustrator.plugins.ShapeSuite (Shape Construction Suite version 16.0.0 - 16.0.0) <F404EF55-D9B3-DC23-67B1-7FD6629838C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeSuite
           0x1131cb000 -        0x1131f5ff7  com.apple.cmio.DAL.VDC_4 (212.0 - 3199.1.1) <143A9719-FB00-3476-9863-F4D9E3769A42> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x1133dc000 -        0x1133eeff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x115379000 -        0x1153defe7 +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 16.0.0 - 16.0.0) <745D368B-7F75-A445-0D6B-471D23370B01> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x1153f0000 -        0x1153f8fff +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 16.0.0 - 16.0.0) <7831D239-5D12-9652-91AF-C9ACEB5E7B77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
           0x115800000 -        0x115903ff7 +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 16.0.0 - 16.0.0) <E17B02FF-FF7C-3871-5E8F-0DF478D247F6> /Applications/Adobe Illustrator CS6/*/BeautifulStrokes
           0x115911000 -        0x115a3cfff +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 16.0.0 - 16.0.0) <E4BD81A9-61FC-1EF1-B568-DB50964B8518> /Applications/Adobe Illustrator CS6/*/ColorHarmony
           0x115a71000 -        0x115aebfef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x115afa000 -        0x115afbff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x115f00000 -        0x115f8ffff +com.adobe.illustrator.plugins.Perspective (Perspective version 16.0.0 - 16.0.0) <12269641-7367-2224-B019-E477232879A0> /Applications/Adobe Illustrator CS6/*/Perspective
           0x115f9a000 -        0x115fc0ff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x115fd2000 -        0x115ff0fe7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 16.0.0 - 16.0.0) <C396F193-6B6C-C946-61E4-83EBDB55ABDB> /Applications/Adobe Illustrator CS6/*/VariablesPalette
           0x115ff7000 -        0x115ffbff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 16.0.0 - 16.0.0) <6C07C9BF-DCE9-2723-8AFF-A769575A8243> /Applications/Adobe Illustrator CS6/*/TrimMark
           0x11a8c3000 -        0x11a8dafff +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 16.0.0 - 16.0.0) <27B658AF-3796-4725-D1E3-93F460053512> /Applications/Adobe Illustrator CS6/*/TextWrapDlg
           0x11a8ec000 -        0x11a8f4fff +com.adobe.illustrator.plugins.Colors (Colors version 16.0.0 - 16.0.0) <189D38EB-0C11-D380-F2FB-2DB0AE5E301C> /Applications/Adobe Illustrator CS6/*/Colors
           0x11a8fa000 -        0x11a8fbfff +com.adobe.illustrator.plugins.MPSCommon (MPSCommon version 16.0.0 - 16.0.0) <7CE4FC8A-FE54-9ECC-7510-2B7C9A5C8388> /Applications/Adobe Illustrator CS6/*/MPSCommon
           0x11ad00000 -        0x11aed8fef +com.adobe.illustrator.plugins.PlanetX (Live Paint version 16.0.0 - 16.0.0) <841FD3FF-6943-49E8-6DF3-28DBAF89A497> /Applications/Adobe Illustrator CS6/*/PlanetX
           0x11aff2000 -        0x11aff6ff7 +com.adobe.illustrator.plugins.Distort (Free Distort version 16.0.0 - 16.0.0) <6D3C5B07-8FE9-B229-DF8C-DBF4749387FC> /Applications/Adobe Illustrator CS6/*/Distort
           0x11d008000 -        0x11d0fbff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 16.0.0 - 16.0.0) <9ED937F6-A136-2DE4-CA82-82C52087EBA7> /Applications/Adobe Illustrator CS6/*/PaintStyle
           0x11d12a000 -        0x11d3cbfef +com.adobe.illustrator.plugins.ScriptingSupport (Scripting Support version 16.0.0 - 16.0.0) <752836AF-2036-C3CD-E060-9204A88B9953> /Applications/Adobe Illustrator CS6/*/ScriptingSupport
           0x11d4a5000 -        0x11d584fef +com.adobe.AXEXSLT (AdobeAXSLE 3.7.101.18636 - 3.7.101.18636) <F0116E90-5C45-DFA3-9C17-9B5D1BF0FD1F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x11d616000 -        0x11d707fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFle x
           0x11d7cb000 -        0x11d7e4fef +com.adobe.illustrator.plugins.DxfDwgUI (DxfDwgUI version 16.0.0 - 16.0.0) <9841F2BF-672A-67B1-8F04-41B24CE599BA> /Applications/Adobe Illustrator CS6/*/DxfDwgUI
           0x12209b000 -        0x12217efff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x1222da000 -        0x1222f2fef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 16.0.0 - 16.0.0) <2254E6D5-9C4A-10C5-709E-A75357ADE747> /Applications/Adobe Illustrator CS6/*/AssetMgmt
           0x122791000 -        0x1227c9fff +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 16.0.0 - 16.0.0) <CE12B42F-0E0E-0138-3C0D-67B50E8F8C99> /Applications/Adobe Illustrator CS6/*/Mojikumi
           0x1227e2000 -        0x1227f1ff7 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 16.0.0 - 16.0.0) <3AE0FCDD-507D-DAFF-2868-08C4DF8FC9B6> /Applications/Adobe Illustrator CS6/*/DropShadow
           0x123000000 -        0x123f85fd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x124253000 -        0x12439eff7 +com.adobe.illustrator.plugins.SwatchLibs (Swatch Libraries version 16.0.0 - 16.0.0) <8E8BCE2E-9051-04A6-CCAC-8D5F7424D716> /Applications/Adobe Illustrator CS6/*/SwatchLibs
           0x1243d1000 -        0x124458fe7 +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 16.0.0 - 16.0.0) <221130E5-082F-18F7-61B1-AA6E11FD4A97> /Applications/Adobe Illustrator CS6/*/SymbolPalette
           0x124478000 -        0x12477dff7 +com.adobe.illustrator.plugins.Vectorize (TracingSuite version 16.0.0 - 16.0.0) <6475A907-C0B6-F86C-623A-11BE77D1D499> /Applications/Adobe Illustrator CS6/*/Vectorize
           0x124798000 -        0x1248b3fe7 +com.adobe.illustrator.plugins.svgFileFormat ( SVG Format version 16.0.0 - 16.0.0) <7E1F2008-93E1-ECF2-49C9-D85BF2CB79DF> /Applications/Adobe Illustrator CS6/*/svgFileFormat
           0x1248d5000 -        0x124936fff +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 16.0.0 - 16.0.0) <79E1E95F-9D21-DD1D-F241-4FE6D83865B3> /Applications/Adobe Illustrator CS6/*/Deform
           0x124942000 -        0x124977fff +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 16.0.0 - 16.0.0) <2E6FFCDF-676F-126B-4071-F95937B85AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
           0x124980000 -        0x1249baff7 +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 16.0.0 - 16.0.0) <53D2A31E-74AB-C5D0-5A0A-58F1E102227E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
           0x1249c3000 -        0x1249e5ff7 +com.adobe.illustrator.plugins.DocInfo (Document Info version 16.0.0 - 16.0.0) <27FC54EB-3F7A-2604-D2D1-B1E5E7DA3FDD> /Applications/Adobe Illustrator CS6/*/DocInfo
           0x1249f0000 -        0x124a3afe7 +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 16.0.0 - 16.0.0) <00086DF0-EB5D-0D9F-605B-AD72F6817ACC> /Applications/Adobe Illustrator CS6/*/LinkPalette
           0x124a56000 -        0x124aaefff +com.adobe.illustrator.plugins.Snapomatic (Snap version 16.0.0 - 16.0.0) <BFB48EDA-0C29-B6FA-CF1C-330CE683230D> /Applications/Adobe Illustrator CS6/*/Snapomatic
           0x124abc000 -        0x124aeafe7 +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 16.0.0 - 16.0.0) <3FA9C55B-42C0-D55A-8FD0-2ECA9E2B2F41> /Applications/Adobe Illustrator CS6/*/EyeBucketTool
           0x124b00000 -        0x124b05fff +com.adobe.illustrator.plugins.TwirlTool (Twist Tool version 16.0.0 - 16.0.0) <48669BD1-D1E2-D2C1-70C8-494C7DFB6D22> /Applications/Adobe Illustrator CS6/*/TwirlTool
           0x124b0a000 -        0x124b19ff7 +com.adobe.illustrator.plugins.Simplify (Simplify version 16.0.0 - 16.0.0) <A9D791B2-4385-B1D7-F309-402D5CA9C8CF> /Applications/Adobe Illustrator CS6/*/Simplify
           0x124b2a000 -        0x124b4fff7 +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 16.0.0 - 16.0.0) <205691D7-027C-32F6-3408-355EF967A4C8> /Applications/Adobe Illustrator CS6/*/ShapeTool
           0x124b65000 -        0x124b92fff +com.adobe.illustrator.plugins.SimpleTools (Segment Tools version 16.0.0 - 16.0.0) <F2E38DA5-27F0-91AB-0D3D-1B97D645AA83> /Applications/Adobe Illustrator CS6/*/SimpleTools
           0x124ba7000 -        0x124bc7fff +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 16.0.0 - 16.0.0) <95AC109F-40FB-6F65-490A-B516BF98ABB9> /Applications/Adobe Illustrator CS6/*/ScatterBrushTool
           0x124bcf000 -        0x124becff7 +com.adobe.illustrator.plugins.GlobAdjTool (Reshape Tool version 16.0.0 - 16.0.0) <44A4EF2B-9C92-5B4C-9AA0-A8EB35A4EAF5> /Applications/Adobe Illustrator CS6/*/GlobAdjTool
           0x124bf2000 -        0x124c1afef +com.adobe.illustrator.plugins.ParticleSystem (Symbolism version 16.0.0 - 16.0.0) <ECA3A7A3-9258-4AA7-F930-7E78C28B3455> /Applications/Adobe Illustrator CS6/*/ParticleSystem
           0x124c24000 -        0x124c40ff7 +com.adobe.illustrator.plugins.MagicWand (Magic Wand version 16.0.0 - 16.0.0) <D6CB6CF3-E823-65E6-BDE4-056656595EAB> /Applications/Adobe Illustrator CS6/*/MagicWand
           0x124c48000 -        0x124c62fff +com.adobe.illustrator.plugins.LiquifyTool (Liquify version 16.0.0 - 16.0.0) <150983BB-B6C7-4E89-7814-0C14A7C1BCA0> /Applications/Adobe Illustrator CS6/*/LiquifyTool
           0x124c67000 -        0x124c73ff7 +com.adobe.illustrator.plugins.Lasso (Lasso version 16.0.0 - 16.0.0) <7257BF10-8085-9640-48A8-39387FDAE8F3> /Applications/Adobe Illustrator CS6/*/Lasso
           0x124c81000 -        0x124c88ff7 +com.adobe.illustrator.plugins.KnifeTool (Knife Tool version 16.0.0 - 16.0.0) <2CC37E82-1C82-79CF-2323-412B2EEAD6B0> /Applications/Adobe Illustrator CS6/*/KnifeTool
           0x124c8e000 -        0x124ca0fef +com.adobe.illustrator.plugins.Flare (Flare version 16.0.0 - 16.0.0) <5BE7AB8A-4285-BAE4-832C-CB7FE531EFBA> /Applications/Adobe Illustrator CS6/*/Flare
           0x124ca6000 -        0x124cf7fef +com.adobe.illustrator.plugins.EraserTool (EraserTool version 16.0.0 - 16.0.0) <2AFAA4ED-CE77-9E71-D57A-C4C39EF18ADD> /Applications/Adobe Illustrator CS6/*/EraserTool
           0x124d0f000 -        0x124d9cfe7 +com.adobe.illustrator.plugins.dBrushTool (Bristle Brush Tool version 16.0.0 - 16.0.0) <C8ACE46D-AC4B-9BAE-1B4E-F2B6A405EDFF> /Applications/Adobe Illustrator CS6/*/dBrushTool
           0x124db4000 -        0x124e0afff +com.adobe.illustrator.plugins.CropAreaTool (CropAreaTool version 16.0.0 - 16.0.0) <667076C9-E5B7-F554-CE18-A3B7071B2216> /Applications/Adobe Illustrator CS6/*/CropAreaTool
           0x124e24000 -        0x124e61fff +com.adobe.illustrator.plugins.CalligraphicBrushTool (Calligraphic Brush Tool version 16.0.0 - 16.0.0) <B787FB6C-39DA-ADB6-8932-6C40D7015FAF> /Applications/Adobe Illustrator CS6/*/CalligraphicBrushTool
           0x124e77000 -        0x124e92ff7 +com.adobe.illustrator.plugins.BoundingBox (BoundingBox version 16.0.0 - 16.0.0) <A6E7E18C-4B89-99F3-4ED0-37EFB11077E6> /Applications/Adobe Illustrator CS6/*/BoundingBox
           0x124ea8000 -        0x124ec9fef +com.adobe.illustrator.plugins.ArtOnPathBrushTool (Art Brush Tool version 16.0.0 - 16.0.0) <69484EA9-036C-FBEB-9878-09A2232CD9A0> /Applications/Adobe Illustrator CS6/*/ArtOnPathBrushTool
           0x124ed0000 -        0x124ef2fff +com.adobe.illustrator.plugins.SelHat (Advanced Select version 16.0.0 - 16.0.0) <1C8908E1-1256-2F9C-DFB2-CA8C083395BB> /Applications/Adobe Illustrator CS6/*/SelHat
           0x124f04000 -        0x124f07fff +com.adobe.illustrator.plugins.TypeCase (Change Case version 16.0.0 - 16.0.0) <CCD36FAA-2721-1FB5-E50F-861AFF9A6A44> /Applications/Adobe Illustrator CS6/*/TypeCase
           0x124f0d000 -        0x124f23ff7 +com.adobe.illustrator.plugins.TxtSmart (Text Smart Punctuation version 16.0.0 - 16.0.0) <D78C1A7E-8836-AC7C-8D15-49CBFB9039A9> /Applications/Adobe Illustrator CS6/*/TxtSmart
           0x124f36000 -        0x124f4fff7 +com.adobe.illustrator.plugins.TxtColumns (Split Into Grid version 16.0.0 - 16.0.0) <5D934B45-C8AD-BE76-38C3-E77719B9

  • Creative Cloud - Illustrator CS6 crashing after successful installation

    Below is the full error report - please help!
    Process:         Adobe Illustrator [353]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         682 (16.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [132]
    Date/Time:       2012-05-22 09:28:52.009 -0500
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          121548 sec
    Crashes Since Last Report:           259
    Per-App Interval Since Last Report:  829 sec
    Per-App Crashes Since Last Report:   27
    Anonymous UUID:                      4F9FE876-5626-41AA-9117-B3167D332635
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000023a57c2ff
    VM Regions Near 0x23a57c2ff:
        CG shared images       00000001cbf90000-00000001cbf98000 [   32K] r--/r-- SM=SHM 
    -->
        STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Application Specific Information:
    objc[353]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.CoolType                      0x00000001035dd62b CTInit + 1175509
    1   com.adobe.CoolType                      0x00000001035ca415 CTInit + 1097151
    2   com.adobe.CoolType                      0x000000010346c044 0x10345a000 + 73796
    3   com.adobe.CoolType                      0x0000000103545e64 CTInit + 555022
    4   com.adobe.CoolType                      0x000000010351b54f CTInit + 380665
    5   com.adobe.CoolType                      0x00000001034c6212 CTInit + 31676
    6   com.adobe.CoolType                      0x00000001034c6807 CTInit + 33201
    7   com.adobe.CoolType                      0x00000001034ccdcc CTInit + 59254
    8   com.adobe.illustrator                   0x00000001009154f5 0x100000000 + 9524469
    9   com.adobe.illustrator                   0x000000010091ed4f 0x100000000 + 9563471
    10  com.adobe.illustrator                   0x000000010075e5f2 0x100000000 + 7726578
    11  com.adobe.illustrator                   0x000000010075f4b0 0x100000000 + 7730352
    12  com.adobe.illustrator                   0x000000010075fb2f 0x100000000 + 7732015
    13  com.adobe.illustrator                   0x0000000100919c55 0x100000000 + 9542741
    14  com.adobe.illustrator                   0x000000010091c1bb 0x100000000 + 9552315
    15  com.adobe.illustrator                   0x000000010091c4ae 0x100000000 + 9553070
    16  com.adobe.illustrator                   0x000000010091cb59 0x100000000 + 9554777
    17  com.adobe.illustrator                   0x000000010090d2db 0x100000000 + 9491163
    18  com.adobe.illustrator                   0x000000010083cfde 0x100000000 + 8638430
    19  com.adobe.illustrator                   0x000000010090cd7e 0x100000000 + 9489790
    20  com.adobe.illustrator                   0x000000010090cfbc 0x100000000 + 9490364
    21  com.adobe.illustrator                   0x000000010070044b 0x100000000 + 7341131
    22  com.adobe.illustrator                   0x000000010083cfde 0x100000000 + 8638430
    23  com.adobe.illustrator                   0x00000001006ff33c 0x100000000 + 7336764
    24  com.adobe.illustrator                   0x00000001006ef5d4 0x100000000 + 7271892
    25  com.adobe.illustrator                   0x00000001001635f8 0x100000000 + 1455608
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8fd427e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff9129f78a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff9129e31a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8e0c1a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8e053ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8e098e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000102a262c9 0x1029ed000 + 234185
    6   com.adobe.ACE                           0x0000000102a255da 0x1029ed000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8e099ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.AGM                           0x0000000102ed4d5b AGMInitialize + 3255471
    3   com.adobe.AGM                           0x0000000102ed5b5c AGMInitialize + 3259056
    4   com.adobe.AGM                           0x0000000102edcdeb AGMInitialize + 3288383
    5   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000122a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000122848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000122a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000122848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000122a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000122848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000122a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000122848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8fd4067a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fd3fd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8ec2850c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8ec30c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8ec30486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff92d09fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff92d0015a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b22a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x0000000122a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000122ab2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b22a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x0000000122a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000122c2d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x0000000122a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000122a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000122a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8fd41bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff918b2274 _pthread_cond_wait + 840
    2   com.adobe.AFlame                        0x000000013359b5f5 Flame_Terminate + 1642661
    3   com.adobe.AFlame                        0x000000013357c4cb Flame_Terminate + 1515387
    4   com.adobe.AFlame                        0x000000013353428a Flame_Terminate + 1219898
    5   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8fd41e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff91864dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff91864bb5 usleep + 53
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000012772f2d2 PluginMain + 364210
    4   libsystem_c.dylib                       0x00007fff918ae8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff918b1b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8fd406b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x00000001277317ea PluginMain + 373706
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000013a56443c  rbx: 0x00007fff5fbfda68  rcx: 0x000000023a57c2ff  rdx: 0x00007fff5fbfda74
      rdi: 0x00007fff5fbfda70  rsi: 0x0000000000000004  rbp: 0x00007fff5fbfde60  rsp: 0x00007fff5fbfd330
       r8: 0x0000000000000000   r9: 0x0000000000000053  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x00007fff5fbfda60  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000080000000
      rip: 0x00000001035dd62b  rfl: 0x0000000000010206  cr2: 0x000000023a57c2ff
    Logical CPU: 4
    Binary Images:
           0x100000000 -        0x10186cfe7 +com.adobe.illustrator (682 - 16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aae000 -        0x1027f3ff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x102806000 -        0x102874fef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c8000 -        0x1028ccff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x1028d2000 -        0x10292fff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.682) <013A7667-AC54-C394-36EC-DE3E058EBBB8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x102956000 -        0x1029bbff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.682) <4D4BAF9C-D816-167D-C653-3E61955725A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x1029e9000 -        0x1029e9ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.682) <6344CAA3-C943-9DF3-CCCB-AB443149DF6A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1029ed000 -        0x102b66fff +com.adobe.ACE (AdobeACE 2.19.18.19822 - 2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102b79000 -        0x103181fff +com.adobe.AGM (AdobeAGM 4.26.20.19822 - 4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10321d000 -        0x10325fff7 +com.adobe.ARE (AdobeARE 1.5.02.19822 - 1.5.02.19822) <FB3356DF-DBCD-CE4C-DC16-63540BC96C5C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103267000 -        0x103361fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103405000 -        0x103424fff +com.adobe.BIB (AdobeBIB 1.2.02.19822 - 1.2.02.19822) <7EC75BFC-1A1C-8FD3-56BB-D6B6EB5CA9A1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x10342b000 -        0x103453ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4886F3FC-D31A-6149-1E03-EBA15E262086> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x10345a000 -        0x1037bbfef +com.adobe.CoolType (AdobeCoolType 5.10.31.19822 - 5.10.31.19822) <14E82AD0-5994-21FA-D963-D3FB2A113349> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x103808000 -        0x103c4eff7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <E63AFCA8-3E74-1745-8C74-8B0A78073BE5> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103cca000 -        0x104dc8fef +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <8029DA17-402C-301F-02E9-D0EC8DF48BE8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104f88000 -        0x104fe8ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104ff2000 -        0x1050aafe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1050dd000 -        0x105187fe7 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x1051ae000 -        0x1052eefe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x10536d000 -        0x10546ffef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x1054b7000 -        0x105604ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x105678000 -        0x1058c1fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105944000 -        0x10594bfef +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E678CE59-3C6E-386B-92F1-48B49B1727E0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x105955000 -        0x105981fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1059a4000 -        0x105a61fff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x105aab000 -        0x105b70fff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bbd000 -        0x105dcbfff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105e0d000 -        0x1065e0ff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106698000 -        0x106798ff7 +com.adobe.PDFPort (AdobePDFPort 2.1.0.19734 - 2.1.0.19734) <8C850D5F-FCF1-8620-6DAE-240667C80F9A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x1067ac000 -        0x1067d1ffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/adobepdfsetting s
           0x10680d000 -        0x106853fe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x106860000 -        0x10690efef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10694b000 -        0x106a07fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x106a29000 -        0x106d3ffff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x106e0b000 -        0x106e25ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x106e2e000 -        0x106e47fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106e4e000 -        0x106f32fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x106f43000 -        0x106f4bfef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <C4819F09-AB6C-1282-F489-48671509CE71> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x106f65000 -        0x106f7eff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <CD4FF487-E0AA-0D76-A87D-9252F242C314> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x106fa0000 -        0x107054fef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <FD24C4C8-AA95-3FB1-6350-639D50D7ACEF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1070e0000 -        0x10714dfef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <4BD779CA-98D8-9DC5-4B79-2E30E102EE31> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x107250000 -        0x10725dfff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <B0761444-05C8-F8AC-B3F3-CBA2C83129AC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x107272000 -        0x107274ff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <5A598FE6-82A6-D73A-B509-9A2902097AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x10727b000 -        0x107287fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <92B1610F-451D-3684-8882-599DB6B00C23> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1072a5000 -        0x1076efff7 +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <3921F600-9022-192D-BC1B-D5D2A3A96CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x107d4a000 -        0x107e35fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <E9ECB4F4-B4C8-8D8F-1362-255FC8986938> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x107ee1000 -        0x1080d5fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <E0CC2892-B8B1-7439-494E-0FFB4D07E7F9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10829d000 -        0x1087bdfff +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <86B829A9-FF1A-DEDA-26F7-D3BA4EF7AF35> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x108ccb000 -        0x108d98ff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <92204BF4-539F-C35E-8F5C-DA4AD4B48568> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x108e8c000 -        0x108f78ff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <D136ACCA-E1C5-6D39-16DE-411471D06AED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1090c2000 -        0x109140fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109151000 -        0x10917dff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x109196000 -        0x1091a4ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x1091ba000 -        0x1091c0fff  com.apple.agl (3.2.0 - AGL-3.2.0) <AB0B5D3F-BA2A-3366-830A-EF9258C18276> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1091c7000 -        0x1091c7fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x1091ca000 -        0x1091d3fff +com.adobe.dvaflashview.framework (6.0.0 - 6.0.0.0) <841D0780-EF72-47D9-1D87-73F4528EB337> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1091e1000 -        0x1091e5ff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x10921c000 -        0x10921efff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1097b2000 -        0x1097b2fff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 16.0.0 - 16.0.0) <432D5AA2-CBB3-C291-F72C-24C96E089AEB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
           0x10b5f8000 -        0x10b5fbff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 16.0.0 - 16.0.0) <D6B27686-EA36-7158-33DC-89D152E3F9DD> /Applications/Adobe Illustrator CS6/*/Geometry
           0x10d989000 -        0x10d993fff +com.adobe.illustrator.plugins.Action (Action version 16.0.0 - 16.0.0) <4ECED593-19C4-5487-B0C6-FC0419A85C9C> /Applications/Adobe Illustrator CS6/*/Action
           0x10d998000 -        0x10d9a3fff +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 16.0.0 - 16.0.0) <A0C06245-F4C1-073A-39F6-A5CE19504271> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x10dcdb000 -        0x10dcecfef +com.adobe.illustrator.plugins.BNPlugin (BNPlugin version 16.0.0 - 16.0.0) <1D9C6C0D-06A8-D2B1-91A6-48E857916DA9> /Applications/Adobe Illustrator CS6/*/BNPlugin
           0x10dcf3000 -        0x10dd2afff +com.adobe.illustrator.plugins.ArtboardPanel (Artboard Panel version 16.0.0 - 16.0.0) <E0FEB39E-95E1-2032-4EE9-6EB032267BE6> /Applications/Adobe Illustrator CS6/*/ArtboardPanel
           0x10dd42000 -        0x10dd4cfef +com.adobe.illustrator.plugins.AppBarControls (AppBarControls version 16.0.0 - 16.0.0) <37D9196F-E5F9-19D0-EA47-83DE1222BFFB> /Applications/Adobe Illustrator CS6/*/AppBarControls
           0x10dde1000 -        0x10ddeafe7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 16.0.0 - 16.0.0) <6F8F36CF-5D64-0711-B04F-29A716ACB303> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x10ddef000 -        0x10ddf4fff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 16.0.0 - 16.0.0) <7BB920D3-6B17-BBC0-D697-9C035A4F1174> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x10fe42000 -        0x10fe5afff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 16.0.0 - 16.0.0) <D5A47E68-502F-D194-88CA-20397F945D0F> /Applications/Adobe Illustrator CS6/*/BrushManager
           0x10ff79000 -        0x10ffe8ff7 +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 16.0.0 - 16.0.0) <62D16574-674D-99C0-9E58-CF5A7B97C87F> /Applications/Adobe Illustrator CS6/*/PhotoshopAdapter
           0x10fff7000 -        0x110027ff7 +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 16.0.0 - 16.0.0) <A3E354F5-DFCE-1CC1-3246-495639338CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x1101e2000 -        0x1101e6fff  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x1101eb000 -        0x1101f0fff  com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x1106d8000 -        0x110747fef +com.adobe.illustrator.plugins.UserInterface (User Interface version 16.0.0 - 16.0.0) <03D3CBDC-B773-1382-6FAA-533C93CF95A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x110775000 -        0x110790fe7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 16.0.0 - 16.0.0) <A559C8DF-ECFD-90FA-50D5-C2EC43611DE4> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x11079d000 -        0x1107acff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x1123d1000 -        0x112436fe7 +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 16.0.0 - 16.0.0) <745D368B-7F75-A445-0D6B-471D23370B01> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x112448000 -        0x11246bfef +com.adobe.illustrator.plugins.Rasterize (Rasterize version 16.0.0 - 16.0.0) <11334147-4CAA-EB04-CE8D-1971C3624896> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x112473000 -        0x112490ff7 +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 16.0.0 - 16.0.0) <2C742D8A-9F05-E9FA-A8B1-949583EF2B59> /Applications/Adobe Illustrator CS6/*/ControlPanel
           0x112498000 -        0x1124d6fe7 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 16.0.0 - 16.0.0) <3D8AF518-4B60-8BAE-6448-011334D1BF97> /Applications/Adobe Illustrator CS6/*/KinsokuDlg
           0x1124f5000 -        0x1124fbfe7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 16.0.0 - 16.0.0) <DC333FC0-E5F1-693A-1CE0-BF584154C5E3> /Applications/Adobe Illustrator CS6/*/ToolSelector
           0x112600000 -        0x112703ff7 +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 16.0.0 - 16.0.0) <E17B02FF-FF7C-3871-5E8F-0DF478D247F6> /Applications/Adobe Illustrator CS6/*/BeautifulStrokes
           0x112711000 -        0x1127a0fff +com.adobe.illustrator.plugins.Perspective (Perspective version 16.0.0 - 16.0.0) <12269641-7367-2224-B019-E477232879A0> /Applications/Adobe Illustrator CS6/*/Perspective
           0x1127ab000 -        0x1127d1ff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x1127e3000 -        0x1127f5ff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x1127f9000 -        0x1127faff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x114cef000 -        0x114d69fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x114dfb000 -        0x114dfcfff +com.adobe.illustrator.plugins.MPSCommon (MPSCommon version 16.0.0 - 16.0.0) <7CE4FC8A-FE54-9ECC-7510-2B7C9A5C8388> /Applications/Adobe Illustrator CS6/*/MPSCommon
           0x114f83000 -        0x114fadff7  com.apple.cmio.DAL.VDC_4 (212.0 - 3199.1.1) <143A9719-FB00-3476-9863-F4D9E3769A42> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x114fd8000 -        0x114ff3fff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x119ec0000 -        0x119fb3ff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 16.0.0 - 16.0.0) <9ED937F6-A136-2DE4-CA82-82C52087EBA7> /Applications/Adobe Illustrator CS6/*/PaintStyle
           0x119fe2000 -        0x119fedfef +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 16.0.0 - 16.0.0) <1229AE82-DB89-5D31-0DC4-6FD0734840CC> /Applications/Adobe Illustrator CS6/*/DiffusionRasterSuite
           0x11b08b000 -        0x11b0acfff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x11b0b0000 -        0x11b0cefe7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 16.0.0 - 16.0.0) <C396F193-6B6C-C946-61E4-83EBDB55ABDB> /Applications/Adobe Illustrator CS6/*/VariablesPalette
           0x11b0d5000 -        0x11b0ecfff +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 16.0.0 - 16.0.0) <27B658AF-3796-4725-D1E3-93F460053512> /Applications/Adobe Illustrator CS6/*/TextWrapDlg
           0x11b783000 -        0x11b7bbfff +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 16.0.0 - 16.0.0) <CE12B42F-0E0E-0138-3C0D-67B50E8F8C99> /Applications/Adobe Illustrator CS6/*/Mojikumi
           0x11b7d4000 -        0x11b7dafff +com.adobe.illustrator.plugins.ShapeSuite (Shape Construction Suite version 16.0.0 - 16.0.0) <F404EF55-D9B3-DC23-67B1-7FD6629838C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeSuite
           0x11b7e5000 -        0x11b7edfff +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 16.0.0 - 16.0.0) <7831D239-5D12-9652-91AF-C9ACEB5E7B77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
           0x11b7f2000 -        0x11b7fafff +com.adobe.illustrator.plugins.Colors (Colors version 16.0.0 - 16.0.0) <189D38EB-0C11-D380-F2FB-2DB0AE5E301C> /Applications/Adobe Illustrator CS6/*/Colors
           0x11d783000 -        0x11d79cfef +com.adobe.illustrator.plugins.DxfDwgUI (DxfDwgUI version 16.0.0 - 16.0.0) <9841F2BF-672A-67B1-8F04-41B24CE599BA> /Applications/Adobe Illustrator CS6/*/DxfDwgUI
           0x11d7b0000 -        0x11d7e5fff +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 16.0.0 - 16.0.0) <2E6FFCDF-676F-126B-4071-F95937B85AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
           0x11d7ee000 -        0x11d7f2ff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 16.0.0 - 16.0.0) <6C07C9BF-DCE9-2723-8AFF-A769575A8243> /Applications/Adobe Illustrator CS6/*/TrimMark
           0x11d7f7000 -        0x11d7fbff7 +com.adobe.illustrator.plugins.Distort (Free Distort version 16.0.0 - 16.0.0) <6D3C5B07-8FE9-B229-DF8C-DBF4749387FC> /Applications/Adobe Illustrator CS6/*/Distort
           0x12019f000 -        0x1201d9ff7 +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 16.0.0 - 16.0.0) <53D2A31E-74AB-C5D0-5A0A-58F1E102227E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
           0x1201e2000 -        0x1201f1ff7 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 16.0.0 - 16.0.0) <3AE0FCDD-507D-DAFF-2868-08C4DF8FC9B6> /Applications/Adobe Illustrator CS6/*/DropShadow
           0x121400000 -        0x12152bfff +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 16.0.0 - 16.0.0) <E4BD81A9-61FC-1EF1-B568-DB50964B8518> /Applications/Adobe Illustrator CS6/*/ColorHarmony
           0x121560000 -        0x121738fef +com.adobe.illustrator.plugins.PlanetX (Live Paint version 16.0.0 - 16.0.0) <841FD3FF-6943-49E8-6DF3-28DBAF89A497> /Applications/Adobe Illustrator CS6/*/PlanetX
           0x1217cf000 -        0x1217e7fef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 16.0.0 - 16.0.0) <2254E6D5-9C4A-10C5-709E-A75357ADE747> /Applications/Adobe Illustrator CS6/*/AssetMgmt
           0x1217f1000 -        0x1217f6fff +com.adobe.illustrator.plugins.TwirlTool (Twist Tool version 16.0.0 - 16.0.0) <48669BD1-D1E2-D2C1-70C8-494C7DFB6D22> /Applications/Adobe Illustrator CS6/*/TwirlTool
           0x122000000 -        0x1222a1fef +com.adobe.illustrator.plugins.ScriptingSupport (Scripting Support version 16.0.0 - 16.0.0) <752836AF-2036-C3CD-E060-9204A88B9953> /Applications/Adobe Illustrator CS6/*/ScriptingSupport
           0x12237b000 -        0x12245afef +com.adobe.AXEXSLT (AdobeAXSLE 3.7.101.18636 - 3.7.101.18636) <F0116E90-5C45-DFA3-9C17-9B5D1BF0FD1F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x1224ec000 -        0x1225ddfff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFle x
           0x1226ec000 -        0x1226f8ff7 +com.adobe.illustrator.plugins.Lasso (Lasso version 16.0.0 - 16.0.0) <7257BF10-8085-9640-48A8-39387FDAE8F3> /Applications/Adobe Illustrator CS6/*/Lasso
           0x122800000 -        0x123785fd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x1239d2000 -        0x123ab5fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x125e19000 -        0x125f64ff7 +com.adobe.illustrator.plugins.SwatchLibs (Swatch Libraries version 16.0.0 - 16.0.0) <8E8BCE2E-9051-04A6-CCAC-8D5F7424D716> /Applications/Adobe Illustrator CS6/*/SwatchLibs
           0x125f97000 -        0x12601efe7 +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 16.0.0 - 16.0.0) <221130E5-082F-18F7-61B1-AA6E11FD4A97> /Applications/Adobe Illustrator CS6/*/SymbolPalette
           0x12603e000 -        0x126343ff7 +com.adobe.illustrator.plugins.Vectorize (TracingSuite version 16.0.0 - 16.0.0) <6475A907-C0B6-F86C-623A-11BE77D1D499> /Applications/Adobe Illustrator CS6/*/Vectorize
           0x12635e000 -        0x126f71fe7 +com.adobe.illustrator.plugins.DxfDwg (DxfDwg version 16.0.0 - 16.0.0) <17FD7B87-844B-2F4F-8C95-F664B52452AC> /Applications/Adobe Illustrator CS6/*/DxfDwg
           0x1270f7000 -        0x127212fe7 +com.adobe.illustrator.plugins.svgFileFormat ( SVG Format version 16.0.0 - 16.0.0) <7E1F2008-93E1-ECF2-49C9-D85BF2CB79DF> /Applications/Adobe Illustrator CS6/*/svgFileFormat
           0x127234000 -        0x127295fff +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 16.0.0 - 16.0.0) <79E1E95F-9D21-DD1D-F241-4FE6D83865B3> /Applications/Adobe Illustrator CS6/*/Deform
           0x1272a1000 -        0x1272c3ff7 +com.adobe.illustrator.plugins.DocInfo (Document Info version 16.0.0 - 16.0.0) <27FC54EB-3F7A-2604-D2D1-B1E5E7DA3FDD> /Applications/Adobe Illustrator CS6/*/DocInfo
           0x1272ce000 -        0x127318fe7 +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 16.0.0 - 16.0.0) <00086DF0-EB5D-0D9F-605B-AD72F6817ACC> /Applications/Adobe Illustrator CS6/*/LinkPalette
           0x127334000 -        0x12738cfff +com.adobe.illustrator.plugins.Snapomatic (Snap version 16.0.0 - 16.0.0) <BFB48EDA-0C29-B6FA-CF1C-330CE683230D> /Applications/Adobe Illustrator CS6/*/Snapomatic
           0x12739a000 -        0x1273c8fe7 +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 16.0.0 - 16.0.0) <3FA9C55B-42C0-D55A-8FD0-2ECA9E2B2F41> /Applications/Adobe Illustrator CS6/*/EyeBucketTool
           0x1273de000 -        0x1273edff7 +com.adobe.illustrator.plugins.Simplify (Simplify version 16.0.0 - 16.0.0) <A9D791B2-4385-B1D7-F309-402D5CA9C8CF> /Applications/Adobe Illustrator CS6/*/Simplify
           0x127500000 -        0x127525ff7 +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 16.0.0 - 16.0.0) <205691D7-027C-32F6-3408-355EF967A4C8> /Applications/Adobe Illustrator CS6/*/ShapeTool
           0x12753b000 -        0x127568fff +com.adobe.illustrator.plugins.SimpleTools (Segment Tools version 16.0.0 - 16.0.0) <F2E38DA5-27F0-91AB-0D3D-1B97D645AA83> /Applications/Adobe Illustrator CS6/*/SimpleTools
           0x12757d000 -        0x12759dfff +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 16.0.0 - 16.0.0) <95AC109F-40FB-6F65-490A-B516BF98ABB9> /Applications/Adobe Illustrator CS6/*/ScatterBrushTool
           0x1275a5000 -        0x1275c2ff7 +com.adobe.illustrator.plugins.GlobAdjTool (Reshape Tool version 16.0.0 - 16.0.0) <44A4EF2B-9C92-5B4C-9AA0-A8EB35A4EAF5> /Applications/Adobe Illustrator CS6/*/GlobAdjTool
           0x1275c8000 -        0x1275f0fef +com.adobe.illustrator.plugins.ParticleSystem (Symbolism version 16.0.0 - 16.0.0) <ECA3A7A3-9258-4AA7-F930-7E78C28B3455> /Applications/Adobe Illustrator CS6/*/ParticleSystem
           0x1275fa000 -        0x127616ff7 +com.adobe.illustrator.plugins.MagicWand (Magic Wand version 16.0.0 - 16.0.0) <D6CB6CF3-E823-65E6-BDE4-056656595EAB> /Applications/Adobe Illustrator CS6/*/MagicWand
           0x12761e000 -        0x127638fff +com.adobe.illustrator.plugins.LiquifyTool (Liquify version 16.0.0 - 16.0.0) <150983BB-B6C7-4E89-7814-0C14A7C1BCA0> /Applications/Adobe Illustrator CS6/*/LiquifyTool
           0x127644000 -        0x12764bff7 +com.adobe.illustrator.plugins.KnifeTool (Knife Tool version 16.0.0 - 16.0.0) <2CC37E82-1C82-79CF-2323-412B2EEAD6B0> /Applications/Adobe Illustrator CS6/*/KnifeTool
           0x127651000 -        0x127663fef +com.adobe.illustrator.plugins.Flare (Flare version 16.0.0 - 16.0.0) <5BE7AB8A-4285-BAE4-832C-CB7FE531EFBA> /Applications/Adobe Illustrator CS6/*/Flare
           0x127669000 -        0x1276bafef +com.adobe.illustrator.plugins.EraserTool (EraserTool version 16.0.0 - 16.0.0) <2AFAA4ED-CE77-9E71-D57A-C4C39EF18ADD> /Applications/Adobe Illustrator CS6/*/EraserTool
           0x1276d2000 -        0x12775ffe7 +com.adobe.illustrator.plugins.dBrushTool (Bristle Brush Tool version 16.0.0 - 16.0.0) <C8ACE46D-AC4B-9BAE-1B4E-F2B6A405EDFF> /Applications/Adobe Illustrator CS6/*/dBrushTool
           0x127777000 -        0x1277cdfff +com.adobe.illustrator.plugins.CropAreaTool (CropAreaTool version 16.0.0 - 16.0.0) <667076C9-E5B7-F554-CE18-A3B7071B2216> /Applications/Adobe Illustrator CS6/*/CropAreaTool
           0x1277e7000 -        0x127824fff +com.adobe.illustrator.plugins.CalligraphicBrushTool (Calligraphic Brush Tool version 16.0.0 - 16.0.0) <B787FB6C-39DA-ADB6-8932-6C40D7015FAF> /Applications/Adobe Illustrator CS6/*/CalligraphicBrushTool
           0x12783a000 -        0x127855ff7 +com.adobe.illustrator.plugins.BoundingBox (BoundingBox version 16.0.0 - 16.0.0) <A6E7E18C-4B89-99F3-4ED0-37EFB11077E6> /Applications/Adobe Illustrator CS6/*/BoundingBox
           0x12786b000 -        0x12788cfef +com.adobe.illustrator.plugins.ArtOnPathBrushTool (Art Brush Tool version 16.0.0 - 16.0.0) <69484EA9-036C-FBEB-9878-09A2232CD9A0&gt

    Did you contact ech support? What did they say?
    Did you try a new user account? Did you boot into safe mode?
    What have you trued?
    Did you repair the permissions?

Maybe you are looking for