My Artificial Intelligent (AI) Application. Have a look! :)

Hello,
I thought I might just share this with the community. I developed an App with XCode's Applescript studio for my Gooogle Science Fair submission. The program consists roughly of 2000 lines of code. The application called "Simple" lets Users program their robots (NXT MINDSTORMS) in english.
Have a quick look at my *project summary (video)*: Summary of Project
Have a quick look at my *application demo (video)*: Demo of App
Have a look at my *submission website*: My website
Your feedback is welcome.
+(Source code can be found under the "data" page of my website)+

Your source code download consists of only the xcodeproj file, which just has xcode's project settings. If someone is going to be looking at your project files, you will need to zip up all of the items in the project folder, minus the build folder.

Similar Messages

  • Have a look at my RFC call, it doesn't return anything

    Hi all,
    In my project, I create a RFC Model named 'SCO' which will call bapi function 'BAPI_SALESORDER_CREATEFROMDAT1', if successfully a SALEDOCUMENT should return.
    below is the code in my custom controller
      public void wdDoInit()
        //@@begin wdDoInit()
              Bapi_Salesorder_Createfromdat1_Input input =
                   new Bapi_Salesorder_Createfromdat1_Input();
              wdContext.nodeCSOC_Input().bind(input);
              input.setOrder_Header_In(new Bapisdhead());
              input.addOrder_Items_In(new Bapiitemin());
              input.addOrder_Partners(new Bapipartnr());
        //@@end
    public void executeBapi( )
        //@@begin executeBapi()
              try {
                   wdContext.currentCSOC_InputElement().modelObject().execute();
              } catch (WDDynamicRFCExecuteException e) {
                   // TODO Auto-generated catch block
                   System.err.println(e.getMessage());
                   e.printStackTrace();
              } finally {
    //               wdContext.nodeCSOC_Input().invalidate();
        //@@end
    In my view(TestSOCView) I mapped a node named SOC_Input has the structure
    Order_Header_In
    -Distr_Chan
    -Division
    -Doc_Type
    -Sales_Org
    Order_Partnr_In
    -Partn_Numb
    -Partn_Role
    Order_Items_In
    -Material
    -Req_Qty
    Output
    -Return
    --Message
    --Type
    -Salesdocument
    I have a very simple view which has only one button and two textview (one bind to Output-Salesdocument, another to Output-Return-Message)
    In my action method, I have the code
      public void onActionCreateSO(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCreateSO(ServerEvent)
              IOrder_Header_InElement newHeader =
                   wdContext.currentOrder_Header_InElement();
              IOrder_PartnersElement newPartner =
                   wdContext.createOrder_PartnersElement(new Bapipartnr());
              IOrder_Items_InElement newItem =
                   wdContext.createOrder_Items_InElement(new Bapiitemin());
              newHeader.setSales_Org("1000");
              newHeader.setDoc_Type("OR");
              newHeader.setDistr_Chan("10");
              newHeader.setDivision("00");
    //          wdContext.nodeOrder_Header_In().addElement(newHeader);
              newPartner.setPartn_Role("SP");
              newPartner.setPartn_Numb("1000");
              wdContext.nodeOrder_Partners().addElement(newPartner);
              newItem.setMaterial("TEST2");
              newItem.setReq_Qty("00001000");
              wdContext.nodeOrder_Items_In().addElement(newItem);
              wdThis.wdGetSOCControllerController().executeBapi();
        //@@end
    This is all my implementation, I dont know why there's always nothing retrieved, even no Return Message.
    I of course have the right JCO connection, if not, this view will not display.
    My wonder is my initilization for two table maybe wrong:
    input.addOrder_Items_In(new Bapiitemin());
    input.addOrder_Partners(new Bapipartnr());
    because I know there's a method
    set<Node>(AbstractList)
    but this is not java.util.AbstractList, I dont know how to initiate this list.
    And if I follow the turtorial which will enable the line after execution
    wdContext.nodeCSOC_Input().invalidate();
    This will make my application run only one time, the second time a NullPointerException will be thrown. So there's also a question: what's the usage of this line?
    Any one have a look at my problem? Thanks in advance
    And at last,
    Happy New Year to everyone.
    Wish you all a nice new year.
    best regards,
    William

    Hello William,
    Try using the following code:
    public void wdDoInit()
    //@@begin wdDoInit()
        Bapi_Salesorder_Createfromdat1_Input input =
        new Bapi_Salesorder_Createfromdat1_Input();
    //@@end
    public void onActionCreateSO(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionCreateSO(ServerEvent)
    <b>/*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Header_In></b>   Order_Header_In newHeader =
        new Order_Header_In();
        newHeader.setSales_Org("1000");
        newHeader.setDoc_Type("OR");
        newHeader.setDistr_Chan("10");
        newHeader.setDivision("00");
        wdContext.currentBapi_Salesorder_Createfromdat1_Input().setOrder_Header_In(newHeader);
    <b>*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Partners></b>    Order_Partners newPartner = new Order_Partners();
        newPartner.setPartn_Role("SP");
        newPartner.setPartn_Numb("1000");
        wdContext.currentBapi_Salesorder_Createfromdat1_Input().modelObject().addOrder_Partners(newPartner);
    <b>*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Items_In></b>    Order_Items_In newItem = new Order_Items_In();
        newItem.setMaterial("TEST2");
        newItem.setReq_Qty("00001000");
                 wdContext.currentBapi_Salesorder_Createfromdat1_Input().modelObject().addOrder_Items_In(newItem);
        wdThis.wdGetSOCControllerController().executeBapi();
    //@@end
    This will work.
    <b>
    Please reward appropriate points</b>
    Bala

  • My Facebook applications have all shrunk using Firefox. I can not use the whole play area.

    My Facebook applications have all shrunk when I use Firefox. I updated versions of Firefox and this did not help.

    Hello Mary.
    Hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong

  • My iMac just crashed, and I had some documents open in Pages that were unsaved. Is there a temporary file or backup file that I can access as on a PC? (I have just looked in Timemachine which I had operating, but it did not seem to have any temp files).

    My iMac just crashed, and I had some documents open in Pages that were unsaved. Is there a temporary file or backup file that I can access as on a PC? (I have just looked in Timemachine which I had operating, but it did not seem to have any temp files in it at all - not sure what it would be useful for then).
    Any suggestions?

    Question asked and answered several times.
    If you didn't save, nothing is recoverable.
    iWork apps don't create temp files so, as far as you on't save something, Time Machine can't archive it.
    Yvan KOENIG (VALLAURIS, France) mardi 5 juillet 2011 12:25:31
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Can some one have a look at this php script?

    Ok! hear's the script! It work's fine! but with one problem.
    when I get the email it look's like this>
    Base Color: NaturalTread Color: Black
    What I want the email to look like is>
    Base Color: Natural
    Tread Color: Black
    ie i don't want all the "var's" on on line!
    Hear's my php code>
    Can someone have a look to give me some poniters?

    I too am learnig. And just found this>
    <?php
    $sendTo = "******@hotmail.com";
    $subject = "Combo Test Two";
    $headers = "From: " . $_POST["name"];
    $headers .= "<" . $_POST["email"] . ">\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= "Return-Path: " . $_POST["email"];
    $message .= $_POST["baseColor"] . "\r\n";
    $message .= $_POST["treadColor"] . "\r\n";
    mail($sendTo, $subject, $message, $headers);
    ?>
    u need to put Line-Feed & Carridge Return:
    \r\n
    And good luck to you! Thanks for the help my friend!

  • I have an iPhone 5 and when i lightly tap on the back top part of my phone it sounds like something is rattling inside. Only on the top part of the phone, not on the bottom. I am wondering if anyone knows what this may be and should i have it looked at?

    I have an iPhone 5 and when i lightly tap on the back top part of my phone it sounds like something is rattling inside. Only on the top part of the phone, not on the bottom. I am wondering if anyone knows what this may be and should i have it looked at?

    Definitlely have it looked at. That could be a hardware deffect on the maker(apple) so there could be a definite replacement option.

  • Is it possible to open iPhoto twice under os-x lion to create a photobook on one desktop and to have a look to the photos in full size on the other desktop?

    Is it possible to open iPhoto twice under os-x lion, to create a photobook on one desktop and to have a look to the photos in full size on the other desktop?

    Ok let me ask you IF the IT department of your workplace does NOT want OS X installed on "THEIR" (The Companies) computers because of what they think is some type of security issue why are you trying to go against their wishes and install OS X on a computer that is NOT owned by you.
    That could cost you your job.
    If you continue down this path you will screw up the Windows install and have to take the system back to the IT department to get it fixed. What do you think they will say at that point?
    Do as you like but you would be better off just buying your own Mac computer if you are set on using OS X as your personal operating system.

  • Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Hello Bradley,
    sometimes the "opm.db file" is the culprit. In this case you should delete it.
    But as much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool.
    Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: ... helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html and if "open" please use chat, I had the best experiences.
    Good luck!
    Hans-Günter

  • TS1702 ?Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions

    Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions?

    You can only use apps downloaded from the App store, not via a browser. There is no Flash for any iOS device including the iPod.

  • Applications have started quitting suddenly

    Over the last couple of weeks or so a number of applications have started to frequently crash for no apparent reason, the only significant (for me at least!) thing that I changed on my Mac over that period is deleting and reinstalling the 3ivx program due to the problems it was causing with the new version of iPhoto.
    The main issue I’m currently having is with Photoshop CS5 as everytime I go to save a file it quits before I can do so. I get the following crash report message
    Other programs it has effected recently are Safari, Adobe Bridge and iTunes. Could be a problem with dodgy RAM?
    Any help would be greatly appreciated.

    I’ve just had the same thing happen with Illustrator, crash report below:
    Process:         Adobe Illustrator [15657]
    Path:            /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         399 (15.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [153]
    Date/Time:       2011-11-13 11:50:34.431 +0000
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          433658 sec
    Crashes Since Last Report:           44203
    Per-App Interval Since Last Report:  112479 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      0043B584-C880-46FE-A96B-E50E1D256830
    Crashed Thread:  18  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[15657]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x986a3c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x986a31f6 mach_msg + 70
    2   com.apple.CoreGraphics                  0x96f03d56 _CGSReenableUpdateForConnections + 249
    3   com.apple.CoreGraphics                  0x96f03ac7 CGSReenableUpdateForConnections + 412
    4   com.apple.CoreGraphics                  0x96f03924 CGSReenableUpdate + 35
    5   com.apple.AppKit                        0x9bb5df41 NSEnableScreenUpdates + 46
    6   com.apple.AppKit                        0x9bdbff31 -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 782
    7   com.apple.AppKit                        0x9bdbf93e -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector :contextInfo:] + 918
    8   com.apple.AppKit                        0x9bdb7973 -[NSApplication beginModalSessionForWindow:] + 72
    9   com.apple.AppKit                        0x9bdc03a8 -[NSApplication runModalForWindow:] + 129
    10  com.apple.AppKit                        0x9c094c24 -[NSSavePanel runModal] + 380
    11  com.apple.AppKit                        0x9c091819 -[NSSavePanel runModalForDirectory:file:types:] + 276
    12  com.apple.AppKit                        0x9c2c05ec -[NSNavOpenPanel run] + 140
    13  com.apple.AppKit                        0x9c2c2168 _NSNavDialogRun + 201
    14  com.adobe.illustrator                   0x006d05b3 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3671171
    15  com.adobe.illustrator                   0x006ce52c AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3662844
    16  com.adobe.illustrator                   0x006ced46 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3664918
    17  com.adobe.illustrator                   0x000a4e4f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 556339
    18  com.adobe.illustrator                   0x0009a4f0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 512980
    19  com.adobe.illustrator                   0x00086382 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 430694
    20  com.adobe.illustrator                   0x00086563 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 431175
    21  com.adobe.illustrator                   0x0058880f AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2328287
    22  com.adobe.illustrator                   0x00323f1a AWS_CUI_SaveAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 6850
    23  com.adobe.illustrator                   0x0058110f AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2297823
    24  com.adobe.illustrator                   0x0049d831 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 1365761
    25  com.adobe.illustrator.plugins.LinkPalette          0x151bf40d LinkEntryData::ReplaceArt(AIPlaceRequestData*) + 409
    26  com.adobe.illustrator.plugins.LinkPalette          0x151be720 DoRelink(IADMHierarchyList) + 204
    27  com.adobe.illustrator.plugins.LinkPalette          0x151b830c LinkDialog::DoReplace() + 70
    28  com.adobe.illustrator.plugins.LinkPalette          0x151bae65 LinkDialog::Notify(IADMNotifier) + 379
    29  com.adobe.coretech.adm                  0x0ccdab0d ADMBase::DoNotify(ADMNotifier*) + 125
    30  com.adobe.coretech.adm                  0x0ccdab72 ADMBase::DoNotify(ADMNotifier*) + 226
    31  com.adobe.coretech.adm                  0x0cd0977f ADMItem::DoNotify(ADMNotifier*) + 37
    32  com.adobe.coretech.adm                  0x0cd09735 ADMItem::SendNotify(char const*) + 67
    33  com.adobe.coretech.adm                  0x0cd5362f MacTracker::StopUsingTracker() + 67
    34  com.adobe.coretech.adm                  0x0cd54374 MacTracker::HandleMacEvent(ADMDialog*, ADMItem*, EventRecord const*) + 248
    35  com.adobe.coretech.adm                  0x0cd3bf79 MacDialog::DoEvent(EventRecord const*) + 805
    36  com.adobe.coretech.adm                  0x0cd3cb1d MacDialog::HandleCarbonEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 2425
    37  com.apple.HIToolbox                     0x975ea920 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    38  com.apple.HIToolbox                     0x97466803 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    39  com.apple.HIToolbox                     0x97465c80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    40  com.apple.HIToolbox                     0x9747aaa9 SendEventToEventTarget + 76
    41  com.apple.HIToolbox                     0x9747b229 _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRef Pv + 1915
    42  com.apple.HIToolbox                     0x97466cbe _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2813
    43  com.apple.HIToolbox                     0x97465c80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    44  com.apple.HIToolbox                     0x9747aaa9 SendEventToEventTarget + 76
    45  com.adobe.illustrator                   0x000aadc0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 580772
    46  com.apple.HIToolbox                     0x975ea920 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    47  com.apple.HIToolbox                     0x97466803 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    48  com.apple.HIToolbox                     0x97465c80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    49  com.apple.HIToolbox                     0x97465a98 SendEventToEventTargetWithOptions + 75
    50  com.apple.HIToolbox                     0x9747b6fe _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRef Pv + 3152
    51  com.apple.HIToolbox                     0x97466cbe _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2813
    52  com.apple.HIToolbox                     0x97465c80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    53  com.apple.HIToolbox                     0x9747aaa9 SendEventToEventTarget + 76
    54  com.apple.HIToolbox                     0x975ea76c ToolboxEventDispatcher + 82
    55  com.apple.HIToolbox                     0x975ea89b RunApplicationEventLoop + 236
    56  com.adobe.illustrator                   0x000ab0c1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 581541
    57  com.adobe.illustrator                   0x001130bc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1007520
    58  com.adobe.illustrator                   0x000d424a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 749870
    59  com.adobe.illustrator                   0x00003436 0x1000 + 9270
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x986a690a kevent + 10
    1   libdispatch.dylib                       0x9bad5c58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9bad46a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9198382a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x046b4126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services                  0x046acdb0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services                  0x046b418c AMTThread::Worker(void*) + 24
    6   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9198c42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x9017ef36 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x900f0579 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x90152755 MPWaitOnQueue + 200
    6   AdobeACE                                0x01677579 0x163d000 + 238969
    7   AdobeACE                                0x01676f71 0x163d000 + 237425
    8   com.apple.CoreServices.CarbonCore          0x901536b4 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9198382a pthread_cond_wait + 48
    3   AdobeAGM                                0x01ab159d AGMInitialize + 3243373
    4   AdobeAGM                                0x01ab21ed AGMInitialize + 3246525
    5   AdobeAGM                                0x01ab7de0 AGMInitialize + 3270064
    6   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9198382a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x135ab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl                     0x13344b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl                     0x135ab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl                     0x135ab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl                     0x135ab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9198382a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x135ab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl                     0x13344b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl                     0x135ab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl                     0x135ab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl                     0x135ab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 7:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x986a5b42 __select + 10
    1   com.apple.CoreFoundation                0x94445195 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x986a3c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x90152b6c MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x28393124 ThreadFunction(void*) + 78
    3   com.apple.CoreServices.CarbonCore          0x901536b4 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x986a5bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9198c7b9 nanosleep$UNIX2003 + 187
    2   com.adobe.illustrator.plugins.Scripting Support          0x0ece983b PluginMain + 447467
    3   com.adobe.illustrator.plugins.Scripting Support          0x0eccba13 PluginMain + 325059
    4   com.adobe.illustrator.plugins.Scripting Support          0x0ece9948 PluginMain + 447736
    5   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x986a3c5e semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x00678014 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3309284
    2   com.adobe.illustrator                   0x006791f9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3313865
    3   com.adobe.illustrator                   0x006793c9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3314329
    4   com.apple.CoreServices.CarbonCore          0x901536b4 PrivateMPEntryPoint + 68
    5   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x986a3c5e semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x00678014 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3309284
    2   com.adobe.illustrator                   0x006791f9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3313865
    3   com.adobe.illustrator                   0x006793c9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3314329
    4   com.apple.CoreServices.CarbonCore          0x901536b4 PrivateMPEntryPoint + 68
    5   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x986a5a9a __recvfrom + 10
    1   libsystem_c.dylib                       0x9198c4a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x152206cf Invoke + 54887
    3   ServiceManager-Launcher.dylib           0x1521f76e Invoke + 50950
    4   ServiceManager-Launcher.dylib           0x1521e61f Invoke + 46519
    5   ServiceManager-Launcher.dylib           0x1521e671 Invoke + 46601
    6   ServiceManager-Launcher.dylib           0x1521e6fb Invoke + 46739
    7   ServiceManager-Launcher.dylib           0x15218afe Invoke + 23190
    8   ServiceManager-Launcher.dylib           0x15218ce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib           0x152198c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib           0x152199c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib           0x1521cdb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib           0x1521d059 Invoke + 40945
    13  ServiceManager-Launcher.dylib           0x1521d687 Invoke + 42527
    14  ServiceManager-Launcher.dylib           0x1521d884 Invoke + 43036
    15  ServiceManager-Launcher.dylib           0x1520f826 Login + 1654
    16  ServiceManager-Launcher.dylib           0x15210c71 Login + 6849
    17  ServiceManager-Launcher.dylib           0x1521ddf3 Invoke + 44427
    18  ServiceManager-Launcher.dylib           0x15220341 Invoke + 53977
    19  libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    20  libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x919dbf7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x135ab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl                     0x135c60ee APXGetHostAPI + 2709454
    5   com.adobe.adobeswfl                     0x135ab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl                     0x135ab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl                     0x135ab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x919dbf7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x135ab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl                     0x137224b8 APXGetHostAPI + 4135832
    5   com.adobe.adobeswfl                     0x135ab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl                     0x135ab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl                     0x135ab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x986a602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x919d9ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x919db6fe start_wqthread + 30
    Thread 16:
    0   libsystem_c.dylib                       0x919db6e0 start_wqthread + 0
    Thread 17:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x919dbf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x900f05a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x900f0319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x900f012a TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9016546c TimerThread + 292
    7   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 18 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CoreFoundation                0x944cc1b7 __THE_SYSTEM_HAS_NO_PORT_SETS_AVAILABLE__ + 7
    1   com.apple.CoreFoundation                0x943f6b6c __CFRunLoopFindMode + 444
    2   com.apple.CoreFoundation                0x9441235c CFRunLoopAddTimer + 300
    3   com.apple.Foundation                    0x999b0281 -[NSRunLoop(NSRunLoop) addTimer:forMode:] + 230
    4   com.apple.AppKit                        0x9bdb553b -[NSAnimation(NSInternal) _runBlocking] + 222
    5   com.apple.AppKit                        0x9bdb5199 -[NSAnimation(NSInternal) _animationThread] + 79
    6   com.apple.AppKit                        0x9bdb5145 __-[NSAnimation(NSInternal) _runInNewThread]_block_invoke_1 + 36
    7   libdispatch.dylib                       0x9bad3e11 _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x9bad4e70 _dispatch_worker_thread2 + 231
    9   libsystem_c.dylib                       0x919d9b24 _pthread_wqthread + 346
    10  libsystem_c.dylib                       0x919db6fe start_wqthread + 30
    Thread 19:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x986a5bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9198c7b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x9198c558 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x9bd33be2 -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation                    0x99a04f7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x99a04f2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x986a583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x919dbe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x919dbf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x900f05a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x900f0319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x900f012a TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x901347b5 AsyncFileThread(void*) + 248
    7   libsystem_c.dylib                       0x919d7ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x919db6de thread_start + 34
    Thread 18 crashed with X86 Thread State (32-bit):
      eax: 0x00000006  ebx: 0xb05afdc8  ecx: 0xb05afdd8  edx: 0x986a0101
      edi: 0x1f3c02a0  esi: 0xac93e1e0  ebp: 0xb05afd38  esp: 0xb05afd30
       ss: 0x00000023  efl: 0x00000286  eip: 0x944cc1b7   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x883d5000
    Logical CPU: 1
    Binary Images:
        0x1000 -  0x10ddfe7 +com.adobe.illustrator (399 - 15.0.2) <E981EB14-E985-235C-5B50-36ECD01A3851> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x13fe000 -  0x14cbfe7 +AdobeAXEDOMCore (??? - ???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeA XEDOMCore
    0x153a000 -  0x154afff  com.apple.carbonframeworktemplate (1.0 - 1.0) <52191201-4C2A-FC9B-06E4-0327B5203D7E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x154f000 -  0x156aff9 +AdobePDFSettings (??? - ???) /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/Adobe PDFSettings
    0x1584000 -  0x15c8fff +com.adobe.illustrator.aiport (AIPort version 1.0 - 1.0) <AF5B961D-03B5-1F8F-0DE0-E7DE0863E578> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x162b000 -  0x162bfff +SPBasic (??? - ???) <574E14ED-6879-7536-E9A1-77F66D81FCBB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x162f000 -  0x1635ffb +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <5B4C881B-6885-96F2-BD05-BE9C44A7546C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSp lashKit
    0x163d000 -  0x1752fff +AdobeACE (??? - ???) <BFF50B9A-8BCA-08D1-0260-FF251DA05EC7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1775000 -  0x1c9bfff +AdobeAGM (??? - ???) <72363979-F9A0-0EA2-3E16-AB8D6EA0F12E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1ddc000 -  0x1e18fff +AdobeARE (??? - ???) <B2DBDCF9-944F-7C5A-43CF-A5E207BEE94B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1e21000 -  0x1e47ff6 +AdobeAXE8SharedExpat (??? - ???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/A dobeAXE8SharedExpat
    0x1e58000 -  0x1e73fff +AdobeBIB (??? - ???) <5AA925B7-D30E-B230-1B81-7CB6E3B4F2DB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1e7d000 -  0x1e9eff7 +AdobeBIBUtils (??? - ???) <1B33B3A5-2460-EDE8-C54F-16C0335C613D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIB Utils
    0x1eaa000 -  0x219cff7 +AdobeCoolType (??? - ???) <90757246-5467-2606-4095-19B63B255F2F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoo lType
    0x2224000 -  0x22bcfff +com.adobe.AdobeExtendScript (ExtendScript 4.1.23 - 4.1.23.7573) <F68E96A7-E657-7275-09DF-4C412554CD4A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/Adob eExtendScript
    0x231b000 -  0x23fefef +AdobePDFPort (??? - ???) <26DE29E1-7799-DBE8-47AE-A95FEA7DE1EB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFP ort
    0x2433000 -  0x2a68feb +AdobePDFL (??? - ???) <B295BDBD-65E8-CE6D-865B-79276D0507B2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2b94000 -  0x2c21ff7 +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7573) <6A15402A-09B2-B1F8-5ECC-D7871EC054C3> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCor e
    0x2c66000 -  0x2d06fef +AdobeSVGExport (??? - ???) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSV GExport
    0x2d30000 -  0x2fceff2 +AdobeSVGRE (??? - ???) <95F2CE86-4B2D-C3DE-A783-8E0A0B24F74C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x30a7000 -  0x30ffff7 +AdobeXMP (??? - ???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x310e000 -  0x319afef +AdobeXMPFiles (??? - ???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMP Files
    0x31d1000 -  0x329eff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/ 3.6/libicui18n.dylib.36.0
    0x3301000 -  0x33dbfef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc. dylib.36.0
    0x341b000 -  0x3dcbfff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.d ylib.36.0
    0x3dce000 -  0x41a6ff7 +AdobeMPS (??? - ???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x42d5000 -  0x433bffb +com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x436b000 -  0x43fcff7 +libicucnv.dylib.36.0 (36.0.0 - compatibility 36.0.0) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicuc nv.dylib.36.0
    0x441b000 -  0x4601ff7 +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeL inguistic
    0x468f000 -  0x46f6fea +com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00] - 3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservice s
    0x4735000 -  0x47b2fff +AdobeOwlCanvas (??? - ???) <6718BCAA-AAF5-07C2-B2F5-D7CD3BF5B924> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOw lCanvas
    0x47ce000 -  0x4906fe7 +WRServices (??? - ???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4948000 -  0x494cffc +com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ado beCrashReporter
    0x4953000 -  0x49a6ffb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x49ee000 -  0x4a00fff +com.adobe.pip (??? - 5.0.0.2021) <5251926B-C2C0-282C-B3A9-94A9FEF0FCB8> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x4a09000 -  0x575bfeb +com.adobe.psl (AdobePSL 12.0.0.11086 - 12.0.0.11086) <ED38DE4D-2205-917F-EACE-6421DDE56A5B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5a9d000 -  0x5c1afef +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <565B8F4B-EFEA-D847-91FE-17B8ED169DF2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x5d95000 -  0x6085fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <7E7F77B3-0CB3-8885-915E-EDACEE27500E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x63ad000 -  0x66f3ff3 +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <0E97C356-CEE3-9CA3-3C90-8196F560164E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x6c02000 -  0x6c14fef +com.adobe.dvaai.framework (dvaai version 5.0.0 - 5.0.0.0) <2D9772CA-D866-6A7F-CF74-FD7F485350B2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
    0x6c25000 -  0x6c2bfef +com.adobe.boost_date_time.framework (boost_date_time version 5.0.0 - 5.0.0.0) <FB5A16A5-D6E7-71B7-78A8-A174A64EF477> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_ date_time
    0x6c3c000 -  0x6c47ff3 +com.adobe.boost_filesystem.framework (boost_filesystem version 5.0.0 - 5.0.0.0) <604EA207-EEF2-AC6E-A8B1-26737E5AB0A7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost _filesystem
    0x6c5b000 -  0x6cd9fe2 +com.adobe.boost_regex.framework (boost_regex version 5.0.0 - 5.0.0.0) <F95BC864-6CFC-EAF4-A6DF-27608A5DD30E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_rege x
    0x6d3d000 -  0x6d47fff +com.adobe.boost_signals.framework (boost_signals version 5.0.0 - 5.0.0.0) <08C988D8-10F3-66EF-AE15-B086AD240942> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_si gnals
    0x6d5a000 -  0x6d5cffb +com.adobe.boost_system.framework (boost_system version 5.0.0 - 5.0.0.0) <7ACBC8B3-0BEA-7B7B-04FF-95C6A93E3E7E> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_sys tem
    0x6d63000 -  0x6d6aff2 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <4942ACFF-5944-0F7F-8481-49CAF902D15F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_th reads
    0x6d7a000 -  0x6dd8fe2 +com.adobe.boost_serialization.framework (boost_serialization version 5.0.0 - 5.0.0.0) <FBAA7D86-4F90-3337-4657-022BA313C894> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/bo ost_serialization
    0x6eaf000 -  0x704efe7 +com.adobe.owl (AdobeOwl version 3.0.89 - 3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x70b7000 -  0x7124fef +FileInfo (??? - ???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x713f000 -  0x71ecff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x7231000 -  0x726efff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x7288000 -  0x728bff8 +com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x72de000 -  0x72dfff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7758000 -  0x7758fff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 15.0.0 - 15.0.0) <31807739-9A66-20D1-2D8D-1077383E76C7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Resources/en_GB/PluginRes.aip/Contents/MacOS/PlugInRes
    0x775c000 -  0x775dfff +com.adobe.illustrator.plugins.ASLib (ASLib version 15.0.0 - 15.0.0) <E0248AB4-BFC9-A137-113D-6B7C9E9EC662> /Applications/Adobe Illustrator CS5/*/ASLib
    0x7761000 -  0x7762ffc  ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x77b4000 -  0x77bcfff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xa873000 -  0xa8e3feb +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xa98d000 -  0xa994ffe +com.adobe.illustrator.plugins.Action (Action version 15.0.0 - 15.0.0) <142864FE-DD35-352E-D04F-3CEC42460B58> /Applications/Adobe Illustrator CS5/*/Action
    0xa998000 -  0xa9a1fff +com.adobe.illustrator.plugins.FrameworkServer (Framework Server version 15.0.0 - 15.0.0) <49D2AB8D-EDA1-D195-7F30-A0F43FB445BB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS erver
    0xa9a5000 -  0xa9a9ffb +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 15.0.0 - 15.0.0) <5F46ADCB-63B5-9C82-4EC3-AADF25CCBE2F> /Applications/Adobe Illustrator CS5/*/ToolSelector
    0xa9f0000 -  0xaa19feb +com.adobe.ape (adbeapecore version 3.1.70.10055 - 3.1.70.10055) <F3239526-C171-AD3C-835E-FC9998EEFB28> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0xaa29000 -  0xaa2fff7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 15.0.0 - 15.0.0) <3CBFAF3A-3B7E-3AC9-EDAF-8AA214A87EA1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverter s
    0xaa33000 -  0xaa36fff +com.adobe.illustrator.plugins.GeometryS ( Geometry Suite version 15.0.0 - 15.0.0) <F8F2B1CA-D293-7192-E07E-93909A2A6828> /Applications/Adobe Illustrator CS5/*/GeometryS
    0xaa3a000 -  0xaa3bfff +com.adobe.illustrator.plugins.MPSCommon (MPSCommon version 15.0.0 - 15.0.0) <D7CD8FCC-D327-056C-44F2-65D1653946A4> /Applications/Adobe Illustrator CS5/*/MPSCommon
    0xaa4a000 -  0xaa9fff0 +com.adobe.illustrator.plugins.Photoshop Adapter (Photoshop Adapter version 15.0.0 - 15.0.0) <F760E076-0C60-0E96-47E4-EE0D4140C5BB> /Applications/Adobe Illustrator CS5/*/Photoshop Adapter
    0xaab0000 -  0xaadafff +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 15.0.0 - 15.0.0) <ED8C5A7E-A1FC-B46B-B537-6E41529B2DD1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilToo l
    0xab15000 -  0xab23fff +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 15.0.0 - 15.0.0) <09AE83AB-98F8-3FF3-2A4C-5C6A08F1629C> /Applications/Adobe Illustrator CS5/*/ShapeTool
    0xacc8000 -  0xacddfff +PNG (??? - ???) <CD501D1F-79F3-45D4-BFD4-0D6A8C0D9C35> /Applications/Adobe Illustrator CS5/*/PNG.plugin/Contents/MacOS/PNG
    0xcccf000 -  0xcda7fff +com.adobe.coretech.adm (3.10x04 - 3.1) <8919B146-1010-690F-C369-FBA8C1F090CD> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0xcf36000 -  0xcf37fff +com.adobe.illustrator.plugins.FlattenS (Flatten Suite version 15.0.0 - 15.0.0) <D605DB82-C56B-3CDC-01DB-8E4492AA5621> /Applications/Adobe Illustrator CS5/*/FlattenS
    0xcf42000 -  0xcf47ffb +com.adobe.illustrator.plugins.Roughen (Roughen version 15.0.0 - 15.0.0) <902872F9-81BC-D5CB-028A-AF766F9806D2> /Applications/Adobe Illustrator CS5/*/Roughen
    0xcf75000 -  0xcf85fff +com.adobe.illustrator.plugins.Flatten Transparency ( Flatten Transparency version 15.0.0 - 15.0.0) <7CAAAD9E-050B-4B94-712B-7F33C76A204C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/Flatten Transparency
    0xcf8c000 -  0xcfa1fef +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 15.0.1 - 15.0.1) <7FB772B5-A8F9-1663-73DB-D51629DF9FC0> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConver sionSuite
    0xcfcf000 -  0xcfe5ffb +com.adobe.illustrator.plugins.ControlPalette (ControlPalette version 15.0.0 - 15.0.0) <F9F1ABE1-547B-38B4-F95B-704AE58B97E3> /Applications/Adobe Illustrator CS5/*/ControlPalette
    0xcfeb000 -  0xcfeffff +com.adobe.illustrator.plugins.ShapeS (Shape Construction Suite version 15.0.0 - 15.0.0) <70176E68-D9D8-6D0E-599F-56A0BE108A53> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeS
    0xcff3000 -  0xcff9ffb +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 15.0.0 - 15.0.0) <CC1AACFA-13DB-1D99-2AF9-17370C050B1A> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
    0xd72d000 -  0xd742fef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 15.0.1 - 15.0.1) <A7E60C98-360A-E10B-1C17-73A2BFA23AB8> /Applications/Adobe Illustrator CS5/*/AssetMgmt
    0xd7e7000 -  0xd7f9fef +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 15.0.0 - 15.0.0) <58C626FE-3268-C256-2ABC-734D12C61F64> /Applications/Adobe Illustrator CS5/*/Mojikumi
    0xdc00000 -  0xdc4dfff +com.adobe.illustrator.plugins.PDF Suite (PDF Suite version 15.0.1 - 15.0.1) <057D64CA-7DF5-BB35-00BC-6BC9ACE97F3D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDF Suite
    0xe760000 -  0xe780fe2 +com.adobe.illustrator.plugins.Rasterize (Rasterize version 15.0.2 - 15.0.2) <1460C2EC-66AE-3120-F4C6-37EA9015E9DB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
    0xe7a3000 -  0xe7dbfff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 15.0.0 - 15.0.0) <004D0CCF-80BD-8DC1-7E44-5FD113507384> /Applications/Adobe Illustrator CS5/*/BrushManager
    0xe7e4000 -  0xe7f4fff +com.adobe.illustrator.plugins.DocInfo (Document Info version 15.0.0 - 15.0.0) <A89FFFC5-7CB4-4229-467F-B36013B66576> /Applications/Adobe Illustrator CS5/*/DocInfo
    0xea00000 -  0xeaacfea +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 15.0.0 - 15.0.0) <E52FE44A-D024-94CB-D70B-4E0EE79D2906> /Applications/Adobe Illustrator CS5/*/ColorHarmony
    0xeac8000 -  0xeae2fe2 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 15.0.1 - 15.0.1) <C7051AF4-E06C-0EE4-1B1C-43271C060CEC> /Applications/Adobe Illustrator CS5/*/KinsokuDlg
    0xeb13000 -  0xeba3feb +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 15.0.0 - 15.0.0) <21DEC189-D1E8-6D28-2591-90AD613A4A7B> /Applications/Adobe Illustrator CS5/*/PaintStyle
    0xebb2000 -  0xee33fef +com.adobe.illustrator.plugins.Scripting Support (Scripting Support version 15.0.0 - 15.0.0) <D06A593F-B9A2-154A-6222-DF90FD0F836D> /Applications/Adobe Illustrator CS5/*/Scripting Support
    0xef69000 -  0xef6effd +com.adobe.illustrator.plugins.Scripts Menu (Scripts Menu version 15.0.0 - 15.0.0) <E78BB908-6C5F-9EE1-63C7-6B0BAD790001> /Applications/Adobe Illustrator CS5/*/Scripts Menu
    0xef99000 -  0xefaeff7 +com.adobe.illustrator.plugins.SpellcheckUI (SpellCheckUI version 15.0.0 - 15.0.0) <959D6068-AF36-67B2-E9B8-4A584362E474> /Applications/Adobe Illustrator CS5/*/SpellcheckUI
    0xefbe000 -  0xefc8ff3 +com.adobe.illustrator.plugins.Find (Find version 15.0.0 - 15.0.0) <A154DE76-543A-63B7-1653-4D3567FE25DB> /Applications/Adobe Illustrator CS5/*/Find
    0xefcd000 -  0xefe1fef +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 15.0.0 - 15.0.0) <6F536971-AA45-8F82-309E-F8BC4F6E4A98> /Applications/Adobe Illustrator CS5/*/EyeBucketTool
    0xf00b000 -  0xf00dfff  libCoreFSCache.dylib (??? - ???) <4D047C6F-11FF-3893-A352-5C1E259C036E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xf011000 -  0xf012ffb +cl_kernels (??? - ???) <35A4B6A5-279B-4485-9140-74E9DB1A5D9E> cl_kernels
    0xf03a000 -  0xf03fffe  libgermantok.dylib (??? - ???) <465F8E0F-0AED-3D8A-A852-22549742C6E9> /usr/lib/libgermantok.dylib
    0xf0ec000 -  0xf0ecff3 +cl_kernels (??? - ???) <E0C6945B-52D6-4AB2-95B7-5EBDAA1FADD2> cl_kernels
    0xf0f0000 -  0xf0f0ffb +cl_kernels (??? - ???) <5FF6DBB1-4E3A-49D1-80C5-19C280EDA1DC> cl_kernels
    0xf1f2000 -  0xf270fe2 +com.adobe.illustrator.plugins.SwatchLibraries (Swatch Libraries version 15.0.0 - 15.0.0) <F0AA6574-0276-E239-A888-F2F412FEF4B0> /Applications/Adobe Illustrator CS5/*/SwatchLibraries
    0xf281000 -  0xf2b1ffc +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 15.0.0 - 15.0.0) <66A518A1-A747-6EE5-0AF4-5E5B30CEB789> /Applications/Adobe Illustrator CS5/*/SymbolPalette
    0xf2ba000 -  0xf2d2ff3 +com.adobe.illustrator.plugins.Workspaces (Workspaces version 15.0.0 - 15.0.0) <AAD61C6D-603D-08A6-D432-71CFB155E25C> /Applications/Adobe Illustrator CS5/*/Workspaces
    0xf2d9000 -  0xf300ff0 +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 15.0.0 - 15.0.0) <6219DB20-8CF6-C888-B841-D2CA302EA747> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAtt ributes
    0xf308000 -  0xf334fff +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 15.0.0 - 15.0.0) <BE233974-06C3-BFDA-BD0C-69C489BE04B6> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
    0xf33d000 -  0xf37bfff +com.adobe.illustrator.plugins.Snap (Snap version 15.0.0 - 15.0.0) <50C67BFC-673E-60E5-6A83-FDF61ACB7878> /Applications/Adobe Illustrator CS5/*/Snap
    0xf38b000 -  0xf39aff0 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 15.0.0 - 15.0.0) <02FA5CA0-49AC-9A14-5EC8-3A524F82F52E> /Applications/Adobe Illustrator CS5/*/DropShadow
    0xf3a0000 -  0xf3aefff +com.adobe.illustrator.plugins.ADMTP (Tool Palette version 15.0.0 - 15.0.0) <FCA09360-78BF-A043-F191-3D680057F439> /Applications/Adobe Illustrator CS5/*/ADMTP
    0xf3b3000 -  0xf3c4ffb +com.adobe.illustrator.plugins.Segment Tools (Segment Tools version 15.0.0 - 15.0.0) <BAA1E4D6-6108-1014-13A9-966CB55B9D69> /Applications/Adobe Illustrator CS5/*/Segment Tools
    0xf3ca000 -  0xf3e8ffa +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 15.0.0 - 15.0.0) <3C0686CB-1C0F-F4A0-369A-90E805B45C08> /Applications/Adobe Illustrator CS5/*/ScatterBrushTool
    0xf3ef000 -  0xf407fff +com.adobe.illustrator.plugins.GlobalAdjust (Reshape Tool version 15.0.0 - 15.0.0) <3BADB03E-24CB-BD81-E23C-C1102B84FDC7> /Applications/Adobe Illustrator CS5/*/GlobalAdjust
    0xf40d000 -  0xf42bfef +com.adobe.illustrator.plugins.ParticlePaint (Symbolism version 15.0.0 - 15.0.0) <5534630E-ED3D-1122-6C57-DA7A2D830DD7> /Applications/Adobe Illustrator CS5/*/ParticlePaint
    0xf434000 -  0xf43dff7 +com.adobe.illustrator.plugins.Magic Wand (Magic Wand version 15.0.0 - 15.0.0) <2E7B598F-B5E0-873E-4E40-E84F537BD935> /Applications/Adobe Illustrator CS5/*/Magic Wand
    0xf442000 -  0xf459ff3 +com.adobe.illustrator.plugins.Liquify (Liquify version 15.0.0 - 15.0.0) <9F18C32A-BE54-EBFD-4AC1-7FEA633243AE> /Applications/Adobe Illustrator CS5/*/Liquify
    0xf45e000 -  0xf465fec +com.adobe.illustrator.plugins.Lasso (Lasso version 15.0.0 - 15.0.0) <B61316E3-6BD8-4372-0196-79ACD7B2ADDC> /Applications/Adobe Illustrator CS5/*/Lasso
    0xf46b000 -  0xf46fffb +com.adobe.illustrator.plugins.KnifeTool (Knife Tool version 15.0.0 - 15.0.0) <48A118A6-14C1-26B1-9F6D-B7430F77505A> /Applications/Adobe Illustrator CS5/*/KnifeTool
    0xf474000 -  0xf4aafeb +com.adobe.illustrator.plugins.EraserTool (EraserTool version 15.0.0 - 15.0.0) <F47ACCBC-6AF5-FB7D-7D4F-F0F2C0140328> /Applications/Adobe Illustrator CS5/*/EraserTool
    0xf4b2000 -  0xf538fff +com.adobe.illustrator.plugins.dBrushTool (Bristle Brush Tool version 15.0.1 - 15.0.1) <96C468D5-73FF-DC72-EB25-BC122F4D7686> /Applications/Adobe Illustrator CS5/*/dBrushTool
    0xf62c000 -  0xf655fec +com.adobe.illustrator.plugins.CalligBrushTool (Calligraphic Brush Tool version 15.0.0 - 15.0.0) <E1531DB8-AEFF-8A8F-230E-D2BF98C12B96> /Applications/Adobe Illustrator CS5/*/CalligBrushTool
    0xf65c000 -  0xf670ff7 +com.adobe.illustrator.plugins.BoundingBox (BoundingBox version 15.0.0 - 15.0.0) <B1C6964F-818D-2C57-ACFB-0DA783285D67> /Applications/Adobe Illustrator CS5/*/BoundingBox
    0xf675000 -  0xf69eff2 +com.adobe.illustrator.plugins.ArtBrushTool (Art Brush Tool version 15.0.0 - 15.0.0) <E73A65AA-C929-01B7-68EC-58EB2D87CB34> /Applications/Adobe Illustrator CS5/*/ArtBrushTool
    0xf6a5000 -  0xf6c9fff +com.adobe.illustrator.plugins.ExpressView Support (OS Express Views version 15.0.0 - 15.0.0) <21FCD83B-F1CD-6EB7-1B48-91FE9022E2FE> /Applications/Adobe Illustrator CS5/*/ExpressView Support
    0xf6d1000 -  0xf6efffe +com.adobe.illustrator.plugins.MPSExport (MPSExport version 15.0.1 - 15.0.1) <249488E3-8D1F-C05E-20C0-4B9A2CC811E7> /Applications/Adobe Illustrator CS5/*/MPSExport
    0xf71e000 -  0xf729ffb +com.adobe.illustrator.plugins.Pathfinder (Pathfinder Plugin version 15.0.0 - 15.0.0) <ACC0A0E6-C4D4-6072-473A-D7E976B0D7EF> /Applications/Adobe Illustrator CS5/*/Pathfinder
    0xf72d000 -  0xf742ff0 +com.adobe.illustrator.plugins.WelcomeScreen (WelcomeScreenn version 15.0.0 - 15.0.0) <E19BD90F-BA6C-2383-15AD-1F843A0CD68A> /Applications/Adobe Illustrator CS5/*/WelcomeScreen
    0xf748000 -  0xf75bfff +com.adobe.illustrator.plugins.TransparencyPalette (Transparency Palette version 15.0.0 - 15.0.0) <62E98A07-BD56-1EF2-FCFA-17F4C16ADE59> /Applications/Adobe Illustrator CS5/*/TransparencyPalette
    0xf75f000 -  0xf77cfe2 +com.adobe.illustrator.plugins.Services (Services version 15.0.0 - 15.0.0) <105A501F-C4A0-81B1-90D9-7023FE3C42D3> /Applications/Adobe Illustrator CS5/*/Services
    0xf785000 -  0xf796fe8 +com.adobe.illustrator.plugins.SeparationPreview (Separation Preview version 15.0.0 - 15.0.0) <01485368-267F-5BF4-6628-FC51862C93E1> /Applications/Adobe Illustrator CS5/*/SeparationPreview
    0xf79c000 -  0xf7a1fff +com.adobe.illustrator.plugins.PathSuite (PathConstruction Suite version 15.0.0 - 15.0.0) <F551B927-E001-B314-2A34-C2D3C2CE3F95> /Applications/Adobe Illustrator CS5/*/PathSuite
    0xf7a5000 -  0xf7cbfff +com.adobe.illustrator.plugins.LiveBlends (Live Blends version 15.0.0 - 15.0.0) <0940CEDC-3D38-3603-A714-846973128528> /Applications/Adobe Illustrator CS5/*/LiveBlends
    0xf7d1000 -  0xf7ffffc +com.adobe.illustrator.plugins.Layers (Layers Palette version 15.0.0 - 15.0.0) <8F0EA34C-0884-6A5E-42AF-797BE76AF318> /Applications/Adobe Illustrator CS5/*/Layers
    0xf807000 -  0xf81dff3 +com.adobe.illustrator.plugins.KBSCPlugin (Keyboard Shortcuts version 15.0.0 - 15.0.0) <AA3FE4E5-2E39-2BDC-29FA-2B4A80B1758B> /Applications/Adobe Illustrator CS5/*/KBSCPlugin
    0xf824000 -  0xf829fef +com.adobe.illustrator.plugins.FileClipboardPref (FileClipboardPref version 15.0.0 - 15.0.0) <D36E49AB-3A0A-20A7-BC60-9EC2D1461B4A> /Applications/Adobe Illustrator CS5/*/FileClipboardPref
    0xf82d000 -  0xf887fea +com.adobe.illustrator.plugins.ArtStyle (Art Style version 15.0.0 - 15.0.0) <3A39E0EB-0978-4867-1330-C34D3EC5C217> /Applications/Adobe Illustrator CS5/*/ArtStyle
    0xf893000 -  0xf8abff7 +com.adobe.illustrator.plugins.ArtboardPanel (Artboard Panel version 15.0.0 - 15.0.0) <7590F0B2-136E-8262-47EB-76EB405576CD> /Applications/Adobe Illustrator CS5/*/ArtboardPanel
    0xf8b2000 -  0xf8c2fff +com.adobe.illustrator.plugins.AppBarControlsPlugin (Adobe App Bar Controls Host version 15.0.0 - 15.0.0) <D1E094B3-146F-85F7-CA05-8267471B86BF> /Applications/Adobe Illustrator CS5/*/AppBarControlsPlugin
    0xf8c8000 -  0xf8d8ffc +com.adobe.illustrator.plugins.Align (AdobeAlignObjects version 15.0.0 - 15.0.0) <1779311C-23B6-09AC-173D-F204ABA34004> /Applications/Adobe Illustrator CS5/*/Align
    0xf8dc000 -  0xf8e2fe8 +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 15.0.0 - 15.0.0) <AFCFCBDC-8EA9-8150-7415-538DA59A30FB> /Applications/Adobe Illustrator CS5/*/TextWrapDlg
    0xf8e6000 -  0xf8f4fff +com.adobe.illustrator.plugins.Advanced Select (Advanced Select version 15.0.0 - 15.0.0) <D4C8AF84-087F-EE42-445B-D0477022645F> /Applications/Adobe Illustrator CS5/*/Advanced Select
    0xf8f9000 -  0xf8fcfff +com.adobe.illustrator.plugins.TypeCase (Change Case version 15.0.0 - 15.0.0) <53912D41-3BF1-646F-1261-134FFB516F2C> /Applications/Adobe Illustrator CS5/*/TypeCase
    0xfa00000 -  0xfa21fef +com.adobe.illustrator.plugins.AltGlyphPal (AdobeAltGlyphPalette version 15.0.1 - 15.0.1) <B2AE8337-FCD0-29DC-BBFC-A55DF0751A87> /Applications/Adobe Illustrator CS5/*/AltGlyphPal
    0xfa59000 -  0xfa91fff +com.adobe.illustrator.plugins.ActionPalette ( Action Palette version 15.0.0 - 15.0.0) <4BB61412-8F86-9318-1298-5F33D99C3C12> /Applications/Adobe Illustrator CS5/*/ActionPalette
    0xfa9a000 -  0xfb2eff3 +com.adobe.illu

  • TS4212 can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.  I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work

    can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.   what do I do
    I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work.
    I am really struggling

    Thanks
    someone named  Eloisa   she gave me   a phone no.   or visit hp.com/uk
    cannot make head nor tale of it all.  I am old.  and find everything hard to undertstand

  • Is there a way to organise the files in itunes media into playlists? i have a large playlist that i wish to add to a hard drive but i don't want to have to look up each file location separately.

    is there a way to organise the files in itunes media into playlists? i have a large playlist that i wish to add to a hard drive but i don't want to have to look up each file location separately.

    You cannot put music onto your iPod without using iTunes, that what iTunes is for.
    It's also not a good idea to wipe the music from your computer and having it only on your iPod. We see countless posts here from people who have done just that - and then lost everything when the iPod needs a Restore. Even if you never need to Restore your iPod, what happens when you eventually replace the iPod? You'll be back here asking how to get the music from one iPod to another. That's not easy to do, we see countless posts about that too!
    A much better idea is to buy an external drive (a proper external drive, not simply an iPod) and put your large amount of music onto that drive. Then point your iTunes Library to that drive. However, you need to remember two things:
    You still need a backup of that Library.
    Using an external drive as your iTunes Library means that the drive must be connected and ready to read before starting your iTunes programme. If it isn't, then iTunes will look on the C: drive - and you will find no music in your Library. (Once again, lots of posts about that as well!)

  • Can you have a look at this video and give advice please?

    Hi Guys,
    Can you have a look at this video-
    http://www.youtube.com/watch?v=UA0x3bQUW-g
    I shot it for a friend at a hotel. Can you let me know if if works ok / stutters etc. on your computer.
    I edited hdv pal / ppro cs3 then adobe media encoder to H 264 1280 x 720 25fps bitrate min 2 max 4. keyframes 25.
    It looks pretty bad i think at the normal youtube. It looks a lot better when you hit the 'watch in hd' but begins to stutter.
    Do you have any advice?
    Many thanks
    scott

    First, thank you for doing a very nice piece. I'm a tad bit tired of the "in-your-face" skateboarding pieces. The young lady is also "easy on the eyes."
    Second, I looked at the piece in both resolutions, and also after all buffering had completed. The only things that I saw were one Transition at about the 1/4 point that seemed to have about a 1-frame "glitch," or something. Two of the Titles also did not seem to fade-up/move-in at the same pace, or with the same smoothness as the others. Even looking at movement, like the flag (again near the 1/4 mark - sorry that I did not write down the exact TimeCode), I did not notice any stuttering. I'd better get this out of the way right now, I'm viewing on my laptop's 17" 1680x1050 nVidia GeForce 8800M GTX-512MB display, with full hardware acceleration.
    Not sure what you, and Dan, are seeing. I'm usually a pretty critical observer, though might be missing something important. If you can give me a TimeCode and where, in the frame, you're both seeing the problems, I'll be glad to give it another go.
    Good luck,
    Hunt
    PS I like the mood that both the visuals and music convey. My wife also made note of the URL, for our next trip to the UK in October.

  • I want to move a selection (a person) into an image of a brick wall and have it look like the person was painted on the wall. Can it be done? Using CC on iMac. Thanks

    I want to move a selection (a person) into an image of a brick wall and have it look like the person was painted on the wall. Can it be done? Using CC on iMac. Thanks

    Yes of course its Photoshop. Cut the person out copy to clipboard paste onto toe brick wall document  and texture the layer using a displacement map for the brick wall. Look for Photoshop tutorials on using a displacement map.

  • Operating system os x 10.6.8 safari 5.1.10. am told on checking that 16.0.305 is installed but not listed in applications. have downloaded install app but cannot carry out the installation. am informed flash player is blocked.

    operating system os x 10.6.8 safari 5.1.10. am told on checking that 16.0.305 is installed but not in application. have downloaded install app but cannot carry out the installation. can anyone help? am unable to use any application requiring flash player.
    thank you!

    Hi Anne,
    Your version of Safari is still supported.  Please see Adobe Flash Player | Tech specs for supported OS and browsers.
    If the Flash Player plugin is in the Plug-ins (disabled) folder it's because it's an older version that Apple has disabled in Safari.  This has nothing to do with whether or not Flash Player supports the browser.
    I'm not sure what you mean by "when i click on flash player itself i am told there is no application to open it."  Flash Player.plugin only works in the browser to view Flash content in the browser.  The plugin does not open files outside of the browser.  If you have SWF files you'd like to view outside of the browser, then you'll need the Flash Player projector. However, based on your previous comments this doesn't appear to be what you are trying to do.
    Google Chrome does embed Flash Player in it, while Firefox does not.   Mozilla has also recently started blocking older versions of Flash Player in Firefox similar to what Apple is doing in Safari.
    Following the 'clean install' instructions should result in you having the latest version of Flash Player installed that will not be blocked by the browser.
    Maria

Maybe you are looking for

  • How do I get my music I've purchased from iTunes from the cloud to my macbook air?, How do I get my music I've purchased from iTunes from the cloud to my macbook air?

    I can't figure out how to get my purchased music from itunes from icloud to my macbook air. Anyone know how I can do it? Thanks

  • Listener.ora password problems

    After a recent IT audit we've been told to set up a listener password for our Oracle 9R2 database on VMS. I tried but got a few error messages when entering the save_config command e.g TNS-12570 TNS-12560 TNS-00530 It turns out that we use something

  • Editing a Task

    Dear Experts, I am facing a strange problem. In swdd when I go to task inside activity step, I see that from the menu Standard task - Display<->Change is disabled. In swu3 I see that maintain runtime environment, maintain definition time environment,

  • Create installation using 8.5 Project

    I'd like to know if there is a single, comprehensive source for creating installation files (setup.exe) with LV 8.5 project.  I have a standalone executable that uses the vision toolkit so I have to include the vision RTE.  But I'd like to simpify th

  • HELP with Phone Applet

    Hi I am making a NokiaPhone applet in Jbuilder. I want the phone applet to look like the actual phone. I have a menu Button just like we have on the phone keypad. I want that when the user clicks on the menu button the menu should show up in the text