UnsatisfiedLinkError  when run JavaFx app

I setup a helloworld JavaFx app using eclipse, run fine in eclipse.
then I port project to runnable jar,and run in windows console,get UnsatisfiedLinkError .
plz help,3x
windows cmd console output:
F:\SRT\>java -jar client.jar
*** Fallback to Prism SW pipeline
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Invalid URL for class: jar:rsrc:jfxrt.jar!/com/s
n/glass/utils/NativeLibLoader.class
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(Unknown Source)
at com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
at com.sun.javafx.application.LauncherImpl.access$000(Unknown Source)
at com.sun.javafx.application.LauncherImpl$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: Invalid URL for class: jar:rsrc:jfxrt.jar!/com/sun/glass/utils/NativeLibLoad
r.class
at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(Unknown Source)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(Unknown Source)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(Unknown Source)
at com.sun.glass.ui.Application$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.glass.ui.Application.loadNativeLibrary(Unknown Source)
at com.sun.glass.ui.win.WinApplication.<clinit>(Unknown Source)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(Unknown Source)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(Unknown Source)
at com.sun.glass.ui.Application.Run(Unknown Source)
... 6 more

run ok now,
add JavaFX Runtime bin path to windows environment variable PATH
that is:
C:\Program Files\Oracle\JavaFX Runtime 2.0\bin

