Pxi: embedded application doesn't launch at boot up

I selected the "Launch application at boot-up" in the "Network options/RT Target:Miscellaneous" menu before creating my application but it still doesn't launch before I open the application on a local machine (the application in the PXI seems to "wake up" then). I checked that the embedded Labview RT is launching at the PXI boot-up, and that the startup.exe has been updated correctly (I checked it with a ftp client).
Any idea about why the application doesn't launch ?

hi there
- first make sure your app dosn't wait for any kind of input.
- there are some hardware - switches to avoid the execution of startup.exe. see the documentation of your PXI-system (for PXI-8186 see page 2-12)
Best regards
chris
CL(A)Dly bending G-Force with LabVIEW
famous last words: "oh my god, it is full of stars!"

Similar Messages

  • Pxi: embedded application doesn't launch at start up

    I selected the "Launch application at boot-up" in the "Network options/RT Target:Miscellaneous" menu before creating my application but it still doesn' launch before I open the application on a local machine (the application in the PXI seems to "wake up" then). I checked that the embedded Labview RT is launching at the PXI boot-up, and the startup.exe has been updated correctly (I checked it with a ftp client).
    Any idea for this problem?

    One thing that we found helped when we had this problem is to check the
    NI-RT.INI file in the RT target's root directory. It should contain the
    line:
    RTTarget.LaunchAppAtBoot=True
    It seems that some installations of RT do not put this line in
    automatically and, in our case, just adding this line got the
    application up and running.
    If it does not then add that line. Also check the line that should say:
    RTTarget.ApplicationPath=c:\ni-rt\startup\startup.exe
    BTW, you can control whether or not the RT runs your application on boot up by changing the LaunchAppAtBoot line to be False.
    Just use an FTP program to get the NI-RT.INI file and then edit it and send it back to the PXI.
         Rob

  • Swing application doesn't launch

    Hallo,
    I've programmed a simple swing-application that was til now functionning correctly. But today I can't launch this application. If I launch it with java -jar myprog.jar I get following information:
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: sun.font.FileFontStrike.createScalerContext(J[DZIIZFF)J
    at sun.font.FileFontStrike.createScalerContext(Native Method)
    at sun.font.FileFontStrike.<init>(Unknown Source)
    at sun.font.FileFont.createStrike(Unknown Source)
    at sun.font.Font2D.getStrike(Unknown Source)
    at sun.font.Font2D.getStrike(Unknown Source)
    at sun.font.CompositeStrike.getStrikeForSlot(Unknown Source)
    at sun.font.CompositeStrike.getFontMetrics(Unknown Source)
    at sun.font.FontDesignMetrics.initMatrixAndMetrics(Unknown Source)
    at sun.font.FontDesignMetrics.<init>(Unknown Source)
    at sun.font.FontDesignMetrics.getMetrics(Unknown Source)
    at sun.swing.SwingUtilities2.getFontMetrics(Unknown Source)
    at javax.swing.JComponent.getFontMetrics(Unknown Source)
    at javax.swing.plaf.metal.MetalTitlePane$TitlePaneLayout.computeHeight(Unknown Source)
    at javax.swing.plaf.metal.MetalTitlePane$TitlePaneLayout.preferredLayoutSize(Unknown Source)
    at java.awt.Container.preferredSize(Unknown Source)
    at java.awt.Container.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at javax.swing.plaf.metal.MetalRootPaneUI$MetalRootLayout.layoutContainer(Unknown Source)
    at java.awt.Container.layout(Unknown Source)
    at java.awt.Container.doLayout(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validate(Unknown Source)
    at java.awt.Window.pack(Unknown Source)
    at logviewer.Main$1.run(Main.java:61)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: sun.font.FileFontStrike.createScalerContext(J[DZIIZFF)J
    at sun.font.FileFontStrike.createScalerContext(Native Method)
    at sun.font.FileFontStrike.<init>(Unknown Source)
    at sun.font.FileFont.createStrike(Unknown Source)
    at sun.font.Font2D.getStrike(Unknown Source)
    at sun.font.Font2D.getStrike(Unknown Source)
    at sun.font.CompositeStrike.getStrikeForSlot(Unknown Source)
    at sun.font.CompositeStrike.getFontMetrics(Unknown Source)
    at sun.font.FontDesignMetrics.initMatrixAndMetrics(Unknown Source)
    at sun.font.FontDesignMetrics.<init>(Unknown Source)
    at sun.font.FontDesignMetrics.getMetrics(Unknown Source)
    at sun.swing.SwingUtilities2.getFontMetrics(Unknown Source)
    at javax.swing.JComponent.getFontMetrics(Unknown Source)
    at javax.swing.plaf.metal.MetalTitlePane$TitlePaneLayout.computeHeight(Unknown Source)
    at javax.swing.plaf.metal.MetalTitlePane$TitlePaneLayout.preferredLayoutSize(Unknown Source)
    at java.awt.Container.preferredSize(Unknown Source)
    at java.awt.Container.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at javax.swing.plaf.metal.MetalRootPaneUI$MetalRootLayout.layoutContainer(Unknown Source)
    at java.awt.Container.layout(Unknown Source)
    at java.awt.Container.doLayout(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validate(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    after this output the application hangs, my windows commad prompt doesn't show the prompt.
    Secondary, it is not possible to launch the Java-Applet in Control Panel of Windows. It happans nothing.
    Whats going wrong? My program didn't change, it's the same program I was using since longer time. What could I do to make it function correctly?
    with regards
    Rafal Ziolkowski

    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: sun.font.FileFontStrike.createScalerContext(J[DZIIZFF)J
    UnsatisfiedLinkError indicates that the JVM cannot find a native method's definition. Generally this means that the shared object file (.so on unices, .dll on Windows) cannot be found by the JVM.
    Since the missing method is visibly Sun's code, presumably a built-in JRE method, that probably means your JRE/JDK install has been corrupted (corroborated by a quick Google search on the obvious keywords).
    Try reinstalling the JRE or JDK.
    Secondary, it is not possible to launch the Java-Applet in Control Panel of Windows. It happans nothing. I don't understand this sentence. What are you doing exactly, and how is that related to the first question?
    Much luck,
    J.

  • Rosetta applications won't launch

    Hi,
    i have a rather weird problem with my OS X installation. When i try to launch a rosetta application (non-UB), the application doesn't launch. If I launch it from the Dock, the icon will just bounce a couple of times (1-2 seconds) and will then quit. If i launch it from anywhere else on the computer, nothing happens.
    Any of you know what could cause this problem?
    Regards,
    Rune
    Macbook Pro   Mac OS X (10.4.8)  

    Good morning and thanks for your insight!
    I ran the disk utility from the startup disk and it made repairs to the startup disk! After this, the problem still appears; when I launch some applications "nothing happens". A dialog box does not appear prompting to retry or posts an error.
    It seems as part of the os was corrupted or a system preference file (os9) needs to be deleted.
    Even if I reinstall these applications they don’t launch.
    Using “Console” here are some messages:
    Mac OS X Version 10.4.8 (Build 8L127)
    2007-01-31 07:33:07 -0600
    2007-01-31 07:33:08.223 loginwindow[78] FSResolveAliasWithMountFlags returned err = -43
    2007-01-31 07:33:08.224 loginwindow[78] FSResolveAliasWithMountFlags returned err = -43
    dyld: Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Referenced from: /Extensis Suitcase Fusion/Suitcase Fusion.app/Contents/MacOS/Suitcase Fusion
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    2007-01-31 07:33:10.115 WeatherPop[118] system version = 1048
    2007-01-31 07:33:10.284 WeatherPop[118] No Menu Extra Enabler
    Jan 31 07:33:10 g5 mDNSResponder: Adding browse domain local.
    2007-01-31 07:33:11.294 SystemUIServer[94] lang is:en
    2007-01-31 07:33:11.833 HPEventHandler[153]: DebugAssert: Third Party Client: ((__null) != m_lock && 0 == (*__error())) Can't create semaphore lock [/Volumes/Development/HP/Mac-Software/mac-software/core/HPEventHandler/Sources/ HPTMNotificationManager.cpp:60]
    2007-01-31 07:33:14.136 WeatherPopApp[166] Vended com.glu.WeatherPop0
    2007-01-31 07:33:14.401 WeatherPopApp[166] WeatherPop Advance is registered.
    2007-01-31 07:33:15.329 WeatherPopApp[166] Could not connect the action buttonPressed: to target of class NSApplication
    2007-01-31 07:33:15.329 WeatherPopApp[166] Could not connect the action buttonPressed: to target of class NSApplication
    2007-01-31 07:33:15.329 WeatherPopApp[166] Could not connect the action buttonPressed: to target of class NSApplication
    2007-01-31 07:33:15.330 WeatherPopApp[166] Could not connect the action buttonPressed: to target of class NSApplication
    -----> using the default for dK=[icon] tS=[currentconds]
    dyld: Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    Jan 31 07:35:45 g5 crashdump[239]: Safari crashed
    Jan 31 07:35:45 g5 crashdump[239]: crash report written to: /Users/kenheraty/Library/Logs/CrashReporter/Safari.crash.log
    dyld: Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Referenced from: /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    Jan 31 07:35:58 g5 crashdump[241]: iTunes crashed
    Jan 31 07:35:58 g5 crashdump[241]: crash report written to: /Users/kenheraty/Library/Logs/CrashReporter/iTunes.crash.log
    -----> using the default for dK=[icon] tS=[currentconds]
    dyld: Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Reason: no suitable image found. Did find:
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit: unknown file type, first eight bytes: 0x5F 0x03 0x55 0xE6 0xFA 0x2B 0x38 0x04
    Jan 31 07:50:46 g5 crashdump[252]: Safari crashed
    Jan 31 07:50:46 g5 crashdump[252]: crash report written to: /Users/kenheraty/Library/Logs/CrashReporter/Safari.crash.log

  • Catalyst doesn't launch...?

    Hi All,
    only the flash screen for a moment, then nothing happens...
    the application doesn't launch under Vista Pro SP2
    any ideas ?

    I would suggest checking out some of the other posts from people who have had similar problems.
    I'm personally not an expert on the issues, but I know there is a wealth of information on this forum that should get you up and running.
    - Bruce

  • Application started using Java Web Start doesn't launch the first time

    I have a Facebook photo uploader application that I plan to distribute using Java Web Start. I'm using Java 6u4 on Windows XP SP2 with 2GB of RAM. I have Java 6u3, Java 6u4 and Java 5 u14 installed and I'm sure the one used is Java 6u4.
    I signed my application and make use of all security settings.
    Here is my JNLP file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+"
         codebase="http://www.antaki.ca/bloom/jars"
         href="http://www.antaki.ca/bloom/Bloom.jnlp">
    <information>
        <title>Bloom</title>
        <vendor>Carl Antaki</vendor>
        <icon kind="splash" href="http://www.antaki.ca/bloom/Bloom.jpg"/>
        <icon href="http://www.antaki.ca/bloom/bloom32.jpg"/>
      <shortcut online="false">
      <desktop/>
      <menu submenu="Bloom"/>
      </shortcut>
    </information>
        <resources>
            <j2se version="1.5+" initial-heap-size="32m" max-heap-size="128m" href="http://java.sun.com/products/autodl/j2se" />
            <property name="sun.java2d.d3d" value="false"/>
            <jar href="http://www.antaki.ca/bloom/jars/Bloom.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/BrowserLauncher2-1_3.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/SmartProgressMonitor.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/facebook.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/forms-1.1.0.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/json_simple.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/swing-worker-1.1.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/glazedlists_java15.jar"/>
            <jar href="http://www.antaki.ca/bloom/jars/swingx-0.9.1.jar"/>   
            <jar href="http://www.antaki.ca/bloom/jars/jhbasic.jar"/>
       </resources>
    <security>
         <all-permissions/>
      </security>
    <application-desc main-class="ca.antaki.www.bloom.gui.Bloom" />
    </jnlp>Here is the link for my application http://antaki.ca/bloom/Bloom.jnlp
    The first time the application is installed using a link on the browser it's downloaded then the certificate dialog is shown, after that I check the checkbox to accept the certificate permanently. The application doesn't load, it only loads the second time although I see it in the task manager. If I don't accept the certificate permanently it does load. This happens on both Firefox 2 and IE 7. I enabled the console and logging but nothing shows up there.That's really a weird problem, I wonder if Java Web Start is a viable deployment option, it does have great capabilities such as autoupdate but still seems to have important bugs.
    Does anyone have any clue about what is going on.
    The problem doesn't occur on Ubuntu 7.10.
    Thanks,
    Carl Antaki

    >
    You were right my XML file was not correct. I still couldn't find a valid JNLP validator. Sun has to provide that.>No they don't (have to supply a validator for their own document type, though it makes sense to do so), but yes they do (provide a tool that validates XML against schemas). Java can validate XML against a DTD or XSD.
    Check these two threads (and chase the links) for more details.
    JNLP xsd schema
    <http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/c6f65bf1df5f105d/30c6b7e2dc342dc4>
    Validate XML against DTD? XSD OK. SSCCE.
    <http://groups.google.com.au/group/comp.lang.java.programmer/browse_thread/thread/5b997a1edb765b11/e831f3066eb4aa38>
    Look especially for the posts by Piotr Kobzda.
    I had a tool on my site based largely on Piotr's codes, that linked to a valid JNLP DTD and XSD, but unfortunately my site is offline at the moment. Andy assures me that the JNLP 6.0 DTD has been corrected for the developer ..download tutorials of web start, though the online (web site) version may still be invalid.

  • Quicktime X doesn't launch?

    I know people are having lots of problems with Quicktime X, but I'm having an even more basic one -- the software doesn't launch at all. It bounces on the dock, but then nothing happens. ??

    I'm having the same problem. I've tried reloading it from the Snow Leopard installation disc using Pacifist but that had no effect and the icon doesn't even bounce now!
    If you are referring to the embedded dual 32-/64-bit structure imbedded in the OS, then I don't recommend using Pascifist and would prefer to perform a clean install here. If just the QT X Player application, then you may not have done much, if any, damage to your OS.
    Inability to open an application may be due to either a bad installation of the application, a bad PLIST file, or a corrupted or improperly terminated movie file. By setting up an alternative user account, you may be able to determine where the problem lies. If you can open the bare application as a different user, then it is most likely the the PLIST file is corrupted. If the bare application will not open, then it is more likely to be a bad installation. If the bare application opens in both user account but a particular movie file will not open while others do, then the problem is most likely either in the file itself or the components that support that movie.

  • The Browse in Bridge option in PS CC 2014 doesn't launch Bridge, but instead opens the window of the Creative Cloud desktop app instead.  This behaviour is on both Mac and Windows.

    I recently installed all the of CC 2014 applications and noticed that in Photoshop CC 2014, when I choose the "Browse in Bridge" menu option it doesn't launch Bridge at all.  Instead it opens the Creative Cloud desktop application window instead.  I have the latest version of Bridge installed as well.  If I have Bridge running, the menu option also just opens the CC window and doesn't bring Bridge to the front either.  I have PS installed on both a Mac (10.9.3) and Windows (8.1) and the behaviour is the same.

    I only Run windows and my install of CC 2014 works correctly and launches Bridge CC.  Bridge CC was also updated to launch CC 2014 and not CC 14.2.1.
    Hers is my Photoshop CC 2014 help>System info...  You may want to compare your windows systems CC 2014 info to it.
    Adobe Photoshop Version: 2014.0.0 20140508.r.58 2014/05/08:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 12
    Logical processor count: 24
    Processor speed: 1995 MHz
    Built-in memory: 40886 MB
    Free memory: 35170 MB
    Memory available to Photoshop: 37118 MB
    Memory used by Photoshop: 90 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Huge
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Display: 2
    Display Bounds: top=0, left=-1360, bottom=768, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2048
    glgpu[0].GLName="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLVendor="NVIDIA Corporation"
    glgpu[0].GLVendorID=4318
    glgpu[0].GLDriverVersion="9.18.13.3311"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLRendererID=1757
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    glgpu[0].GLDriverDate="20140429000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[6553 6]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.1"
    clgpu[0].CLDeviceVersion="1.1 CUDA"
    clgpu[0].CLMemoryMB=2048
    clgpu[0].CLName="Quadro 4000"
    clgpu[0].CLVendor="NVIDIA Corporation"
    clgpu[0].CLVendorID=4318
    clgpu[0].CLDriverVersion="333.11"
    clgpu[0].CUDASupported=1
    clgpu[0].CUDAVersion="6.0.1"
    clgpu[0].CLBandwidth=7.49454e+010
    clgpu[0].CLCompute=184.394
    License Type: Subscription
    Serial number: 96040035116912554961
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\JOHNJM~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      F:\, 465.2G, 143.7G free
      C:\, 224.2G, 105.4G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/04/14-23:42:44   79.554120   79.554120
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/04/23-10:46:55   79.554276   79.554276
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl 2014/03/05-14:49:37   5.0.33   79.552883
       AdobePDFL.dll   PDFL 2014/03/04-00:39:42   79.510482   79.510482
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPFiles.dll   Adobe XMP Files 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPScript.dll   Adobe XMP Script 2014/01/13-19:44:00   79.155772   79.155772
       adobe_caps.dll   Adobe CAPS   8,0,0,7  
       AGM.dll   AGM 2014/04/14-23:42:44   79.554120   79.554120
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.45 BuildVersion: 8.0; BuildDate: Fri Mar 28 2014 20:28:30)   1.000000
       ARE.dll   ARE 2014/04/14-23:42:44   79.554120   79.554120
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/04/14-23:42:44   79.554120   79.554120
       BIBUtils.dll   BIBUtils 2014/04/14-23:42:44   79.554120   79.554120
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/04/14-23:42:44   79.554120   79.554120
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2014/03/12-08:53:44   79.252744   79.252744
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/03/25-23:41:34   79.553444   79.553444
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.0  
       Plugin.dll   Adobe Photoshop CC 2014   15.0  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.0.0.74  
       PSArt.dll   Adobe Photoshop CC 2014   15.0  
       PSViews.dll   Adobe Photoshop CC 2014   15.0  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.0 (2014.0.0 x001)
       Accented Edges 15.0
       Adaptive Wide Angle 15.0
       Angled Strokes 15.0
       Average 15.0 (2014.0.0 x001)
       Bas Relief 15.0
       BMP 15.0
       Camera Raw 8.5
       Camera Raw Filter 8.5
       Chalk & Charcoal 15.0
       Charcoal 15.0
       Chrome 15.0
       Cineon 15.0 (2014.0.0 x001)
       Clouds 15.0 (2014.0.0 x001)
       Collada 15.0 (2014.0.0 x001)
       Color Halftone 15.0
       Colored Pencil 15.0
       CompuServe GIF 15.0
       Conté Crayon 15.0
       Craquelure 15.0
       Crop and Straighten Photos 15.0 (2014.0.0 x001)
       Crop and Straighten Photos Filter 15.0
       Crosshatch 15.0
       Crystallize 15.0
       Cutout 15.0
       Dark Strokes 15.0
       De-Interlace 15.0
       Dicom 15.0
       Difference Clouds 15.0 (2014.0.0 x001)
       Diffuse Glow 15.0
       Displace 15.0
       Dry Brush 15.0
       Eazel Acquire 15.0 (2014.0.0 x001)
       Embed Watermark 4.0
       Entropy 15.0 (2014.0.0 x001)
       Export Color Lookup NO VERSION
       Extrude 15.0
       FastCore Routines 15.0 (2014.0.0 x001)
       Fibers 15.0
       Film Grain 15.0
       Filter Gallery 15.0
       Flash 3D 15.0 (2014.0.0 x001)
       Fresco 15.0
       Glass 15.0
       Glowing Edges 15.0
       Google Earth 4 15.0 (2014.0.0 x001)
       Grain 15.0
       Graphic Pen 15.0
       Halftone Pattern 15.0
       HDRMergeUI 15.0
       IFF Format 15.0
       Ink Outlines 15.0
       JPEG 2000 15.0
       Kurtosis 15.0 (2014.0.0 x001)
       Lens Blur 15.0
       Lens Correction 15.0
       Lens Flare 15.0
       Liquify 15.0
       Matlab Operation 15.0 (2014.0.0 x001)
       Maximum 15.0 (2014.0.0 x001)
       Mean 15.0 (2014.0.0 x001)
       Measurement Core 15.0 (2014.0.0 x001)
       Median 15.0 (2014.0.0 x001)
       Mezzotint 15.0
       Minimum 15.0 (2014.0.0 x001)
       MMXCore Routines 15.0 (2014.0.0 x001)
       Mosaic Tiles 15.0
       Multiprocessor Support 15.0 (2014.0.0 x001)
       Neon Glow 15.0
       Note Paper 15.0
       NTSC Colors 15.0 (2014.0.0 x001)
       Ocean Ripple 15.0
       OpenEXR 15.0
       Paint Daubs 15.0
       Palette Knife 15.0
       Patchwork 15.0
       Paths to Illustrator 15.0
       PCX 15.0 (2014.0.0 x001)
       Photocopy 15.0
       Photoshop 3D Engine 15.0 (2014.0.0 x001)
       Photoshop Touch 14.0
       Picture Package Filter 15.0 (2014.0.0 x001)
       Pinch 15.0
       Pixar 15.0 (2014.0.0 x001)
       Plaster 15.0
       Plastic Wrap 15.0
       PNG 15.0
       Pointillize 15.0
       Polar Coordinates 15.0
       Portable Bit Map 15.0 (2014.0.0 x001)
       Poster Edges 15.0
       Radial Blur 15.0
       Radiance 15.0 (2014.0.0 x001)
       Range 15.0 (2014.0.0 x001)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.0
       Ripple 15.0
       Rough Pastels 15.0
       Save for Web 15.0
       ScriptingSupport 15.0
       Shake Reduction 15.0
       Shear 15.0
       Skewness 15.0 (2014.0.0 x001)
       Smart Blur 15.0
       Smudge Stick 15.0
       Solarize 15.0 (2014.0.0 x001)
       Spatter 15.0
       Spherize 15.0
       Sponge 15.0
       Sprayed Strokes 15.0
       Stained Glass 15.0
       Stamp 15.0
       Standard Deviation 15.0 (2014.0.0 x001)
       STL 15.0 (2014.0.0 x001)
       Sumi-e 15.0
       Summation 15.0 (2014.0.0 x001)
       Targa 15.0
       Texturizer 15.0
       Tiles 15.0
       Torn Edges 15.0
       Twirl 15.0
       Underpainting 15.0
       Vanishing Point 15.0
       Variance 15.0 (2014.0.0 x001)
       Water Paper 15.0
       Watercolor 15.0
       Wave 15.0
       Wavefront|OBJ 15.0 (2014.0.0 x001)
       WIA Support 15.0 (2014.0.0 x001)
       Wind 15.0
       Wireless Bitmap 15.0 (2014.0.0 x001)
       ZigZag 15.0
    Optional and third party plug-ins:
       CUR (Windows Cursor) NO VERSION
       GREYCstoration NO VERSION
       ICO (Windows Icon) NO VERSION
       Reduce Noise 7.0.0.0
       ScriptListener 13.0
       StarFilter Pro 3 3.0.3.0
       SuperPNG 2.0
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Kuler
    Installed TWAIN devices: NONE

  • Video Output for PXI Embedded Real-Time Controller ?

    I plan to purchase a PXI Embedded Real-Time Controller for security monitoring.
    Is it possible to use the video output of a PXI Controller running RTOS to display messages from a LabVIEW RT application ? According to the documentation, it seems that the use of the video output is only possible for PXI Controllers running Windows XP.
    Does it exist a specific application to do this with LabVIEW RT ?
    Thanx.
    H.L.
    Solved!
    Go to Solution.

    Hi Yann,
    The situation seems a bit confusing as in the link you've given above using the local monitor from a pxi labview rt system as the HMI without a pc attached, two messages (here and here) say that it is possible to display an image on the video output of a PXI RT controller using a function of the NI-IMAQ librarey (namely, the IMAQ RT Video Out VI) !
    I have the NI-IMAQ library but no PXI controller to test if this solution should work or not
    Does anyone have the answer ?
    Thanx,
    H.L.

  • SAPUI5 Application doesn't display in Portal Content Area

    Hallo Guys
    We are developing a SAPUI5 application that needs to be displayed inside the portal.
    The problem is that the SAPUI5 app doesn't display in in the content area, no erors, just a blank page, you have to set the iview to open in a seperate headerless window, then it works. But it needs to work in the content area.
    Our findings: a possible cause is that the IE mode when inside the Portal content area is IE5 Quirks, and when it displays in a new window, the mode changes to a more recent and acceptable mode for SAPUI5, IE9.
    Is there any solution to this? We get the same result with both URL iView and using the SAPUI5 iView in content provided by SAP. We are on NW 7.4
    Regards
    Antonette

    Hi Antonette,
    As Lawrence explained the reason is indeed that quirks and standards mode can't run together on the same page (not only in portal but it's a limitation by MS).
    Since your framework page is in IE5 quirks mode the UI5 application doesn't run in the content area, you can run it by selecting in the iView properties "Launch in a new headerless window (strandards)", that will open the UI5 application in a new window and will work.
    If you wish to run UI5 applications in the content area you can get latest SP of 7.4 and there you will have a new framework page: standards AFP, basically an AFP framework page that works in standards mode.
    In that framework page you can run UI5 applications in the content area, however trying to run old applications (HTMLB, not WD) may fail, for WD you have a paramater you need to pass called sap-ie, passing it with the value of "Edge" will make sure WD applications run in standards mode as well.
    When running the AFP in standards mode you will need to open your HTMLB and other old applications in a new headerless window or new window so you can see the content.
    Hope this helped,
    BR,
    Saar

  • Forms applet doesn't launch

    Hi ,
    I applied the lates java update to 10.1.2 oracle home(current version is jdk6_37), after this the forms are not launching.
    When I click on any function through self-service page, nothing happens.
    I see the following error in my error logfile
    [Mon Nov 12 18:40:11 2012] [error] [client 170.250.61.74] [ecid: 1352738411:10.0.0.119:20902:0:10,0] File does not exist: /u01/app/oracle/R12/inst/apps/DEV_ebsapp10/portal/forms/frmservlet
    -please advise what could be the issue.
    Edited by: 957338 on Nov 12, 2012 8:53 AM

    Hussein Sawwan wrote:
    Please post the details of the application release, database version and OS.application release 12.1.3, database = 11.1.0.7, OS= RHEL5
    >
    I applied the lates java update to 10.1.2 oracle home(current version is jdk6_37), after this the forms are not launching.
    When I click on any function through self-service page, nothing happens.Did you complete the steps in (Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1])?No, I didn't do it. Is it mandatory for me to complete these steps.
    I see the following error in my error logfile
    [Mon Nov 12 18:40:11 2012] [error] [client 170.250.61.74] [ecid: 1352738411:10.0.0.119:20902:0:10,0] File does not exist: /u01/app/oracle/R12/inst/apps/DEV_ebsapp10/portal/forms/frmservlet
    -please advise what could be the issue.Please check the application.log file for the complete error message.when I checked in $LOG_HOME/ora/10.1.3/j2ee/forms/forms_default_group_1/application.log , I don't see any error message.
    Can you find any errors in JRE console window?The JRE on my desktop client doesn't launch.

  • Iphoto 11 doesn't launch. Suggestions?

    iPhoto 11 doesn't launch. It is shown as working in dock, but as unresponsive in force quit. iPhoto doesn't appear anywhere. Suggestions?
    Date/Time:       2012-09-21 21:06:29 +0100
    OS Version:      10.6.8 (Build 10K549)
    Architecture:    x86_64
    Report Version:  7
    Command:         iPhoto
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Version:         9.2.3 (9.2.3)
    Build Version:   1
    Project Name:    iPhotoProject
    Source Version:  629052000000000
    Parent:          launchd [89]
    PID:             1472
    Event:           hang
    Duration:        5.07s (sampling started after 2 seconds)
    Steps:           10 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         iPhoto [1472]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    UID:             502
      Thread 66f3       DispatchQueue 100
      User stack:
        10 ??? (in iPhoto + 63065) [0x10659]
          10 ??? (in iPhoto + 65994) [0x111ca]
            10 NSApplicationMain + 574 (in AppKit) [0x996bf289]
              10 -[NSApplication run] + 821 (in AppKit) [0x996c71f3]
                10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x99704dd6]
                  10 _DPSNextEvent + 1420 (in AppKit) [0x997057d2]
                    10 AEProcessAppleEvent + 50 (in HIToolbox) [0x993d1197]
                      10 aeProcessAppleEvent + 197 (in AE) [0x937bed65]
                        10 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43 (in AE) [0x937bee5b]
                          10 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166 (in AE) [0x937bef5c]
                            10 _NSAppleEventManagerGenericHandler + 228 (in Foundation) [0x9447b05c]
                              10 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511 (in Foundation) [0x9447b298]
                                10 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101 (in AppKit) [0x9988bf59]
                                  10 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 228 (in AppKit) [0x9988c30b]
                                    10 -[NSApplication _doOpenUntitled] + 446 (in AppKit) [0x9988caf7]
                                      10 -[NSDocumentController(NSInternal) _openUntitled] + 143 (in AppKit) [0x998a98cc]
                                        10 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 153 (in AppKit) [0x9988cf71]
                                          10 ??? (in iPhoto + 88909) [0x16b4d]
                                            10 -[NSDocumentController(NSDeprecated) openUntitledDocumentOfType:display:] + 148 (in AppKit) [0x99a690d6]
                                              10 ??? (in iPhoto + 90844) [0x172dc]
                                                10 -[NSDocument showWindows] + 116 (in AppKit) [0x9988ec4c]
                                                  10 ??? (in iPhoto + 90935) [0x17337]
                                                    10 -[NSWindowController showWindow:] + 36 (in AppKit) [0x9994ddbc]
                                                      10 -[NSWindowController window] + 89 (in AppKit) [0x996e8f22]
                                                        10 -[NSWindowController loadWindow] + 223 (in AppKit) [0x99751fcb]
                                                          10 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158 (in AppKit) [0x996c24ad]
                                                            10 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831 (in AppKit) [0x996c27f7]
                                                              10 loadNib + 257 (in AppKit) [0x996c31a4]
                                                                10 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1566 (in AppKit) [0x996c51cc]
                                                                  10 -[NSSet makeObjectsPerformSelector:] + 196 (in CoreFoundation) [0x921519b4]
                                                                    10 ??? (in iPhoto + 128225) [0x204e1]
                                                                      10 ??? (in iPhoto + 130846) [0x20f1e]
                                                                        10 ??? (in iPhoto + 130977) [0x20fa1]
                                                                          10 ??? (in iPhoto + 133184) [0x21840]
                                                                            10 ??? (in iPhoto + 139154) [0x22f92]
                                                                              10 ??? (in iPhoto + 9611912) [0x92ba88]
                                                                                10 ??? (in iPhoto + 1117223) [0x111c27]
                                                                                  10 ??? (in iPhoto + 3881774) [0x3b4b2e]
                                                                                    10 CGLChoosePixelFormat + 121 (in OpenGL) [0x92fb381f]
                                                                                       10 CGLGetPixelFormatRetainCount + 1931 (in OpenGL) [0x92fbcc53]
                                                                                         10 CGLGetShareGroup + 1709 (in OpenGL) [0x92fba512]
                                                                                           10 cglBadApplicationNotMuxAwareLockDown + 58 (in OpenGL) [0x92fb50f0]
                                                                                             10 CGLGetShareGroup + 1495 (in OpenGL) [0x92fba43c]
                                                                                               10 IOServiceOpen + 95 (in IOKit) [0x90f68fc8]
                                                                                                 10 io_service_open_extended + 181 (in IOKit) [0x90fb0f4b]
                                                                                                   10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x99fc7afa]
      Kernel stack:
        10 hndl_mach_scall + 230 [0xffffff80002e4536]
          10 get_user_regs + 545 [0xffffff80002c2daa]
            10 mach_msg_overwrite_trap + 224 [0xffffff8000274176]
              10 ipc_kmsg_send + 136 [0xffffff80002029eb]
                10 ipc_kobject_server + 259 [0xffffff8000205536]
                  10 iokit_server_routine + 5478 [0xffffff80002ba770]
                    10 is_io_service_open_extended + 343 [0xffffff8000553deb]
                      10 IOService::newUserClient(task*, void*, unsigned int, OSDictionary*, IOUserClient**) + 353 [0xffffff8000528303]
                        10 com.apple.driver.AppleGraphicsControl 2.10.6 + 31005 [0xffffff7f80e9b91d]
                          10 com.apple.driver.AppleGraphicsControl 2.10.6 + 30888 [0xffffff7f80e9b8a8]
                            10 com.apple.driver.AppleGraphicsControl 2.10.6 + 19397 [0xffffff7f80e98bc5]
                              10 IORecursiveLockSleep + 57 [0xffffff8000520063]
                                10 lck_mtx_sleep + 92 [0xffffff8000206270]
                                  10 thread_block_reason + 289 [0xffffff8000209acb]
                                    10 thread_dispatch + 1894 [0xffffff800020990e]
                                      10 machine_switch_context + 383 [0xffffff800022c888]
      Thread 66fc       DispatchQueue 1634545000
      User stack:
        10 start_wqthread + 30 (in libSystem.B.dylib) [0x99fed5c6]
          10 _pthread_wqthread + 390 (in libSystem.B.dylib) [0x99fed781]
            10 _dispatch_worker_thread2 + 240 (in libSystem.B.dylib) [0x99fedcfe]
              10 _dispatch_queue_invoke + 163 (in libSystem.B.dylib) [0x99fedf59]
                10 kevent + 10 (in libSystem.B.dylib) [0x99fee382]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 66fe     
      User stack:
        10 thread_start + 34 (in libSystem.B.dylib) [0x99ff50de]
          10 _pthread_start + 345 (in libSystem.B.dylib) [0x99ff5259]
            10 __NSThread__main__ + 1499 (in Foundation) [0x94446514]
              10 -[NSThread main] + 45 (in Foundation) [0x94446564]
                10 -[XTThread run:] + 416 (in ProXTCore) [0x176d590]
                  10 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x176e5e2]
                    10 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9443b334]
                      10 -[NSConditionLock lockWhenCondition:beforeDate:] + 279 (in Foundation) [0x9443b451]
                        10 -[NSCondition waitUntilDate:] + 453 (in Foundation) [0x9448295c]
                          10 pthread_cond_timedwait_relative_np + 47 (in libSystem.B.dylib) [0x9a0245a8]
                            10 semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x99fc7b5a]
      Kernel stack:
        10 semaphore_wait_continue + 0 [0xffffff80002815d9]
      Thread 66ff     
      User stack:
        10 thread_start + 34 (in libSystem.B.dylib) [0x99ff50de]
          10 _pthread_start + 345 (in libSystem.B.dylib) [0x99ff5259]
            10 __NSThread__main__ + 1499 (in Foundation) [0x94446514]
              10 -[NSThread main] + 45 (in Foundation) [0x94446564]
                10 -[XTRunLoopThread run:] + 509 (in ProXTCore) [0x176f9cd]
                  10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x94480227]
                    10 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x92121221]
                      10 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x921213f4]
                        10 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9212230f]
                          10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x99fc7afa]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 6700     
      User stack:
        10 thread_start + 34 (in libSystem.B.dylib) [0x99ff50de]
          10 _pthread_start + 345 (in libSystem.B.dylib) [0x99ff5259]
            10 __NSThread__main__ + 1499 (in Foundation) [0x94446514]
              10 -[NSThread main] + 45 (in Foundation) [0x94446564]
                10 -[XTRunLoopThread run:] + 509 (in ProXTCore) [0x176f9cd]
                  10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x94480227]
                    10 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x92121221]
                      10 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x921213f4]
                        10 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9212230f]
                          10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x99fc7afa]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Binary Images:
          0x1000 -   0xd29fe3  com.apple.iPhoto 9.2.3 (9.2.3) <F31985CC-1214-391C-8756-55E167434F58> /Applications/iPhoto.app/Contents/MacOS/iPhoto
       0x176a000 -  0x17cafff  com.apple.proxtcore 1.3 (140.59) <6C899840-6789-3A2A-A090-BF368536C5EE> /Applications/iPhoto.app/Contents/MacOS/../Frameworks/ProXTCore.framework/Versi ons/A/ProXTCore
      0x90f64000 - 0x90fc1ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
      0x920e5000 - 0x92260fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x92fb2000 - 0x92fc0ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
      0x937bb000 - 0x937eeff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
      0x94430000 - 0x946a1fef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      0x99395000 - 0x996b9fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x996bd000 - 0x99fa0ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x99fc7000 - 0x9a16eff7  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Process:         AirPort Base Station Agent [1044]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID:             502
      Thread 28e7       DispatchQueue 1
      User stack:
        10 ??? (in AirPort Base Station Agent + 5692) [0x10000163c]
          10 NSApplicationMain + 364 (in AppKit) [0x7fff82b993b0]
            10 -[NSApplication run] + 395 (in AppKit) [0x7fff82ba068f]
              10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff82bda801]
                10 _DPSNextEvent + 708 (in AppKit) [0x7fff82bdaeb2]
                  10 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff8081e4ac]
                    10 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff8081e5f3]
                      10 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff8081e7ee]
                        10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                          10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                            10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 28eb       DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 28f6     
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff8a4d5932]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Binary Images:
             0x100000000 -        0x100027fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.2) <00010203-0405-0607-0809-0A0B0C0D0E0F> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff807f0000 -     0x7fff80aeefff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff82b97000 -     0x7fff83591ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         AppleMobileDeviceHelper [1289]
    Path:            /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
    UID:             502
      Thread 391a       DispatchQueue 1
      User stack:
        10 ??? (in AppleMobileDeviceHelper + 5752) [0x100001678]
          10 ??? (in AppleMobileDeviceHelper + 9277) [0x10000243d]
            10 ??? (in AppleMobileDeviceHelper + 44976) [0x10000afb0]
              10 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff8a4d5932]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Thread 391b       DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 3923     
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff8a4d5932]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Binary Images:
             0x100000000 -        0x100017ff7  com.apple.SyncServices.AppleMobileDeviceHelper 5.0 (889) <7B6B311D-2C94-3368-BA3F-48E449EF6A1C> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         AppleSpell [739]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    UID:             502
      Thread 1d9e       DispatchQueue 1
      User stack:
        10 ??? (in AppleSpell + 4816) [0x1000012d0]
          10 ??? (in AppleSpell + 5472) [0x100001560]
            10 -[NSSpellServer run] + 72 (in Foundation) [0x7fff80ed21ce]
              10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 1d9f       DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Binary Images:
             0x100000000 -        0x1000a9fe7  com.apple.AppleSpell 1.6.2 (62.2) <C1BFCEAF-4155-E9DB-52ED-51D3BC225ECE> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff80e53000 -     0x7fff810d5fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         autofsd [43]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread 1be        DispatchQueue 1
      User stack:
        10 ??? (in autofsd + 5340) [0x1000014dc]
          10 ??? (in autofsd + 6461) [0x10000193d]
            10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 1df        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 6784     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <A17264FB-7A05-5AF3-2655-B78B145BFE7D> /usr/libexec/autofsd
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         blued [16]
    Path:            /usr/sbin/blued
    UID:             0
      Thread 120        DispatchQueue 1
      User stack:
        10 ??? (in blued + 8264) [0x100002048]
          10 ??? (in blued + 154586) [0x100025bda]
            10 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x7fff80e9eb43]
              10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x7fff80e9ec64]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 233        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 246      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff8a4d5932]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Binary Images:
             0x100000000 -        0x100048fff  blued ??? (???) <AF7DA385-DB49-5034-7277-16E1CE3C45D6> /usr/sbin/blued
          0x7fff80e53000 -     0x7fff810d5fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         configd [13]
    Path:            /usr/libexec/configd
    UID:             0
      Thread 10f        DispatchQueue 1
      User stack:
        10 start + 52 (in configd) [0x100000d04]
          10 main + 2051 (in configd) [0x10000151a]
            10 server_loop + 72 (in configd) [0x100001d70]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 110        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 112      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 plugin_exec + 1440 (in configd) [0x1000034d7]
              10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 11a      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 _io_pm_force_active_settings + 2271 (in PowerManagement) [0x1000ac3a1]
              10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 122      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff8a4d5932]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Thread 13b      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 pppcntl_run_thread + 1595 (in PPPController) [0x1007188f5]
              10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 6788     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <754E7289-CEF0-F696-2A99-8F66310FF370> /usr/libexec/configd
             0x1000a9000 -        0x1000baff7  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <20F4D79D-1834-14C9-650C-C4B588B9E1B9> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
             0x100706000 -        0x10072ffff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <7A34D8E1-6EE2-AFBE-CC7A-4D91276AF7EA> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         coreaudiod [80]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread 28e        DispatchQueue 1
      User stack:
        10 ??? (in coreaudiod + 5796) [0x1000016a4]
          10 ??? (in coreaudiod + 29152) [0x1000071e0]
            10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
              10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 28f        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 291      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x7fff8a671755]
              10 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x7fff8a684786]
                10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                  10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                    10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 678d     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Binary Images:
             0x100000000 -        0x100020ff7  coreaudiod ??? (???) <4EB80719-479B-D842-286B-8EE9B9762353> /usr/sbin/coreaudiod
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff8a653000 -     0x7fff8a6d2fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Process:         coreservicesd [46]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread 1ca        DispatchQueue 1
      User stack:
        10 ??? (in coreservicesd + 3756) [0x100000eac]
          10 _CoreServicesServerMain + 522 (in CarbonCore) [0x7fff8499fa56]
            10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 237        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 23d      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 fmodWatchConsumer + 347 (in CarbonCore) [0x7fff849535e8]
              10 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff8a4cca6a]
      Kernel stack:
        10 semaphore_wait_continue + 0 [0xffffff80002815d9]
      Thread 23e      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 read + 10 (in libSystem.B.dylib) [0x7fff8a49c466]
      Kernel stack:
        10 hndl_unix_scall64 + 20 [0xffffff80002e4874]
          10 unix_syscall64 + 544 [0xffffff80004e8168]
            10 read_nocancel + 129 [0xffffff8000496054]
              10 write + 248 [0xffffff800049593c]
                10 get_fse_info + 2328 [0xffffff800031536f]
                  10 tsleep + 100 [0xffffff800024e74b]
                    10 wakeup + 691 [0xffffff800024e5ae]
                      10 thread_block_reason + 289 [0xffffff8000209acb]
                        10 thread_dispatch + 1894 [0xffffff800020990e]
                          10 machine_switch_context + 383 [0xffffff800022c888]
      Thread 6792     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <3E3A4971-477D-75B1-224D-73C7FD6D6FE2> /System/Library/CoreServices/coreservicesd
          0x7fff848ef000 -     0x7fff84c23fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         cvmsServ [70]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread 277        DispatchQueue 1
      User stack:
        10 ??? (in cvmsServ + 4100) [0x100001004]
          10 ??? (in cvmsServ + 23081) [0x100005a29]
            10 mach_msg_server + 597 (in libSystem.B.dylib) [0x7fff8a50ea98]
              10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <FBA982A1-6E16-AC5E-4394-B6B51224C9B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         DirectoryService [15]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread 119        DispatchQueue 1
      User stack:
        10 start + 52 (in DirectoryService) [0x10000d838]
          10 main + 3061 (in DirectoryService) [0x10000e435]
            10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 126        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 123        DispatchQueue 8
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x7fff8a4ac2d1]
              10 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x7fff8a4cdd64]
                10 syscall + 10 (in libSystem.B.dylib) [0x7fff8a4ce362]
      Kernel stack:
        10 sleep + 20 [0xffffff8000488cfa]
      Thread 124        DispatchQueue 8
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x7fff8a4ac2d1]
              10 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x7fff8a4cdd64]
                10 ____StartKernelListener_block_invoke_8 + 33 (in DirectoryService) [0x100028f0f]
                  10 semaphore_wait_trap + 10 (in libSystem.B.dylib) [0x7fff8a491db6]
      Kernel stack:
        10 semaphore_wait_continue + 0 [0xffffff80002815d9]
      Thread 125      
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 DSLThread::_RunWrapper(void*) + 67 (in DirectoryServiceCore) [0x10017a34b]
              10 DSCThread::Run() + 36 (in DirectoryServiceCore) [0x10017a0ac]
                10 CPluginRunLoopThread::ThreadMain() + 150 (in DirectoryService) [0x10001cfd0]
                  10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
                    10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                      10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                        10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 6778     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Thread 6789     
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff8a4aba2a]
      Kernel stack:
        10 fill_procworkqueue + 154 [0xffffff80004c6ffd]
      Binary Images:
             0x100000000 -        0x100121fef  DirectoryService ??? (???) <CCFE7CA1-0C06-5C53-3D6F-34EC4326B07F> /usr/sbin/DirectoryService
             0x100172000 -        0x100183fff  com.apple.DirectoryServiceCore.Framework 3.6 (621.12) <5F01CA8D-7DAB-3FD4-D36A-80BB1408C73D> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         diskarbitrationd [12]
    Path:            /usr/sbin/diskarbitrationd
    UID:             0
      Thread 10e        DispatchQueue 1
      User stack:
        10 ??? (in diskarbitrationd + 4400) [0x100001130]
          10 ??? (in diskarbitrationd + 33007) [0x1000080ef]
            10 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff84f2ab46]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 113        DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Binary Images:
             0x100000000 -        0x10001bff7  diskarbitrationd ??? (???) <98F16BFD-26F9-9EE1-1A84-C0543FAFF79D> /usr/sbin/diskarbitrationd
          0x7fff84edf000 -     0x7fff85056fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a491000 -     0x7fff8a652fef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         diskimages-helper [484]
    Path:            /System/Library/PrivateFrameworks/DiskImages.framework/Resources/diskimages-hel per
    UID:             502
      Thread 1a9c       DispatchQueue 1
      User stack:
        10 ??? (in diskimages-helper + 16604) [0x1000040dc]
          10 ??? (in diskimages-helper + 17289) [0x100004389]
            10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x7fff80e9ec64]
              10 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff84f2adbf]
                10 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff84f2b932]
                  10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 [0xffffff800026f302]
      Thread 1a9d       DispatchQueue 2
      User stack:
        10 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8a4abaa5]
          10 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff8a4abc08]
            10 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8a4ac2de]
              10 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff8a4ac7b4]
                10 kevent + 10 (in libSystem.B.dylib) [0x7fff8a4aac0a]
      Kernel stack:
        10 kevent + 62 [0xffffff80004786e4]
      Thread 1abc     
      User stack:
        10 thread_start + 13 (in libSystem.B.dylib) [0x7fff8a4cae89]
          10 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff8a4cafd6]
            10 __NSThread__main__ + 1429 (in Foundation) [0x7fff80e64204]
              10 ??? (in diskimages-helper + 40142) [0x100009cce]
                10 ??? (in diskimages-helper + 42894) [0x10000a78e]
                  10 DI_kextDriveGetRequest + 41 (in DiskImages) [0x7fff81202d13]
                    10 IOConnectCallStructMethod + 50 (in IOKit) [0x7fff8866437b]
                      10 IOConnectCallMethod + 325 (in IOKit) [0x7fff886642f8]
                        10 io_connect_method + 490 (in IOKit) [0x7fff886a7ad2]
                          10 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8a491d7a]
      Kernel stack:
        10 hndl_mach_scall64 + 20 [0xffffff80002e4894]
          10 thread_setuserstack + 354 [0xffffff80002c3095]
            10 mach_msg_overwrite_trap + 224 [0xffffff8000274176]
              10 ipc_kmsg_send + 136 [0xffffff80002029eb]
                10 ipc_kobject_server + 259 [0xffffff8000205536]
                  10 iokit_server_routine + 4026 [0xffffff80002ba1c4]
                    10 is_io_connect_method + 374 [0xffffff80005537e6]
                      10 IOUserClient::externalMethod(unsigned int, IOExternalMethodArguments*, IOExternalMethodDispatch*, OSObject*, void*) + 814 [0xffffff800055309c]
                        10 shim_io_connect_method_structureI_structureO + 275 [0xffffff8000551fae]
                          10 com.apple.driver.DiskImages 289.1 + 9960 [0xffffff7f813806e8]
                            10 com.apple.driver.DiskImages 289.1 + 5625 [0xffffff7f8137f5f9]
                              10 semaphore_destroy + 799 [0xffffff8000281995]
                                10 thread_block_reason + 289 [0xffffff8000209acb]
                                  10 thread_dispatch + 1894 [0xffffff800020990e]
                                    10 machine_switch_context + 383 [0xffffff800022c888]
     

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Mail app doesn't launch

    my mail app doesn't launch
    using Lion

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Doesn´t launch again

    Hello,
    my Muse doesn´t launch any more (strange I worked with it yesterday) I talked to the chat, an the support line. I created a new MacUser, logged in and it worked, but on my account it breaks. I repaired the accessrights on the mac, uninstalled an installed Muse, no success.
    Only if i restart the computer it works and start muse right after that, it works.
    Maybe you have an idea
    thanks very much

    Did you go to Applications/Utilities and find the upgrader app and then double click it?

  • Premiere pro CC doesn't launch !

    Hey, i was very exited this morning because of the CC release ! I started to install After Effects CC (work perfectly), photoshop CC (work perfectly) but Premiere CC doesn't lauch at all ! Windows force close the program at the very begining of the loading screen....... I tried to reboot my pc, CC did one small update for each of the 3 programs, i was thinking : "nice, the bug is already solved !"... but it still doesn't work.... (only Premiere).
    Does anybody has the same problem ? I hope Adobe will find an issue as soon as possible.
    My setup : Windows 7 pro on a Dell precision m4700 (core i7 3820QM, Nvidia quadro k2000m, 16Go of RAM, installed on a SSD)...
    thanks ! please apologize my messy english !
    Guillaume

    I had the same problem all day. I found the answer for me on another thread.
    http://helpx.adobe.com/photoshop/kb/cc-applications-crash-immediately- launch.html
    Try to sign in and out of Creative Cloud. That was it for me. Stupid problem but now it all works. One thing to add that the link doesn't explain is that the "Sign out from creative cloud" button in the cloud app is greyed out until you close out your browser (if you are logged in to Adobe). As soon as I closed the browser the button became active and I could log out.

