HT5016 microsoft premium 2000 error

itunes not loading microsoft office 2000 error

I double checked the name and it's correct. I also typed in the IP address instead of the hostname like:
jdbc:microsoft:sqlserver://172.16.105.54:1433;databaseName=testdb
I set the SQL server to use SQL Authentication and created a user and the password. I tried following:
//the suggested way in the microsoft documentation
url = "jdbc:microsoft:sqlserver://172.16.105.54:1433;databaseName=testdb;user=user;password=password";
Connection con = DriverManager.getConnection(url);
I also tried:
url = "jdbc:microsoft:sqlserver://172.16.105.54:1433;databaseName=testdb";
user = user;
password = password;
Connection con = DriverManager.getConnection(url, user, password);
Both gave the same error.

Similar Messages

  • Microsoft jdbc driver for sql server 2000 error

    I try to connect to a sql server database;
    After execution of:
    C:\Sun\Creator\bin\runide.exe -cp:a =.;"C:\Programmi\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar";"C:\Programmi\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar";"C:\Programmi\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar"
    (where "programmi" is "Program Files" in Italian)
    I can make a connection to sql server.
    When I try to see the "tables" in database I have this error:
    [Microsoft][SQLServer 2000 Driver for JDBC]Error setting up static cursor cache
    I have tryed to found some resolution and I found only this:
    http://forum.java.sun.com/thread.jsp?thread=444136&forum=48&message=2007122
    Can you see if it apply on source of IDE and eventually correct?

    I'm using the new version and I can't update a row
    satRowSet.setDataSourceName("java:comp/env/jdbc/Northwind");
    satRowSet.setCommand("SELECT * FROM dbo.Sat");
    satModel.setWrappedData(satRowSet);
    satRowSet.setConcurrency(java.sql.ResultSet.CONCUR_UPDATABLE);
    satRowSet.setHoldability(java.sql.ResultSet.HOLD_CURSORS_OVER_COMMIT);
    satRowSet.setAutoCommit(true);
    satRowSet.setReadOnly(false);
    satRowSet.execute();
    satRowSet.next();
    try{
    this.satRowSet.absolute(1);
    this.satRowSet.updateRow();
    } catch (Exception ex) {
    this.textArea1.setValue(ex.getMessage());
    ex.printStackTrace();
    java.sql.SQLException: [Sun][SQLServer JDBC Driver]Invalid operation for the current cursor position.
         at com.sun.sql.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.sun.sql.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.sun.sql.jdbc.base.BaseResultSet.validateCursorPosition(Unknown Source)
         at com.sun.sql.jdbc.base.BaseResultSet.getString(Unknown Source)
         at com.sun.sql.rowset.JdbcRowSetXImpl.getString(JdbcRowSetXImpl.java:842)
         at com.sun.sql.rowset.JdbcRowSetXImpl.getString(JdbcRowSetXImpl.java:941)
         at untitled.Page1.setFields(Page1.java:133)
         at untitled.Page1.beforeRenderResponse(Page1.java:147)
         at com.sun.jsfcl.app.FacesBean.beforePhase(FacesBean.java:227)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:192)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:102)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:192)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:261)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:215)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:191)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:180)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:582)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:161)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:979)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:692)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:647)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:691)
         at java.lang.Thread.run(Thread.java:534)

  • Problem in Accession inner join with [Microsoft][SQLServer 2000 Driver

    Hi
    Can you tell me what can be cause my sql statement is correct gives result but
    if i used below statement in my JSP ,cause error
    1)
    ps1=connection.prepareStatement("select RQM_IN_RQSTN_ID_PK,RQD_IN_ITM_ID_FKPK,RQD_VC_ITM_DSCRPTN,RQD_IN_STTS_ID_FK,C.SMT_VC_STTS_NM,a.RQM_DT_PRPSD_DLVRY_DT"+
    "from PAS_RQM_RQSTN_MSTR a "+
    "inner join PAS_RQD_RQSTN_DTLS b on a.RQM_IN_RQSTN_ID_PK = b.RQD_IN_RQSTN_ID_FKPK and RQD_IN_STTS_ID_FK = 4"+
    "INNER JOIN PAS_SMT_STTS_MSTR C ON C.SMT_IN_STTS_ID_PK=B.RQD_IN_STTS_ID_FK" +
    "where a.RQM_VC_DTRTMNT_INVLV='Technology' ");
    2) Error Generate
    java.sql.SQLException
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Line 1: Incorrect syntax near 'a'.
    What can be the cause
    Thanks

    ps1=connection.prepareStatement("select
    RQM_IN_RQSTN_ID_PK,RQD_IN_ITM_ID_FKPK,RQD_VC_ITM_DSCRP
    TN,RQD_IN_STTS_ID_FK,C.SMT_VC_STTS_NM,a.RQM_DT_PRPSD_D
    LVRY_DT"+
    "from PAS_RQM_RQSTN_MSTR a "+
    "inner join PAS_RQD_RQSTN_DTLS b on
    a.RQM_IN_RQSTN_ID_PK = b.RQD_IN_RQSTN_ID_FKPK and
    RQD_IN_STTS_ID_FK = 4"+
    "INNER JOIN PAS_SMT_STTS_MSTR C ON
    C.SMT_IN_STTS_ID_PK=B.RQD_IN_STTS_ID_FK" +
    "where a.RQM_VC_DTRTMNT_INVLV='Technology' ");This is a problem due to not providing spaces where they are needed. See the places where I have highlighted.
    A better way is to generate the String first [use StringBuffer as a good practice for appending instead of String "+"] and print it out to check if it is correct.
    ***Annie***

  • Crystal Report Viewer Microsoft JScript runtime error

    When I use the crystal viewer control to render a report on the screen I receive the following error message:
    Microsoft JScript runtime error: Object doesn't support property or method 'isObject' ... and the following line is hilighted:
    if(!bobj.isObject(json)).
    Here is the markup for the test page I'm using
    {<body>
    <form id="form1" runat="server">
    <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
    AutoDataBind="true" ReportSourceID="crSource" />
    <CR:CrystalReportSource ID="crSource" runat="server">
    </CR:CrystalReportSource>
    </form>}
    I believe I set all info on crSource correctly (report path etc ...) because If I remove the Crystal reports viewer from the page and just use the crsource (i.e crptSource.ReportDocument.ExportToHttpResponse ...) I can export the report OK. Its only when I have the crViewer on the page Is when I recieve this error.
    Web Config
    <assemblies>
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
    <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <controls>
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagPrefix="CR" />
    <http handlers>
    <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    appsettings
    <add key="CrystalImageCleaner-AutoStart" value="true" />
    <add key="CrystalImageCleaner-Sleep" value="60000" />
    <add key="CrystalImageCleaner-Age" value="120000" />
    I am using crystal reports 2008, visual studio 2008, windows 7 pro, MS Sql Server 2005, IE9
    I uninstalled crystal reports, and reinstalled crystal reports 2008 sp3 (Full build) - No help
    When I goto help about visual studio it says crystal reports 2008 (No specific version info)
    Assembly cache on the machine has
    12.0.2000.0 and 12.0.1100.00 as the vast majority ... a few (Design and Engine) have older 10.5.3700 and so forth (There are so many)
    I found this problem on the web with different solutions involving frame work folder or not having IIS setup to server the crystal reports viewer ... this is happening to me on my local development machine using the ASP.Net Develepoment server included with VS2008 ..
    Any help you could give me would greatly be appreciated
    Thanks in advance
    Kevin

    Hi Kevin,
    Take a look at below SAP Note.
    [1531003 - Error: bobj undefined - javascript error |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333331333033303333%7D.do]
    I got this result just by searching 'bobj is undefined javascript' in the top right search box.
    Thanks,
    Bhushan.

  • Microsoft JScript runtime error: 'bobj' is undefined

    Hi!,
    I am using SAP crystal report Version=13.0.2000.0 ,visual studio 2010 and SAP crystal report runtime engine for .net framework 4(64-bit)
    I am getting following error in crystal report loading while deploying the project in Cloud while report is shown in design mode.
    Microsoft JScript runtime error: 'bobj' is undefined

    Moved to .NET SDK forum.
    Search on bobj is undefined and you'll find lots of info on how to resolve.
    Don

  • Unable to install windows 7 home premium updates error code 643 (KB 954430, KB973688 & KB2538243)

    Unable to install windows 7 home premium updates error code 643 (KB 954430, KB973688 & KB2538243) - Please help me!!
    I'm running Windows 7 Home Premium 64-bit on a Lenovo ThinkPad E530. This laptop is only brands new.
    KB954430, KB973688 & KB2538243 - These three updates keep giving me problems. In Windows Update, under "view update history" these keep showing up as failed. I also get the error, "Code 643".
    At the end of the installation it tells me three updates are failed to be installed and when I shut down to try to update, Windows always configures up to ~15%, then fails, and reverts changes, then prompts me to install updates the next time I turn my computer on. Each time, I have to re-install every update that I had installed prior to shutting down.
    I went through Trouble shooter - "Fix it" numerous times, Repaired Net framework profile and also followed few instructions I found from the net such as running "Reset Register Windows update Components" but nothing works so far.
    I even tried manually installing KB954430 but it told me "An error occurred during the installation of assembly component. 7B30B69B-OE6C-B7EO-A06B-D6B9ABF34537  HR RESULT: 0 x 80070BC9" and the installation bar seems to stop at "Publishing Product information", then rolls back the installation.
    If you need more details, please tell me & Thanks in advance

    Checkout this Microsoft article: http://support.microsoft.com/kb/976982 
    It has some resolution steps that may help.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

  • Java.sql.SQLWarning: [Microsoft][SQLServer 2000 Driver for JDBC]Database

    HI!
    I am updating a table in sql server 2000 using PreparedStatement but as im trying to updateit. SQL is giving error or rather we can say warning.
    java.sql.SQLWarning: [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to BRSHere BRS is my database name.
    no error is generated .all the PreparedStatement is executes normally.
    Can any one tell me anything about this

    All the PreparedStatement is executes normally.But data is not updated in the database.

  • [Microsoft][SQLServer 2000 Driver for JDBC] Broken pipe

    Using 10.1.2.0.2
    I have Web App in which I am connecting to MS SQLServer 2005. I have created a datasource on the server and used Microsoft's free JDBC drivers i.e. msutil.jar,mssqlserver.jar,msbase.jar. Now every now and then I am getting the following error when trying to connect to the SQLServer
    [Microsoft][SQLServer 2000 Driver for JDBC]Broken pipe;nested exception is: java.sql.SQLException:[Microsoft][SQLServer 2000 Driver for JDBC]Broken pipeAny ideas what might be wrong and how to take care of this issue.
    Thanks

    DataDirect driver is certified with Oracle Application Server accessing SQLServer, here is an example of a data source entry for SQLServer in OralceAS 10.1.2.x.
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="MerantDS"
    location="jdbc/MerantCoreSSDS"
    xa-location="jdbc/xa/MerantSSXADS"
    ejb-location="jdbc/MerantSSDS"
    connection-driver="com.oracle.ias.jdbc.sqlserver.SQLServerDriver"
    username="test"
    password="secret"
    url="jdbc:oracle:sqlserver://hostname:port;User=test;Password=secret"
    inactivity-timeout="30"
    />
    Here shows a SQLServer managed data source example and a SQLServer native source example in OracleAS 10.1.3.x:
    SQLServer Managed Data Source
    <connection-pool name="ConnectionSqlserver"
    max-connections="20"
    min-connections="1">
    <connection-factory
    factory-class="com.oracle.ias.jdbcx.sqlserver.SQLServerDataSource"
    user="msuser"
    password="mspass"
    url="jdbc:oracle:sqlserver://myserver\\myinstance;User=msuser;Password=mspass" >
    <property name="serverName" value="myserver\\myinstance"/>
    <xa-recovery-config>
    <password-credential>
    <username>msuser</username>
    <password>mspass</password>
    </password-credential>
    </xa-recovery-config>
    </connection-factory>
    </connection-pool>
    <managed-data-source connection-pool-name="ConnectionSqlserver"
    jndi-name="jdbc/mysqlserver"
    name="mysqlserver" />

  • "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."

    I am a new RoboHelp user und I want to import content written with Word 2013 into RoboHelp.
    I'm using RH HTML 9.0.2 and MS Word 2013 (Office 2013) on a Windows 7 professional computer.
    When I try to import a Word-Document (I downloaded and used the example document from Peter Grainge and also tried other Word-documents) I get the following message:
    "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."
    What can I do?

    The error message is wrong as regards the version you need to install. It should state that you need a compatible version and the latest is Office 2010. Even Rh10 does not support Office 2013.
    There is a workaround when generating printed documentation but not when importing. You need to install Word 2010 which can co-exist with Word 2013 if you want to retain that for other purposes. Before using Rh to import, run Word 2010 first.
    To generate printed documentation using Word 2013, right click Properties in the layout, it works from there.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Help with [Microsoft][ODBC Microsoft Access Driver]Error in row

    hi all,
    it seems i have the same problem updating a field in access database here is what my access table has:
    a field called userID of type String in Access 2000 on XP.
    i wrote the following code in java using Eclipse 3.1.1 ( latest) to update that field:
    String database= "jdbc:odbc:Driver={Microsoft Access Driver(*.mdb)};DBQ=";
    String url= database + filename.trim() + ";DriverID=22;READONLY=true}";
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con= DriverManager.getConnection( url,"","");
    con.setAutoCommit(false);
    Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
    stmt.executeQuery("SELECT Users.* FROM Users");
    ResultSet rs = stmt.getResultSet();
    rs.moveToInsertRow();
    rs.updateInt(1,"test");
    rs.updateRow();
    con.commit();
    rs.close();
    stmt.close()
    con.close();
    i get this error :[Microsoft][ODBC Driver Manager] Invalid cursor state
    if i use the same code with using re.next(); before rs.moveToInsertRow(); i get [Microsoft][ODBC Microsoft Access Driver]Error in row
    i get the errors right at : rs.updateRow();
    i dont know what exactly the problem is. why doesnt it get updated and complain about it.
    plz help

    I'm not sure which JDBC driver you are using.
    An access database, by default, has a username and
    password as "admin" and "" (ie, empty password).
    Actually MS Access has two methods for security. You
    are referring to one of them.
    If the password of admin is changed, you have to
    provide the name of the workgroup information file
    also( where it is stored) for making a connection.
    I am not sure about the ODBC bridge driver. What iam
    using is Atinav's aveConnet JDBC driver. It has
    provision for giving username and passwords through
    Workgroup information file. In addition to it youcan
    give the database password also.
    Interesting to note. The bridge for MS Access does
    not use that security method. And it will fail if you
    set up security using the groups/users adminstration.
    The only method it allows is via the "database
    password" method.Thank you for your response, but what User ID should I use when I use database password?
    openConnection(URL,"xxxx","database password")
    thanks again
    David Ling

  • Microsoft Jscript compilation error - expected ';'

    I had JRE 6 u5 on my new HP Laptopt dv-1110el. I've updated it from www.java.com to JRE 6 u11. Since then, sometimes randomly, when a java applet is loaded (I use IE7 protected mode/Vista Home Premium. Sadly I can't run IE7 with DEP too because of compilation error process by Sun who uses too old MS ATL libraries prior to v 7.1 for its Java builds! But this is another story and another bug...) I get this requester twice: Microsoft Jscript compilation error - expected ';', Ok.
    After I press OK everything goes on fine and I can load other applets without errors, 'till I close & re-open IE7 where will happen again.
    I tried to uninstall all Java I had, to clean-up registry but the 'Microsoft Jscript compilation error - expected ';'' pop-up requester still come out. Others experienced this?

    All I did was to update my brand new Laptop HP Pavilion dv5-1110el (IE7/Vista Home Premium x86, SP1, Ita, UAC on) from pre-installed JRE 6 u5 -> JRE 6 u11 using [http://java.com/it/download/installed.jsp?detect=jre&try=1]
    After this the bug started to happen.
    Uninstalling all Java entries from Control Panel and using HP Recovery manager to reinstall default JRE 6 u5 solves the problem. Looks like a bug in JRE 6 u11.
    Here is a shot of the problem (I have to go thru 2 Ok requesters):
    Image full size: [http://www.pctunerup.com/up/image.php?src=_200901/20090107015654_Immagine.jpg]

  • Any one else have Microsoft C++ runtime error in Adobe Photoshop Elements 11 (non cloud version)

    I have been using Adobe Photoshop Elements 11 for 9 months successfully with no issues.  Last night, for no reason, it stopped working , giving me a Microsoft C++ runtime error.  I have tried every trouble shooting suggestion, including resetting the computer, deleting recent updates, disk cleanup, etc.  I finally un installed the program, and when I attempted to re-install, it got almost to the end of the install, and then I get a message " The installation process encountered an error using Shared Technologies".   Can anyone help me?  Technical support for store bought copies of this program is non existant.  It took me 2 hours to find a  phone number that works and that was only for cloud users, and the only support they offer is a chat room , which disappeard from my screen this morning, and is no being offered at least today.   I must have this program for my photography classes I take 2 x a week.  Please help!

    Moving this discussion to the Photoshop Elements forum.

  • Microsoft C++runtime error in Adobe Photoshop_10, editor,Windows 7

    Would like to fix this.
    Program opens, when I click on editor, Visual Runtime error occurs, and program will shut down when I closed window or click to cancel.
    I have been coming up with some solutions on the forum but some people have not been successful for other versions & I hve not found the specific one question like mine. Can some one send me the correct link for this fix for my particular stats
    Thank you

    Follow the steps in article:
    http://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.html

  • How to solve that Microsoft Office 2011 error?

    I am having a problem about Microsoft Office 2011. I can not open word, excel and powerpoint (any kind of windows office application)
    When I just tried to delete mackeeper virus. I think I damage some of the Microsoft Office datas. I learned that virus files should delete from Launch Agent and Launch Deamons. Maybe I made a mistake on deleting files.
    Thanks for your help.
    This is the error that office applications gave:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2015-03-24 04:26:06 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.3.9.131030
    Crashed Module Name: libobjc.A.dylib
    Crashed Module Version: unknown
    Crashed Module Offset: 0x00005a87
    Blame Module Name: MicrosoftOffice
    Blame Module Version: 14.3.9.131030
    Blame Module Offset: 0x00076f59
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    Thread 0 crashed:
    #  1  0x954d2a87 in _objc_msgSend + 0x00000017 (libobjc.A.dylib + 0x00005a87)
    #  2  0x9672ba63 in __CFAutoreleasePoolPop + 0x00000033 (CoreFoundation + 0x00032a63)
    #  3  0x906cde16 in -[NSAutoreleasePool release] + 0x0000007D (Foundation + 0x00065e16)
    #  4  0x02a3cf59 in MsoLaunchFileNewExperience(_FNEAppID, IMsoFileNewUser*) + 0x00000413 (MicrosoftOffice + 0x00076f59)
    #  5  0x007256ec in _wdCommandDispatch + 0x0019C5DC (Microsoft Word + 0x007146ec)
    #  6  0x00283ef6 in __mh_execute_header + 0x00272EF6 (Microsoft Word + 0x00272ef6)
    #  7  0x00282a10 in __mh_execute_header + 0x00271A10 (Microsoft Word + 0x00271a10)
    #  8  0x002a51ed in __mh_execute_header + 0x002941ED (Microsoft Word + 0x002941ed)
    #  9  0x0030b1f1 in __mh_execute_header + 0x002FA1F1 (Microsoft Word + 0x002fa1f1)
    # 10  0x0003a551 in __mh_execute_header + 0x00029551 (Microsoft Word + 0x00029551)
    # 11  0x00013aa5 in __mh_execute_header + 0x00002AA5 (Microsoft Word + 0x00002aa5)
    # 12  0x04d1ec85 in __WlmMain + 0x00000061 (WLMKernel + 0x00004c85)
    # 13  0x000131c5 in __mh_execute_header + 0x000021C5 (Microsoft Word + 0x000021c5)
    # 14  0x00013176 in __mh_execute_header + 0x00002176 (Microsoft Word + 0x00002176)
    X86 Thread State:
    eax: 0x7bc74ad0  ebx: 0x906cdda7  ecx: 0x97c84eb0  edx:0xe7bc7450
    edi: 0x7a32302c  esi: 0x7a323000  ebp: 0xbffe8d88  esp:0xbffe8b38
      ss: 0x00000023  eip: 0x954d2a87   cs: 0x0000001b   ds:0x00000023
      es: 0x00000023   fs: 0x00000000   gs: 0x0000000f  eflags:0x00010202
    Thread 1:
    #  1  0x930379ae in _kevent + 0x0000000A (libsystem_kernel.dylib + 0x000159ae)
    #  2  0x958b57a9 in __dispatch_mach_notify_source_init + 0x00000000 (libdispatch.dylib + 0x000047a9)
    X86 Thread State:
    eax: 0x0000016b  ebx: 0xb0080700  ecx: 0xb00805ac  edx:0x930379ae
    edi: 0x00000000  esi: 0x958b58a1  ebp: 0xb0080718  esp:0xb00805ac
      ss: 0x00000023  eip: 0x930379ae   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000246
    Thread 2:
    #  1  0x930370ee in ___workq_kernreturn + 0x0000000A (libsystem_kernel.dylib + 0x000150ee)
    #  2  0x994fae79 in __pthread_wqthread + 0x000001C0 (libsystem_c.dylib + 0x00018e79)
    #  3  0x994e2daa in _start_wqthread + 0x0000001E (libsystem_c.dylib + 0x00000daa)
    X86 Thread State:
    eax: 0x00100170  ebx: 0x994facc7  ecx: 0xb0102f6c  edx:0x930370ee
    edi: 0xb0103000  esi: 0xb0103000  ebp: 0xb0102f88  esp:0xb0102f6c
      ss: 0x00000023  eip: 0x930370ee   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000282
    Thread 3:
    #  1  0x930370ee in ___workq_kernreturn + 0x0000000A (libsystem_kernel.dylib + 0x000150ee)
    #  2  0x994fae79 in __pthread_wqthread + 0x000001C0 (libsystem_c.dylib + 0x00018e79)
    #  3  0x994e2daa in _start_wqthread + 0x0000001E (libsystem_c.dylib + 0x00000daa)
    X86 Thread State:
    eax: 0x00100170  ebx: 0x994facc7  ecx: 0xb0184f6c  edx:0x930370ee
    edi: 0xb0185000  esi: 0xb0185000  ebp: 0xb0184f88  esp:0xb0184f6c
      ss: 0x00000023  eip: 0x930370ee   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000282
    Thread 4:
    #  1  0x93036c72 in ___semwait_signal + 0x0000000A (libsystem_kernel.dylib + 0x00014c72)
    #  2  0x99582877 in _sleep$UNIX2003 + 0x00000042 (libsystem_c.dylib + 0x000a0877)
    #  3  0x0274a992 in _MerpCreateSession + 0x00000B3F (merp + 0x00003992)
    #  4  0x0274a05e in _MerpCreateSession + 0x0000020B (merp + 0x0000305e)
    #  5  0x02749fe9 in _MerpCreateSession + 0x00000196 (merp + 0x00002fe9)
    #  6  0x0274b586 in _MerpCreateSession + 0x00001733 (merp + 0x00004586)
    #  7  0x994f85b7 in __pthread_start + 0x00000158 (libsystem_c.dylib + 0x000165b7)
    #  8  0x994e2dce in _thread_start + 0x00000022 (libsystem_c.dylib + 0x00000dce)
    X86 Thread State:
    eax: 0x0000014e  ebx: 0xb0206ae8  ecx: 0xb0206a7c  edx:0x93036c72
    edi: 0x9958299a  esi: 0xb0206ae0  ebp: 0xb0206ac8  esp:0xb0206a7c
      ss: 0x00000023  eip: 0x93036c72   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000246
    Thread 5:
    #  1  0x930370ee in ___workq_kernreturn + 0x0000000A (libsystem_kernel.dylib + 0x000150ee)
    #  2  0x994fae79 in __pthread_wqthread + 0x000001C0 (libsystem_c.dylib + 0x00018e79)
    #  3  0x994e2daa in _start_wqthread + 0x0000001E (libsystem_c.dylib + 0x00000daa)
    X86 Thread State:
    eax: 0x00100170  ebx: 0x994facc7  ecx: 0xb0288f6c  edx:0x930370ee
    edi: 0xb0289000  esi: 0xb0289000  ebp: 0xb0288f88  esp:0xb0288f6c
      ss: 0x00000023  eip: 0x930370ee   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000282
    Thread 6:
    #  1  0x93036c72 in ___semwait_signal + 0x0000000A (libsystem_kernel.dylib + 0x00014c72)
    #  2  0x90707935 in +[NSThread sleepForTimeInterval:] + 0x00000097 (Foundation + 0x0009f935)
    #  3  0x022384d8 in _RegisterWindowForMouseMoveEvents + 0x000003F3 (MicrosoftComponentPlugin + 0x0000c4d8)
    #  4  0x90706448 in -[NSThread main] + 0x0000002D (Foundation + 0x0009e448)
    #  5  0x907063cb in ___NSThread__main__ + 0x00000574 (Foundation + 0x0009e3cb)
    #  6  0x994f85b7 in __pthread_start + 0x00000158 (libsystem_c.dylib + 0x000165b7)
    #  7  0x994e2dce in _thread_start + 0x00000022 (libsystem_c.dylib + 0x00000dce)
    X86 Thread State:
    eax: 0x0000014e  ebx: 0xb030a500  ecx: 0xb030a46c  edx:0x93036c72
    edi: 0x9958299a  esi: 0x00000000  ebp: 0xb030a4b8  esp:0xb030a46c
      ss: 0x00000023  eip: 0x93036c72   cs: 0x0000000b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x0000000f  eflags:0x00000246
    Thread 7:
    #  1  0x00000000 in  ( + 0x00000000)
    #  2  0x00000000 in  ( + 0x00000000)
    X86 Thread State:
    eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx:0x00000000
    edi: 0x00000000  esi: 0x00000000  ebp: 0x00000000  esp:0x00000000
      ss: 0x00000023  eip: 0x00000000   cs: 0x0000001b   ds:0x00000023
      es: 0x00000023   fs: 0x00000023   gs: 0x00000023  eflags:0x00000200
    Loaded modules:
    0: Microsoft Word (14.3.9.131030 Reg=en Loc=0x0409: /Applications/Microsoft Office 2011/Microsoft Word.app/Contents/MacOS/Microsoft Word
    1: mbukernel (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/mbukernel.framework/Versions/14/mbukernel
    2: MicrosoftSetupUI (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Versions/14/MicrosoftSetupUI
    3: MicrosoftComponentPlugin (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework/Versions/14/MicrosoftComponentPl ugin
    4: Netlib (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/Netlib.framework/Versions/14/Netlib
    5: MicrosoftOLE (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftOLE.framework/Versions/14/MicrosoftOLE
    6: MicrosoftOLEAutomation (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftOLEAutomation.framework/Versions/14/MicrosoftOLEAutomation
    7: merp (2.2.4.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/merp.framework/Versions/14/merp
    8: MSXML (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MSXML.framework/Versions/14/MSXML
    9: MicrosoftOffice (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftOffice.framework/Versions/14/MicrosoftOffice
    10: OfficeArt (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/OfficeArt.framework/Versions/14/OfficeArt
    11: MicrosoftOleo (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftOleo.framework/Versions/14/MicrosoftOleo
    12: MicrosoftMathFont (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftMathFont.framework/Versions/14/MicrosoftMathFont
    13: MicrosoftChartPlugin (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftChartPlugin.framework/Versions/14/MicrosoftChartPlugin
    14: MicrosoftPTLS (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftPTLS.framework/Versions/14/MicrosoftPTLS
    15: MsgrLibClient (8.0.0.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MsgrLibClient.framework/Versions/14/MsgrLibClient
    16: MBURibbon (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MBURibbon.framework/Versions/14/MBURibbon
    17: MViewLib (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MViewLib.framework/Versions/14/MViewLib
    18: WLMUser (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WLMUser.framework/Versions/14/WLMUser
    19: WLMGraphicsDevice (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WLMGraphicsDevice.framework/Versions/14/WLMGraphicsDevice
    20: WLMKernel (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WLMKernel.framework/Versions/14/WLMKernel
    21: Gfx (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/Gfx.framework/Versions/14/Gfx
    22: SmartArt (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/SmartArt.framework/Versions/14/SmartArt
    23: MicrosoftCloudServices (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftCloudServices.framework/Versions/14/MicrosoftCloudServices
    24: mbustrings (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/mbustrings.framework/Versions/14/mbustrings
    25: mbulocale (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/mbulocale.framework/Versions/14/mbulocale
    26: wlmstrings (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/wlmstrings.framework/Versions/14/wlmstrings
    27: CocoaUI (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/CocoaUI.framework/Versions/14/CocoaUI
    28: MicrosoftOfficeDRM (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftOfficeDRM.framework/Versions/14/MicrosoftOfficeDRM
    29: ThreadPool (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/ThreadPool.framework/Versions/14/ThreadPool
    30: MicrosoftMenuLibrary (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftMenuLibrary.framework/Versions/14/MicrosoftMenuLibrary
    31: StdUrlMoniker (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/StdUrlMoniker.framework/Versions/14/StdUrlMoniker
    32: Uniscribe (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/Uniscribe.framework/Versions/14/Uniscribe
    33: mbuinstrument (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/mbuinstrument.framework/Versions/14/mbuinstrument
    34: WinCrypto (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WinCrypto.framework/Versions/14/WinCrypto
    35: mbupgx.dylib: /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
    36: libcrypto.0.9.7.dylib: /usr/lib/libcrypto.0.9.7.dylib
    37: molc (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/molc.framework/Versions/14/molc
    38: WebKit (8536.30.1 Reg=English Loc=0x0000: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    39: mbunamedstrings (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/mbunamedstrings.framework/Versions/14/mbunamedstrings
    40: CocoaTooltipParser (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/CocoaTooltipParser.framework/Versions/14/CocoaTooltipParser
    41: WebCore (8536.30.2 Reg=English Loc=0x0000: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    42: DocEx (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/DocEx.framework/Versions/14/DocEx
    43: WinHttp (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WinHttp.framework/Versions/14/WinHttp
    44: MicrosoftCredui (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftCredui.framework/Versions/14/MicrosoftCredui
    45: MicrosoftDDCS (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftDDCS.framework/Versions/14/MicrosoftDDCS
    46: WinAPIUI (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/WinAPIUI.framework/Versions/14/WinAPIUI
    47: MicrosoftCSI (14.3.9.131030 Reg=en Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftCSI.framework/Versions/14/MicrosoftCSI
    48: MetEx (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MetEx.framework/Versions/14/MetEx
    49: MicrosoftFBA (14.3.9.131030 Reg=(null) Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftFBA.framework/Versions/14/MicrosoftFBA
    50: XPG (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/XPG.framework/Versions/14/XPG
    51: MicrosoftFS (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftFS.framework/Versions/14/MicrosoftFS
    52: MicrosoftWlmFile (14.3.9.131030 Reg=en-US Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftWlmFile.framework/Versions/14/MicrosoftWlmFile
    53: MicrosoftWebServices (14.3.9.131030 Reg=en-US Loc=0x0000: /Applications/Microsoft Office 2011/Office/MicrosoftWebServices.framework/Versions/14/MicrosoftWebServices
    54: Oimg (14.3.9.131030 Reg=English Loc=0x0000: /Applications/Microsoft Office 2011/Office/Oimg.framework/Versions/14/Oimg
    55: Librarian (1 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    56: ATSHI.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    57: libTraditionalChineseConverter.dylib: /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    58: libSimplifiedChineseConverter.dylib: /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    59: ImageIO (851 Reg=English Loc=0x0000: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    60: Metadata (707.12 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    61: FaceCoreLight (2.4.1 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    62: CorePDF (2.2 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    63: Quartz (1.5 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    64: Foundation (945.18 Reg=en_US Loc=0x0000: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    65: Ubiquity (243.15 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    66: AGL (AGL-3.2.1 Reg=English Loc=0x0000: /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    67: SecurityFoundation (55115.4 Reg=English Loc=0x0000: /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    68: liblaunch.dylib: /usr/lib/system/liblaunch.dylib
    69: Kerberos (1 Reg=English Loc=0x0000: /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    70: ISSupport (56 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    71: libxslt.1.dylib: /usr/lib/libxslt.1.dylib
    72: CoreAudio (4.1.2 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    73: AOSKit (152.4 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    74: Security (55179.13 Reg=English Loc=0x0000: /System/Library/Frameworks/Security.framework/Versions/A/Security
    75: libsystem_network.dylib: /usr/lib/system/libsystem_network.dylib
    76: libcups.2.dylib: /usr/lib/libcups.2.dylib
    77: QD: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    78: libcompiler_rt.dylib: /usr/lib/system/libcompiler_rt.dylib
    79: IOSurface (86.0.4 Reg=English Loc=0x0000: /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    80: TrustEvaluationAgent (23 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    81: DataDetectorsCore (269.3 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    82: ImageCaptureCore (5.0.4 Reg=English Loc=0x0000: /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    83: QuartzComposer (287.1 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    84: CrashReporterSupport (418 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    85: SpeechRecognition (4.1.5 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    86: libbsm.0.dylib: /usr/lib/libbsm.0.dylib
    87: QuartzCore (304.3 Reg=English Loc=0x0000: /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    88: libSystem.B.dylib: /usr/lib/libSystem.B.dylib
    89: PhoneNumbers (47 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    90: GSS (2.0 Reg=English Loc=0x0000: /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    91: libGIF.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    92: CoreMedia (926.106 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    93: PDFKit (2.8.5 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    94: DesktopServicesPriv (1.7.4 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    95: libremovefile.dylib: /usr/lib/system/libremovefile.dylib
    96: QuartzFilters (1.7.0 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    97: DiskArbitration (2.5.2 Reg=English Loc=0x0000: /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    98: libsystem_notify.dylib: /usr/lib/system/libsystem_notify.dylib
    99: OSServices (557.6 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    100: libCSync.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    101: libCGXType.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    102: CoreMediaIO (4163.1 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    103: Backup (1.4.3 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    104: ApplePushService (3.0 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    105: libBLAS.dylib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    106: ATS: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    107: CoreServicesInternal (154.3 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    108: libFontRegistry.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    109: InternetAccounts (210 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    110: libstdc++.6.dylib: /usr/lib/libstdc++.6.dylib
    111: libsystem_kernel.dylib: /usr/lib/system/libsystem_kernel.dylib
    112: AppleFSCompression (1.0 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    113: FamilyControls (410 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    114: CoreText: /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    115: CoreAUC (6.22.03 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    116: JavaScriptCore (8536.30 Reg=English Loc=0x0000: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    117: QuickLookUI (555.5 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    118: libcache.dylib: /usr/lib/system/libcache.dylib
    119: VideoToolbox (926.106 Reg=English Loc=0x0000: /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    120: libCVMSPluginSupport.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    121: libquarantine.dylib: /usr/lib/system/libquarantine.dylib
    122: libunwind.dylib: /usr/lib/system/libunwind.dylib
    123: libdyld.dylib: /usr/lib/system/libdyld.dylib
    124: libRadiance.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    125: libJPEG.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    126: AppleSystemInfo (2 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    127: libsystem_info.dylib: /usr/lib/system/libsystem_info.dylib
    128: libiconv.2.dylib: /usr/lib/libiconv.2.dylib
    129: libcorecrypto.dylib: /usr/lib/system/libcorecrypto.dylib
    130: HTMLRendering (1.1.4 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    131: IOKit: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    132: ServiceManagement (2.0 Reg=English Loc=0x0000: /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    133: libicucore.A.dylib: /usr/lib/libicucore.A.dylib
    134: vecLib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    135: AE (645.6 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    136: LangAnalysis (1.7.0 Reg=English Loc=0x0000: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    137: libkeymgr.dylib: /usr/lib/system/libkeymgr.dylib
    138: Carbon (155 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    139: CarbonCore (1037.6 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    140: MediaControlSender (170.20 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    141: NetFS (4.0 Reg=English Loc=0x0000: /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    142: OpenGL (1.8.10 Reg=English Loc=0x0000: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    143: DictionaryServices (184.4 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    144: libobjc.A.dylib: /usr/lib/libobjc.A.dylib
    145: LaunchServices (539.9 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    146: libsystem_m.dylib: /usr/lib/system/libsystem_m.dylib
    147: PrintCore (387.2 Reg=English Loc=0x0000: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    148: SpeechSynthesis (4.1.12 Reg=English Loc=0x0000: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    149: CoreAVCHD (5600.4.16 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    150: libsystem_blocks.dylib: /usr/lib/system/libsystem_blocks.dylib
    151: libdispatch.dylib: /usr/lib/system/libdispatch.dylib
    152: libxpc.dylib: /usr/lib/system/libxpc.dylib
    153: AppleVA (5.0.19 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    154: libxar.1.dylib: /usr/lib/libxar.1.dylib
    155: libOpenScriptingUtil.dylib: /usr/lib/libOpenScriptingUtil.dylib
    156: ScalableUserInterface (1 Reg=English Loc=0x0000: /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    157: libmacho.dylib: /usr/lib/system/libmacho.dylib
    158: CoreImage (1.0.1 Reg=English Loc=0x0000: /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    159: Accelerate (Accelerate 1.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    160: DirectoryService (151.10 Reg=English Loc=0x0000: /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    161: libTIFF.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    162: ImageKit (673 Reg=English Loc=0x0000: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    163: SystemConfiguration (1.12.2 Reg=English Loc=0x0000: /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    164: AddressBook (1170 Reg=English Loc=0x0000: /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    165: libbz2.1.0.dylib: /usr/lib/libbz2.1.0.dylib
    166: NetAuth (4.0 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    167: libvDSP.dylib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    168: liblangid.dylib: /usr/lib/liblangid.dylib
    169: ImageCapture (8.0 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    170: CoreFoundation (744.19 Reg=en_US Loc=0x0000: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    171: GenerationalStorage (132.3 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    172: MediaToolbox (926.106 Reg=English Loc=0x0000: /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    173: libc++.1.dylib: /usr/lib/libc++.1.dylib
    174: vecLib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    175: TCC (1 Reg=en Loc=0x0000: /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    176: LDAP (194.5 Reg=English Loc=0x0000: /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    177: libRIP.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    178: CoreData (407.7 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    179: libGLU.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    180: libauto.dylib: /usr/lib/libauto.dylib
    181: CoreUI (181.1 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    182: QuickTime (2599.41 Reg=English Loc=0x0000: /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    183: DebugSymbols (98 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    184: ApplicationServices (45 Reg=English Loc=0x0000: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    185: AOSMigrate (1 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    186: AppKit (1187.40 Reg=English Loc=0x0000: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    187: QTKit (2599.41 Reg=English Loc=0x0000: /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    188: OpenDirectory (151.10 Reg=English Loc=0x0000: /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    189: CFNetwork (596.5 Reg=English Loc=0x0000: /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    190: NavigationServices (200 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    191: libGLImage.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    192: libresolv.9.dylib: /usr/lib/libresolv.9.dylib
    193: Cocoa (19 Reg=English Loc=0x0000: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    194: MultitouchSupport (237.4 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    195: CoreServices (57 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    196: Print (258 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    197: AudioUnit (1.9.2 Reg=English Loc=0x0000: /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    198: Ink (150 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    199: libxml2.2.dylib: /usr/lib/libxml2.2.dylib
    200: CarbonSound (4.0 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    201: vImage (6.0 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    202: libsystem_dnssd.dylib: /usr/lib/system/libsystem_dnssd.dylib
    203: Heimdal (2.0 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    204: CoreGraphics: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    205: libJP2.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    206: PerformanceAnalysis (16 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    207: libunc.dylib: /usr/lib/system/libunc.dylib
    208: SecurityHI (55002 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    209: CoreWiFi (130.13 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    210: OpenCL (2.2.19 Reg=English Loc=0x0000: /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    211: CoreMediaAuthoring (914 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    212: Apple80211 (850.252 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    213: libc++abi.dylib: /usr/lib/libc++abi.dylib
    214: CommonAuth (2.0 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    215: libGL.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    216: ChunkingLibrary (133.3 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    217: libsasl2.2.dylib: /usr/lib/libsasl2.2.dylib
    218: CoreVideo (99.4 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    219: AudioToolbox (1.9.2 Reg=English Loc=0x0000: /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    220: libcopyfile.dylib: /usr/lib/system/libcopyfile.dylib
    221: libkxld.dylib: /usr/lib/system/libkxld.dylib
    222: libCoreVMClient.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    223: OpenScripting: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    224: CommerceCore (26.2 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    225: SearchKit (1.4.0 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    226: libsqlite3.dylib: /usr/lib/libsqlite3.dylib
    227: Help (42 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    228: libLAPACK.dylib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    229: SecurityInterface (55024.4 Reg=English Loc=0x0000: /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    230: PreferencePanes (15.1 Reg=English Loc=0x0000: /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    231: CFOpenDirectory (151.10 Reg=English Loc=0x0000: /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    232: libsystem_c.dylib: /usr/lib/system/libsystem_c.dylib
    233: RemoteViewServices (80.6 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    234: CoreWLAN (340.18 Reg=English Loc=0x0000: /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    235: libType1Scaler.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    236: libsystem_sandbox.dylib: /usr/lib/system/libsystem_sandbox.dylib
    237: libCRFSuite.dylib: /usr/lib/libCRFSuite.dylib
    238: Bom (192 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    239: libPng.dylib: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    240: Symbolication (93 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    241: libvMisc.dylib (vecLib 3.8 Reg=English Loc=0x0000: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    242: libssl.0.9.8.dylib: /usr/lib/libssl.0.9.8.dylib
    243: libdnsinfo.dylib: /usr/lib/system/libdnsinfo.dylib
    244: HIServices: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    245: libGFXShared.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    246: libcommonCrypto.dylib: /usr/lib/system/libcommonCrypto.dylib
    247: libcrypto.0.9.8.dylib: /usr/lib/libcrypto.0.9.8.dylib
    248: libTrueTypeScaler.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    249: HIToolbox: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    250: DisplayServices (357 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    251: libpam.2.dylib: /usr/lib/libpam.2.dylib
    252: libz.1.dylib: /usr/lib/libz.1.dylib
    253: QuickLook (555.5 Reg=English Loc=0x0000: /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    254: libFontParser.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    255: CommonPanels (94 Reg=English Loc=0x0000: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    256: ColorSync (4.8.0 Reg=English Loc=0x0000: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    257: CoreSymbolication (117 Reg=English Loc=0x0000: /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    258: libDiagnosticMessagesClient.dylib: /usr/lib/libDiagnosticMessagesClient.dylib
    259: libCyrillicConverter.dylib: /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    260: libJapaneseConverter.dylib: /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    261: libKoreanConverter.dylib: /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    262: libLatin2Converter.dylib: /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    Operating System Information
    Operating System: Mac OS X 10.8.5 (Build 12F45)
    CPU: Intel Core Duo, Number: 4, Speed: 1800 MHz
    gestaltPhysicalRAMSizeInMegabytes err = 0, result = 4096 MB
    gestaltSystemVersion err = 0, result = 0x1085
    Screen: 1440 x 900, depth = 32, ltbr = 0, 0, 900, 1440
    Microsoft Application Information:
    Error Reporting UUID: CC70632D-6946-48CE-B6C5-7C7CF876C620
    Time from launch: 0 hours, 0 minutes, 1 seconds
    Total errors on this client: 97

    Office 2011 Removal
    Office 2011 Removal (2)
    MacKeeper Removal
    MacKeeper Removal

  • Does the Microsoft desktop 2000 work on the new Mac mini (2011)

    I was wondering; does Microsofts desktop 2000 wireless keyboard and mouse work with the new 2011 Mac Mini? It says it requires a disk installation for software or something like that, and the new mini doesn't have an optical drive.. Please answer as soon as possible! Thanks.

    If you have another Mac with a CD drive you can use that, however try the following webpage which has a download option for Mac.
    http://www.microsoft.com/hardware/en-us/d/wireless-keyboard-2000

Maybe you are looking for