Similar Messages

  • Where is status bar when running iphone app

    I've updated my iPad Mini to iOS 7 and now when I run iPhone apps I don't see the status bar (time and battery level etc).  It used to show in iOS 6.
    I see the status bar fine when running iPad apps, just not iPhone apps.
    Any ideas?

    I don't know which app your using but you can try deleting it and reinstalling it from the cloud. If it's in iPhone mode, you should see the 2x but when you switch it to 2x yes the option seems to disappear to go back to 1x when you are using IOS 7.
    I lost the 1x on one of my apps but when I removed and reinstalled, it was there again. The time was showing at the top when I reinstalled it again from the cloud.

  • Can't run JavaFX app as a jar file from command line

    I'm trying to build a JavaFX app from scratch (that is, by including the jar file from the JavaFX SDK rather than by using the special JavaFX project type from NetBeans). It runs fine in NetBeans. However, when I try to launch it as a jar file from the command line (using "java -jar dist\TestApp") I get the following. Has anybody seen this before, and if so how can I fix it?:
    *** Fallback to Prism SW pipeline
    Exception in thread "main" java.lang.RuntimeException: java.lang.UnsatisfiedLink
    Error: Can't load library: C:\dev\TestApp\dist\bin\mat.dll
    at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:
    289)
    at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:68)
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherIm
    pl.java:145)
    at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:
    27)
    at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:97)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: C:\dev\RedactionT
    oolPrototype\RedactionToolPrototype.Core\dist\bin\mat.dll
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoad
    er.java:155)
    at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoad
    er.java:85)
    at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:
    30)
    at com.sun.glass.ui.Application$1.run(Application.java:28)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:26)
    at com.sun.glass.ui.win.WinApplication.<clinit>(WinApplication.java:33)
    at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatform
    Factory.java:20)
    at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatform
    Factory.java:17)
    at com.sun.glass.ui.Application.Run(Application.java:51)
    at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:
    279)
    ... 5 more

    Unsatisfied link means that Java is trying to access a native library, but it cannot be found. As to why this error is being thrown, here is my guess:
    If you open up one of the sample jars with a zip viewer, you will see that the Manifest file has the following entries:
    >
    Manifest-Version: 1.0
    JavaFX-Version: 2.0
    implementation-vendor: Oracle
    implementation-title: BrickBreaker
    implementation-version: 1.0
    JavaFX-Application-Class: brickbreaker.Main
    Created-By: JavaFX Packager
    Main-Class: com/javafx/main/Main
    >
    In other words, a JavaFX project works a bit differently than a normal Java project. com/javafx/main/Main is used as the Main class and your "Main" class is called later.
    If you are trying to build this from a normal Java project, then com/javafx/main/Main will not be created and it will call your Main class right away. Thus, whatever setup is needed to run JavaFX will not occur.

  • Exception when running deployed app in standalone WLS

    When running the deployed app in a standalone WLS, I get the following exception, and nothing gets shown in the browser. Running in jdev/integratedWebLogicServer is fine though. I deployed the app in jdev to the standalone WLS.
    ]] Root cause of ServletException.
    javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'
         at oracle.adfinternal.controller.util.Utils.createAndLogFacesException(Utils.java:192)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:180)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:860)
         at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:251)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:486)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:670)Following are the WLS and Jdeveloper versions I used.
    WebLogic 10.3.3.0
    Jdeveloper 11.1.1.3.0

    some problem here
    ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'is this your owned bean?.. try to debug and see whts the problem..
    make sure the class is ientified.. while running.. if not clean and rebuild the project and try..

  • I want hide userid/pass when run forms app...

    i use sql*forms3.0 -_-;;;;
    i want hide userid/pass when run froms program.
    ex1) runforms30 fromname ( id/pass )
    ex2) runrep reportname ( id/pass )
    everyone show id/pass when this typing.
    "ps -ef | grep forms"
    Does someone knows if it is possible ?
    Thanks

    Though I did not use forms 3.0, you can try using on-logon trigger (if it exists in 3.0)
    At on-logon trigger write logon('username@connectstring', 'password'). Then mentioning (id/pass) is not required with runforms30. Check it out!

  • When running an app the Firefox will sudenly go "not responding" and lock up

    What more can I say? There is no pattern. I can be running the app successfully and suddenly it goes "pale" and at top says "not responding". A sign may come telling me that and asking if I want to 1) wait for it to work (it seldom does) or 2) close it down, which means I lose all of the programs on the tabs.
    WHY DOES IT DO THAT AND HOW CAN IT BE STOPPED?

    What more can I say? There is no pattern. I can be running the app successfully and suddenly it goes "pale" and at top says "not responding". A sign may come telling me that and asking if I want to 1) wait for it to work (it seldom does) or 2) close it down, which means I lose all of the programs on the tabs.
    WHY DOES IT DO THAT AND HOW CAN IT BE STOPPED?

  • MBP overheating when running any app using webcam - Skype - Photobooth

    My MacBook Pro (2007) overheats each time when using skype. checked and the same applies to photobooth.
    My MBP's screen was freezing up as the unit heated up using Skype. I initially thought it was the purchase of a 2560X1440 monitor forcing my graphics card to work harder but the problems are replicated even without my external monitor.
    Apple replaced my motherboard/graphics card for the second time yesterday as it was apparently among the defective nVidia units. I took the opportunity to upgrade my hard-drive to 500GB (from 320). My fans and heat sinks were also cleared of all dust.
    I restored my system from time machine.
    When running skype or photobooth, the unit immediately begins to heat-up again.
    I have checked the forums and have installed fan-control to no avail. I have also checked activity monitor with the following results:
    Initially mdcontrol and mds were running 90%+ cpu causing temperatures to spike up over 90 celsius (190+ fahrenheit). they have dropped off now, seems spotlight index needed to be finished after restoring my system.
    With a test of photo booth now, it uses 76% of CPU. Temperature rapidly ramped up to over 74 Celsius (161) with fans at over 5400 RPM. I also have a massive 22cm laptop cooling fan to help out. The system stays at these high temperatures as long as the webcam is running using photobooth or skype. The system drops to "normal" temperatures immediately after dropping webcam useage.
    I have also added an external webcam to see if the problem repeats (Logitech C510). The problem seems worse with temperatures immediately spiking to over 95 degrees Celsius (203 fahrenheit). It is an HD camera so i guess it needs more processing bandwidth.
    I would add that the temperature spike is occurring on CPU A (according to iStat Nano). The GPU Diode rises to but did not jump over 70 Celsius.
    The problem thus appears to be software linked.
    I use skype continuously for work so this is a major issue. There has been a recent update to Skype but my machine was running hot and crashing before then as well.
    At least now with the new board it is not immediately crashing my machine but it is only a matter of time until it begins to fail as well.
    Is anybody else having these problems? Any fixes? This is not normal, it did not occur in the past (at least I don't recall this).
    Thanks

    Allan,
    Thanks will look at disabling spotlight. I don't use safari so there should not be a problem there.
    Main issue is still Skype (can replicate effect with photobooth). Seems that webcam use and skype (iSight or external webcam) will rapidly spike temperatures and cpu use.
    One of the threads mentioned the OnyX utility helping solve the issues. I ran this to clear a lot of things from my machine.
    It seems to have solved many of the issues (though I don't know which was the culprit). Whatever it was came from my original user files/settings as these were the only elements I transferred following my full reformat and reinstall.
    My machine - with fan control and external laptop cooling fan - now stays below 70 degrees though the internal fans are then running at 5700rpm (aggressive settings used). CPU use for Skype at around 76%. Just had a 20 min skype call to test that.
    So OnyX may have solved the problem. My thanks to the developers. May have been able to save replacing the mother board and a full reinstall as a result.

  • RuntimeException when running javafx sample StopWatch on raspberry pi

    Hi ..
    I installed JDK 8 (with JavaFX) for ARM Early Access on my raspberry pi ,when i am trying to run a sample app i am getting this exception
    Exception in thread "main" java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Can't load library: /opt/jdk1.8.0/jre/lib/arm/libglass.so
         at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:325)
         at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:122)
         at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:163)
         at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
         at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
         at java.lang.Thread.run(Thread.java:722)
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /opt/jdk1.8.0/jre/lib/arm/libglass.so
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846)
         at java.lang.Runtime.load0(Runtime.java:792)
         at java.lang.System.load(System.java:1060)
         at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(Unknown Source)
         at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(Unknown Source)
         at com.sun.glass.utils.NativeLibLoader.loadLibrary(Unknown Source)
         at com.sun.glass.ui.Application.loadNativeLibrary(Unknown Source)
         at com.sun.glass.ui.Application.loadNativeLibrary(Unknown Source)
         at com.sun.glass.ui.gtk.GtkApplication$1.run(Unknown Source)
         at com.sun.glass.ui.gtk.GtkApplication$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.glass.ui.gtk.GtkApplication.<clinit>(Unknown Source)
         at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(Unknown Source)
         at com.sun.glass.ui.Application.run(Unknown Source)
         at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:315)
         ... 5 more
    any idea why this is happening ?
    Edited by: chandu0101 on Jan 8, 2013 7:14 PM

    there is a typo in my command :( , i am missing letter 'm' in platform . Thank you :)
    Edited by: chandu0101 on Jan 10, 2013 4:29 PM
    Edited by: chandu0101 on Jan 12, 2013 11:10 AM

  • Media viewing when running JavaFX on NetBeans in Windows 7

    I'm having trouble loading video in a JavaFX MediaPlayer via NetBeans on Windows 7. Media seems to load and play correctly when I launch the player through Java Web Start (without NetBeans), but not when I run it in NetBeans. The same code also works fine when I test it in NetBeans on Windows Vista. Is this a known issue? Any workarounds?
    Here is the code snippet:
    def mediaPlayer: MediaPlayer = MediaPlayer {
         media : Media {
              source : "http://www.jhepple.com/support/SampleMovies/WindowsMedia.wmv"
         autoPlay: true
    }and the error output:
    java.lang.UnsatisfiedLinkError: com.sun.media.jmcimpl.plugins.directshow.DShowEngine.ndsInit()Z
            at com.sun.media.jmcimpl.plugins.directshow.DShowEngine.ndsInit(Native Method)
            at com.sun.media.jmcimpl.plugins.directshow.DShowEngine.nInit(DShowEngine.java:234)
            at com.sun.media.jmcimpl.plugins.directshow.DShowProvider$1.run(DShowProvider.java:206)
            at java.security.AccessController.doPrivileged(Native Method)
            ...My test platforms are:
    Windows 7 (64-bit), NetBeans 6.7.1 and 6.8 RC1, and Java 6u17
    Vista (32-bit), NetBeans 6.7.1, and Java 6u14

    I also tried adding to my system environment path variable: %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;and this did not help.
    My webstart properties are:
    $label=Web Start
    execution.target=jnlp
    javafx.profile=desktopbut I think the matter is more basic because I also receive the same error from the command line:
    "D:\Program Files\NetBeans 6.8\javafx2\javafx-sdk\bin\javafx.exe" -versionas I already mentioned.

  • Error Running javafx app by jnlp at browser : CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-EjbClient.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=5185

    Some one can help me with this issue?
    i using netbeans 7.4 to generate and start my javafx application, the application works fine running on desktop but when i try run in chrome/firefox or ie browser i have the erros below.
    ps: all jar are signed and all permissions are granted.
    Thanks a lot!
    Davis
    Plug-in 10.45.2.18 do Java
    Usando a versão do JRE 1.7.0_45-b18 Java HotSpot(TM) Client VM
    Diretório home do usuário = C:\Users\Davis Gordon
    c:   limpar janela da console
    f:   concluir objetos da fila de finalização
    g:   coleta de lixo
    h:   exibir esta mensagem de ajuda
    l:   descartar lista de carregadores de classes
    m:   imprimir uso de memória
    o:   log do trigger
    q:   ocultar console
    r:   recarregar configuração da política
    s:   descartar propriedades do sistema e de implantação
    t:   descartar lista de threads
    v:   descartar pilha de threads
    x:   limpar cache do carregador de classes
    0-5: definir nível de rastreamento como <n>
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-EjbClient.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=5185
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-App-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=116706
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/App-Painel-Controle.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=141981
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/Tedros-Box.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=200921
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-Model.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=47516
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=108000
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-DataAccess-Model-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=13588
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-DataAccess-Server-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=32124
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Exception.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=2624
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Util.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=15348
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-FXComponents.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=282972
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/commons-collections-3.2.1.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=583672
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/eclipselink-jpa-modelgen_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=12387
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/commons-lang3-3.1.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=319222
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/javax.persistence_2.0.4.v201112161009.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:20 BRST 2013,length=128747
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/jfxrt.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=15117378
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/openejb-client-4.5.2.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=318492
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/javaee-api-6.0-5.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:20 BRST 2013,length=989597
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/org.eclipse.persistence.jpars.source_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=65144
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/spring-beans-3.0.7.RELEASE.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=563508
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/org.eclipse.persistence.jpars_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=93694
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/eclipselink.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:19 BRST 2013,length=8449501
    JNLP
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tedros-Box.jnlp">
      <information>
        <title>Tedros-Box</title>
        <vendor>Davis Gordon</vendor>
        <description>null</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
        <jar href="Tedros-Box.jar" size="200921" download="eager" />
        <jar href="lib/App-Painel-Controle.jar" size="141981" download="eager" />
        <jar href="lib/Tedros-App-API.jar" size="116706" download="eager" />
        <jar href="lib/Tedros-Core-EjbClient.jar" size="5185" download="eager" />
        <jar href="lib/Tedros-Core-Model.jar" size="47516" download="eager" />
        <jar href="lib/Tedros-Core.jar" size="108000" download="eager" />
        <jar href="lib/Tedros-DataAccess-Model-API.jar" size="13588" download="eager" />
        <jar href="lib/Tedros-DataAccess-Server-API.jar" size="32124" download="eager" />
        <jar href="lib/Tedros-Exception.jar" size="2624" download="eager" />
        <jar href="lib/Tedros-FXComponents.jar" size="282972" download="eager" />
        <jar href="lib/Tedros-Util.jar" size="15348" download="eager" />
        <jar href="lib/commons-collections-3.2.1.jar" size="583672" download="eager" />
        <jar href="lib/commons-lang3-3.1.jar" size="319222" download="eager" />
        <jar href="lib/eclipselink-jpa-modelgen_2.4.1.v20121003-ad44345.jar" size="12387" download="eager" />
        <jar href="lib/eclipselink.jar" size="8449501" download="eager" />
        <jar href="lib/javaee-api-6.0-5.jar" size="989597" download="eager" />
        <jar href="lib/javax.persistence_2.0.4.v201112161009.jar" size="128747" download="eager" />
        <jar href="lib/jfxrt.jar" size="15117378" download="eager" />
        <jar href="lib/openejb-client-4.5.2.jar" size="318492" download="eager" />
        <jar href="lib/org.eclipse.persistence.jpars.source_2.4.1.v20121003-ad44345.jar" size="65144" download="eager" />
        <jar href="lib/org.eclipse.persistence.jpars_2.4.1.v20121003-ad44345.jar" size="93694" download="eager" />
        <jar href="lib/spring-beans-3.0.7.RELEASE.jar" size="563508" download="eager" />
      </resources>
    <security>
      <all-permissions/>
    </security>
      <applet-desc  width="1280" height="760" main-class="com.javafx.main.NoJavaFXFallback"  name="Tedros-Box" >
        <param name="requiredFXVersion" value="2.2+"/>
      </applet-desc>
      <jfx:javafx-desc  width="1280" height="760" main-class="com.tedros.Tedros"  name="Tedros-Box" />
      <update check="always" policy="always"/>
    </jnlp>

    I could be wrong, but I don't think these aren't errors. These are just telling you where your jar files are coming from. In your case, they are coming from cached entries. You probably want to clear your cache. I do this by running javaws -uninstall and then javaws -clearcache

  • Iphoto running slowly, Macbook Pro also very slow when running multiple apps

    Iphoto has become almost impossible to use. I keep seeing the loading rainbow coloured circle every few seconds. Same with preview. Please help!
    Problem description:
    iPhoto runs very slowly, Macbook has also become slow while running apps simultaneously - loading circle shows up all the time.
    EtreCheck version: 2.1.8 (121)
    Report generated 29 March 2015 7:37:41 pm IST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,2
        1 2.2 GHz Intel Core i7 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 822
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1440 x 900
        AMD Radeon HD 6750M - VRAM: 1024 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 1:5:22
    Disk Information: ℹ️
        TOSHIBA MK7559GSXF disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.93 GB (494.72 GB free)
                Core Storage: disk0s2 749.30 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. iPhone
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Toast 10 Titanium/Toast Titanium.app
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.roxio.TDIXController (1.7) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.marvell.kext.USBGenericPrinterClass (1.0.0) [Click for support]
    Startup Items: ℹ️
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        MobileBrServ: Path: /Library/StartupItems/MobileBrServ
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [running]    com.hp.printerAgent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        Flux    Application  (/Applications/Flux.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 7 Update 55 Check version
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.0 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        VLC Streamer  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            22%    WindowServer
            14%    mds
             2%    Activity Monitor
             2%    Dock
             2%    sysmond
    Top Processes by Memory: ℹ️
        387 MB    firefox
        159 MB    mds_stores
        107 MB    Finder
        107 MB    WindowServer
        99 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        28 MB    Free RAM
        1.60 GB    Active RAM
        1.58 GB    Inactive RAM
        1.08 GB    Wired RAM
        4.89 GB    Page-ins
        9 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 29, 2015, 06:30:27 PM    Self test - passed
        Mar 29, 2015, 04:05:49 PM    /Library/Logs/DiagnosticReports/Preview_2015-03-29-160549_[redacted].hang
        Mar 28, 2015, 06:31:45 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Adobe Flash Player Install Manager_2015-03-28-183145_[redacted].crash
        Mar 27, 2015, 01:31:27 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Mail_2015-03-27-133127_[redact ed].crash

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    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 and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • When  run of APP getting error

    Dear SAP Gurus,
    when we running APP F110 we getting follwing error.
    "With holding tax not allowed in payment related to deffered tax invoice"
    Vendor inv is posted with D7 tax code for only this its stopping. will you pleasse help me to fix it.
    Regards
    Prabhu

    HI,
    Please refer the note no 921634
    and follow the manual steps
    Reg
    Madhu M

  • I need to help with splash top / quick start. I am getting and error message when run the app.

    I just receive this computer in mar 2009. I found this app out and try to install it. When I go to run it give me error message. The installation is not complete please repair the software. I also update my bios like it says. It will not run can you help me fix this issue. I like this app. I want it to work.

    This page http://forum.lenovo.com/lnv/board/message?board.id=IdeaPad_Netbook&thread.id=1742  provides helpful information on how to activate Splashtop on S10. 
    If it still can't help you,  I guess you will get more help if you can provide more information like your detailed netbook version, os information, and the detailed error information.
    Message Edited by DouDou2007 on 03-23-2009 12:24 AM

  • Font warning when running swing apps

    I am seeing this warning when I run my swing app using JRE 1.4.0.
    Any ideas on how to get fix this?
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    Thanks

    As a follow up to this, it appears that you need to download OS patches to correct this problem.
    Use this as a starting point:
    http://java.sun.com/products/jdk/1.2/install-solaris-patches.html

  • Error when running Air apps on Mac

    Hey everyone,
    There is a person I am working with who keeps running into this issue where the Air application she is running crashes immediately. I have the error logs below. Anyone have the slightest idea what might be causing this?
    Error report:
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90354000 - 0x90397ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x90398000 - 0x90406ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90407000 - 0x90482fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90483000 - 0x904b6ffb  libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x904b7000 - 0x90573fff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x90574000 - 0x905a4ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x905a5000 - 0x905ecffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x905ed000 - 0x90608ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x9079f000 - 0x907f7fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90823000 - 0x91103ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91104000 - 0x9110bff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9110c000 - 0x91117ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x91196000 - 0x9119dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9119e000 - 0x914c2fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x914c3000 - 0x914d3ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x91692000 - 0x91695fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91696000 - 0x916d3ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x916d4000 - 0x916deffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x916df000 - 0x91a4aff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91d60000 - 0x91e40fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91e5a000 - 0x91f11feb  libFontParser.dylib ??? (???) <DDBBB503-5289-2E2B-AD35-F3BA00D00D5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x91ff6000 - 0x92007ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x92008000 - 0x92136fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92163000 - 0x92163ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92164000 - 0x9261dffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9261e000 - 0x92629ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9262a000 - 0x9262aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9262b000 - 0x9266ffe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92670000 - 0x92990ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x92991000 - 0x92a0aff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92a0b000 - 0x92a46feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x92a88000 - 0x92ac9ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x92aca000 - 0x92c71ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x92da9000 - 0x92ed5ffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x92ed6000 - 0x92f1aff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92f1b000 - 0x92f6cff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x92f6d000 - 0x92f70ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92f71000 - 0x92f71ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x939e8000 - 0x93a83ff7  com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x93a84000 - 0x93a99fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93c7a000 - 0x93cadff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x93d5f000 - 0x93d90ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x93d91000 - 0x93dadfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93dae000 - 0x93e5bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x93eab000 - 0x93ed3ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93ed4000 - 0x93edafe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x93edb000 - 0x93edbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x93edc000 - 0x93efefef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x93f6f000 - 0x93fd9fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93fda000 - 0x9403effb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x9403f000 - 0x9403fff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94059000 - 0x9415afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x9415b000 - 0x942ddfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x942e3000 - 0x94365ffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9456e000 - 0x9460bfe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94744000 - 0x94765fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94766000 - 0x94774fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x94775000 - 0x947cbff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x947cc000 - 0x94ac5fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94ac6000 - 0x94cf1ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x94cf2000 - 0x94cfcfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9516e000 - 0x951b7fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x951da000 - 0x955f0ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9569b000 - 0x956a4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x957dd000 - 0x95fcc557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x95fcd000 - 0x96232feb  com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96233000 - 0x962c5fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x962c6000 - 0x962ccfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x962cd000 - 0x9630fff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x964d9000 - 0x964e5ff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x964e6000 - 0x9691bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9691c000 - 0x96943ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x96944000 - 0x96afefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x96aff000 - 0x96b25ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96b26000 - 0x96b27ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x96b28000 - 0x96b6eff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x96bf6000 - 0x96c0afe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96c17000 - 0x96c1bff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x96c1c000 - 0x96d5ffef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96d73000 - 0x96d73ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96db1000 - 0x96e0bfe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96e0c000 - 0x96e14ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x96e15000 - 0x96e19ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96e52000 - 0x970c5fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x970fb000 - 0x971d5ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x971d6000 - 0x97284ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x97285000 - 0x972e2ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x972e3000 - 0x972e3ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x97327000 - 0x97327ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97328000 - 0x9750afff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9750b000 - 0x9754bff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x975a8000 - 0x975c0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x975fd000 - 0x976b6fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x976b9000 - 0x976bdff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x976dd000 - 0x9772afeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97735000 - 0x97735ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97736000 - 0x97743ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97821000 - 0x978cbfe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x978df000 - 0x97940fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x97941000 - 0x97a12fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x97ba2000 - 0x97c1cfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97c1d000 - 0x97c60ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97c7f000 - 0x97c8dff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97c8e000 - 0x97c90ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x98c5d000 - 0x98cf5fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98cf6000 - 0x98e02ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98e3d000 - 0x99019ffb  libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9901a000 - 0x99156ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99157000 - 0x9915aff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9918e000 - 0x99290fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x99291000 - 0x9935cfef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9935d000 - 0x9935eff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9935f000 - 0x9937eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9937f000 - 0x99382ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x99399000 - 0x993d7ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x993de000 - 0x994e2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x9950e000 - 0x9957dff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9957e000 - 0x99583ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99705000 - 0x99745ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9977e000 - 0x99790ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9979d000 - 0x997daff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x997db000 - 0x997fbfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x997fc000 - 0x999faff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x999fb000 - 0x99aa3ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99aa4000 - 0x99ac8ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x99ac9000 - 0x99acbff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <02CCC192-2AC9-73DF-4A40-0B3AF87B6372> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <8697CB9C-AC3B-301B-F1BD-382E30FA5642> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818

    Hey Chris,
    This shouldn't be a influence hopefully. We also had her remove any leftover files for the Picaboo client and Air, for Picaboo that would be under User > Library > Preferences.
    For Air we had her go under Library > Frameworks, and delete Adobe Air.framework.
    Do you have another location in mind for Air we should look at?
    Thanks.

Maybe you are looking for