Designer Crash during "Include"

Not sure if this is a common problem or not, but whenever I try to Include a schema that I had been linked to previously, it hangs for about 10 minutes (Normal for my Universe/Schema Sizes), then it will either close Designer without warning, or it will allow me to use designer for a couple of seconds and then crash without warning. It seems to happen every time, and I can't get around it... Meaning I end up waiting for almost 30 minutes, then having to restart the process. Any ideas would be welcome.

Hi Travis,
Please check if this is happening only on some specific machine or happens on multiple machines, If in case this is specific to one machine, uninstalling Universe Designer, Cleaning the registries and reinstalling the universe designer will help.
Also if the issue is specific to one schema, try removing some of the tables ramdomly to check if there is any specific table which is causing the issue (or the other way you can start adding the tables one by one).
If the issue is with all the tables / schema's please check with the compatibility of your database with the version of BusinessObjects you are using.
Hope this helps.
Regards,
Jay.

Similar Messages

  • Jspx page "Designer" crashes during initialization

    Hi JDev team,
    I'm using JDeveloper 11.1.1.2 and have migrated an application from Jdev version 11.1.1.0. When I open any jspx file,
    the "Designer" crashes during initialization.
    Please give me suggestions on fixing this problem.
    Here's an example jsp file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document binding="#{backingBeanScope.backing_app_part_developerNotes.document1}"
    id="document1">
    <af:form binding="#{backingBeanScope.backing_app_part_developerNotes.form1}"
    id="form1">
    <af:panelStretchLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelStretchLayout1}"
    id="panelStretchLayout1">
    <f:facet name="bottom">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout3}"
    id="panelGroupLayout3" layout="horizontal"
    halign="center">
    <af:commandButton text="Close"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton1}"
    id="commandButton1">
    <af:returnActionListener/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="center">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout2}"
    id="panelGroupLayout2" layout="vertical"
    halign="center">
    <af:commandButton text="Check notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton2}"
    id="commandButton2"
    actionListener="#{backingBeanScope.backing_app_part_developerNotes.displayNotes}"/>
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout4}"
    id="panelGroupLayout4" layout="horizontal"
    halign="left">
    <af:outputFormatted binding="#{backingBeanScope.backing_app_part_developerNotes.outputFormatted1}"
    id="outputFormatted1"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout1}"
    id="panelGroupLayout1" layout="horizontal"
    halign="center">
    <af:outputLabel value="Developer Notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.outputLabel1}"
    id="outputLabel1"
    inlineStyle="font-size:medium; font-weight:bold;"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_app_part_developerNotes-->
    </jsp:root>
    And here's the stacktrace:
    Mar 18, 2010 11:17:37 AM facelets.compiler
    SEVERE: Compiler Initialization Error
    java.io.FileNotFoundException: JAR entry META-INF/ not found in C:\oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
         at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
         at com.sun.facelets.util.Classpath.search(Classpath.java:65)
         at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:428)
         at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:91)
         at com.sun.facelets.compiler.Compiler.compile(Compiler.java:108)
         at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:533)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Mar 18, 2010 11:17:37 AM com.sun.facelets.FaceletViewHandler handleRenderException
    SEVERE: Error Rendering View[app/part/developerNotes.jspx]
    java.lang.NullPointerException
         at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
         at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
         at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:540)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    Thanks Pedja
    I've tried the given solution and it works.
    I don't want to use an external jdk, because i could have some jdk version problems.
    On 3 other computers Jdeveloper 11g works fine.
    Just download form oracle.com unzip,run jdeveloper.exe and start working working.
    No need to change the JDK.

  • Computer Freezes during games - crash logs included - help?

    My PowerMac has been crashing during WC3 and Halo (1.5.2) for the last six months or so. I though it might be hardware, but I switched out my PM Dual 2.0 for a PM Dual 2.5 with my Dad, and the only things I kept were the hard drives and airport card. Still they freeze and force restart. I just erased my hard drive and installed Leopard from scratch. SAME PROBLEM, even though in most cases I reinstalled fresh versions of software (and only a limited amount). I pulled Halo and WC3 from my backup instead of reinstalling, knowing that I've reinstalled them each several times previous from scratch and still had the same problem. Can you help?
    Thanks
    Here are my logs:
    29/12/07 4:11:11 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:11:13 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:17 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:11:17 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:24 PM org.apache.httpd26 httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    29/12/07 4:11:26 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    29/12/07 4:11:38 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent85) Stray process with PGID equal to this dead job: PID 94 PPID 1 AppleVNCServer
    29/12/07 4:11:38 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent) Throttling respawn: Will start in 5 seconds
    29/12/07 4:11:39 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow86) Exited: Terminated
    29/12/07 4:11:44 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:44 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM Dock113 _DESCRegisterDockExtraClient failed 268435459
    29/12/07 4:11:48 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:48 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd59 NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:19:31 PM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    29/12/07 4:19:31 PM com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    29/12/07 4:19:32 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:19:34 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:37 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:19:37 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:45 PM org.apache.httpd26 httpd: Could not reliably determine the server's fully qualified domain name, using josh-wiltons-power-mac-g5.local for ServerName
    29/12/07 4:19:55 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow88) Exited: Terminated
    29/12/07 4:19:55 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent87) Stray process with PGID equal to this dead job: PID 92 PPID 1 AppleVNCServer
    29/12/07 4:20:23 PM AppZapper151 isRunning: 1, _endRunLoop: 1
    29/12/07 4:20:28 PM Quicksilver139 ended at 861.000000 564.000000 1
    29/12/07 4:20:28 PM AppZapper151 isRunning: 1, _endRunLoop: 1
    29/12/07 4:26:18 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:26:20 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:27 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:26:27 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:31 PM org.apache.httpd26 httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    29/12/07 4:26:32 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    29/12/07 4:26:39 PM org.apache.httpd83 httpd: Could not reliably determine the server's fully qualified domain name, using josh-wiltons-power-mac-g5.local for ServerName
    29/12/07 4:26:41 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow82) Exited: Terminated
    29/12/07 4:26:41 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent81) Stray process with PGID equal to this dead job: PID 90 PPID 1 AppleVNCServer
    29/12/07 4:26:50 PM Dock116 _DESCRegisterDockExtraClient failed 268435459

    I've got 2.5 gig of memory, both games are Leopard compatible (and had the exact same problem in Tiger), and all have current patches. I also own both games, so I know it's not about downloading some faulty bits for P2P or anything like that. I also have 75 GB of available memory out of a possible 300 GB, so it's not that there's a lack of space causing problems. As I mentioned, I erase/installed a fresh OS. I've turned off airport, alternated between hard drives, tried creating a new user account, even ejected my backup hard drive in case that was gumming things up. Permissions and repairs are A-OK.
    I finally found a thread that suggested there some issue with dual processors and 3D games, though primarily the people who were talking about it were Intel users, many of whom were playing games through BootCamp and Parallels. Nothing helpful there.
    Any more thoughts?

  • Computer Freezes during games - crash logs included

    My PowerMac has been crashing during WC3 and Halo (1.5.2) for the last six months or so. I though it might be hardware, but I switched out my PM Dual 2.0 for a PM Dual 2.5 with my Dad, and the only things I kept were the hard drives and airport card. Still they freeze and force restart. I just erased my hard drive and installed Leopard from scratch. SAME PROBLEM, even though in most cases I reinstalled fresh versions of software (and only a limited amount). I pulled Halo and WC3 from my backup instead of reinstalling, knowing that I've reinstalled them each several times previous from scratch and still had the same problem. Can you help?
    Thanks
    Here are my logs:
    29/12/07 4:11:11 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:11:13 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:14 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:17 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:11:17 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:11:24 PM org.apache.httpd[26] httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    29/12/07 4:11:26 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    29/12/07 4:11:38 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent[85]) Stray process with PGID equal to this dead job: PID 94 PPID 1 AppleVNCServer
    29/12/07 4:11:38 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent) Throttling respawn: Will start in 5 seconds
    29/12/07 4:11:39 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[86]) Exited: Terminated
    29/12/07 4:11:44 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:44 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:47 PM Dock[113] _DESCRegisterDockExtraClient failed 268435459
    29/12/07 4:11:48 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:48 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:50 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:51 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:11:52 PM com.apple.coreservicesd[59] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    29/12/07 4:19:31 PM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    29/12/07 4:19:31 PM com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    29/12/07 4:19:32 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:19:34 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:34 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:37 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:19:37 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:19:45 PM org.apache.httpd[26] httpd: Could not reliably determine the server's fully qualified domain name, using josh-wiltons-power-mac-g5.local for ServerName
    29/12/07 4:19:55 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[88]) Exited: Terminated
    29/12/07 4:19:55 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent[87]) Stray process with PGID equal to this dead job: PID 92 PPID 1 AppleVNCServer
    29/12/07 4:20:23 PM AppZapper[151] isRunning: 1, _endRunLoop: 1
    29/12/07 4:20:28 PM Quicksilver[139] ended at 861.000000 564.000000 1
    29/12/07 4:20:28 PM AppZapper[151] isRunning: 1, _endRunLoop: 1
    29/12/07 4:26:18 PM com.apple.launchctl.System[2] launchctl: Dubious permissions on file (skipping): /Library/LaunchDaemons/com.Cvnt.daemon.plist
    29/12/07 4:26:20 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:20 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:27 PM com.apple.launchd[1] (com.apple.AEServer) Unknown key: SHAuthorizationRight
    29/12/07 4:26:27 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
    29/12/07 4:26:31 PM org.apache.httpd[26] httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    29/12/07 4:26:32 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    29/12/07 4:26:39 PM org.apache.httpd[83] httpd: Could not reliably determine the server's fully qualified domain name, using josh-wiltons-power-mac-g5.local for ServerName
    29/12/07 4:26:41 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[82]) Exited: Terminated
    29/12/07 4:26:41 PM com.apple.launchd[1] (com.apple.RemoteDesktop.agent[81]) Stray process with PGID equal to this dead job: PID 90 PPID 1 AppleVNCServer
    29/12/07 4:26:50 PM Dock[116] _DESCRegisterDockExtraClient failed 268435459

    Wrong forum. Ooops.

  • CS5 apps crash during launch in XP

    Hi,
    I just bought and installed CS5 Design Premium and can't get it to work, including Photoshop.  Most of the apps crash.  They crash during launch (splash screen) and therefore never get going.  Each app seems to display different error messages.  One common denominator seems to be something relating to scripting (not sure what that implies - plug-ins?).  The only CS5 apps that don't crash are Bridge and Media Encoder.
    Upgrading to 12.01 didn't help.  I tried rebooting, uninstalling and re-installing.  I ran a system scan with Windows Defender and no malicious software was detected.  I run a very clean system so no unusual programs running in the background and what little I do run in the background, I exited from.  I hadn't run a previous version of Photoshop (or any other program in CS5) so there were no Photoshop plug-ins to uninstall.
    I do have Lightroom 3 installed (huge image database), which I have not yet uninstalled (far from trivial IMHO).  Lightroom does have three plug-ins (all disabled) which are the Canon and Nikon Tether Plug-ins and a Flickr plug-in.  I don't know how to uninstall these or whether it would affect CS5.
    As an example, when I launch Photoshop, I get the following error:
    AppName: photoshop.exe     AppVer: 12.0.1.0     ModName: scriptingsupport.8li ModVer: 10.0.0.0     Offset: 000d183a
    InDesign fails as it says "updating Panels" and I get:
    AppName: indesign.exe     AppVer: 7.0.0.355     ModName: support for javascript.rpln
    ModVer: 7.0.0.355     Offset: 00036183
    System Specs:
    3.4GHz P4, 4GB PC6400, 1.5TB SATA, Nvidia GeForce 6600 PCIe, Asus P5WD2-e Motherboard, XP Pro SP2
    I run Flash 10.1.53.64 and Quicktime 7.6.6, Java 6.0.2
    When I launch Illustrator, it used to crash hard but now it stops while loading (Initializing Plug-ins, PDFFormat.aip) and displays a custom error dialog saying "Error loading plugins.  AISaveForWeb.aip DxfDwg.aip PGNFileFormat.aip.  Eventually it launches, apparently functional (haven't tested it).
    Any help appreciated, thanks!

    Corporate users are often very conservative, as many needs must be met before a new system can be rolled-out.  The reasons for being so conservative are rooted in good business, and in many cases are quite justifiable.
    I have a friend who works IT at a railroad company, and he regularly has to support Windows 2000 machines amongst the majority of their systems, which are XP.  He tells me what he and a whole team of people struggle with every day.  I've been there.  I administered systems for entire Engineering departments myself.  One of the things I ALWAYS made time for, however, was breaking in new systems and getting to know them.  As a result, our people always had near state-of-the-art systems to work with.  It was even a selling point when our managers interviewed someone sharp who they were trying to get to accept an offer:  Our work environment was second to none.
    In recent times we are starting to see why staying with an ancient operating system instead of "biting the bullet" and moving up to modern technology is proving to be more and more expensive.
    Brushing aside Vista - for a while - might have been justifiable, but...
    Hours and hours to make something work on XP?  New roll-outs of XP systems?  In 2010?  Are you kidding?
    All that time being wasted to get old things working could and should be spent on embracing the new, and figuring out how to make it sing on key.  People have now gone before you and can authoritatively state that Windows 7 can be made to work.  A darned sight better than its predecessors in many ways!
    Time is money.
    -Noel

  • ITunes Match crashes during 3rd step when uploading songs to the iCloud

    Hello There,
    I have just one issue with iTunes Match which causes me to be slightly skeptical, although it is such an amazing way to listen to music ect.
    I have about 15000 songs and most of them were added on the iCloud, however only around 200 still needed to be added manually on the iCloud. The issue appears right after the second step where the songs starts uploading. All of a sudden iTunes just crashes and asks me to close the program.
    Just to add I am using a dell desktop PC with windows 7, and everything is up to date including latest updates of the iTunes.
    What can I do to sort this issue out, so the rest of my music can be added to the iCloud without having iTunes to crash during uploads?

    hi,
    See this link.
    http://support.apple.com/kb/HT4914
    I have read elsewhere that some people have used match with XP successfully but they were having more and more problems with each upgrade of iTunes.
    Have you tried removing the tracks that are still waiting to be matched or uploaded. There may a track that is causing the problem. Once you have removed outstanding track update imatch. If this works, gradually add the tracks back a few at a time.
    Jim

  • IPhoto crashes during Flickr set up

    I installed the iLife 09 family suite on my computer then on my husband's (iMac 2.4 GHz intel core duo). iPhoto works flawlessly on my husband's. On mine however, it started out with the same problem others have posted: iPhoto crashing (or closing unexpectedly) upon starting. I followed the advice in a post to turn off AirPort and then start iPhoto turning AirPort on again once iPhoto was running. This seemed to solve that problem.
    My problem now is that iPhoto crashes (or closes unexpectedly) when I try to "set up" Flickr to work through iPhoto. I click the Flickr button and it brings up Safari to have me log into our Flickr account then I am supposed to select the "ok, I'll allow it" button - but somewhere in there iPhoto always crashes in the background. The log below is from one of these occasions (I have only pasted what looked important to me).
    Process: iPhoto [1732]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.0 (8.0)
    Build Info: iPhotoProject-3930000~2
    Code Type: X86 (Native)
    Parent Process: launchd [80]
    Date/Time: 2009-04-08 14:16:04.752 -0500
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000001b7c5ffc
    Crashed Thread: 5
    Thread 5 Crashed:
    0 libSystem.B.dylib 0xffff0f20 __memcpy + 1920 (cpu_capabilities.h:246)
    1 libsqlite3.0.dylib 0x96e5f652 allocateBtreePage + 1810
    2 libsqlite3.0.dylib 0x96e62a83 incrVacuumStep + 851
    3 libsqlite3.0.dylib 0x96eac6ce sqlite3VdbeExec + 2606
    4 libsqlite3.0.dylib 0x96eb7ea2 sqlite3Step + 386
    5 libsqlite3.0.dylib 0x96e98624 sqlite3_exec + 260
    6 com.apple.CFNetwork 0x90a49696 __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int ()(void, int, char**, char**), void*, long) + 64
    7 com.apple.CFNetwork 0x90a262b9 ProcessCacheTasks(__CFURLCache*) + 483
    8 com.apple.CFNetwork 0x90a1ffca CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 180
    9 com.apple.CoreFoundation 0x968b8b25 CFRunLoopRunSpecific + 4469
    10 com.apple.CoreFoundation 0x968b8cd8 CFRunLoopRunInMode + 88
    11 com.apple.CFNetwork 0x90a1febe CFURLCacheWorkerThread(void*) + 396
    12 libSystem.B.dylib 0x92113095 pthreadstart + 321
    13 libSystem.B.dylib 0x92112f52 thread_start + 34
    I've tried to publish to MobileMe as well, and iPhoto always crashes during that scenario as well.
    I used my husband's computer to test the Flickr feature using the same library my computer was working with - his published perfectly.
    Here are the troubleshooting techniques I have used (all have yielded the same crashing of iPhoto during MobileMe/Flickr setup):
    tried both with and without the iPhoto Update 8.0.2
    tried restoring iPhoto 08 from Time Machine (can publish to MobileMe even as recent as the day I installed 09); then reinstalled iPhoto 09
    tried reinstalling iPhoto 09 while iPhoto 09 was still on the computer
    tried deleting the the com.apple.iPhoto.plist (but not the com.apple.iphotomosaic.plist)
    tried rebuilding photo library with all 5 options selected
    tried resetting Safari with all 9 options selected
    have opened and saved a file in Garage Band (I know I'm reaching now)
    tried starting with other libraries, including creating a new one
    Interesting: my new iWeb published content and pictures to MobileMe no problem!
    Background: my MacBook was not "born" with Leopard or iPhoto 08 - I put those on a year(?) ago (about the same time I upgraded my memory). And, my iPhoto 08 had been crashing or hanging when ever I tried to export (one of the reasons I wanted 09 so badly - to fix that problem). I thought that might have been due to my dotphoto file exported plugin - but I've deleted it and I've tried restoring past the time I installed it. iPhoto library has 6,700 pictures and 70 movies taking up 13.1 GB.
    Any suggestions as to what I might be doing wrong? It feels like iPhoto 09 doesn't "talk" to the internet correctly.

    Patrick-
    Thank you for the suggestion. I still encounter the same problem after running repair disk permissions. Here's what I get: Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/..."
    the specific plugins vary (there are about 16) then it states ".../Contents/CodeResources", should be -rw-r--r--, they are lrw-r--r--.
    It also states this for nine /CoreServices/Front Row.app/
    There are also warnings; one is: SUID file "System/Library/Filesystems/AppleShare/afpLoad" has been modified and will not be repaired.
    It ends by saying Permissions repair complete. I have no idea what to do with this information!

  • Laptop Crashed During Maverick Install -- Need Help

    Hello Everyone,
    Before we get started, I just want to open with this info: My Macbook Pro is from 2008, and has a notorious habit of crashing... I hear what sounds like a rhythmic "ticking" sound from within the laptop, and everything on screen freezes up, and I have to do a hard-reboot. Other than that and a few graphical glitches with games, it runs seamlessly and had a good 19 GB free while attempting the update. Also to note, I have a BootCamp partition of about 30 GB for Windows XP. Additionally, I was an IDIOT and did NOT set up Time Machine or make a backup for my files, because, I repeat, I'm an IDIOT apparently.
    So I had 10.6.8 installed -- Snow Leopard... and I heard there was a new free update to 10.8.0: Maverick. Of course it peaked my interest and I tried to install, not realizing it could potentially brick my laptop! Shoulda done some research
    Anyway, here's what happened:
    The download was successful, so I rebooted my computer and initialized the installation. Everything was fine, it said it would take about 50 minutes (even though it took a LOT longer)... and the install got not even half way before my computer crashed, with the infamous ticking sound. I was like, "oh sh**" because everyone knows that a crash during a major install is not good news. After I restarted the computer, it opened up the Maverick install again immediately, and attempted to retry... but within 10 minutes, an error pops up: "Install failed: OS X can’t be installed on the disk, because a recovery system can’t be created. Visit www.apple.com/support/no-recovery to learn more."
    Of course at this point, I'm confused. I have no idea what that means. So I try to reboot to see if it would help, and the same error occured twice more.
    This time, when I rebooted, I held Alt-Option to see if I could just select my HD drive and bypass the install. Nope. The only options were this: "Windows Partition, Maverick OSX Install, recovery-(something something)"... my HD drive wasn't even listed! This made me nervous. So, I selected the recovery disk option and it opened a menu with a few options, including reinstalling OSX, disk utility... etc. So I selected disk utility. I then proceeded to select my HD drive, and click "repair" in the first aid tab. It took about 10-15 minutes, but it successfully finished, giving me a green "Disk seems ok" message. This was a bit of relief. But now that the disk is repaired, how do I access it and exit the endless loop of Maverick installation? Do I need to reinstall OSX with my original disk/Snow Leopard disk?
    Please help me recover my HD drive... I desperately need my laptop for school.
    Thanks in advance. If you need any more additional info on my computer, I will be happy to try and provide it.

    if you have no install disk, best to do fsck. http://docs.info.apple.com/article.html?artnum=106214 hopefully that will do something for you. when you say it "freezes" at startup it is hard to know what to tell you. there are different types of screens that occur with startup issues. this is an incredible article for startup issues--http://docs.info.apple.com/article.html?artnum=106464. do not worry that it says "10.3.9 or earlier". these steps are reliable for tiger as well. i hope that works for you.[:)]

  • Incopy crashed during editors save in Word on PC

    I am the reporter here, let me know if I have left out any pertinent details...The editor has input all of the corrections into the Incopy file [created from Indesign 5.5 (v7.5.1)] on her PC in Word. During the save the file crashed. When she reopened it the corrections were still visible however, she got the message, "do you want to save back to an earlier version and lose your changes." No matter if we chose, yes, no or cancel, it would not get out of the loop. After many tries she was able to get passed that, and could see that her changes were still there. She packaged the file to send back to the remote designer. The remote designer now cannot see that any changes were made. We've had this problem in the past, where the editors file crashes during save and the changes are lost. The designer has ended up having to input the corrections into the indesign file:( Any help would be greatly appreciated.

    You said:
    The editor has input all of the corrections into the Incopy file on her PC in Word.
    What exactly does that mean?
    And all ID and IC users should be patched to 7.5.2.
    Bob

  • InDesign CS6 crashes during PDF export

    I have been attempting to export a magazine design to PDF using the dialogue in InDesign CS6 (for Mac). The PDF gets to around 90% in the background tasks panel and crashes every time. I have removed preferences, reinstalled InDesign, upgraded to Suitcase Fusion 4 and am still having problems. I have even tried printing as a .ps file and it crashes during that as well. A few weeks ago I had a similar problem but found that I was opening CS5 .indd files and not resaving them as CS6 .indd files before exporting. Once I resaved/renamed them in CS6 it appeared to fix the problem. Now I can't seem to fix this one. I have exported other files and it works fine. I even packaged the .idml file and a colleague of mine opened it up in CS5.5 and was able to export it. I thought it might have something to do with corrupt fonts but I disabled all fonts and still couldn't get it to export. Any help or advice would be much appreciated as I am on a deadline. Here is the code from my latest crash report: http://pastebin.com/mRCLsYti

    Appears to have something to do with this thread but I have no clue what is going on here...
    Thread 32 Crashed:
    0   libsystem_kernel.dylib              0x93ad89c6 __pthread_kill + 10
    1   libsystem_c.dylib                   0x91240f78 pthread_kill + 106
    2   libsystem_c.dylib                   0x91231ce3 __abort + 198
    3   libsystem_c.dylib                   0x9122e64a __stack_chk_fail + 253
    4   com.adobe.CoolType                  0x010137c9 CTInit + 1626733
    5   com.adobe.CoolType                  0x01014053 CTInit + 1628919
    6   com.adobe.CoolType                  0x010111ba CTInit + 1616990
    7   com.adobe.CoolType                  0x0100f77e CTInit + 1610274
    8   com.adobe.CoolType                  0x00f6478e CTInit + 909874
    9   com.adobe.CoolType                  0x00ef40a2 CTInit + 449350
    10  com.adobe.CoolType                  0x00e726ba 0xe1e000 + 345786
    11  com.adobe.PDFL                      0x2cc792e2 PDFontPSFlushIncrGlyphList + 85285
    12  com.adobe.PDFL                      0x2d08e898 PDEFontGetWidthsNow + 8752
    13  com.adobe.PDFL                      0x2d08ebb9 PDEFontGetWidthsNow + 9553
    14  com.adobe.PDFL                      0x2d08fb13 PDEFontGetWidthsNow + 13483
    15  com.adobe.PDFL                      0x2d0909a1 PDEFontGetWidthsNow + 17209
    16  com.adobe.PDFPort                   0x187ffffe PDFPortInitialize + 560298
    17  com.adobe.PDFPort                   0x18800375 PDFPortInitialize + 561185
    18  com.adobe.PDFPort                   0x187e88f0 PDFPortInitialize + 464284
    19  com.adobe.InDesign.PDF              0x1851cf09 0x184e7000 + 220937
    20  com.adobe.InDesign.PDF              0x1854064d GetPlugIn + 66509
    21  com.adobe.InDesign.PDF              0x185430b8 GetPlugIn + 77368
    22  com.adobe.InDesign.PDF              0x1852abb5 0x184e7000 + 277429
    23  PublicLib.dylib                     0x01701d7c Command::DoImmediate(short) + 62
    24  com.adobe.InDesign.Utilities        0x121ce691 0x121ca000 + 18065
    25  com.adobe.InDesign.Utilities        0x121ce8a0 0x121ca000 + 18592
    26  com.adobe.InDesign.AppFramework     0x10c2cbba 0x10c10000 + 117690
    27  PublicLib.dylib                     0x01702724 CmdUtils::ProcessCommand(ICommand*) + 48
    28  com.adobe.InDesign.PDF              0x1866abb6 GetPlugIn + 1288502
    29  com.adobe.InDesign.PDF              0x1866ef47 GetPlugIn + 1305799
    30  com.adobe.InDesign.AppFramework     0x10d0a749 GetPlugIn + 852745
    31  com.adobe.InDesign.AppFramework     0x10d0bca6 GetPlugIn + 858214
    32  com.adobe.InDesign.AppFramework     0x10d0c804 GetPlugIn + 861124
    33  com.adobe.InDesign.AppFramework     0x10d0d3c5 GetPlugIn + 864133
    34  com.adobe.InDesign.AppFramework     0x10d0e98e GetPlugIn + 869710
    35  com.adobe.InDesign.AppFramework     0x10d0e9fa GetPlugIn + 869818
    36  com.adobe.InDesign.AppFramework     0x10d0ea66 GetPlugIn + 869926
    37  com.adobe.boost_threads.framework   0x01c6a40d thread_proxy + 141
    38  libsystem_c.dylib                   0x9123eed9 _pthread_start + 335
    39  libsystem_c.dylib                   0x912426de thread_start + 34

  • IPhone crashes during backup before 1.1.2 update installation

    My iPhone is crashing during the beginning of the backup phase before installing v1.1.2. It will freeze up my phone, disconnect from iTunes, & eventually restart again.
    I have it plugged into a USB 2.0 port and there are no bent pins. I have Bluetooth and WiFi OFF. I closed all other open applications on my computer including iPhoto. I am currently running MAC OS X 10.4.11 and using the newest version of iTunes (v7.5).
    What are my other options do I have to resolve this issue?

    My iPhone does the same thing.
    By comparison, my iPod has no trouble with syncing contacts,
    photos, etc. but when attempting to update the iPhone,
    it starts the backup phase as seen in the iTunes window,
    the iPhone screen is dark. Then suddenly, the phone will beep,
    its screen flashes, and we get a gray apple on the iPhone screen.
    I have tried eliminating the dock. Tried two separate USB cables,
    and tried the update from two different computers. Always the same result.
    I have not tried to restore the iPhone, as I do not want to lose
    all the phone call information. It seems to be working ok at the 1.1.1
    SW level.

  • Illustrator CS5 crashes during startup in Mac OS Yosemite

    Hello Adobe forum,
    For the past few days I have been trying to fix my Illustrtator CS5 app but it keeps crashing during start up.
    I got a new Mac Book Pro. I transfered all of my files and I did a clean installation of my Adobe CS5 Suite Design premium. (I made sure that it was deactivated on my first laptop too)
    All the CS5 Apps work except Illustrator. I also made sure to update it on the CS5.0.2 patch, deleted the preferences folder, cleared the font cache.... uninstall - reinstall -again...and again, but no luck. Any help will be greatly appreciated. Below is also the error report.
    Kind regards
    Mike
    Process:               Adobe Illustrator [624]
    Path:                  /Applications/Adobe Illustrator CS5/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:            com.adobe.illustrator
    Version:               399 (15.0.2)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Illustrator [624]
    Date/Time:             2014-12-02 00:38:44.789 -0500
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x90e9b343 __raiseError + 195
    1   libobjc.A.dylib                     0x9a939a2a objc_exception_throw + 276
    2   CoreFoundation                      0x90e9b25d +[NSException raise:format:] + 141
    3   Foundation                          0x940c478b -[NSConcreteTask launchWithDictionary:] + 642
    4   Foundation                          0x940c3d58 +[NSTask launchedTaskWithLaunchPath:arguments:] + 258
    5   ExtensisFontManagementAICS5         0x194fbf95 _Z19FindAndLaunchFMCorePSs + 651
    6   ExtensisFontManagementAICS5         0x194fbaab _ZN9EPILoader17GetSharedInstanceEv + 247
    7   ExtensisFontManagementAICS5         0x194ae38c _Z13StartupPluginP18SPInterfaceMessage + 244
    8   ExtensisFontManagementAICS5         0x194ae8b3 _Z4MainPcS_Pv + 177
    9   Adobe Illustrator                   0x006e8632 _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3769602
    10  Adobe Illustrator                   0x006e4797 _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3753575
    11  Adobe Illustrator                   0x006ec45a _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3785514
    12  Adobe Illustrator                   0x006ec51a _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3785706
    13  Adobe Illustrator                   0x001c02cc _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 1716656
    14  Adobe Illustrator                   0x006ecf6f _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3788351
    15  Adobe Illustrator                   0x006e6827 _Z19AWS_CUI_RevertAlertP15OpaqueWindowPtrRN5adobe3aws3gen6StringItEES6_ + 3761911
    16  Adobe Illustrator                   0x001be936 _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 1710106
    17  Adobe Illustrator                   0x001c01a3 _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 1716359
    18  Adobe Illustrator                   0x00113d3a _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 1010718
    19  Adobe Illustrator                   0x00050768 _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 210508
    20  Adobe Illustrator                   0x000513f6 _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 213722
    21  Adobe Illustrator                   0x00050b6e _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 211538
    22  Adobe Illustrator                   0x00113001 _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 1007333
    23  Adobe Illustrator                   0x000d424a _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStringERNS2_1 4QAttributeListEPS3_PNS2_8QProjectEl + 749870
    24  Adobe Illustrator                   0x00003436 Adobe Illustrator + 9270
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x90e9bcd7 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   com.apple.CoreFoundation       0x90e9b659 __raiseError + 985
    2   libobjc.A.dylib               0x9a939a2a objc_exception_throw + 276
    3   com.apple.Foundation           0x940c5a0f -[NSConcreteTask launchWithDictionary:] + 5382
    4   com.apple.Foundation           0x940c3d58 +[NSTask launchedTaskWithLaunchPath:arguments:] + 258
    5   com.extensis.AutoActivationPlugin.AI15 0x194fbf95 FindAndLaunchFMCore(std::string*) + 651
    6   com.extensis.AutoActivationPlugin.AI15 0x194fbaab EPILoader::GetSharedInstance() + 247
    7   com.extensis.AutoActivationPlugin.AI15 0x194ae38c StartupPlugin(SPInterfaceMessage*) + 244
    8   com.extensis.AutoActivationPlugin.AI15 0x194ae8b3 Main(char*, char*, void*) + 177
    9   com.adobe.illustrator         0x006e8632 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3769602
    10  com.adobe.illustrator         0x006e4797 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3753575
    11  com.adobe.illustrator         0x006ec45a AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3785514
    12  com.adobe.illustrator         0x006ec51a AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3785706
    13  com.adobe.illustrator         0x001c02cc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1716656
    14  com.adobe.illustrator         0x006ecf6f AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3788351
    15  com.adobe.illustrator         0x006e6827 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3761911
    16  com.adobe.illustrator         0x001be936 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1710106
    17  com.adobe.illustrator         0x001c01a3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1716359
    18  com.adobe.illustrator         0x00113d3a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1010718
    19  com.adobe.illustrator         0x00050768 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 210508
    20  com.adobe.illustrator         0x000513f6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 213722
    21  com.adobe.illustrator         0x00050b6e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 211538
    22  com.adobe.illustrator         0x00113001 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1007333
    23  com.adobe.illustrator         0x000d424a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 749870
    24  com.adobe.illustrator         0x00003436 0x1000 + 9270

    It was my Extensis plugin. I deleted it and Illustrator magically stared again. Did I do the right thing or I should have done something different?
    Thank you

  • Why does my site look nothing like the design and during testing once uploaded to the server?

    Why does my site look nothing like the design and during testing once uploaded to the server?,
    Im using Muse whichj crashes like you would not beleive, but after much perseverance I got a basic 4 page holding site together, I tested the site and it all looked fine, when I uploaded it to the server it looks nothing like the site I tested, to the point that even the background has changed colour and nothing is in the rite place.

    Hi John, Sure it's
    http://www.thezine.co.uk
    thanks
    it should be looking like this

  • Desktop Manager Crashes During Sync Phase with Notes Calendar

    Hello All,
    My Destop Software continually crashes at the point of Syncing with Lotus Notes Calendar. Every other part of Syncing with Notes works fine and sometimes I get a partial Sync with the Calendar, but consistently every time it crashes during this part of the process and then I get the Windows error window saying the software has encountered a problem and needs to close. Here are some other facts to help.
    I am running V4.7 of the Destop Manager, latest downloaded from this web site.
    PC is Win XP Proffesional, 2002 SP2. 3Gb RAM Duo Core 2GH
    I have uninstalled/re-installed the Desktop Manager twice
    I get other C Runtime errors with Device Manager on a random basis.
    I have a BB Storm.
    Anything else?
    I have emailed the BlackBerry Support but seems to be a Black Hole with no response despite prompting them several times since putting in the email. I am a relatively educated PC user, My laptop is near new, I have many simple and sohpisticated applications installed with a (other than the BB Desptop application) very clean, well maintained and error free operating environment. This is a very disappointing BB first time experience.

    Hi and welcome to the forums!
    What version of Lotus notes would that be?
    Is this is this server based, an island, or standalone Lotus notes?
    Are you setup as BES or BIS?
    Thanks,
    Bifocals
    Please remember to resolve your thread. Put the check mark in the green box that contained your answer! Thanks 
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB01870&sliceId=1&docTy...
    Message Edited by Bifocals on 12-23-2008 08:46 AM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Designer crashes when checking for contexts or loops

    Designer crashes when testing one of our universes for contexts or loops.  I implemented the solution suggested in #1377869, but it made no difference.  Checking loops/contexts in other similar universes (similar in complexity, connection, number and types of tables) does not crash Designer.  This happens to all Designer users, not just me, and from any computer, including the server.
    We use BOXI R2; Fixpack 2.6. 
    The universe uses DB2.

    Hi Ingo,
    thank you for your help. My next step is to open a customer case. But what's about the logging? Is there a way to enable additional logging/trace for the BO Designer?
    Best Regards
    Matthias

Maybe you are looking for

  • Issue with Asset Retirement without Revenue (ABAVN)

    Hi Experts, hope that you are able to help shed some light on an issue with retirement without revenue (Scrapping). We have an asset capitalised in FY 2007 with two depreciation areas 01 - Book & 15 Tax. There have then been settlements made to the a

  • Update deleted everything on iphone and itunes

    updated iphone to 4.2.1 and it cleared all my sms and contacts like a new phone. i updated itunes and it cleared my itunes folder like an empty library, with no apps or anything. just have the names of albums and songs but no artwork. Called apple an

  • Fonts all gibberish in Safari and Firefox

    Since upgrading my computer to Leopard, most websites are showing up with very strange fonts. I have the standard fonts installed on my computer, and I also added fonts from Adobe Type Manager. There is no way for me to post a screen capture here, bu

  • Can't login to admin server

    Hello, I have a problem which is driving me crazy. I simply can not login to the admin server. I'm connecting to the flash admin-frontend which is hosted on the same server which the FMS is running on. The FMS version is 3.0.1 and it's running on RHE

  • Date changing in Editor

    Hi I am having a problem with the date of photos being changed when taken into Editor and then saved back into a version set (Elements 8.0 for Windows).  Both the edited photo and the original will then have the same (edited) date.  If however I use