Automator bug when save as finder plugin

I've got a simple workflow that I've saved it as Finder plugin.
1)Get Selected Items
2)Open Finder Items (choose an application to open)
I can run the workflow within automator. But when I save it as a Finder plugin, running it via the finder contextual menu doesn't work. I tried debugging and found these errors in /var/log/system.log whenever I run the worklow as a plugin.
Nov 17 19:07:35 MyMac Automator Runner\[2414\]: Error while processing arguments
Nov 17 19:07:37 MyMac Automator Runner\[2414\]: The action “Initiate Remote Broadcast” could not be loaded because the application “QuickTime Broadcaster” was not found.

Finder is passing a list to Automator's workflows as the parameter 'input'. I found there were two items in the list for a given item selected in Finder:
The first was the POSIX-style path to the selected item: /Users/jd/filename.
The second was the older-style, non-UNIX, path: Macintosh HD:Users:jd:filename.
When I ran my workflow within Automator I found only the old-style path was being passed to my script.
Debugging techniques:
1) Determining the class of the 'input'; in this case a 'list' NOT a 'string' as I'd assumed.
2) Using a try-on error block to retrieve error info.
Here's my code. In my workflow this applescript is preceded by a Finder command to get the selected items.
on run {input, parameters}
set commitInfo to "No repository information"
set finderItemList to input
set inputAsString to ((item 1 of finderItemList) as string)
set pathAsString to POSIX path of inputAsString
try
set commitInfo to do shell script "cd " & pathAsString & "; git log"
display dialog commitInfo
on error errTxt number errNum
set errMsg to pathAsString & " " & errTxt
display dialog errTxt & return & errNum
return input
end try
return commitInfo
end run