Maybe you are looking for

  • Search and replace characters in a string

    I am very new to Sharepoint and need your help.  I have set up a calculated column in a sharepoint list that combines a IT release number to its Release title.  The list is set to appear on a calendar plus web part.  The idea is to show the title and

  • Use of Excel Addin when MDS is using https

    We have set up MDS with a secure connection using https and a certificate for SSL connection, bound to the default site for MDS. When we try and use the Excel addin, it throws an error : Could not establish trust relationship for the SSL/TLS secure c

  • Livecycle/Dataservices 2.6.1 [Transient] property

    Hi Guys and Girls I am using livecyle 2.6.1 with AIR 2.0.2 and a java backend, with the flex 3.4 SDK. I have a managed collection with a property that has a [Transient]  variable set which is used as a flag for products that have been  ordered.This v

  • SELinux - enabling/disabling for Fedora Core (solution)

    SELinux (Security Enhanced Linux) is a package that is available on all RedHat and Fedora distributions. Unfortunately the firewall capabilities interfere with Oracle and XE. It's not an easy package to configure (some say it makes sendfile.cf easy)

  • Order BOM change type - CC03

    Hi, I'm building a custom report for Order BOM changes like CC03. Now, I'm stuck with defining the change type. I did debug into CC03 but the logic to build change type is manual and quite complex. Please let me know how to define the change type. Th