Java applet runs inside html page when opened with http, but no longer with "Open File" menu, why?

Using the "Open File" menu, file:///Users/234866H/Documents/atom/atomic1.html fails to open the java applet atomic1.class inside atomic.html. However, http://atom.curtin.edu.au/igor/atom/atomic1.html works just fine.
I suspect the problem arose following the recent java upgrade. It is also there on Safari.
Testing Java at http://www.java.com/en/download/testjava.jsp yields:
"Your Java is working. Your Java configuration is as follows: Vendor: Apple Inc. Version: Java SE 6 Update 51 Operating System: Mac OS X 10.6.8 Java Architecture: 64-bit"
However, this is an http test, and not an "Open File" test.
Any help would be appreciated.

Hello, I don't know about this specifically but this is what I would try.
Instead of the string "\u7834\u70C2\u7269\u7A0B\u5E8F\u5458..."
Set the encoding type in the String constructor first...
ie:
new String( "\u7834\u70C2\u7269\u7A0B\u5E8F\u5458...","GB18030");
Here is a little class I whipped up to show the CharSets that are available to you..
public class ShowAllCharSets
ShowAllCharSets()
Map myMap = Charset.availableCharsets();
Iterator iterator = myMap.keySet().iterator();
   while (iterator.hasNext())
      System.out.println("Char set name = "+((String)it.next()));
public static void main(String args[])
   new ShowAllCharSets();
}Then use the preset charset String with the specific encoding already set for your menu items.
GB18030 I picked arbitrarily because it is Chinese and you may have to try another.
Good Luck!
(T)

