A.CreationDate is null when trying to summarize comments in PRINT

I have a document that when I open in reader has multiple comments with some comments having multiple replies - when I go to print and click on summarize comments I get the a.CreationDate is null message.
If I remove the comments that have multiple replies it works.
Any ideas?
Emma

FIX: List resides in an Accordion. I changed the
creationpolicy for the accordion to "ALL" and now references to the
control (list) work.

Similar Messages

  • Getting a null when trying to access DateTime fields (that I've added) from my work item

    I'm getting a null when trying to access (custom) DateTime fields from my work item.
    I've got a customized work item with 'extra' string and datetime fields.
    <FieldDefinition name="Design Version" refname="XXX.DesignVersion" type="String" reportable="dimension" />
    <FieldDefinition name="Date Closed" refname="XXX.DateClosed" type="DateTime" reportable="dimension" />
    This code fails:
    WorkItem workItem = workItemStore.GetWorkItem(workItemId);
    var tt1 = workItem["XXX.DesignVersion"];//works
    var tt3 = workItem["XXX.DateClosed"]; //tt3 == null, fails also for html fields
    Any idea what's up? thanks

    Hi TimB,  
    Thanks for your post.
    What’s the version of your TFS?
    If you open this work item in VS, there’s no date value in your Date Closed field? Please try below code snippet:
    if (wr.Fields["XXX.DateClosed"].Value
    == null)
    Console.WriteLine(wr.Fields["XXX.DateClosed"].Value);
    else
    Console.WriteLine(wr.Fields["XXX.DateClosed"].Value);
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When trying to install a wireless printer, the WEP password says its incorrect. Is this a problem with the airport, my Internet provider or HP? I know the password is correct.

    When trying to install a wireless printer, the WEP password says its incorrect. Is this a problem with the airport, my Internet provider or HP? I know the password is correct.

    Your AirPort Extreme supports WPA.
    WEP is outdated and considered fairly useless, so use WPA.
    Be sure you are using AirPort Utility  5.6. If you are not running Lion then use AirPort Utility 5.5.3.
    AirPort Utility 6.0 cannot administer 802.11b/g base stations.

  • "javax.servlet.jsp.JspException: null" When trying to use JSTL

    Hello,
    I am trying to use some taglibs from Apache but I am getting the following error when trying to access the relevant page:
    org.apache.jasper.JasperException: javax.servlet.jsp.JspException: null
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: javax.servlet.jsp.JspException: null
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
         org.apache.jsp.Questions_jsp._jspService(Questions_jsp.java:42)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    javax.servlet.ServletException: javax.servlet.jsp.JspException: null
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:854)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
         org.apache.jsp.WEB_002dINF.EL_005f2_jsp._jspService(EL_005f2_jsp.java:171)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
         org.apache.jsp.Questions_jsp._jspService(Questions_jsp.java:42)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.reflect.InvocationTargetException
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:597)
         org.apache.taglibs.standard.tag.common.core.SetSupport.doEndTag(Unknown Source)
         org.apache.jsp.WEB_002dINF.EL_005f2_jsp._jspx_meth_c_set_0(EL_005f2_jsp.java:208)
         org.apache.jsp.WEB_002dINF.EL_005f2_jsp._jspService(EL_005f2_jsp.java:113)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
         org.apache.jsp.Questions_jsp._jspService(Questions_jsp.java:42)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)My web.xml file is as follows:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Jsp_Ex09 - JSP Standard Tag Library</display-name>
    <welcome-file-list>
    <welcome-file>welcome.jsp</welcome-file>
    </welcome-file-list>
    <jsp-config>
    <taglib>
    <taglib-uri>/simplequestions</taglib-uri>
    <taglib-location>/WEB-INF/tlds/simplefaq.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
    <taglib-location>/WEB-INF/tlds/c.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://java.sun.com/jsp/jstl/fmt</taglib-uri>
    <taglib-location>/WEB-INF/tlds/fmt.tld</taglib-location>
    </taglib>
    <jsp-property-group>
    <url-pattern>*.jsp</url-pattern>
    <el-ignored>false</el-ignored>
    <scripting-invalid>true</scripting-invalid>
    </jsp-property-group>
    </jsp-config>
    </web-app>I have the standard and jstl jars in my lib directory and the relevant tlds files int the tlds directory. I am using Tomcat 5.5 and J2EE 5.
    The jsp in question is as follows:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
    <html>
    <head>
    <title>JSTL Q2</title>
    </head>
    <body>
    <h1>JSTL Question 2</h1>
    <h2>How do I use the JSTL?</h2>
    <jsp:useBean id="questions" class="com.apress.faq.Questions"
    scope="page">
    <jsp:setProperty name="questions" property="topic" value="EL"/>
    </jsp:useBean>
    <table border="1">
    <!-- the literal JSTL tag will be in left column of table -->
    <!-- the evaluated JSTL tag will be in right column of table -->
    <tr><th>tag</th><th>result</th></tr>
    <!-- this tag uses c:out to send the value of an EL to the response -->
    <tr><td><c:out value="${'${'}questions.topic}"/></td>
    <td><c:out value="${questions.topic}"/></td>
    </tr>
    <!-- this tag uses c:set to set the property of a JavaBean -->
    <c:set target="${questions}" property="topic" value="JSTL" />
    <tr>
    <td><c:set target="${'${'}questions}" property="topic"
    value="JSTL"/>
    </td>
    <td><c:out value="${questions.topic}"/></td>
    </tr>
    <!-- this tag uses c:if to determine whether to create another row -->
    <c:if test="${questions.topic == 'EL'}">
    <tr><td>This row will not be created</td>
    <td></td>
    </tr>
    </c:if>
    <c:if test="${questions.topic == 'JSTL'}">
    <tr><td>This row was created because the c:if tag result was true</td>
    <td></td>
    </tr>
    </c:if>
    </table>
    <h2>Multiplication table, 1 - 5</h2>
    <!-use the forEach tag to create a table -->
    <table border="1">
    <tr><td></td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>
    <c:forEach var="i" begin="1" end="5">
    <tr><td><c:out value="${i}"/></td>
    <c:forEach var="j" begin="1" end="5">
    <td><c:out value="${i*j}"/></td>
    </c:forEach>
    </tr>
    </c:forEach>
    </table>
    <h2>Formatting numbers</h2
    <br><fmt:formatNumber value="23.456" type="number" /> results in
    <fmt:formatNumber value="23.456" type="number" />
    <br><fmt:formatNumber type="currency">23.456
    </fmt:formatNumber> results in <fmt:formatNumber
    type="currency">23.456</fmt:formatNumber>
    <br><fmt:formatNumber value=".23456" type="percent"/> results
    in <fmt:formatNumber value=".23456" type="percent"/>
    <br><fmt:formatNumber value=".23456" type="percent"
    minFractionDigits="2"/> results in <fmt:formatNumber
    value=".23456" type="percent" minFractionDigits="2"/>
    </body>
    </html>Can anyone spot the problem?
    Sorry for such a big post!

    ava.lang.reflect.InvocationTargetException
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:597)
         org.apache.taglibs.standard.tag.common.core.SetSupport.doEndTag(Unknown Source)From the stacktrace, it appears to be from a <c:set> tag.
    Invocation target exception would meant that an error was encountered calling the setter.
    That would focus on this part of the code:
    <!-- this tag uses c:set to set the property of a JavaBean -->
    <c:set target="${questions}" property="topic" value="JSTL" />
    <tr>
    <td><c:set target="${'${'}questions}" property="topic"
    value="JSTL"/>
    </td>That nesting of ${ } inside ${} looks dodgy to me. What is it you are trying to achieve?

  • Summarize Comments or Print With Comments -- Wasting Paper

    In 6.x pro, when I would summarize (or print with) comments and connector lines on a single page, the output file (or printed output) would include only those pages with comments. In 7.0, you get a page that says "no comments on this page."
    It would be nice to have the option of not printing pages without comments. If you have a book, finding the one or two pages with comments can be a pain.

    I've developed a tool that allows a much more efficient comments summary to be created.
    Have a look here and contact me by email if you're interested in it:
    http://try67.blogspot.com/2008/11/acrobat-create-comments-summary-txt-pdf.html

  • Getting "null" when trying to commit

    Dear All,
    am using Jdeveloper 11.1.1.3 ...
    i have a master-detail jsp page , i tried to insert a new row and when i commit the transaction ( press on the commit button ) nothing happen i mean the transaction is not saved and when i checked the log of the IntegratedWebLogicServer i found the the commit generated no error just "null" was there in the log , i have other pages working correctly am not sure what is wrong with this one ...this is a very serious problem since no error message was generated to the user !!!
    Any help please

    problem solved !! the problem was that i wrote this statement
    if ( ADFContext.getCurrent().getSessionScope().get("ClientType").equals("1") ) ....
    and this session scope parameter returned null thats why ... i changed into the following then it worked if ( ADFContext.getCurrent().getSessionScope().get("ClientType") ==1 instead of .equals
    but am not sure why this didnt generate an error message , that way we could know what is the problem

  • Total incorrect when trying to summarize using a variable

    I have a report with two subreports that summarize labor cost and material cost.  I need to return the material cost total to the main report so I created a shared variable.  The correct value is returned each time I display this variable in the main report.  Now I need to display a group total of the material cost and summarize the formula field that uses this variable.  The formula for displaying the variable with the value set in the subreport is {@MatSubTotal}:
    Shared NumberVar myTotal;
    myTotal;
    This field on my report is correct.  I created a second variable call SumTotal which I set to 0 in my group header.  Then after the formula field listed above, I added a new formula: (I left it in the details section until I knew it was working correctly and then I plan to just display the total in the group footer)
    WhilePrintingRecords;
    Shared NumberVar SumTotal;
    SumTotal := SumTotal + {@MatSubTotal};
    Here is where I run into problems.  The first time my subreport displays, the group total is correct, but then the material subreport is supressed and {@MatSubTotal} is 0, but my group total adds the previous value so now the amount is double what it should be.  From here on out, the group total is calculated correctly even when the material subreport is supressed and returns 0.  Just that one time the SumTotal adds the previous value when it should be adding 0 and the whole total is off.  Any suggestions?  Also, my report has three groupings so do I need three separate variables to track the material total for the group?  Just trying to figure out the best way to summarize the variable I'm returning from the subreport.  Thanks

    Thank you everyone for the help.  I thought I'd found it with this last suggestion--there is a condition on the details section that I wasn't aware of:
    not({workorder.actmatcost}+{workorder.actlabcost}>0)
    However, I copied the same condition to my formula, but I still get the same result.
    iif(({workorder.actmatcost}+{workorder.actlabcost}>0),SumTotal := SumTotal +1,SumTotal); 
    It definitely seems like the formula is being incremented when I can't see it on the report, but the only conditions I can find all have to do with the material cost being zero anyway so it shouldn't matter if that was added to my total.  I just can't figure out how the previous value is added more than once.  I swear once I figure out what the cause is, it will seem like such a simple fix, but I've tried so many things so far with no luck!?!
    There's also a condition to suppress the material subreport (within the Details section)
    isnull ({matusetrans.wonum})
    but I can't try that on the main report since it doesn't use that table.  And that condition is equal to the one above anyway in terms of the data from the two different tables.  Maybe at this point I should just try rewriting the report since I'm not familiar with exactly how it was created in the first place.

  • GetCurrentRow() giving a null when trying to save poplist value

    Hi
    I have a requirement to develop a custom page with a field XX - which is a poplist.
    The functionality should be as follows:
    1. When the page renders the poplist should highlight the latest value from the person's uses_tobacco_flag from per_all_people_f.
    2. The poplist should show the other values available also.
    3. when a change is made and clicked on next button, the changed value if any should be saved in DB and get this value from the DB next time when the page renders.
    all the above steps work for someone who has already a value in the table for uses_tobacco_flag. suppose a user A has value as PIPE. The page rendering will bring this value adn any change made will be saved to DB.
    However for user B, if he has null value for uses_tobacco_flag in the DB, then the page renders as such, But when I select a new value and try to insert it in the database via API it gives me getCurrentRow null pointer exception.
    I am pasting the CO.java and AMImpl.java code below. am always getting DffRow as null
    Please help.
    **CO.java**
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    int empid = pageContext.getEmployeeId();//get the person id from the page context
    Integer pers_id = new Integer (empid);
    String personid = pers_id.toString();
    Serializable[] parameters = { personid };
    //am.invokeMethod("initDetails", parameters);//pass the parameter to the AM initDetails method to call initQuery of VO
    am.invokeMethod("init", parameters); //initializes VO
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    if ("benenrollpage".equals(pageContext.getParameter(EVENT_PARAM)) || "persinfopage".equals(pageContext.getParameter(EVENT_PARAM)))
    OAApplicationModule xam = pageContext.getApplicationModule(webBean);
    OAViewObjectImpl DffVO = (OAViewObjectImpl)xam.findViewObject("XXOMPeopleVO1");
    OAViewRowImpl DffRow = (OAViewRowImpl)DffVO.getCurrentRow();
    if (DffRow == null)
    //pageContext.putDialogMessage(new OAException("BEN", "XXOM_BEN_TOBACCO_USAGE", null, OAException.ERROR, null));
         //throw new OAException("The DffRow is null");
         throw new OAException("The DffRow is still null");
         /*else if (((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag") == null)||((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag") == "")||(((String)DffVO.getCurrentRow().getAttribute("UsesTobaccoFlag")).length() == 0))
              throw new OAException("Please enter the tobacco usage 2");
         else
    String tobusage = (String)DffRow.getAttribute("UsesTobaccoFlag");
    // pageContext.putDialogMessage(new OAException("This is tob" + " * " + tobusage));
    int p_person_id = pageContext.getEmployeeId();
    /*if (tobusage == null)
    pageContext.putDialogMessage(new OAException("BEN", "XXOM_BEN_TOBACCO_USAGE", null, OAException.ERROR, null));
    else
              String tobusechkq = "BEGIN XXOM_BEN_UPD_TOBACCO_USAGE.XXOM_UPDATE_TOBACCO_USAGE(:1,:2);EXCEPTION WHEN OTHERS THEN RAISE_APPLICATION_ERROR(-6501,'error 3');END;";
              OADBTransactionImpl oadbtrans = (OADBTransactionImpl)xam.getOADBTransaction();
              OracleCallableStatement oacallstmt = (OracleCallableStatement)oadbtrans.createCallableStatement(tobusechkq, 1);
              try
                   oacallstmt.setInt(1, p_person_id);
                   oacallstmt.setString(2, tobusage);
                   oacallstmt.execute();
                   xam.invokeMethod("apply"); // call the transaction.commit from AM
              catch (Exception e)
                   throw OAException.wrapperException(e);
              finally
                   if(oacallstmt != null)
                   try
                        oacallstmt.close();
                   catch(Exception exception2)
                        throw OAException.wrapperException(exception2);
                   if ("benenrollpage".equals(pageContext.getParameter(EVENT_PARAM)))
                        pageContext.setForwardURL("OA.jsp?akRegionCode=BEN_EFFECTIVE_DATE_PAGE&akRegionApplicationId=805",
                                                      null,
                                                      OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                                      null,
                                                      null,
                                                      false, // Retain AM
                                                      OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
                                                      OAWebBeanConstants.IGNORE_MESSAGES);
                   else if ("persinfopage".equals(pageContext.getParameter(EVENT_PARAM)))
                        pageContext.setForwardURL("OA.jsp?akRegionCode=HR_CREATE_PROCESS_TOP_SS&akRegionApplicationId=800&OAFunc=HR_PERINFO_SS",
                                                      null,
                                                      OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                                      null,
                                                      null,
                                                      false, // Retain AM
                                                      OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
                                                      OAWebBeanConstants.IGNORE_MESSAGES);
              }//else
    } //main if
    }//processFormRequest
    }//main class
    ==================================================================
    AMImpl.java
    public void initDetails(String personid)
    XXOMPeopleVOImpl vo = getXXOMPeopleVO1();
    if (vo == null)
    MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "XXOMPeopleVO1")};
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    vo.initQuery(personid);
    public void init(String personid)
         OAViewObject vo = (OAViewObject)getXXOMPeopleVO1();
    // Per the coding standards, this is the proper way to initialize a
    // VO that is used for both inserts and queries. See View Objects
    // in Detail in the Developer's Guide for additional information.
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    initDetails(personid);
    }

    Seems you are saving data using API (not using EO), so remove/comment the below code lines(which are required when you want to insert data)
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);-Anand

  • "null" when trying to insert HTML embed code after 2014.3 update

    I am currently attempting to insert the HTML code of an excel spreadsheet into my adobe muse site. If I copy paste the embed code directly onto the page, nothing happens. If I try the "insert HTML" function, when I paste the embed code there, it simply places "null". I have successfully pasted the same embed code into my muse site before, but the problem began after I updated to Muse 2014.3. Please help me with this as it is inhibiting me from the production of my website where the embedded spreadsheets are extremely important.
    Here is the embed code.
    <iframe width="358" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=84CEA296175B532C&resid=84CEA296175B532C%21193&authkey= AP_X9buPgnrR1MM&em=2&ActiveCell='HA_Tier_List'!A3&Item='HA_Tier_List'!A%3AD&wdHideGridline s=True"></iframe>

    I had success using museGrid's 'iFrame Builder' widget. Here's the iFrame that it created...
    <iframe class="actAsDiv" src="https://onedrive.live.com/embed?cid=84CEA296175B532C&resid=84CEA296175B532C%21193&authkey= AP_X9buPgnrR1MM&em=2&ActiveCell=%27HA_Tier_List%27!A3&Item=%27HA_Tier_List%27!A%3AD&wdHide Gridlines=True" style="border:0px #FFFFFF none;" name="myiFrame" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="900px" width="358px"></iframe>

  • Error when trying to set up wireless printing with USB C4580

    Hello! 
    When I click on the set up assistant for my HP C4580 Photosamrt printer
    I select my device and click continue it says selected device ins not configured, to configure click continue-
    then i select configure your device for a wireless network and click continue. and nothing happens
    - I get and error message 
    Process: HP Setup Assistant [9303]
    Path: /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/MacOS/HP Setup Assistant
    Identifier: com.hp.SetupAssistant
    Version: 2.1.3 (2.1.3)
    Code Type: X86 (Native)
    Parent Process: launchd [162]
    Responsible: HP Setup Assistant [9303]
    User ID: 501
    Date/Time: 2014-08-10 11:29:19.717 -0700
    OS Version: Mac OS X 10.9.3 (13D65)
    Report Version: 11
    Anonymous UUID: 541D51FA-A485-209C-6CDA-525534BEEDFA
    Sleep/Wake UUID: E43C0434-612D-4E86-A32E-B44355B94EA4
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    Performing @selector(performContinue from sender ACMCustomButton 0x31b7c0
    Dyld Error Message:
    Symbol not found: _WirelessIsAvailable
    Referenced from: /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/WiFi Confirm Settings.WiFiPlugin/Contents/MacOS/WiFi Confirm Settings
    Expected in: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 dyld 0x8fefd0b5 dyld_fatal_error + 1
    1 dyld 0x8feffde8 dyld::bindLazySymbol(mach_header const*, unsigned long*) + 72
    2 dyld 0x8ff1034e stub_binding_helper_interface2 + 20
    3 com.hp.wifisetupassistant.confirmsettings 0x06f3ca83 -[WirelessSettingsAccessor init] + 103
    4 com.hp.wifisetupassistant.confirmsettings 0x06f3a3d2 -[ACMWirelessSettingsController awakeFromNib] + 658
    5 libobjc.A.dylib 0x9bb90262 -[NSObject performSelector:] + 62
    6 com.apple.CoreFoundation 0x99883cb4 -[NSSet makeObjectsPerformSelector:] + 228
    7 com.apple.AppKit 0x9853ae32 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1182
    8 com.apple.AppKit 0x9852e995 loadNib + 369
    9 com.apple.AppKit 0x9852dfbd +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZonewnerBundle:] + 828
    10 com.apple.AppKit 0x987d797e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    11 com.apple.AppKit 0x9852da3f +[NSBundle(NSNibLoading) loadNibNamedwner:] + 709
    12 com.hp.wifisetupassistant.confirmsettings 0x06f3c3dc -[ACMWirelessSettingsInterface initWithModel:] + 108
    13 com.hp.SetupAssistant 0x000038ad -[ACMController loadPlugin:] + 223
    14 com.hp.SetupAssistant 0x00007262 -[ACMInstallerListViewHandler loadNextPlugin] + 1908
    15 libobjc.A.dylib 0x9bb902af -[NSObject performSelector:withObject:] + 70
    16 com.apple.AppKit 0x9877a8a5 -[NSApplication sendAction:to:from:] + 438
    17 com.apple.AppKit 0x9877a6ad -[NSControl sendAction:to:] + 102
    18 com.apple.AppKit 0x987c9c7b -[NSCell _sendActionFrom:] + 159
    19 com.apple.AppKit 0x987e4f2a -[NSCell trackMouse:inRectfView:untilMouseUp:] + 2465
    20 com.apple.AppKit 0x987e4161 -[NSButtonCell trackMouse:inRectfView:untilMouseUp:] + 513
    21 com.apple.AppKit 0x987e3785 -[NSControl mouseDown:] + 690
    22 com.apple.AppKit 0x9875fa9d -[NSWindow sendEvent:] + 11953
    23 com.apple.AppKit 0x986fb91d -[NSApplication sendEvent:] + 4034
    24 com.apple.AppKit 0x985401dc -[NSApplication run] + 823
    25 com.apple.AppKit 0x98529018 NSApplicationMain + 1165
    26 com.hp.SetupAssistant 0x00002832 _start + 216
    27 com.hp.SetupAssistant 0x00002759 start + 41
    Thread 1:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x94269992 kevent64 + 10
    1 libdispatch.dylib 0x99afe899 _dispatch_mgr_invoke + 238
    2 libdispatch.dylib 0x99afe532 _dispatch_mgr_thread + 52
    Thread 3:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 4:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 5:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 6:: com.apple.appkit-heartbeat
    0 libsystem_kernel.dylib 0x94268b76 __semwait_signal + 10
    1 libsystem_c.dylib 0x94ed4fb7 nanosleep$UNIX2003 + 219
    2 libsystem_c.dylib 0x94ed4e62 usleep$UNIX2003 + 60
    3 com.apple.AppKit 0x987c2a4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4 com.apple.Foundation 0x9ac21f0e -[NSThread main] + 45
    5 com.apple.Foundation 0x9ac21e66 __NSThread__main__ + 1426
    6 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    7 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    8 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x94263f7a mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x9426316c mach_msg + 68
    2 com.apple.CoreFoundation 0x99886c09 __CFRunLoopServiceMachPort + 169
    3 com.apple.CoreFoundation 0x998861e1 __CFRunLoopRun + 1393
    4 com.apple.CoreFoundation 0x998859fa CFRunLoopRunSpecific + 394
    5 com.apple.CoreFoundation 0x9988585b CFRunLoopRunInMode + 123
    6 com.apple.AppKit 0x986f7b88 _NSEventThread + 283
    7 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    8 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    9 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 8:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x94268ace __select + 10
    1 com.apple.CoreFoundation 0x998d6af6 __CFSocketManager + 1158
    2 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    3 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    4 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x8ff300f8 ebx: 0x06f3ca29 ecx: 0x00000000 edx: 0x8ff58084
    edi: 0x8ff58084 esi: 0x8fefe1e3 ebp: 0xbfffed28 esp: 0xbfffed0c
    ss: 0x00000023 efl: 0x00000246 eip: 0x8fefd0b5 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
    cr2: 0x06de1000
    Logical CPU: 0
    Error Code: 0x00000000
    Trap Number: 3
    Binary Images:
    0x1000 - 0x11fff +com.hp.SetupAssistant (2.1.3 - 2.1.3) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/MacOS/HP Setup Assistant
    0x1d000 - 0x20fff +com.hp.HPInstallerPluginFramework (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Frameworks/HPInstallerPlugin.framework/Versions/A/HPInstallerPlugin
    0x3fd2000 - 0x3fd7fff +com.hp.setupwelcomeplugin (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_Welcome.plugin/Contents/MacOS/Setup_Welcome
    0x3fdf000 - 0x3febfff +com.hp.hpio.SmartX (1.10.0.2 - 1.10.1) /Library/Frameworks/HPSmartX.framework/Versions/A/HPSmartX
    0x6d5c000 - 0x6d81ff9 com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x6d96000 - 0x6da1ffa com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x6db4000 - 0x6dc8fff +com.hp.setupselectdevicevisible (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_SelectDeviceVisible.plugin/Contents/MacOS/Setup_SelectDeviceVisible
    0x6de3000 - 0x6df0fcf +com.hp.aio.smartx.plugin.DeviceManager (2.2.0 - 2.2.0) /Library/Frameworks/HPSmartX.framework/Versions/A/Plugins/DeviceManagerPlugins/HPDeviceManager.plugin/Contents/MacOS/HPDeviceManager
    0x6dff000 - 0x6e4efe3 +com.hp.hpio.HPServicesInterfaceFramework (2.5.3 - 2.5.3.677) /Library/Frameworks/HPServicesInterface.framework/Versions/B/HPServicesInterface
    0x6e5c000 - 0x6e69fd7 +com.hp.hpio.HPPmlFramework (2.5.3 - 2.5.3.677) /Library/Frameworks/HPPml.framework/Versions/B/HPPml
    0x6e6f000 - 0x6eb6045 +libHPIOnetsnmp.5.dylib (8.1) /Library/Frameworks/HPServicesInterface.framework/Versions/B/Libraries/libHPIOnetsnmp.5.dylib
    0x6ef0000 - 0x6ef2fff +com.hp.setuploadwifi (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_LoadWiFi.plugin/Contents/MacOS/Setup_LoadWiFi
    0x6ef8000 - 0x6efafff +com.hp.setupwidgets (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_Widgets.plugin/Contents/MacOS/Setup_Widgets
    0x6f38000 - 0x6f40fff +com.hp.wifisetupassistant.confirmsettings (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/WiFi Confirm Settings.WiFiPlugin/Contents/MacOS/WiFi Confirm Settings
    0x8fefc000 - 0x8ff2e417 dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90008000 - 0x90011ffc com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90012000 - 0x9001eff7 com.apple.OpenDirectory (10.9 - 173.90.1) <E264995C-298E-3DA4-8AFD-11C941BA5E40> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90322000 - 0x9032dfff libcsfde.dylib (380) <821ACD5D-E4BD-3626-B7AC-8EE2637268C3> /usr/lib/libcsfde.dylib
    0x90395000 - 0x903adff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <184471C6-C810-3346-B7C7-D86E695D0FA1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x90494000 - 0x904cafff com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x904cb000 - 0x904cbfff com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x904cc000 - 0x904e8fff libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x904e9000 - 0x90527ff7 com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x90559000 - 0x90563fff com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x90566000 - 0x90566fff com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90567000 - 0x9056bff7 libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x90574000 - 0x905dffff com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x905e0000 - 0x9061dff7 libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x90b8c000 - 0x90c5aff7 com.apple.backup.framework (1.5.3 - 1.5.3) <03BFC83E-A086-3CA8-A3E6-2EA6F1D388AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90cbe000 - 0x90cf6ff7 com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90cfe000 - 0x910c3ff6 libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x910d7000 - 0x9116eff7 com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x911bb000 - 0x911cdfff libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x911ce000 - 0x911f8fff libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x911f9000 - 0x91204ffb libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x91205000 - 0x91224ff9 com.apple.framework.Apple80211 (9.3.2 - 932.59) <06E0BD18-C925-3121-A817-53100A9BF6D4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x91225000 - 0x91225fff com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x91226000 - 0x9137cff0 libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x913ee000 - 0x913effff libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x913f0000 - 0x916e5ff8 com.apple.CoreImage (9.2.8) <40B7AFD7-2560-3BDD-B321-1CC5FE266DF2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x92916000 - 0x9298cff3 com.apple.securityfoundation (6.0 - 55122.1) <B35A6BA6-D6B5-3743-8F03-1FE0900A9C22> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9298d000 - 0x929d3ff7 libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x929d4000 - 0x92a5eff7 com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x92a5f000 - 0x92adfff7 com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x92ae0000 - 0x92ae3ffa libCGXType.A.dylib (599.23.13) <6EF86C73-323D-30BA-8EEF-954AC81BD694> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92caf000 - 0x92cb7ff7 libCGCMS.A.dylib (599.23.13) <ACC64750-863E-3EA1-B306-F63B96572A8F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x92cb8000 - 0x92cb9fff libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x92cba000 - 0x92cc1ffb libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x92cfe000 - 0x92d06ffe libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x92d07000 - 0x92d07fff com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92d08000 - 0x92d59ff1 libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x92d5a000 - 0x92e2afef libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x92e2b000 - 0x92e87ffa com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x92e8f000 - 0x92e92ff9 com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x92e93000 - 0x92e94fff libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x92e95000 - 0x92ef3ffd com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x92f0b000 - 0x92f0fffc com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92fa4000 - 0x92fa7ff7 com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x92fa8000 - 0x92fb1fff com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92fe2000 - 0x9300dff7 libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x9300e000 - 0x93036fff libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x931d5000 - 0x931d6fff liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x931d7000 - 0x931efff7 libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x931f0000 - 0x93624ff7 com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x93625000 - 0x938c0ff3 com.apple.RawCamera.bundle (5.05 - 743) <7780A107-7132-358D-941F-472F05CF1D0F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x938c1000 - 0x938e5fff libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x938e6000 - 0x93be7ffb com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x93c3e000 - 0x93ca5ffc com.apple.framework.CoreWLAN (4.3.3 - 433.48) <9809D1A7-CE43-3DEE-9812-796590176DEE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x93ca6000 - 0x93cabff3 libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x940d2000 - 0x940f6ff7 libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x940f7000 - 0x9412ffff com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94248000 - 0x94250fff libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x94251000 - 0x9426eff4 libsystem_kernel.dylib (2422.100.13) <C09FD945-4F48-3322-AB4B-7D0243667657> /usr/lib/system/libsystem_kernel.dylib
    0x9426f000 - 0x94300fff com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x94301000 - 0x9430afff libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x9430b000 - 0x9441dffc libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x9441e000 - 0x94793ff9 com.apple.HIToolbox (2.1.1 - 698) <FE3938F3-6338-3C5E-AAB3-47B2F5FAC762> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x94794000 - 0x947c4ff7 com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x947c5000 - 0x947c7fff com.apple.securityhi (9.0 - 55005) <FD6FC95D-CBE2-329F-9ACB-AB3027CAAB6D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x947c8000 - 0x947cbffb libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x947cc000 - 0x94878ffb libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x94879000 - 0x94879fff libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9487a000 - 0x94ae9ff6 com.apple.security (7.0 - 55471.14.4) <4C9E60A9-6861-3AFF-BEB8-637771FEC78B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94aea000 - 0x94b1fffd libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x94b6f000 - 0x94bd8ffa com.apple.datadetectorscore (5.0 - 354.4) <9B7B72AA-1DA4-327B-A714-5C710F3A33A0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x94bd9000 - 0x94c75fff com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x94c76000 - 0x94cc6fff com.apple.opencl (2.3.59 - 2.3.59) <9A8EF83B-78F9-3278-8812-5A0ECB09F8B7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94cc7000 - 0x94cd4fff com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x94cd5000 - 0x94dbbff7 com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94dbc000 - 0x94e02ff7 libcurl.4.dylib (78.92.2) <452F5FFA-68A4-3834-B457-CA667C969F79> /usr/lib/libcurl.4.dylib
    0x94e03000 - 0x94e58fff libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x94e59000 - 0x94eebff9 libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x94eec000 - 0x95150ff7 com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x952f7000 - 0x95358ff7 com.apple.Symbolication (1.4 - 129.0.2) <774BC6EC-450B-3AE8-BBED-F1F140B93E7E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x95359000 - 0x95380fff com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95386000 - 0x953d5ff9 com.apple.HIServices (1.23 - 468) <B0534B49-A137-363A-9FC2-44FAA6F0894F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x954e7000 - 0x954f7ff5 com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x954f8000 - 0x95503fff com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x955b9000 - 0x955bbffb libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x955bc000 - 0x955bfffe com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x955c0000 - 0x955c4fff libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x955c5000 - 0x95771fff com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95772000 - 0x9585dff4 com.apple.DiskImagesFramework (10.9 - 371.1) <6979AEDF-AF1E-390F-A208-50D642621B16> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x95b7d000 - 0x95be6fff com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x95be7000 - 0x95bf6fff libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95bf7000 - 0x95c4cff7 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95c68000 - 0x95c69ffd libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x95c6a000 - 0x95c78ff7 libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x95ce0000 - 0x95d0fff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x95d10000 - 0x95d13ff7 libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x95d14000 - 0x95dd7ff1 com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95dfc000 - 0x95e6ffff com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x95e70000 - 0x95e7bff6 com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95e7c000 - 0x95e80ffe libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x95e81000 - 0x95e81fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95e82000 - 0x95eadff7 libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x9718f000 - 0x9719bffc libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9719c000 - 0x971c0ff3 libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x9742e000 - 0x974a5ffb com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x974a6000 - 0x9751bff1 com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x9753f000 - 0x9754bffc libkxld.dylib (2422.100.13) <5C97CA53-F237-3ECC-9725-E71DDFEC661E> /usr/lib/system/libkxld.dylib
    0x9754c000 - 0x9754efff libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x9754f000 - 0x97616ff7 com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97617000 - 0x976faff7 libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x976fc000 - 0x97709ff7 com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x9770a000 - 0x9770cfff libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x9770d000 - 0x97712ff7 com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x97713000 - 0x9773fff7 com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x97ab1000 - 0x97af1ff7 com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97af2000 - 0x97b0dff5 com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x97b0e000 - 0x97c1bff7 com.apple.ImageIO.framework (3.3.0 - 1043) <3AA4C524-1B31-39AC-A641-189D0D6EA427> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97c1c000 - 0x97cf7ff7 com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x97d7e000 - 0x97d88ff7 com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97d89000 - 0x97d97fff libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x97d98000 - 0x97d98fff libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x97dd7000 - 0x97df0fff com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97e47000 - 0x97e4cff6 libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x97e4d000 - 0x97e8affb libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97e8b000 - 0x97edefff com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x97edf000 - 0x97ef1fff libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x97ef2000 - 0x97f8aff7 com.apple.Metadata (10.7.0 - 800.28) <D8C2153B-6D0F-3B75-97C7-742BDCA430FC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x97f8b000 - 0x97f9bff7 libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x980a5000 - 0x980b3ff3 com.apple.opengl (9.6.1 - 9.6.1) <B8205F16-6435-3062-89C9-2D8FF1799B3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x980b4000 - 0x98100ff7 libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x98101000 - 0x98109fff liblaunch.dylib (842.90.1) <B259692D-D60B-3BCE-9E03-32F457CB5046> /usr/lib/system/liblaunch.dylib
    0x981b6000 - 0x981deff7 libRIP.A.dylib (599.23.13) <2A8EE9AF-728D-3867-8A0A-E065CE14BA20> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98280000 - 0x98286ffb libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x98287000 - 0x98332fff libcrypto.0.9.7.dylib (106) <DA3D5F8E-5822-3D41-BC1C-FFE1CC9BB42B> /usr/lib/libcrypto.0.9.7.dylib
    0x983d2000 - 0x9842bffa libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9842c000 - 0x98518ff7 libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x98519000 - 0x9851dffa libGIF.dylib (1043) <276F48A6-766B-3D40-85C4-C9E8E6051DF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98526000 - 0x99144ff3 com.apple.AppKit (6.9 - 1265.20) <777988C0-5AC9-3015-93E6-7493F9530464> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99145000 - 0x9914dfff libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x99151000 - 0x991f0ff7 libCoreStorage.dylib (380) <78F0E11F-D040-31DD-BD5E-6AC0EC8FD0D4> /usr/lib/libCoreStorage.dylib
    0x991f1000 - 0x9921cff5 com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x99225000 - 0x99227ff2 com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x99228000 - 0x99292ff7 com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99582000 - 0x99584ffe libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x99585000 - 0x99586fff libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x995ba000 - 0x995d4ff7 com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x995d5000 - 0x996c9fff libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9971c000 - 0x9975efff libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9975f000 - 0x99790ffb com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x99791000 - 0x997aeffb libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x997af000 - 0x997b9ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <12D77553-81D4-342B-871A-C65795D85CCF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x99810000 - 0x99a12fff com.apple.CoreFoundation (6.9 - 855.16) <6283B27F-3C46-365F-932C-1A7102D8A3CF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99a13000 - 0x99a63ff7 libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x99a72000 - 0x99a76ffa libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x99a77000 - 0x99ab3ff4 com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x99ab4000 - 0x99ab4ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99ab5000 - 0x99ab6ffa libsystem_sandbox.dylib (278.11) <1A6276FC-9204-3A59-8024-2D572BA9D2F2> /usr/lib/system/libsystem_sandbox.dylib
    0x99ae6000 - 0x99afaff9 com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x99afb000 - 0x99b13ffd libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x99b14000 - 0x99c04ffb libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9a546000 - 0x9a54afff com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x9a555000 - 0x9a55bff7 com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x9a55c000 - 0x9a55cffd libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9a884000 - 0x9a9bbfff com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x9a9d0000 - 0x9a9d1ffc com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x9a9d2000 - 0x9a9edff6 libPng.dylib (1043) <AFF54258-8124-31AE-BBAA-575FD7C43EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9a9ee000 - 0x9abb4ffb libicucore.A.dylib (511.32) <9DC4CADF-6F5C-3D6F-A0FE-D8BC868915F2> /usr/lib/libicucore.A.dylib
    0x9abb5000 - 0x9aee0ffe com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9aee1000 - 0x9aeeafff com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x9aeeb000 - 0x9aef9ff7 com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x9aefa000 - 0x9aff8fff libJP2.dylib (1043) <7B186EC7-B37E-3126-BCCE-7787F65C878D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9aff9000 - 0x9affdffc libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x9affe000 - 0x9b3f6ff3 com.apple.CoreGraphics (1.600.0 - 599.23.13) <3077671B-1AEF-33EF-AF9C-D3A9208646E0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9b525000 - 0x9b80ffd2 com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x9b810000 - 0x9b82cff9 com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x9b82d000 - 0x9b840fff com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x9b841000 - 0x9b841fff com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9b842000 - 0x9b898ff6 com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x9b934000 - 0x9b93dfff com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x9b971000 - 0x9b9b9fff com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x9b9ba000 - 0x9bb1cffb com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9bb76000 - 0x9bd1e4af libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x9bd1f000 - 0x9bd50ffa libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x9bd51000 - 0x9bd58ff2 com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9bd59000 - 0x9bd87ff3 com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9bdba000 - 0x9bf2dffb com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    External Modification Summary:
    Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
    Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
    Calls made by all processes on this machine:
    task_for_pid: 48576
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=141.2M resident=35.0M(25%) swapped_out_or_unallocated=106.1M(75%)
    Writable regions: Total=72.9M written=4876K(7%) resident=8628K(12%) swapped_out=8K(0%) unallocated=64.5M(88%)
    REGION TYPE VIRTUAL
    =========== =======
    CG backing stores 1800K
    CG image 236K
    CG raster data 24K
    CG shared images 180K
    Image IO 912K
    Kernel Alloc Once 4K
    MALLOC 42.4M
    MALLOC (admin) 48K
    Memory Tag 242 12K
    Stack 67.2M
    VM_ALLOCATE 16.5M
    __DATA 14.1M
    __IMAGE 528K
    __IMPORT 44K
    __LINKEDIT 43.7M
    __OBJC 1956K
    __PAGEZERO 4K
    __TEXT 97.4M
    __UNICODE 544K
    mapped file 154.4M
    shared memory 4K
    =========== =======
    TOTAL 441.9M
    This question was solved.
    View Solution.

    Hi leslievilla,
    There is no full feature software and driver available from HP, but the OS X v10.9 Mavericks driver for your printer is available through Apple Software Update (ASU).
    With this driver you can still print and scan, you just wont have HP software to scan from. Scanning to the computer from the printer control panel is only available when using HP Scan software, thus it will not work because there is no HP scan software as apart of the Apple Software Update driver.
    This explains the issue you are having with the Printer Assistant. That program, and any other HP Software for that printer that is on the computer was intended for an earlier version of the operating system not 10.9.
    Is your printer currently on your home network? If not you will not be able to use the software to configure it and this model does not have a wireless setup wizard available from the front panel. Instead you will need to either connect a USB cable, or we can try a work around to get the printer on the network.
    Please complete the steps below to rid the computer of the incompatible software.
    Scrub/ Uninstall
    Open the Applications folder > HP or Hewlett Packard folder > HP Uninstaller
    Click continue, click on one of the printers in the list.
    * Only do this step if you do not have any other HP Printers.  Hold down Control, Option and Command, While holding the three buttons down,
    Click uninstall.
    Reset Printing System
    Click the Apple icon (   ), and then click System Preferences.
    In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan  dialog box opens.
    Right-click (or  Ctrl  +click) in the left panel, and then click Reset printing system…
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Repair Disk Permissions
    On the Dock, click Applications, and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    Click the Repair Disk Permissions button at the bottom of the window.
    Once the repair is complete, restart the computer.
    At this point you can connect a USB cable from the printer to the computer and you will be able to print and scan, or if the printer is already on your network you can add the printer to your System Preferences with these steps;
    Please ensure you are using the HP driver, not the AirPrint driver.
    Select Add other Printer or Scanner                                                       
    Select the printer you are adding and next to 'Use' you can choose the printer driver instead of AirPrint
    You can scan using one of the following methods;
    Method one: Scan from the Print & Scan window   
    Method two: Scan from Apple Preview
    Method three: Scan from Apple Image Capture 
    I hope this helps. If you have any additional questions or have any difficulty using any of these methods, please let me know what method you are trying and what the issue/error is. You may also find the following document helpful; OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
    If you want to use your printer wirelessly, you can use another computer with a compatible operating system to configure the printer onto your wireless network, if you have one, or you can message me back and let me know and we can look at the work around as an option.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Error message when trying to issue output for printing in the VT02N

    We have one issue where user is trying to givng print out for shipiing details in the tranaction VT02 n
    in EXTRAS---> output , there are giving the out put type ZS04 and when they save the output type they are getting the following error messages
    Mandatory:   Proforma saknas
    Mandatory: (5.Varuposter) - Commodity code saknas i delivery:
    output type is configured in nace transacition with the print program and the forn name
    Please tell me why this error is coming
    thanks in advance
    pavan

    Hi,
    Check if you have entered values in all the mandatory fields required.
    If you have try debugging and check where error is coming.
    Just type /H in the command bar and click enter when you clcik on goto-extra it will got to debugging.
    In that put breakpoint at message.This will put break points at all message statements.
    Then you can find out very fast where the error is coming from
    Regards,
    Subhashini

  • Error message when trying to set up shared printer

    I can't seem to add my ancient agfa imagesetter to my list of printers. The rip software is running on an old mac running system 9. I've tried typing in the printer's IP address, but that doesn't work either.
    So I thought I could work around that by sharing the printer from my G5 which is running system 10.4. So Mountain Lion now sees my agfa in the shared printer list, but when I go to add it, the error message is "Unable to download the software from the server at this time."
    My best guess would be an issue with sharing permissions, but I am open for suggestions. I can't add any of the printers from the shared printer list, so it is not my agfa that is the problem with my workaround solution, it is a "sharing" problem with my G5.
    Ideally, I'd like to print directly to my old rip, but if I can't, if anyone can help me solve the "sharing" puzzle, I would greatly appreciate it!!

    If you are using LELA delete it from your computer.  It is not needed.  Connect viw your wired computer to 192.168.1.1 username blank password admin (or whatever you made it) and configure your router manually.

  • Getting spool error when trying to use a network printer from a remote computer.

    I have 2 HP deskjet printers attached to my computer.  One is a D4260 and the 2nd is an F4280 all in one.  I would like both of these printers to be available on our wireless network so that my girlfriend can use the printers from her laptop. The D4260 is working just fine but when I try to print to the all in one it looks as if it printed on her computer but I get a spooling error on mine and no printing.

    Go to hp.com.au, top right corner select support & drivers
    select software & driver download type in your printer name HP Deskjet F4280
    then select your operating system-step 1
    on step 2 select utility diagnostic tools,select HP Print Diagnostic Utility
    run the software, select your printer, then diagnose...then select fix all
    this software automatically detects spooler errors & fix them
    just follow the instructions from the HP Print Diagnostic Utility
    good luck.
    Although I am working on behalf of HP, I am speaking for myself and not for HP.
    Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name : )
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly : )
    Happy Troubleshooting : )

  • "Fatal error 65" when trying to update firmware of printer

     Printer firmware update fails with "error 65" displayed on the printer screen.
    I have HP LaserJet Pro 200 color MFP M276nw, just a month outside the warranty window. Downloaded the latest driver M270_colorMFP_Series_FW_Update-20140718.exe, and followed the instructions on how to update.
    The PC running the install shows no error and I get the smiley face at the end. However, printing configuration still shows the old 2012 driver. Also, the printer display does not display progress as mentioned in the isntall instructions. Rather, at one point it displays "Error 65" and then reboots.
    How can I update the firmware?
    This question was solved.
    View Solution.

    Hi,
    Please ensure the printer is connected to your PC with a USB and not through the network, then try updating the firmware using the following tool and not the one mentioned above:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=kj-108130-5&cc=us&dlc=en&lc=en...
    Please let me know the results,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Error 9672 - An error Occurred when trying to add the selected printer

    Hi. I got some issue with Leopard and printing. I couldn't print so I reloaded the HP Photosmart Installation disk (which in reality is for Tiger)......I got the message above. I cannot add the printer. I can print thru ordinary PCs, but not from the imac. I would have though that with the Leopard upgrades these drivers would have been updated automatically, but apparently not the case?

    My HP 8450Xi is connected to my LAN [ethernet]. While I do have an Airport Card in my Mac Pro, and two airport base stations active for laptops, it is disabled. What is strange, I was able to load the drivers for a newer HP Network Deskjet 6980xi (Driver version 4.0.2), although it took a couple of times before it would successfully load, but could not figure out why it worked and the 8450xi (Driver 2.5.5) did not. Also, the 4.0.2 driver would not work with the 8450.

Maybe you are looking for