Similar Messages

  • Bug when save area flash to image on server

    hi all,
    I've a problem when save area flash to image on server (both Win or Linux), but on local (OS: Window) it allaway runs well. I try to find this bug, when user "loadMovie" function it's bug, but i don't use "loadMovie" function it runs well (on Sever)
    source below:
    * Print Button has been clicked
    function print_me(){
        trace("printing...");
        var _loc4 = new flash.display.BitmapData(300,300, false);
        _loc4.draw(this);
        my_mc = _root.snap_mc;
        my_mc.cont_mc.attachBitmap(_loc4, 5, "auto", true);
        my_mc.cont_mc._width = 200;
        my_mc.cont_mc._yscale = my_mc.cont_mc._xscale;
        var _loc2 = new flash.display.BitmapData(my_mc._width, my_mc._height, false);   
        _loc2.draw(my_mc);
        myclr = "";
        for (i = 0; i < _loc2.width; i++)
            for (j = 0; j < _loc2.height; j++)
                clr = _loc2.getPixel(i, j).toString(16); // cannot get color of this pixel when it runs on server(all away return FFFFFF - white) , but on local it runs well
                myclr = myclr + (clr + ",");
            } // end of for
        } // end of for
        var _loc3 = new LoadVars();
        _loc3.w = _loc2.width;
        _loc3.h = _loc2.height;
        _loc3.clr = myclr;
         _root.result_.text    = myclr;
         // send php save image
          _loc3.sendAndLoad("http://example.com/save_image.php", _loc3, "post");
    var mclListener:Object = new Object();
    mclListener.onLoadStart = function(target_mc1:MovieClip) {
       trace("start");
    mclListener.onLoadComplete = function(target_mc1:MovieClip) {
      trace("complete");
    //abc();
    mclListener.onLoadInit = function(target_mc1:MovieClip) {
       trace("onLoadInit");
        // Print when load image completed
        print_me();
    mclListener.onLoadError = function(target_mc1:MovieClip) {
       trace("error");
    var image_mcl:MovieClipLoader = new MovieClipLoader();
    image_mcl.addListener(mclListener);
    _root.mc.loadMovie('http://example.com/box_rose_frame.jpg');
    any body help?
    thanks

    thanks your help.
    I fixed it: if use "loadMovie(url)" function with
    - Url: remote, ex: http://example.com/abc.jpg => errror
    -Url: local, ex: ../../upload/abc.jpg => run well
    it's fixed
    Regard

  • When I use 32 bit version I easily find plugins but for Nighty 64 bit I can not find some plugin for this browser what can i do I don't want to return back to 32 bit please advice

    When I use 32 bit version of Mozilla I easily find plugins but for Nighty 64 bit I can not find some plugin for this browser what can i do
    I don't want to return back to 32 bit I love Nighty 64 bit and I'm satisfied with performance
    what can I do please advice ?

    Many plugin vendors haven't updated their plugins to work with x64, or you have to download a special x64 version (Flash and Java for example). Which plugins is it that you are having problems with?

  • "Save as"  Finder Window

    My comment is coming a little late in the game but it's something that has bugged me since OS 9.
    If I remember way back when, when I saved a document with the "Save as" command, one would get a drop down window and when one clicked Save, the file would appear in the appropriate folder in the window. One could see the file was filed in the appropriate place. Since OS X, when Save is selected, the window disappears without any hint your filing has been completed properly. I find myself reopening a the Finder to confirm my filing. Am I one of a very few who feel compelled to verify a filing after a "Save as" command by having to reopen the Finder? Just a comment on something that bugs me!

    Tom Dignam wrote:
    Am I one of a very few who feel compelled to verify a filing after a "Save as" command by having >reopen the Finder?
    Probably not the only one... the OS 9 Finder way did slow things down a bit. But it may be a helpful feature for some. Best if you could activate or not. You can file a feature request here Mac OS X Feedback
    -mj

  • Trigger automator script when new file created

    I want to create an automator script that will recognise when a new file is created (with a name that matches a particular pattern and in a certain directory) and mail that file to a predefined address. Is that possible?

    yes, this is possible with a folder action. you can attach a folder action to the folder in question. it will watch this folder for new files and trigger when a new file is added. you can create an automator workflow and save it as a folder action plugin.

  • Bug Report: "Save For Web" creates undeletable temp files

    This is an odd one but sometimes (maybe 1 in every 30 times) I am doing a "save for web" from PhotoShop it creates (in addition to the requested *real* file) an undeleteable temp file in the folder where the real file is being saved.
    Here is how one looks:
    This is what I see when I try to delete it:
    Restarting the Finder from Activity Monitor makes this temp file disappear.
    This started happening since I upgraded to an OWC Mercury Extreme hard drive so I suspect it has something to do with how files are deleted from it (but I have no evidence whatsoever to support this. :-) )
    System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Mac OS 10.7.3
    System architecture: Intel CPU Family:6, Model:37, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2400 MHz
    Built-in memory: 8192 MB
    Free memory: 4224 MB
    Memory available to Photoshop: 6786 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 NVIDIA-7.18.11
    OpenCL Unavailable
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 330M OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1050, right: 1680
    Video Renderer ID: 16918034
    Video Card Memory: 228 MB
    Video Rect Texture Size: 8192
    Serial number: Tryout Version
    Application folder: SledgeHammer:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      SledgeHammer, 446.8G, 215.8G free
    Required Plug-ins folder: SledgeHammer:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: SledgeHammer:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   5.0.11.0   1.256674
       AdobeACE.framework   AdobeACE   2.19.18.19243   66.492997
       AdobeAGM.framework   AdobeAGM   4.26.17.19243   66.492997
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.19243   66.492997
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.492997
       AdobeCoolType.framework   AdobeCoolType   5.10.31.19243   66.492997
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120201  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.93   66.496052
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1642  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1640  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       3D Studio 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 7.0 (308), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0 20120305.m.415 2012/03/05:21:00:00  ©2002-2012 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0 20120305.m.415 2012/03/05:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0 20120305.m.415 2012/03/05:21:00:00  ©1997-2012 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 13.0 20120305.m.415 2012/03/05:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Entropy 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0 20120305.m.415 2012/03/05:21:00:00  ©2001-2012 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0 20120305.m.415 2012/03/05:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       U3D 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    Thanks Chris,
    Here is the latest crash details from Event Viewer, it also crashes intermittently when I open documents, this is a crash from opening a document today.
    Faulting application name: Photoshop.exe, version: 14.0.0.0, time stamp: 0x5176451b
    Faulting module name: ntdll.dll, version: 6.1.7601.18205, time stamp: 0x51dba4e7
    Exception code: 0xc0000005
    Fault offset: 0x0000000000027b0b
    Faulting process id: 0x2fa4
    Faulting application start time: 0x01cea063426c74fe
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 715dd1e4-1044-11e3-8c24-7c05070d23cd

  • AI CS5 files are crush when save, file lock automatically itself!

    Files crush when save & it show "Adobe Illustrator CS5 quite unexpectedly"
    those files even I keep working & save several time.
    when I check the inf. of this AI file and find out
    "Sharing & Permissions" is Lock
    but I never sent up "Lock" before even I unlock the file
    sometime it happen again then again~!!
    Process:         Adobe Illustrator [758]
    Path:            /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         399 (15.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [96]
    Date/Time:       2010-07-07 09:57:12.557 +0800
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          19873 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  75110 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      C7928578-DDF0-48C0-B54B-38882B745CBE
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000147
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.illustrator             0x004f7563 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 1817531
    1   ...strator.plugins.BoundingBox    0x1a4321b5 0x1a425000 + 53685
    2   ...strator.plugins.BoundingBox    0x1a42d63d 0x1a425000 + 34365
    3   ...tor.plugins.FrameworkServer    0x0e7e50fa PluginMain + 3808
    4   ...tor.plugins.FrameworkServer    0x0e7e6743 PluginMain + 9513
    5   ...strator.plugins.BoundingBox    0x1a43767f PluginMain + 179
    6   com.adobe.illustrator             0x006c282e AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3698310
    7   com.adobe.illustrator             0x006be993 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3682283
    8   com.adobe.illustrator             0x006c6656 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3714222
    9   com.adobe.illustrator             0x001ab95d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1634569
    10  com.adobe.illustrator             0x00561c97 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2253551
    11  com.adobe.illustrator             0x0011180b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1003447
    12  com.adobe.illustrator             0x00177047 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1419251
    13  com.adobe.illustrator             0x0014af56 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1238786
    14  com.adobe.illustrator             0x00154992 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1278270
    15  com.adobe.illustrator             0x005a6221 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2533497
    16  com.adobe.coretech.adm            0x1968983d 0x1967e000 + 47165
    17  com.adobe.coretech.adm            0x196b8a0c 0x1967e000 + 240140
    18  com.adobe.coretech.adm            0x196dc1e9 0x1967e000 + 385513
    19  com.adobe.coretech.adm            0x19703229 0x1967e000 + 545321
    20  com.adobe.coretech.adm            0x197038e3 0x1967e000 + 547043
    21  com.adobe.coretech.adm            0x196eb065 0x1967e000 + 446565
    22  com.adobe.coretech.adm            0x196dfa9d 0x1967e000 + 400029
    23  com.adobe.illustrator             0x005d8462 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2738874
    24  com.apple.HIToolbox               0x91229f2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    25  com.apple.HIToolbox               0x912291f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    26  com.apple.HIToolbox               0x9124b9bb SendEventToEventTarget + 52
    27  com.apple.HIToolbox               0x913db54d SendEventFromMouseDown(OpaqueWindowPtr*, unsigned long, OpaqueEventRef*) + 164
    28  com.apple.HIToolbox               0x912983eb HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 518
    29  com.apple.HIToolbox               0x91297ed3 HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 786
    30  com.apple.HIToolbox               0x912977de StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 93
    31  com.apple.HIToolbox               0x91229f2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    32  com.apple.HIToolbox               0x912291f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    33  com.apple.HIToolbox               0x9124b9bb SendEventToEventTarget + 52
    34  com.apple.HIToolbox               0x9125d4db ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    35  com.apple.HIToolbox               0x9122a380 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    36  com.apple.HIToolbox               0x912291f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    37  com.apple.HIToolbox               0x9124b9bb SendEventToEventTarget + 52
    38  com.adobe.illustrator             0x000a6bea AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 566166
    39  com.apple.HIToolbox               0x91229f2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    40  com.apple.HIToolbox               0x912291f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    41  com.apple.HIToolbox               0x91229055 SendEventToEventTargetWithOptions + 58
    42  com.apple.HIToolbox               0x9125dbb0 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    43  com.apple.HIToolbox               0x9122a380 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    44  com.apple.HIToolbox               0x912291f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    45  com.apple.HIToolbox               0x9124b9bb SendEventToEventTarget + 52
    46  com.apple.HIToolbox               0x913d4cc3 ToolboxEventDispatcher + 86
    47  com.apple.HIToolbox               0x913d4dfb RunApplicationEventLoop + 243
    48  com.adobe.illustrator             0x000a6e2b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 566743
    49  com.adobe.illustrator             0x0010a688 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 974388
    50  com.adobe.illustrator             0x000cc97e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 721194
    51  com.adobe.illustrator             0x00003346 0x1000 + 9030
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x9433c942 kevent + 10
    1   libSystem.B.dylib                 0x9433d05c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x9433c519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x9433c2be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x9433bd41 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x9433bb86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.amt.services            0x0458d126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services            0x04585db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services            0x0458d18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    7   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94343d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x943459b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96e81a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96e6d38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96e68d67 MPWaitOnQueue + 250
    6   AdobeACE                          0x015526f1 0x1518000 + 239345
    7   AdobeACE                          0x015520ed 0x1518000 + 237805
    8   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    10  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   AdobeAGM                          0x0198b8f5 AGMInitialize + 3243373
    4   AdobeAGM                          0x0198c545 AGMInitialize + 3246525
    5   AdobeAGM                          0x01992138 AGMInitialize + 3270064
    6   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    7   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                 0x94316142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x9438c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl               0x228a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl               0x226441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                 0x9431615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94372848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl               0x228a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl               0x22a1806b APXGetHostAPI + 4096475
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                 0x94344066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x9436fc64 nanosleep$UNIX2003 + 188
    2   ...r.plugins.Scripting Support    0x19a7183b PluginMain + 447467
    3   ...r.plugins.Scripting Support    0x19a53a13 PluginMain + 325059
    4   ...r.plugins.Scripting Support    0x19a71948 PluginMain + 447736
    5   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    6   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                 0x9435338a recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                 0x94373147 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib     0x178776cf Invoke + 54887
    3   ServiceManager-Launcher.dylib     0x1787676e Invoke + 50950
    4   ServiceManager-Launcher.dylib     0x1787561f Invoke + 46519
    5   ServiceManager-Launcher.dylib     0x17875671 Invoke + 46601
    6   ServiceManager-Launcher.dylib     0x178756fb Invoke + 46739
    7   ServiceManager-Launcher.dylib     0x1786fafe Invoke + 23190
    8   ServiceManager-Launcher.dylib     0x1786fce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib     0x178708c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib     0x178709c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib     0x17873db0 Invoke + 40264
    12  ServiceManager-Launcher.dylib     0x17874059 Invoke + 40945
    13  ServiceManager-Launcher.dylib     0x17874687 Invoke + 42527
    14  ServiceManager-Launcher.dylib     0x17874884 Invoke + 43036
    15  ServiceManager-Launcher.dylib     0x17866826 Login + 1654
    16  ServiceManager-Launcher.dylib     0x17867c71 Login + 6849
    17  ServiceManager-Launcher.dylib     0x17874df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib     0x17877341 Invoke + 53977
    19  libSystem.B.dylib                 0x9434381d _pthread_start + 345
    20  libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                 0x9431615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94372848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl               0x228a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl               0x22a180d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                 0x9431615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94372848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl               0x228a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl               0x228bd6de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl               0x228a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl               0x228a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl               0x228a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    9   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                 0x9431614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96e7f15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x268e70f0 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    5   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                 0x94316136 semaphore_wait_trap + 10
    1   com.adobe.illustrator             0x00655f0a AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3253602
    2   com.adobe.illustrator             0x00656aef AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3256647
    3   com.adobe.illustrator             0x00656cbf AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3257111
    4   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    5   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    6   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                 0x94316136 semaphore_wait_trap + 10
    1   com.adobe.illustrator             0x00655f0a AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3253602
    2   com.adobe.illustrator             0x00656aef AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3256647
    3   com.adobe.illustrator             0x00656cbf AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3257111
    4   ...ple.CoreServices.CarbonCore    0x96e4cdee PrivateMPEntryPoint + 68
    5   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    6   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                 0x94335086 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x905be80d __CFSocketManager + 1085
    2   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    3   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                 0x9431615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94343ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94372848 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x96e6d3b5 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x96e6d0f3 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore    0x96e9134b TimerThread + 97
    6   libSystem.B.dylib                 0x9434381d _pthread_start + 345
    7   libSystem.B.dylib                 0x943436a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x000000ff  ecx: 0x5041524d  edx: 0x072bce00
      edi: 0x00000000  esi: 0xbfffd4ee  ebp: 0xbfffd498  esp: 0xbfffd480
       ss: 0x0000001f  efl: 0x00010246  eip: 0x004f7563   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000147
    Binary Images:
        0x1000 -   0xff7ff6 +com.adobe.illustrator 399 (15.0.0) <E4A81060-96D8-01B9-093D-04CBB8C0459B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x12d9000 -  0x13a6fe7 +AdobeAXEDOMCore ??? (???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1415000 -  0x1425fff  com.apple.carbonframeworktemplate 1.0 (1.0) <5E8425F4-3852-F874-5091-CA17727F863C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x142a000 -  0x1445ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
    0x145f000 -  0x14a3fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <D16914DF-84AF-46F5-DBE7-4E69FDF57C2B> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x1506000 -  0x1506fff +SPBasic ??? (???) <9025F209-C255-BA15-EE86-BCF54706917D> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x150a000 -  0x1510ffb +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/AdobeSplashKit
    0x1518000 -  0x162cfff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x164f000 -  0x1b75fff +AdobeAGM ??? (???) <BD6EEC99-2691-BD5F-5888-2436562E5227> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1cb6000 -  0x1cf2fff +AdobeARE ??? (???) <EFF04636-11C5-BFF0-6DC4-0E4909802EEA> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1cfb000 -  0x1d21ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
    0x1d32000 -  0x1d4dfff +AdobeBIB ??? (???) <6E3DC6A9-066C-B736-6465-7F91D18860FB> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1d57000 -  0x1d78ff7 +AdobeBIBUtils ??? (???) <0405CA59-8136-7A32-CCDE-D5289F02B4EC> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1d84000 -  0x2076ff7 +AdobeCoolType ??? (???) <AEC9EB8F-2122-1708-3207-2A8BE3308FFA> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x20fe000 -  0x2196fff +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/AdobeExtendScr ipt
    0x21f5000 -  0x22d8fef +AdobePDFPort ??? (???) <A3B34989-24B0-04AF-D9BC-2B2718803809> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x230d000 -  0x2941feb +AdobePDFL ??? (???) <1A619F3E-A9D4-A99C-791E-92B564F64609> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2a6d000 -  0x2afaff7 +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/AdobeScCore
    0x2b3f000 -  0x2bdffef +AdobeSVGExport ??? (???) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x2c09000 -  0x2ea7ff2 +AdobeSVGRE ??? (???) <95F2CE86-4B2D-C3DE-A783-8E0A0B24F74C> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2f80000 -  0x2fd8ff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2fe7000 -  0x3073fef +AdobeXMPFiles ??? (???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x30aa000 -  0x3177ff3 +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/libicu i18n.dylib.36.0
    0x31da000 -  0x32b4fef +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
    0x32f4000 -  0x3ca4fff +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.dylib.36.0
    0x3ca7000 -  0x407fff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x41ae000 -  0x4214ffb +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
    0x4244000 -  0x42d5ff7 +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/libicucnv.dylib.3 6.0
    0x42f4000 -  0x44daff7 +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/AdobeLinguistic
    0x4568000 -  0x45cffea +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/amtservices
    0x460e000 -  0x468bfff +AdobeOwlCanvas ??? (???) <6718BCAA-AAF5-07C2-B2F5-D7CD3BF5B924> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x46a7000 -  0x47dffe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4821000 -  0x4825ffc +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/AdobeCrashRep orter
    0x482c000 -  0x487fffb +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
    0x48c7000 -  0x48d9fff +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
    0x48e2000 -  0x5625fff +com.adobe.psl AdobePSL 12.0.0.7524 (12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5964000 -  0x5ae1fef +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
    0x5c5c000 -  0x5f4cfef +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
    0x6274000 -  0x65baff3 +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
    0x6ac9000 -  0x6adbfef +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
    0x6aec000 -  0x6af2fef +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
    0x6b03000 -  0x6b0eff3 +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_filesyste m
    0x6b22000 -  0x6ba0fe2 +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_regex
    0x6c04000 -  0x6c0efff +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_signals
    0x6c21000 -  0x6c23ffb +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_system
    0x6c2a000 -  0x6c31ff2 +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_threads
    0x6c41000 -  0x6c9ffe2 +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/boost_serial ization
    0x6d76000 -  0x6f15fe7 +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
    0x6f7e000 -  0x6febfef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x7006000 -  0x70bbfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x7101000 -  0x7141ff7  com.apple.vmutils 4.2 (106) <7AAF9FDA-AC1E-09FD-889E-68FFB5F94BA8> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x715a000 -  0x715dff8 +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
    0x71d8000 -  0x71d9ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x71f7000 -  0x71f7fff +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
    0x9b00000 -  0x9b01ff7  ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x9b07000 -  0x9b07ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x9b50000 -  0x9bc0feb +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
    0x9bce000 -  0x9bd6fff +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
    0xe4f8000 -  0xe4f9fff +com.adobe.illustrator.plugins.ASLib ASLib version 15.0.0 (15.0.0) <E0248AB4-BFC9-A137-113D-6B7C9E9EC662> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0xe79f000 -  0xe7c8feb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0xe7d8000 -  0xe7dfffe +com.adobe.illustrator.plugins.Action Action version 15.0.0 (15.0.0) <142864FE-DD35-352E-D04F-3CEC42460B58> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0xe7e3000 -  0xe7ecfff +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/FrameworkServer
    0xe7f0000 -  0xe7f6ff7 +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/ArtConverters
    0xe7fa000 -  0xe7fbfff +com.adobe.illustrator.plugins.MPSCommon MPSCommon version 15.0.0 (15.0.0) <D7CD8FCC-D327-056C-44F2-65D1653946A4> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/MPSCommon.aip/Contents/MacOS/MPSCommon
    0x17810000 - 0x17849ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
    0x17864000 - 0x17887fe7 +ServiceManager-Launcher.dylib ??? (???) <12CEC4C0-8682-A5FD-BAD4-A3E4A4F6218A> /Library/Application Support/Adobe/CS5ServiceManager/lib/ServiceManager-Launcher.dylib
    0x17945000 - 0x17953fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x17957000 - 0x17969ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x17977000 - 0x179ccff0 +com.adobe.illustrator.plugins.Photoshop Adapter Photoshop Adapter version 15.0.0 (15.0.0) <F760E076-0C60-0E96-47E4-EE0D4140C5BB> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Photoshop Filters.localized/Photoshop Adapter.aip/Contents/MacOS/Photoshop Adapter
    0x179dd000 - 0x17a07fff +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/BRSPencilTool
    0x17a0e000 - 0x17a12ffb +com.adobe.illustrator.plugins.ToolSelector Tool Selector version 15.0.0 (15.0.0) <5F46ADCB-63B5-9C82-4EC3-AADF25CCBE2F> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ToolSelector.aip/Contents/MacOS/ToolSelector
    0x17c85000 - 0x17c95fff +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
    0x17c9c000 - 0x17cb1fef +com.adobe.illustrator.plugins.FOConversionSuite FOConversionSuite version 15.0.0 (15.0.0) <B2BE11E0-D4B5-A2BC-189F-DDE56054CD2F> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
    0x17cbb000 - 0x17cdbfe2 +com.adobe.illustrator.plugins.Rasterize Rasterize version 15.0.0 (15.0.0) <BD56292B-75AE-1594-81B4-75E57E9BA368> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
    0x17ce1000 - 0x17cf7ffb +com.adobe.illustrator.plugins.ControlPalette ControlPalette version 15.0.0 (15.0.0) <F9F1ABE1-547B-38B4-F95B-704AE58B97E3> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Control Panel.aip/Contents/MacOS/ControlPalette
    0x17f00000 - 0x17f05ff7  com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x18df1000 - 0x18df4fff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 15.0.0 (15.0.0) <F8F2B1CA-D293-7192-E07E-93909A2A6828> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/GeometryS
    0x18df8000 - 0x18dfcfff +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
    0x191ae000 - 0x191e6fff +com.adobe.illustrator.plugins.BrushManager Brush Manager version 15.0.0 (15.0.0) <004D0CCF-80BD-8DC1-7E44-5FD113507384> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/BrushManager.aip/Contents/MacOS/BrushManager
    0x191ff000 - 0x19211fef +com.adobe.illustrator.plugins.Mojikumi  MojiKumiUI version 15.0.0 (15.0.0) <58C626FE-3268-C256-2ABC-734D12C61F64> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Formats.localized/Mojikumi.aip/Contents/MacOS/Mojikumi
    0x1967e000 - 0x19756fff +com.adobe.coretech.adm 3.10x04 (3.1) <4CA7B3C3-1F54-D204-577F-05ED3203F3E7> /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Required/Plug-ins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x197ae000 - 0x1985afea +com.adobe.illustrator.plugins.ColorHarmony ColorHarmony version 15.0.0 (15.0.0) <E52FE44A-D024-94CB-D70B-4E0EE79D2906> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ColorHarmony.aip/Contents/MacOS/ColorHarmony
    0x19876000 - 0x19890fe2 +com.adobe.illustrator.plugins.KinsokuDlg  KinsokuDlg version 15.0.0 (15.0.0) <2831E857-C4A4-D14E-0A43-9C4A9005374C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/KinsokuDlg.aip/Contents/MacOS/KinsokuDlg
    0x1989b000 - 0x1992bfeb +com.adobe.illustrator.plugins.PaintStyle Paint Style Palettes version 15.0.0 (15.0.0) <21DEC189-D1E8-6D28-2591-90AD613A4A7B> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Paint Style Panel.aip/Contents/MacOS/PaintStyle
    0x1993a000 - 0x19bbbfef +com.adobe.illustrator.plugins.Scripting Support Scripting Support version 15.0.0 (15.0.0) <D06A593F-B9A2-154A-6222-DF90FD0F836D> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/ScriptingSupport.aip/Contents/MacOS/Scripting Support
    0x19cca000 - 0x19ce2ff3 +com.adobe.illustrator.plugins.Workspaces Workspaces version 15.0.0 (15.0.0) <AAD61C6D-603D-08A6-D432-71CFB155E25C> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Workspaces.aip/Contents/MacOS/Workspaces
    0x19ce9000 - 0x19cefffb +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
    0x19cf3000 - 0x19cfafec +com.adobe.illustrator.plugins.Lasso Lasso version 15.0.0 (15.0.0) <B61316E3-6BD8-4372-0196-79ACD7B2ADDC> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Lasso.aip/Contents/MacOS/Lasso
    0x1a0ae000 - 0x1a12cfe2 +com.adobe.illustrator.plugins.SwatchLibraries Swatch Libraries version 15.0.0 (15.0.0) <F0AA6574-0276-E239-A888-F2F412FEF4B0> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/SwatchLibraries.aip/Contents/MacOS/SwatchLibr aries
    0x1a13d000 - 0x1a16dffc +com.adobe.illustrator.plugins.SymbolPalette Symbol Palette version 15.0.0 (15.0.0) <66A518A1-A747-6EE5-0AF4-5E5B30CEB789> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Symbol Panel.aip/Contents/MacOS/SymbolPalette
    0x1a176000 - 0x1a19dff0 +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/slicingAttributes
    0x1a1a5000 - 0x1a1d1fff +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
    0x1a1da000 - 0x1a1eafff +com.adobe.illustrator.plugins.DocInfo Document Info version 15.0.0 (15.0.0) <A89FFFC5-7CB4-4229-467F-B36013B66576> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/DocInfo.aip/Contents/MacOS/DocInfo
    0x1a1f1000 - 0x1a22ffff +com.adobe.illustrator.plugins.Snap Snap version 15.0.0 (15.0.0) <50C67BFC-673E-60E5-6A83-FDF61ACB7878> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Extensions.localized/Snap.aip/Contents/MacOS/Snap
    0x1a23f000 - 0x1a24eff0 +com.adobe.illustrator.plugins.DropShadow Drop Shadow version 15.0.0 (15.0.0) <02FA5CA0-49AC-9A14-5EC8-3A524F82F52E> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Illustrator Filters.localized/DropShadow.aip/Contents/MacOS/DropShadow
    0x1a254000 - 0x1a262fff +com.adobe.illustrator.plugins.ADMTP Tool Palette version 15.0.0 (15.0.0) <FCA09360-78BF-A043-F191-3D680057F439> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Tool Panel.aip/Contents/MacOS/ADMTP
    0x1a267000 - 0x1a278ffb +com.adobe.illustrator.plugins.Segment Tools Segment Tools version 15.0.0 (15.0.0) <BAA1E4D6-6108-1014-13A9-966CB55B9D69> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Segment Tools.aip/Contents/MacOS/Segment Tools
    0x1a27e000 - 0x1a29cffa +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/Plug-ins.localized/Tools.localized/ScatterBrushTool.aip/Contents/MacOS/ScatterBrushTo ol
    0x1a2a3000 - 0x1a2bbfff +com.adobe.illustrator.plugins.GlobalAdjust Reshape Tool version 15.0.0 (15.0.0) <3BADB03E-24CB-BD81-E23C-C1102B84FDC7> /Applications/Adobe Illustrator CS5/Plug-ins.localized/Tools.localized/Reshape Tool.aip/Contents/MacOS/GlobalAdjust
    0x1a2c1000 - 0x1a2df

    Did you repair your permissions?
    Or
    1. Quit Illustrator.
    2.Go to User/username/Library/Preferences/ Adobe illustrator CS4 Settings and trash the settings folder, the whole folder not just the contents of the folder..
    3. Start Illustrator. Illustrator creates a new preferences file.

  • Premiere CC crashes when working with finder

    Hello premiere community
    my CC always crashes when I want to work with the finder. It starts when you select the scratch disk or save "save as" - (see pictures)
    New installation and upgrades I've done several times. I'm at a loss. Do you have a solution? I have the problem only with Premiere.
    Thank You,
    Robert

    I have the solution... Deactivate Dropbox Finder Plugin...

  • [svn:osmf:] 15121: Fix bug related to validation of plugin versions.

    Revision: 15121
    Revision: 15121
    Author:   [email protected]
    Date:     2010-03-29 17:33:12 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Fix bug related to validation of plugin versions.  The fix is to load a dynamic plugin SWF twice.  The first time it's loaded into a separate ApplicationDomain, so that the class types are not merged (and Version.version will not have identical values for player and plugin).  If the version types are consistent, then the plugin is loaded a second time, this time into the same SecurityDomain (so that class types are merged).  The second load should pull the SWF from the cache, minimizing the overhead.  The downside is that the SWF will be initialized twice.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/loaderClasses/LoaderUtils.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/DynamicPluginLoader.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/PluginLoader.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/media/pluginClasses/TestPluginManagerIn tegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/utils/IntegrationTestUtils.as

    Hi sebasvideo, Did you ever find a solution to this? I've been having the same problem for a few months now and it's maddening. Seems to be specific to the GPU like you say above. I noticed it most when using Element 3D. I thought maybe there was some sort of read/write interference as I have 2 SSDs and one HD with assets spread across all of them. But even when I consolidated all of my data to one drive the flickering kept happening. Not sure if it's an After Effects problem specifically... or windows 8.1? Or nVidia? Super frustrating thoguh.

  • Will run in Automator, won't run as Finder plug-in

    Here is my setup:
    Desktop:Folder A:Folder B
    I created a simple Automator workflow to:
    move Folder B to the desktop,
    copy Folder A to a thumb drive
    move Folder B back into Folder A
    (I want to copy Folder A to the thumb drive MINUS Folder B)
    This script runs within Automator, but when I save it out as a Finder Plug-In and run it via right click, it gives me this error:
    "AppleScript Error:
    Can't make file "HD:Users:ThisUser:Desktop:Desktop" into type alias.
    (-1700)"
    This error appears after Folder B is moved the first time, but before Folder A is copied.
    Any help?
    Matthew

    Matthew,
    I am not quite sure why you are getting a path in the error message that has a duplicate "Desktop" but that is likely the source of your error.
    Generally Automator workflows require some input and with the contextual Finder plug-in that normally means whatever is selected in the Finder at the time the workflow is run. This can be avoided by making the first Automator action ignore any input through selecting the "Ignore Results from Previous Action" command found for example in the Files/Folders drop-down menu at top right of the "Get Specified Finder Items".
    Another way to do what you want without having to move folders:
    1) Get Specified Finder Items - specify the parent folder of Folder A & B
    2) Get Folder Contents
    3) Filter Finder Items - specify "Whose" to Name Does not contain Folder B
    This should give you a listing of items that includes only Folder A which could then be saved to the thumb drive by using the Copy Finder Items action.

  • Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) goes to Computer Drive C - instead of Quick Access

    Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) still have its legacy behavior implemented and navigates to a computer drive, by preselecting and letting the user start at Computer > Drive C - instead of Quick Access.
    This is simply a forgotten correction after Quick Access has been introduced that needs to be corrected for Quick Access to work effectively (in a valuable way for the user) with files not just during create and modify operations on files - but also Open
    file - using File Dialog Boxes (although users may use launch instead for Opening files using i.e. Explorer or navigation from shortcuts on the desktop).
    This missing change of File Dialog Box behavior is unintended and now contradicts the new design with Quick Access for faster navigation (so you should not have to start with a scroll and extra navigation to look for Quick Access (contradiction:
    i.e. QUICK Access)
    Please support the new navigation provided by Quick Access intended to give Quick Access - thus Save As must be able to start here.
    For variability, may be provide an overriding option in Explorer>Folder Options>General (if you change the default behaviour in the File Dialogue) to have Save As start at Computer > Drive C.
    ! Remember to do the change for the Common File Dialog as well - used by most widespread software applications in the Adobe software applications portfolio, i.e. Adobe Photoshop CS6

    Thank you for your time and response! Unfortunately, we have the machine locked down pretty tight (they are public use computers that require heavy restriction) and it is set to restrict all drives so access is limited to the local profile. We did try
    testing your method, however, by adding the Desktop as an allowed location in the Office policy (which would not solve the issue for the other applications but was good for a test) using the path %userprofile%\desktop. When choosing that location, it does
    not throw the error but unfortunately, it does not remember like it did for your with the E: drive so it still always throws the error when first loading the dialogue box no matter what I do. If you're able to confirm that this is simply by design and we're
    just expected to inform our users to click through the errors, then I guess that's the accepted answer. Although, do you think that there might be a registry key value that is set after you save to the E: drive for the first time? Maybe we could set that value
    to %userprofile%\desktop if it's doing the redirection after the first save through registry. Thanks again!

  • How do I save and find files on the ipad?

    How do I save and find files on the iPad?

    Files/documents need to be stored/associated within an app on the iPad, unlike 'normal' computers there is no file system which allows you to save files with no means of being able to read/use them. So if you want to store a file on the iPad you first need an app on the iPad that supports that file type.
    How you then get the file onto the iPad and into the app will depend on what the app is and what transfer method(s) it supports. e.g. some apps use the file sharing section at the bottom of the device's apps tab when connected to your computer's iTunes, some apps support the transfer of files via your wifi network, the iBooks app uses the Books section of your iTunes (and the device's Books tab) to sync content, and other transfer methods include email attachments, Dropbox etc. The file is then found by going into your chosen app and opening/using the file.

  • Abiword 3.0 - crash when save as pdf

    Recently I have upgraded Abiword to 3.0. When save a document in pdf format Abiword crashes and leaves 2 files in the directory:
    .gsf-save-XXXXXX
    documentname.abw.saved
    Is it an issue with the new 3.0 version or something is wrong with my system? In previous version the pdf conversion worked fine. Thanks!

    Abiword 3.0 is a mess!
    I can confirm abiword crashes when trying to save a document as *.pdf on 3.12.7-2-ARCH x86_64 + i686 + 3.8.13.1-1-ARCH armv7l, GNU/Linux, Openbox, LXDE.
    Furthermore the top ruler is covered by a grey bar as soon as you click into the text window so you cannot use tabulators nor indentation. (Bugzilla Bug 13582)
    The system wide theme and appearance settings are ignored and abiword appears in a very ugly GTK standard theme.
    Seems like abiword 3.0 has inherited all the long known bugs from its 2.9.X antecessors.
    IMHO it was a bad decision to put abiword 3.0 into the repositorys as it is unstable and buggy.
    The only way is to downgrade to last stable 2.8.6-9 version until abiword becomes usable again.
    EDIT: Another annoying bug: *.odt files created and saved with abiword 2.8.X cannot be opened with abiword 3.X!!
    Last edited by renegat (2014-02-03 00:35:12)

  • While configuring omwb its asking for plugins. not able to find plugins

    Hi
    after registring it is asking for plugins. failed to search for SQL_SERVER2K.Jar file.
    Can you help me when can i find the file to down load. or otherwise.
    Thanks in advance
    Bhaskar
    [email protected]

    Hi,
    You must download the JDBC driver for SQL SERVER from this website:
    http://jtds.sourceforge.net/
    (Please download the distribution, and not the source - ex: jtds-1.2.2-dist.zip) - Unzip the file in a directory you can create independently from SQL Developer - You have to get a .jar file (ex: jtds-1.2.jar).
    Then , in SQL Developer, do the following:
    Click Tools, then Preferences, then Database, then Third Party JDBC Drivers.
    Click Add Entry.
    Select the jar file (ex: jtds-1.2.jar). for the JTDS driver you downloaded from http://jtds.sourceforge.net/
    Then Click on the Left high pane Connections.
    Click on the icon 'New Connection' .
    Give a Connection Name and a User/Password for the connection. This user must have sufficient privileges to perform the tasks that you want perform while connected to the database, such as creating, editing, and deleting tables, views, and other objects.
    Click on SQL SERVER tab.
    Specify the SQL SERVER hostname or TCP/IP address and the port.
    Click on the 'Retrieve database' button. If previous parameters and JTDS driver are correct, you will see your SQL SERVER database displayed in the list box.
    Select the database and then click on Connect.
    I hope it helps you
    Regards,
    Mireille

  • Photoshop CS4 corrupt save for web plugin

    Hi
    I've been having problems with my save for web function freezing, so I deleted my preferrences , settings, accidently deleted my save for web plugin. The save for web then greyed out if I tired to save for web any type of document. I moved my save for web plugin from my trash back into the plugin folder. Photoshop save for web was still greyed out. I then restarted my computer and the save for web is still greyed out.
    Any sugessions on what I can do to activate "save for web" again would be much appreciated.
    I  think it's the plugin that's corrupt, I can't find the photoshop cd to  reinstall it.
    Has anyone got the MAC CS4 Photoshop "save for web plugin"  (Users/[Username]/Library/Preferences/Adobe/Plugins/Adobe Save for Web  CS4/Photoshop/Adobe Save for Web CS4 Prefs) that they could send me.
    This is my CS4 Plugin (it was like this before I accidently deleted it), my collegue's cs4 plugin doesn't look anything like this and doesn't work for me either):
    Thanks very much
    Abi

    Sorry I meant my collegue's cs5 plugin.
    I've read  quite a few posts on this subject and other people have got their friend  to send them their plugin and they've inserted it onto their computer  and it fixed the problem. But I don't know anyone who has photoshop cs4  on a mac.
    This is my cs4 plugin
    This is my collegues cs5 save for web plugin
    Thanks

Maybe you are looking for

  • How to change currency sign in report

    How can I change the currency sign in report like from dollar to pound sign. Any help and advice will be highly appreciated.

  • How to exclude a cell from a row in Report Painter

    Hello, In report painter, I am calculating a percentage of a row within a separate row. Is there a way to only calculate this percentage in certain cells within the row? The row defaults to calculate the entire population but it is only necessary for

  • System preferences can't be opened 600

    Latest update of lion and all updates done.. gettint the error message when trying to open .. the Application System Preferences can't be opened. -600.. Any suggestions... Linda

  • How the Auto Commit works in APEX

    Hi, I have a PL\SQL Process which consist of suppose insert / update / delete statements. insert into emp () values () update emp set delete from emp where empno = Just want to know..when apex do the Auto Commit..I mean after each DML operation. Than

  • Problems getting a TweenEffect to work in AS with a 'removedEffect'

    Anyone have any idea why this small application is throwing an error. Is this a bug, or am I doing something wrong? I am getting this in a much larger, and more complicated app that uses heavy ActionScript. I narrowed the problem code down to this sm