Similar Messages

  • Java Applet in a HTML page: failing with PLS-00306: wrong number of args

    We are trying to use a Java Applet in a HTML page. as our system needs to be able to retrieve a predefined set of data from a third party system that uses Dynamic Data Exchange Protocol (DDE) and are encountering errors from APEX and in IE itself.
    We are using JavaDde from www.nevaobject.com that enables our Java applet to interact with Windows applications (Third Party System) using DDE.
    This functionality is currently used in our Web Form 6i application and we are trying to use the same in the new ApEx application.
    We are using ApEx version : 2.1 and actually aer encountering 2 problems:
    Problem 1: ApEx failing with PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    Problem 2: IE crashes if Applet used in a complex page with several regions (1 Context, 4 Report Regions, 2 level Tabs, Links)
    This problem does not occur in the page where there is only applet and one region. In the case of complex page the IE crashes if the page is reloaded
    Test scenario:
    1- Create a simple page with the HTML region.
    2- Define the Source of the above region as follows
    <OBJECT CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#version=1,4,0,0"
    WIDTH="1"
    HEIGHT="1"
    ID="simpleApplet"
    NAME="simpleApplet">
    <PARAM NAME="code" VALUE="simpleApplet.class" >
    <PARAM NAME="archive" VALUE="simpleApplet.jar" />
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    </OBJECT>
    3- Create a simple Java applet "simpleApplet" - for the test its enough if the applet will have just the init method printing out the mesage to the console
    4- Create a Submit Button (not redirect) in Region Header and create unconditional (do not set When Button Pressed property) Page Branch to navigate to another page (the page without the applet)
    6- Run the page and Submit -
    The error below is returned by the engine:
    In our case our applet is called ddeApplet - I do not know why is ApEx passing the Applet's ID down to the wwv_flow.accept method as a parameter
    Tue, 24 Jul 2007 08:15:39 GMT
    ORA-06550: line 7, column 2:
    PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    ORA-06550: line 7, column 2:
    PL/SQL: Statement ignored
    DAD name: rbdev2_ax
    PROCEDURE : wwv_flow.accept
    URL : http://castor:7778/pls/rbdev2_ax/wwv_flow.accept
    PARAMETERS :
    ============
    P_FLOW_ID:
    147
    P_FLOW_STEP_ID:
    500
    P_INSTANCE:
    6986070096861669560
    P_PAGE_SUBMISSION_ID:
    1005758
    P_REQUEST:
    CRASH
    P_ARG_NAMES:
    100380029717786501
    P_T01:
    147
    P_T02:
    101
    P_T03:
    5000044
    P_T04:
    1
    P_T05:
    S
    DDEAPPLET:
    Ddeapplet[panel0,0,0,1x1,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,1x1,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7778
    SERVER_NAME=castor
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/pls/rbdev2_ax/wwv_flow.accept
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.66.169
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=661
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    HTTP_HOST=castor:7778
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ISCOOKIE=true; LOGIN_USERNAME_COOKIE=rdanko; ORACLE_PLATFORM_REMEMBER_UN=RDANKO:ngrb; WWV_FLOW_USER2=70FBB00945FE46B9; V6_AUTHENTICATION_COOKIE=70FBB00945FE46B9
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://castor:7778/pls/rbdev2_ax/f?p=147:500:6986070096861669560:::::
    HTTP_SOAPACTION=

    "theArrow",
    It looks like whatever HTML you're including on your page is creating HTML input form elements inside the HTML form "wwv_flow". This form is posted to wwv_flow.accept, and of course, the PL/SQL procedure wwv_flow.accept doesn't know anything these additional arguments/form elements you're attempting to POST.
    Joel

  • Need help. I am running a 27 in imac with 16 gigs of ram. Photoshop runs really fast, except when opening files. It takes 5-10 minutes to open even a small file of 1 meg. I cleaned and validated all the fonts and removed all questionable fonts. Reset pref

    Need help. I am running a 27 in imac with 16 gigs of ram. Photoshop runs really fast, except when opening files. It takes 5-10 minutes to open even a small file of 1 meg. I cleaned and validated all the fonts and removed all questionable fonts. Reset preferences and still have problem. Slow to open and in force quit "Photoshop not responding" At this point should I uninstall and start over.

    What are the performance Preferences?

  • Problem Running a java applet from an HTML page

    I can run my applet at the command prompt with:
    appletviewer coffee.html
    But when I try and open the Coffee.html by opening
    the page in Internet Explorer I get the following message:
    Can't find Database driver class: java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
    Code: createcoffees.java
    import java.applet.*;
    import java.sql.*;
    public class CreateCoffees extends Applet{
         public void init() {
              Statement stmt;
              Connection con;
              try {Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              } catch(java.lang.ClassNotFoundException e) {
                   System.err.print("ClassNotFoundException: ");
                   System.err.println(e.getMessage());
              try {con = DriverManager.getConnection("jdbc:odbc:hq","afm", "afm");
                   stmt = con.createStatement();                                   
                          stmt.executeQuery("SELECT * FROM RM");
                   stmt.close();
                   con.close();
              } catch(SQLException ex) {
                   System.err.println("SQLException: " + ex.getMessage());
    }

    Is your jdbc-odbc driver properly loaded? Its very clear that its a class not found exception which is thrown by this:
    try {Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());

  • Office 2008 produces only blank page when opening files

    Under Lion, Microsoft Office 2008 products -- specifically Word and Excel -- will produce only "blank" pages when I open files I saved before I upgraded to Lion.  These are valid files which will open using Windows, or even using Preview.
    I put "blank" in quotes because the content is still there.  It is displayed, however, using the background color --- no matter what I set the foreground text color to, or highlight the background, it will never display my text!   So the default seems to be white text on a white background.   Setting the foreground text color to red or blue will have no effect; it will still be white.
    A workaround I'm currently using is to open the files in TextEdit, "Select All", copy & then paste into a new Word document, but the formatting doesn't always carry over.
    I posted a message on a Microsoft site and they said (go figure) "it's an Apple problem, not a problem with the software."
    Anyone else having this problem?
    How/when can it be fixed?

    I saw another post regarding font mismatches and I've learned that that is the problem in this case!
    If I open any of the documents I was having trouble with, do select-all, and then change the FONT (not the style, not the color) -- e.g. to Times, or Times New Roman -- suddenly all my text appears!

  • Embedded Java Applet NullPointerException in JSPX pages

    We have a ADF web application programmed in JDeveloper 11g (11.1.2.4.0), which was migrated over from a 10g (10.1.3.5.0) project
    Within the application, occasionally, we need to call a Java Applet which is placed in a public_html/applet folder. The jars show up in the Web-Content tab of the ViewController in the Application Navigator, just like it did in 10g.
    The applet tag looks like this:
    <applet height="100" width="100" code="applet.SetupApplet" archive="applet/SSetupApplet.jar">
                <param name="debug" value="true"/>   
    </applet>
    I've also tried calling the applet with the Java deploy applet script
    <trh:script source="http://java.com/js/deployJava.js"></trh:script>
        <trh:script>
            var attributes = {code:'applet.SetupApplet',
            archive:'applet/SSetupApplet.jar'};
            var parameters = {} ;
            var version = '1.6' ;
            deployJava.runApplet(attributes, parameters, version);
       </trh:script>
    When I navigate to the login.jspx page that has this tag, it pops the Java Console open, but doesn't actually run the applet (or show the prompts to allow using the Applet). Instead, the applet is shown with an error and the error says "NullPointerException". I've double-checked the path and it's correct (with incorrect paths, I get a ClassNotFoundException). In the application server logs, I see the following error:
    <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on IPADDRESS during the configured idle timeout of 5 secs>
    I created a normal .jsp file that's outside the ADF Faces Context in the applet folder. Navigating to it with the same applet tags does have the Java applet run without the socket error. The same code in 10g works fine.
    Is there anything I'm missing?
    Thanks.

    Hi,
    this is how I did it in 11g R1: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/71-adf-to-applet-communication-307672.pdf
    Frank

  • Java Applets Running Games In IE 5.5 and Windows ME

    I've got problems running Java Applets on computer. I'm not sure who is to blame for the problem, IE or Windows ME. I find this problem when I go to any site mostly game sites and try to play a game through a java applet. I just get a box with a small white box in the upper left hand corner that has triangles in it like a gif that can't find its image to load on a web page. I have tried the advance settings in IE 5.5, all of the java stuff is enabled and I have also tried uninstalling and reinstalling Java 2 Platform Standard Edition v 1.3.1 and Java 2 Runtime Environment, Standard Edition, v 1.3.1. I appreciate any feedback I can get on this.
    Thanks,
    Adam

    I am having the same exact problem and I wondered how you fixed it. Please help--it's driving me crazy!
    Bridget

  • CS6 DW hanging when opening files - Windows 8.1 running MS Defender

    When opening files in CS6 DW it sometimes hangs for up to 4 minutes before opening the files.
    Also, CS6 DW and Fireworks crash frequently on my PC.
    I'm running Windows 8.1, MS Defender and my PC is a Pentium i7 with 8GB of RAM
    Any ideas what I can do to stop these things happening? It's really starting to impact on the productivity of my day.

    You seem to be implying that when you switch off MS Defender, it works?
    If not, we'll need a little more info.
    Does the hang happen with all files in all sites, or just certain files?
    If it happens with just certain files, could you please share the code to one of those files? A link to an online page would be best, but pasting the code into the forum can also help, just don't use email to send the code to the forum, that won't work.
    Have you tried any of the standard troubleshooting steps as of yet (Deleting Program Cache, Restoring Preferences, Cleaner Tool Reinstall)?

  • Displaying HTML page when server is unavailable

    Hi,
    I would like to display the static html page when the server is down. For example when server maintanance is going on I would like to display html page with information
    Please let me know what is the process to achive this.
    Thanks

    You might also want to check Custom Error pages:
    http://help.sap.com/saphelp_nw70/helpdata/EN/9a/e74d426332bd30e10000000a155106/frameset.htm
    Regards,
    Siddhesh

  • How to generate a html page when a button is pressed

    hi
    i have to generate a html page when a help button is pressed
    so please help me
    thanks
    shiva

    "touch index.html"
    Might not be what you're looking for but creates an html page.

  • Preview When opening files not showing up in PS6!

    Hi,
    I've recently upgraded from Photoshop 5 to Photoshop 6. When opening files in PS5 a preview was available when selecting PSDs and image files.
    This made it extremely easy to view files and PSD's without having to fully open them. But this feature is not showing up in PS6.
    I'm not sure if this is actually an Adobe problem but I appreciate any and all help.
    Here is an attached image to help understand - http://i.imgur.com/2v862OD.png
    Running Windows 7 Ultimate 64 bit.
    Thankyou, Seb.
    P.S Apologies if this the wrong section.

    Good day!
    Maybe one of the Adobe employees’ posts in this thread may help explain.
    http://feedback.photoshop.com/photoshop_family/topics/no_psd_image_preview_in_photoshop_on _open_dialog_box_in_windows?page=1
    Regards,
    Pfaffenbichler

  • Crashing in PS CS and Quark when opening files over network

    Mac Pro and MacBook Pro 10.4.8 using Adobe Photoshop CS2 and Quark 6.52 will crash or become VERY unstable when opening files from server or remote machine. Server is 10.3.9 or remote Mac running 10.4.7, all works fine IF file are copied to client machine, but cannot use -File/Open dialog. This is a network isue in relation to Intel translation, is there a fix (Rosetta?)

    Try looking for some "special" characters in file or folder names ( e.g. / or ?).
    I had similar problems with PPC-Apps (InDesign CS2 and 4D Client 2003) since 10.4.7 and 10.4.8. App crashes or shows strange grey boxes on the screen when I tried to open files over the network, no probs with same files locally.
    MacBook Pro   Mac OS X (10.4.8)  

  • Photoshop CS6 (Mac) crashes when opening files with type or using the type tool

    Hi,
    Photoshop CS6 keeps crashing when using the type tool or when opening files with type on it. I've quit suitcase, disabled the suitcase plug-in, reset the preferences in Photoshop there's no crash report coming up either the application just dies! I am currently trying a system restore from time machine to see if that works!. Any other suggestions would be greatly appreciated.
    Many thanks
    Olly

    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

  • Crash on startup when opening files

    I have a problem with Adobe PS CS5.1 craching when opening files and it's been that way since last friday. I don't know if it has something to do with deleting FontExplorer X Pro but when installing it once again it doesn't help. Here my crash report.
    Process:         Adobe Photoshop CS5.1 [7113]
    Path:            /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:      com.adobe.Photoshop
    Version:         12.1 (12.1x20110328.r.145] [12.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [127]
    Date/Time:       2011-11-14 11:26:14.320 +0100
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          433057 sec
    Crashes Since Last Report:           21
    Per-App Interval Since Last Report:  780911 sec
    Per-App Crashes Since Last Report:   21
    Anonymous UUID:                      E9BB0CF8-4C13-4F01-8B6D-26DBCF659228
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000088
    VM Regions Near 0x88:
    -->
        __TEXT                 0000000100000000-00000001026fc000 [ 39.0M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Application Specific Information:
    objc[7113]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   FontExplorer X Pro for Photoshop CS5          0x000000012d267ef6 FEXLanguageMgr::FEXLanguageMgr() + 58
    1   FontExplorer X Pro for Photoshop CS5          0x000000012d267feb FEXLanguageMgr::getLanguageMgr() + 47
    2   FontExplorer X Pro for Photoshop CS5          0x000000012d246398 FontExplorerXPlugin::Notify(unsigned long, _ADsc*, long, void*) + 176
    3   FontExplorer X Pro for Photoshop CS5          0x000000012d245766 AutoPluginMain + 484
    4   com.adobe.Photoshop                     0x00000001006fdfb6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4332402
    5   com.adobe.Photoshop                     0x0000000100276f0e 0x100000000 + 2584334
    6   com.adobe.Photoshop                     0x000000010027709b 0x100000000 + 2584731
    7   com.adobe.Photoshop                     0x000000010007115a 0x100000000 + 463194
    8   com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    9   com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    10  com.adobe.Photoshop                     0x000000010024ea87 0x100000000 + 2419335
    11  com.adobe.Photoshop                     0x000000010027831f 0x100000000 + 2589471
    12  FontExplorer X Pro for Photoshop CS5          0x000000012d245542 FindListenerListEnd() + 162
    13  com.adobe.Photoshop                     0x0000000100249f95 0x100000000 + 2400149
    14  com.adobe.Photoshop                     0x000000010007115a 0x100000000 + 463194
    15  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    16  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    17  com.adobe.Photoshop                     0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    18  com.adobe.Photoshop                     0x00000001000786a4 0x100000000 + 493220
    19  com.adobe.Photoshop                     0x0000000100066573 0x100000000 + 419187
    20  com.adobe.Photoshop                     0x0000000100066636 0x100000000 + 419382
    21  com.adobe.Photoshop                     0x00000001012e2094 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16800848
    22  com.apple.AppKit                        0x00007fff89c7d682 -[NSApplication run] + 555
    23  com.adobe.Photoshop                     0x00000001012e0644 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16794112
    24  com.adobe.Photoshop                     0x00000001012e10a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16796765
    25  com.adobe.Photoshop                     0x0000000100068286 0x100000000 + 426630
    26  com.adobe.Photoshop                     0x0000000100237199 0x100000000 + 2322841
    27  com.adobe.Photoshop                     0x0000000100237229 0x100000000 + 2322985
    28  com.adobe.Photoshop                     0x0000000100002294 0x100000000 + 8852
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8edf87e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff838585be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8385714e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.adobe.amt.services                  0x0000000108724247 C_AMTUISwitchSuppressUpdates + 16439
    3   com.adobe.amt.services                  0x000000010871d39e C_EULA_SetState + 1742
    4   com.adobe.amt.services                  0x00000001087242b2 C_AMTUISwitchSuppressUpdates + 16546
    5   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8edf66ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8f1074aa MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010d735b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8edf66ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8f1074aa MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010d735b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8edf66ce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff8f1074aa MPWaitOnSemaphore + 77
    2   MultiProcessor Support                  0x000000010d735b9b ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8f12fc9a TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f0c23f6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8f1070bd MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8f12fc9a TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f0c23f6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8f1070bd MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8f12fc9a TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8f0c23f6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8f1070bd MPWaitOnQueue + 181
    5   AdobeACE                                0x000000010598418d 0x10594a000 + 237965
    6   AdobeACE                                0x0000000105983b3a 0x10594a000 + 236346
    7   com.apple.CoreServices.CarbonCore          0x00007fff8f107f22 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8edf7e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff873f4dea nanosleep + 164
    2   com.adobe.PSAutomate                    0x000000012edd7fdb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x000000012edb9f13 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate                    0x000000012edd80d6 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8edf8192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87440594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff87441b85 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8edf8192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87440594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff87441b85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x000000013b720ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000013b4d8d09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x000000013b720ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000013b4d8d09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x000000013b720ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000013b4d8d09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff87442274 _pthread_cond_wait + 840
    2   com.adobe.adobeswfl                     0x000000013b720ced APXGetHostAPI + 2467693
    3   com.adobe.adobeswfl                     0x000000013b4d8d09 APXGetHostAPI + 75657
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8edf667a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8edf5d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff851beb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff851c72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff851c6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8f42a541 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8f4206b2 CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff874422a6 _pthread_cond_wait + 890
    2   com.adobe.adobeswfl                     0x000000013b720cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x000000013b73d06c APXGetHostAPI + 2583276
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8edf7bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff874422a6 _pthread_cond_wait + 890
    2   com.adobe.adobeswfl                     0x000000013b720cb9 APXGetHostAPI + 2467641
    3   com.adobe.adobeswfl                     0x000000013b8bb573 APXGetHostAPI + 4149235
    4   com.adobe.adobeswfl                     0x000000013b720e01 APXGetHostAPI + 2467969
    5   com.adobe.adobeswfl                     0x000000013b72116a APXGetHostAPI + 2468842
    6   com.adobe.adobeswfl                     0x000000013b721299 APXGetHostAPI + 2469145
    7   libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8edf7d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x00000001302eb562 Invoke + 54020
    2   ServiceManager-Launcher.dylib           0x00000001302ea6bf Invoke + 50273
    3   ServiceManager-Launcher.dylib           0x00000001302e9706 Invoke + 46248
    4   ServiceManager-Launcher.dylib           0x00000001302e9761 Invoke + 46339
    5   ServiceManager-Launcher.dylib           0x00000001302e97e2 Invoke + 46468
    6   ServiceManager-Launcher.dylib           0x00000001302e3eed Invoke + 23695
    7   ServiceManager-Launcher.dylib           0x00000001302e4086 Invoke + 24104
    8   ServiceManager-Launcher.dylib           0x00000001302e4b0f Invoke + 26801
    9   ServiceManager-Launcher.dylib           0x00000001302e4bfd Invoke + 27039
    10  ServiceManager-Launcher.dylib           0x00000001302e7eff Invoke + 40097
    11  ServiceManager-Launcher.dylib           0x00000001302e81a5 Invoke + 40775
    12  ServiceManager-Launcher.dylib           0x00000001302e8764 Invoke + 42246
    13  ServiceManager-Launcher.dylib           0x00000001302e8951 Invoke + 42739
    14  ServiceManager-Launcher.dylib           0x00000001302da67f Login + 1773
    15  ServiceManager-Launcher.dylib           0x00000001302dbd01 Login + 7535
    16  ServiceManager-Launcher.dylib           0x00000001302e8e88 Invoke + 44074
    17  ServiceManager-Launcher.dylib           0x00000001302eb2a1 Invoke + 53315
    18  libsystem_c.dylib                       0x00007fff8743e8bf _pthread_start + 335
    19  libsystem_c.dylib                       0x00007fff87441b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff5fbfec30  rcx: 0x0000000000000004  rdx: 0x0000000000000090
      rdi: 0x00007fff5fbfec30  rsi: 0x0000000000000010  rbp: 0x00007fff5fbfed60  rsp: 0x00007fff5fbfec30
       r8: 0x0000000106c27a00   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x00000000fdffffff
      r12: 0x00007fff5fbfed3f  r13: 0x00007fff5fbfed30  r14: 0x0000000138309030  r15: 0x0000000101e8bf6c
      rip: 0x000000012d267ef6  rfl: 0x0000000000010206  cr2: 0x0000000000000088
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x1026fbfff +com.adobe.Photoshop (12.1 - 12.1x20110328.r.145] [12.1) <568CD2C0-8B76-63A9-A42A-B3D943DD7362> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
           0x1032f4000 -        0x10336cfef +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <7AAC7875-787B-A4BA-F319-2B4425511ED4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103378000 -        0x10337ffff  org.twain.dsm (1.9.4 - 1.9.4) <466A5B1D-F91A-30D7-93E0-B29B9B8F8F0E> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103387000 -        0x103398ff8 +com.adobe.ahclientframework (1.6.0.20 - 1.6.0.20) <AD464E16-20D1-A4FC-878D-CF44322F72BC> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1033a5000 -        0x1033abfff  com.apple.agl (3.1.4 - AGL-3.1.4) <58F15993-D441-3146-9F3F-E03A061A54E3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1033b2000 -        0x1035b8fef +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10364b000 -        0x1037f9fef +com.adobe.owl (AdobeOwl version 3.0.93 - 3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x10389b000 -        0x103ccbfef +AdobeMPS (??? - ???) <E541F5F1-21BB-D779-1475-B1553950E1B9> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103e25000 -        0x104150ff7 +AdobeAGM (??? - ???) <8FE8A26F-F2C4-128B-ECF9-197279A31D70> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10421d000 -        0x104545fe7 +AdobeCoolType (??? - ???) <D55BD5E5-B430-7701-A11E-0FF989536E57> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1045dd000 -        0x1045feff7 +AdobeBIBUtils (??? - ???) <B37FD8D7-142F-EE1E-4C63-93C1C59B4318> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10460b000 -        0x104636ff6 +AdobeAXE8SharedExpat (??? - ???) <C59B0A11-E89B-F50C-916C-D09F40C1BAA3> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
           0x104648000 -        0x10478cfef +WRServices (??? - ???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1047d3000 -        0x104838fff +aif_core (??? - ???) <0E7876E5-6465-676D-06DE-D8F44E3663EB> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x104854000 -        0x10486afff +data_flow (??? - ???) <A0C1FB2F-4EB4-7F3E-98E7-82BE18D631B6> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104882000 -        0x104918fff +image_flow (??? - ???) <70C5AE43-18D4-7E41-0BB1-FE9EF1792E6C> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x10498f000 -        0x1049adfff +image_runtime (??? - ???) <140A4ED7-DAAA-2E4F-D211-7E2A491CFD5C> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x1049ca000 -        0x104bf9fff +aif_ogl (??? - ???) <4E5A4532-CED3-1A19-C852-1C5560F4017A> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104cd8000 -        0x104d6bfff +AdobeOwlCanvas (??? - ???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d8b000 -        0x1050d4fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x105264000 -        0x1053e6fe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105488000 -        0x105800fff +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10594a000 -        0x105a5ffff +AdobeACE (??? - ???) <C544307E-C1E6-FCA8-4D32-2EC0D5820BBD> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a84000 -        0x105aa0fff +AdobeBIB (??? - ???) <C0E29690-D406-8834-CA1D-0A4252A0946E> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105aaa000 -        0x105b1cff7 +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <E604CBB8-A3F0-69D1-510B-3D8156D37D29> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105b33000 -        0x105c06ffb +AdobeJP2K (??? - ???) <BF2DBEA4-E71A-7112-53CA-8E7D73B1EFE5> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105c26000 -        0x105c2aff8 +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <09559AEB-61DE-8DE8-4315-BFA0A7D6394B> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105c2f000 -        0x105ca6fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5.0 -i 33 [debug] - 64.140949) <ED51DA76-662A-8156-3D42-2146684A60B6> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105cc7000 -        0x105d25ffd +com.adobe.AdobeXMPCore (Adobe XMP Core 5.0 -c 61 - 64.140949) <D02D367B-FF1E-AD63-993C-5CD907CCFCCE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105d33000 -        0x1061cefff +com.nvidia.cg (2.2.0006 - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/Cg.framework/Cg
           0x106754000 -        0x1067aafeb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1067ef000 -        0x106814ffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x10684e000 -        0x106853ffd +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <5625AF72-323C-27C5-0094-213D09698D11> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106857000 -        0x1069f4fff +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <09F6FBA4-E768-BDFB-35AE-C7EB8EBA2D1A> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106aa2000 -        0x106b85fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x106bdb000 -        0x106bf4feb +libtbb.dylib (??? - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbb.dylib
           0x106c05000 -        0x106c0bfeb +libtbbmalloc.dylib (??? - ???) /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106c12000 -        0x106c12fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106c15000 -        0x106c1dff3 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106f46000 -        0x106f4afff  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <46DBC886-A984-36F8-BAC6-CFBAED880258> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x106f99000 -        0x106f9ffff  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <25F21980-C114-3688-B6E7-FD83052D67B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x106fc9000 -        0x106fcbfff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x108420000 -        0x10844afff  com.apple.cmio.DAL.VDC_4 (210.0 - 3180) <3C963342-7F33-33D9-BB82-4BBEB8D18ADB> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x1084f1000 -        0x1084f2ff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x108700000 -        0x108774ff3 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <1B6C37A0-570C-14D0-52A3-87C835F530BB> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x108791000 -        0x1087acfff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1087b1000 -        0x1087d2fff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1087d6000 -        0x1087e5ff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x1087e9000 -        0x1087fbff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x109fb5000 -        0x109fbdfff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x109fdd000 -        0x109fe4fff +Enable Async IO (??? - ???) <9AE049A5-F53E-657B-D0AE-01C42D817A19> /Applications/Adobe Photoshop CS5.1/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x10a7d2000 -        0x10a7dbfff +FastCore (??? - ???) <1565E455-4A86-A3BD-113F-CD828F2C5150> /Applications/Adobe Photoshop CS5.1/*/FastCore.plugin/Contents/MacOS/FastCore
           0x10d140000 -        0x10d16eff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x10d509000 -        0x10d56cff3 +MMXCore (??? - ???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5.1/*/MMXCore.plugin/Contents/MacOS/MMXCore
           0x10d700000 -        0x10d76bff0 +MultiProcessor Support (??? - ???) <4FEA98F6-A072-F0BF-0E30-BEFDBD623611> /Applications/Adobe Photoshop CS5.1/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x1138cd000 -        0x1138edff7 +com.adobe.ape (adbeapecore version 3.1.74.12761 - 3.1.74.12761) <48D74CFC-E9C7-143A-F971-2C7F0ACF7602> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x12d200000 -        0x12dae7ff7 +FontExplorer X Pro for Photoshop CS5 (3.2.1 - ???) <C8383148-9AB8-2C07-43C6-3B19E7D0E0B6> /Applications/Adobe Photoshop CS5.1/*/FontExplorer X for Photoshop CS5.plugin/Contents/MacOS/FontExplorer X Pro for Photoshop CS5
           0x12ec56000 -        0x12eeb2fef +com.adobe.PSAutomate (12.1 - 12.1) <951D5D57-776F-5A95-24A0-D70623A9902F> /Applications/Adobe Photoshop CS5.1/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x12f0d0000 -        0x12f174ffb +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.12764) <C53B3FBF-7530-1DAF-66E7-C2E50F25A6DE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x12f1d9000 -        0x12f279fef +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.12764) <2A61AEB9-8E9D-8136-9B6F-B4394D6AB7AE> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x12ff21000 -        0x12ff5efeb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <188E3565-26D6-6A54-01E2-1BBBF73AE24E> /Applications/Adobe Photoshop CS5.1/Adobe Photoshop CS5.1.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotificati ons
           0x1302d8000 -        0x130300fef +ServiceManager-Launcher.dylib (236.0.0 - compatibility 2.5.0) <DBEE8529-7074-635B-2CAD-DF7BA597D909> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x132f1e000 -        0x1330b6ff7  GLEngine (??? - ???) <D770A837-9F8D-3C86-AB33-CBDEF5599CA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x133b51000 -        0x133c4afff  libGLProgrammability.dylib (??? - ???) <BCA0FD49-2103-33D8-8801-326C6A62465E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
           0x134364000 -        0x134365fff  ATSHI.dylib (??? - ???) <DE036135-C409-3A3A-A438-A8E6AE616BB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
           0x134843000 -        0x134848ff7  libgermantok.dylib (??? - ???) <307E75E1-76E9-3CF6-A13A-AFB92FD7BC5B> /usr/lib/libgermantok.dylib
           0x13488a000 -        0x13488eff7  libFontRegistryUI.dylib (??? - ???) <868B633D-4A0B-31DE-B152-9259A712F3C5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
           0x139900000 -        0x139cf3fff  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.14.5 - 7.1.4) <CB2AB05D-80A1-3017-BB1A-8C201588A389> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
           0x13b499000 -        0x13c303ff3 +com.adobe.adobeswfl (??? - 2.0.0.11360) <39C5D47B-EB0F-9FE5-ABA7-7D925DB9C036> /Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL
           0x200000000 -        0x2007e3fff  com.apple.GeForceGLDriver (7.14.5 - 7.1.4) <DFEC9327-FF15-31D2-9097-D693EA5185A4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff620dd000 -     0x7fff62111ac7  dyld (195.5 - ???) <B372EB7D-DCD8-30CE-9342-E06CADD7CACA> /usr/lib/dyld
        0x7fff83130000 -     0x7fff83134fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff83135000 -     0x7fff83140fff  com.apple.CommonAuth (2.1 - 2.0) <BFDD0A8D-4BEA-39EC-98B3-2E083D7B1ABD> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff83141000 -     0x7fff83854587  com.apple.CoreGraphics (1.600.0 - ???) <A9F2451E-6F60-350E-A6E5-539669B53074> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff83855000 -     0x7fff83863fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff8389d000 -     0x7fff839a0fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
        0x7fff839a3000 -     0x7fff83d41fef  com.apple.MediaToolbox (1.0 - 705.42) <BF05C02D-3202-3FF8-A334-C14AF7C89F9E> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83ecd000 -     0x7fff83f31fff  com.apple.Symbolication (1.2 - 83.1) <A7E088DE-BC16-3C24-A0D0-30EEBA221659> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff83fe8000 -     0x7fff84048fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff84246000 -     0x7fff84299fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff842b5000 -     0x7fff842e2ff7  com.apple.opencl (1.50.63 - 1.50.63) <DB335C5C-3ABD-38C8-B6A5-8436EE1484D3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff842e3000 -     0x7fff842e4fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8432b000 -     0x7fff8436dff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8436e000 -     0x7fff844d4fff  com.apple.CFNetwork (520.2.5 - 520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
        0x7fff84525000 -     0x7fff84528fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff84529000 -     0x7fff84552fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
        0x7fff8459a000 -     0x7fff8467bfff  com.apple.CoreServices.OSServices (478.29 - 478.29) <B487110E-C942-33A8-A494-3BDEDB88B1CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8467c000 -     0x7fff846a5fff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff846b6000 -     0x7fff84701ff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F832FE21-5509-37C6-B1F1-48928F31BE45> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff84702000 -     0x7fff84708fff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff84709000 -     0x7fff84723fff  com.apple.CoreMediaAuthoring (2.0 - 889) <B99C23FB-EE6C-3B2A-8BF1-3995B94CE7D3> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
        0x7fff847aa000 -     0x7fff8484cff7  com.apple.securityfoundation (5.0 - 55005) <2814D17E-E6BB-30A2-A62E-2D481AF514F2> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8484d000 -     0x7fff8489fff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff848a0000 -     0x7fff848f4ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff848f5000 -     0x7fff84919ff7  com.apple.RemoteViewServices (1.2 - 39) <862849C8-84C1-32A1-B87E-B29E74778C9F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff8491a000 -     0x7fff84d47fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff84d48000 -     0x7fff84d51ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff84d52000 -     0x7fff85076fff  com.apple.HIToolbox (1.8 - ???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff85077000 -     0x7fff85082ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff85093000 -     0x7fff850c0fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
        0x7fff850c1000 -     0x7fff850eefff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
        0x7fff85161000 -     0x7fff85187ff7  com.apple.framework.familycontrols (3.0 - 300) <41A6DFC2-EAF5-390A-83A1-C8832528705C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff8518e000 -     0x7fff85362fff  com.apple.CoreFoundation (6.7.1 - 635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8549c000 -     0x7fff8559afff  com.apple.QuickLookUIFramework (3.1 - 500.1) <D3A71FF1-7ED1-39DB-AD4E-451612DA536C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
        0x7fff855b1000 -     0x7fff85636ff7  com.apple.Heimdal (2.1 - 2.0) <C92E327E-CB5F-3C9B-92B0-F1680095C8A3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff856e7000 -     0x7fff85b19fff  com.apple.VideoToolbox (1.0 - 705.42) <FA0AD643-845C-3378-AFD1-8C5BD0215B72> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff85b1a000 -     0x7fff85b39fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff85b75000 -     0x7fff85b75fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff85b76000 -     0x7fff85b80ff7  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <8F8BB206-CECA-33A5-A105-4A01C3ED5D23> /usr/lib/system/liblaunch.dylib
        0x7fff85c08000 -     0x7fff85cfdfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff85d0f000 -     0x7fff85df3def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff85df4000 -     0x7fff85e1ffff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff86023000 -     0x7fff86035ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff86079000 -     0x7fff8607ffff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff860f7000 -     0x7fff86172ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff86173000 -     0x7fff861c1fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff864e4000 -     0x7fff8657aff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff8657b000 -     0x7fff86592fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <F21C79C0-4B5A-3645-81A6-74F8EFA900CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff86b31000 -     0x7fff86b37fff  IOSurface (??? - ???) <03F95CAC-569C-3573-B3D7-2D211B8BDC56> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff86b38000 -     0x7fff86dc2fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <B311DA3D-F763-32A0-BE17-5DC97820BFAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff86dc3000 -     0x7fff86e55ff7  com.apple.PDFKit (2.6.1 - 2.6.1) <33A0A777-8CF4-3F36-BB1A-78F8A3D7E8C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
        0x7fff86e56000 -     0x7fff86e56fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff86e57000 -     0x7fff86e7fff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff86e80000 -     0x7fff86e81ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <001E87FF-97DF-328D-B22F-16E3ACEF8864> /usr/lib/system/libremovefile.dylib
        0x7fff86e82000 -     0x7fff86e88ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff86e95000 -     0x7fff86e95fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff86ea4000 -     0x7fff86ee4ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <B7173CA4-CE16-3BAB-8D83-185FCEFA15F5> /usr/lib/libcups.2.dylib
        0x7fff86ee5000 -     0x7fff86ee5fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86ef9000 -     0x7fff86f69fff  com.apple.datadetectorscore (3.0 - 179.4) <2A822A13-94B3-3A43-8724-98FDF698BB12> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff86f6a000 -     0x7fff86f7ffff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff86f80000 -     0x7fff86f81fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff86f82000 -     0x7fff86f9fff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff86fa0000 -     0x7fff86fa2fff  libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff86fa3000 -     0x7fff87047fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff87048000 -     0x7fff87320ff7  com.apple.security (7.0 - 55010) <93713FF4-FE86-3B4C-8150-5FCC7F3320C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87321000 -     0x7fff873a4fef  com.apple.Metadata (10.7.0 - 627.20) <E00156B0-663A-35EF-A307-A2CEB00F1845> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff873d6000 -     0x7fff873ddfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff873de000 -     0x7fff873e3fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff873f0000 -     0x7fff874cdfef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
        0x7fff874d3000 -     0x7fff874e5ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff874e6000 -     0x7fff87559fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff875ad000 -     0x7fff875b2fff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff875b3000 -     0x7fff875c7ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff875c8000 -     0x7fff87602fef  com.apple.DebugSymbols (2.1 - 85) <F45985E2-D1D0-3F47-861E-47904837B76F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff87603000 -     0x7fff8760aff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff8760b000 -     0x7fff87680ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff87681000 -     0x7fff87684ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff87687000 -     0x7fff87687fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87688000 -     0x7fff87689ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff87697000 -     0x7fff876beff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
        0x7fff876f4000 -     0x7fff876f5fff  libsystem_sandbox.dylib (??? - ???) <DC97E52F-C577-3A8A-A2F6-431AE3D40C40> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff87735000 -     0x7fff8774bfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87878000 -     0x7fff8787bfff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff8787c000 -     0x7fff8787dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff87fb7000 -     0x7fff87fb7fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87fe5000 -     0x7fff87fe7ff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff88172000 -     0x7fff883e5fff  com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff883e6000 -     0x7fff883e6fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff883e7000 -     0x7fff883f2ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <48964503-D7F0-3567-9594-E6AA9C9300EF> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff883f3000 -     0x7fff8845bff7  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8864f000 -     0x7fff8875bfff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8879b000 -     0x7fff8879ffff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <36F75773-7380-3AC7-AF62-E1E6C07B7004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff887a0000 -     0x7fff887dfff7  libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff887ec000 -     0x7fff8887efff  com.apple.CorePDF (3.0 - 3.0) <FA08FDA8-38C5-353D-89FC-59F9F99ABADD> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8887f000 -     0x7fff888befff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff888c7000 -     0x7fff88eabfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff88eac000 -     0x7fff88ee1

    If you removed or disabled FontExplorer X, then you couldn't keep crashing in Font Explorer X.
    If you are crashing in a different location, then we need to see the new crash log to figure out why you are crashing even without the plugin that was causing your crashes.

  • Get volumes displayed by default under Home when opening File Explorer in Windows 10 Technical Preview

    Scenario:
    In Windows 8.1, it is to display volumes under This PC by default when opening File Explorer, which is as shown in Figure1. However, in Windows 10 Technical Preview, it is not to display volumes under Home by default when
    opening File Explorer, which is as shown as in Figure 2. This articles describes a workaround to get volumes displayed by default under
    Home when opening File Explorer in Windows 10 Technical Preview.
    Workaround:
    This workaround is to edit some related Registry keys. Note: Please click
    Yes in the User Account Control prompt to continue. What’s more, before you make changes to a registry key or subkey, we recommend that you export, or make a backup copy, of the key or subkey. In this scenario, please backup the key
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.
    Click Windows icon and type Folder option in Search box, and click
    Folder option to open it.
    Under View tab, clear the checkbox Hidden extensions for known file types
    in Advanced settings.
    Create a Text Document, copy the following lines into it, rename it as
    Fix.reg. Double click the file fix.reg and click Yes to run this file
    Windows Registry Editor Version 5.00
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
    @="This PC"
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}]
    @="Favorites Folder"
    Open File Explorer again, and the new view is shown as the below picture:
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    i think what he want is to change the Win + E shortcut to This PC.
    I understand that is the goal. I've tried the registry hack, it works, but I found it left fragments of other files from "Home' scatter around in there too. We all been using this new version of windows for a few weeks now, built up a list of stuff
    we have looked at, and that is why I said it's not the prettiest solution. It might have been okay if it was done just after a fresh install. In my alternative solution, you are bringing the This PC icon out to a more accessible place so you
    don't have to use the File Explorer icon to get at the volumes i.e. hard drive view.
    Personally, when I launch the File Explorer, I am expecting to be looking for something straight away on my hard drives and not be presented with a list of stuff that I have already looked at. That kind of thing should be left
    in a Recent Folder sort of thing we use to see in the older versions of windows.

Maybe you are looking for

  • HP 3005x printer jam issue

    Have a 3005x with the 3rd tray add on. When trying to print from tray 2 you can hear the roller spinning 3 times than it comes up saying paper jam tray 2. If you hit the continue button the job will then print the second time. I have checked the pape

  • Does Boot camp restrict the hardware at all?

    I'm just curious since I have a Windows 7 partition on my MBP solely for gaming purposes...But, it seems like the windows partition doesn't work as quickly as the mac side. I upgraded to 7 from XP since XP didn't recognize my full RAM. However, does

  • What content does my iPad support?

    What content does my I-Pad support so I can watch videos? Because it will not let me download Adobe Flash Player.

  • How to resolve illegal cross join error

    Can someone please tell me how can we avoid illegal cross join error in modeling? If someone has any reference document , please share it. I have 5 tables - Dim (A, B , C,E) and Fact( D). C is lookup table which is used to resolve the lookup code col

  • Exchange Rate KF

    I just can't find any sample Key Figure in Business Content for Exchange Rate. Do you know what Key Figure we should use to store the Exchange Rate in Purchase Order Hearder ->Delivery/Invoice tab? Thanks,