Trouble getting compiled samples to run

Hello,
I'm new to the after effects sdk but not to programming or sdk usage in general, but I'm having trouble getting the samples to work.
- I've got Creative Suite 3 production premium
- I've got After Effects cs3 sdk
- compiled using visual studio 2005
Seems to compile ok, but when running nothing seems to happen in most cases. In some cases I do get an error message (such as in easycheese) it returns the following error: "After Effects error: AEGP magic error (5017::10)"
I looked up magic number in the docs and the only reference I could find to it simply said something to the effect of "don't change it".
I've got a working script and an idea for a second project, both of which I'd like to implement using the sdk, but I can't seem to get past this first obstacle. Any help, that anyone could provide would be greatly appreciated.

I'm seeing a problem in the MessWithMarkers function, where it calls AEGP_DisposeStreamValue. This problem doesn't happen in AE 7.0, but does in CS3.
For some reason, the behavior of AEGP_GetNewKeyframeValue has changed between 7.0 and CS3 so that it doesn't return the streamH in the AEGP_StreamValue struct. And when the sample calls DisposeStreamValue, it wants a valid streamH. So you can update the sample for the new behavior by putting a check before the DisposeStreamValue call:
if (value.streamH){
ERR2(suites.StreamSuite2()->AEGP_DisposeStreamValue(&value));
Other than that, the sample seems to run normally. You'll need to put some keyframes on the first layer in your comp, and the Easy Cheese effect will modify those keyframes and generate markers.

Similar Messages

  • Converter Web Client: get compiler error when run URL

    When I try to run the Converter's web client with the the URL:
    http://localhost:8000/converter
    I got a compiler error on the lines:
    import Converter;
    import ConverterHome;
    The J2EE server wants to have a "." after the Converter and ConverterHome.
    Any one has any idea?
    The error messages are:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:7: '.' expected
    import Converter;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:8: '.' expected
    import ConverterHome;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:20: cannot resolve symbol
    symbol : class Converter
    location: class org.apache.jsp.index_jsp
    private Converter converter = null;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    6 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:125)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:387)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:410)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:570)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.util.SecurityUtil$1.run(SecurityUtil.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
         at org.apache.catalina.util.SecurityUtil.execute(SecurityUtil.java:210)
         at org.apache.catalina.util.SecurityUtil.doAsPrivilege(SecurityUtil.java:147)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:177)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:271)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
         at java.lang.Thread.run(Thread.java:536)
    Apache Tomcat/5.0

    I have exactly the same error.
    Me too, I'm running on Win XP. And I have had lots of trouble to deploy the converter.
    I cannot install J2EE 1.3 as I am supposed to write a report on how Web Services may help my company. By the moment I can only say it takes me much more time than expected to run the J2EE 1.3 tutorial. As SUN didn't deliver a tutorial one can use.
    So by the moment if anyone can HELP me to finish this converter tutorial I will be thankful.
    Bye
    Manuel Acevedo

  • Having trouble getting a job to run using job scheduler

    I am using Oracle 11g. I run a sql script that schedules a job:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => 'D:\UserCountReport\bin\ucr.bat', repeat_interval => 'FREQ=HOURLY;BYHOUR=3;BYMINUTE=0;BYSECOND=0',start_date => to_timestamp_tz('2011-07-21 US/Eastern', 'YYYY-MM-DD TZR'), job_class => 'DEFAULT_JOB_CLASS', auto_drop => FALSE,enabled => FALSE);
    exec sys.dbms_scheduler.set_attribute( name => '"SYSTEM"."UCR"',  attribute => 'job_weight',  value => 1);
    exec sys.dbms_scheduler.enable( '"SYSTEM"."UCR"' );
    commit;
    exit;When I am connected to the database, I run these commands:
    SQL> SELECT JOB_NAME, STATE, job_action, repeat_interval FROM DBA_SCHEDULER_JOBS
    where job_name='UCR';
    JOB_NAME
    STATE
    JOB_ACTION
    REPEAT_INTERVAL
    UCR
    SCHEDULED
    C:\UserCountReport\bin\ucr.bat
    FREQ=HOURLY;BYHOUR=9;BYMINUTE=0;BYSECOND=0
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name = 'UCR';
    JOB_NAME
    STATUS
    UCR
    SUCCEEDED
    UCR
    SUCCEEDED
    UCR
    SUCCEEDEDHowever, I don't get any signs that the job has run even though Oracle says all the runs have succeeded. The batch file that the job is supposed to execute creates a file and writes stuff to it. However, the file is not written. When I run the batch file from command prompt, it executes correctly.
    I have tried following instructions here:
    Answers to "Why are my jobs not running?"
    However, all three of these commands return errors:
    SQL> select value from v$parameter where name='job_queue_processes';
    select value from v$parameter where name='job_queue_processes'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_scheduler_running_jobs;
    select count(*) from dba_scheduler_running_jobs
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_jobs_running;
    select count(*) from dba_jobs_running
    ERROR at line 1:
    ORA-00942: table or view does not existI've tried various other commands from that list and I get errors as well.
    I'm not quite sure where to go from here to troubleshoot this problem. Any help would be appreciated. Thanks.
    Edited by: 874375 on Jul 22, 2011 9:14 AM
    Edited by: 874375 on Jul 22, 2011 9:18 AM

    So I changed my script to this:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => '%windir%\system32\cmd.exe /C D:\UserCountReport\bin\ucr.bat', ....I now have this:
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name='BOXTONE_
    MONTHLY_UCR';
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    FAILED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    SUCCEEDEDIs there a place with log files that will tell me why the job failed? If so where are the log files located?

  • Trouble getting Illustrator CS4 to run, and when it does: no workspaces

    At work (University of St Andrews) I have Adobe CS4 Web Premium and everything installs and runs okay apart from Illustrator CS4.
    I've tried to install it on two different PCs, both Dell Precision workstations. One had Windows XP Professional 32-bit, the new one has Windows 7 Professional 64-bit. I get exactly the same behaviour on both. I've even tried to install it on Windows 7's XP Mode and I get the same error messages!
    INSTALLATION #1
    When I installed it I got an error saying "Done, with errors". Details showed:
    Error
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2
    When I then tried to run the application it just wouldn't start, it would throw up an error message. It simply would not start.
    INSTALLATION #2
    So I uninstalled it, reinstalled it and got the same error.
    COPY FILES - NO WORKSPACES
    I then read this advice on a forum:
    "Do you have a working install of Ai CS4 on another computer anywhere?
    If so, go into C:\Program Files\Adobe\Adobe Illustrator\Support\Required
    and copy the Resources file to the same location on the computer that
    encounters the error. I was having the same problem, but luckily I had a
    working install on another OS, so I just compared the files between the
    two installations and found the missing ones."
    So I copied over these files from a working copy elsewhere in the department and this time the application ran but I now have no WorkSpace settings and cannot save any either.
    INSTALLATION #3
    I then uninstalled again and tried to reinstall. This time on the installer I was given a number of language options. Rather than English (International) I selected English (US) and lo! and behold! the installer ran without errors and the application opened ok and this time I had WorkSpaces... the only problem was that it would only run in trial mode because it wouldn't accept my serial number, which I'm guessing is for English (International) only.
    INSTALLATION #4
    Uninstall, again. Reinstall, again, this time in English (International).
    Now the application opens but again I have no WorkSpaces, and cannot save any workspaces.
    What can I do? Any idea how can I get a fully working version of Illustrator CS4 on my PC that includes workspaces?
    Thank you
    Gareth

    Hi Carey,
    Thanks for your post. I have followed your instructions and here are my replies:
    Are you having any issues with your other Adobe products, or is it just Illustrator?
    If just Illustrator, did you previously install the product separately (i.e. as a trial, or as a pre-release/beta)?
    I am having problems only with Illustrator CS4. I have not installed the product separately, either as a trial or a pre-release or beta.
    In fact, I installed Adobe CS4 Web Premium on a clean, newly installed, straight-from-the-Dell-factory Dell Precision T7400. It was the first application I installed, and Illustrator wasn't working straight after the installation.
    I've not had any problems with other Adobe applications. The only time the serial number became an issue was when I tried to reinstall Illustrator CS4 using "English (US)" as an option, simply out of curiosity as this hadn't been an option with the original installation of the whole suite.
    I followed the instructions:
    Deleted C:\Program Files (x86)\Adobe\Adobe Illustrator CS4.
    Updated permissions for Public Documents (although when I reached step 12: "Click Apply and click Permissions tab." there was no Permissions tab).
    Reinstalled Illustrator CS4 from the setup.exe file. You said uncheck everything else, however the following applications would not allow me to untick them:
    Adobe Bridge CS4
    Adobe Extension Manager CS4
    Supporting Components:
              Adobe CMaps CS4
              Adobe CSI CS4
              Adobe CSI CS4 x64
              Adobe Color EU Recommended Settings CS4
              Adobe Color JA Extra Settings CS4
              Adobe Color NA Extra Settings CS4
              Adobe Default Language CS4
              Adobe ExtendScript Toolkit CS4
              Adobe Fonts All CS4
              Adobe Adobe Linguistics CS4
              Adobe Output Module
              Adobe PDF Library Files CS4
              Adobe Search for Help
              Adobe Service Manager Extension
              Adobe Type Support CS4
              Adobe Update Manager CS4
              Adobe WinSoft Linguistics PLugin x64
              Adobe XMP Panels CS4
              AdobeColorCommonSetCMYK
              AdobeColorCommonSetRGB
              Connect
              PDF Settings CS4
              Photoshop Camera Raw _x64
              kuler
    The installer ran, and I got exactly the same error as before:
    Error
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2
    Now when I try to run Illustrator CS4 I get a dialog box saying:
    Error
    The localized resource files for this application could not be loaded. Please reinstall or repair the application and try again.
    This is the ninth time I've tried to reinstall it.
    I'll try to send you a direct message with the serial number and take it from there.
    Thanks
    Gareth

  • Please help - trouble getting any applet to run with Mozilla or IE?

    Hello,
    I am using Mozilla Firebird and MS IE 6 under WinXP Pro. I have installed JRE 1.4.2 and ensured that java is enabled in both browsers. But no matter what I do, no applet will run, at all. No classes are loaded, I just get an empty "resource not found" box. I must have installed the JRE 4 times now, and the process seems to finish flawlessly. Any ideas? Do I have to patch my windows? I would really like to test some java on this pc!!!!!!
    Thanks.

    I am using Mozilla Firebird and MS IE 6 under WinXP
    Pro. I have installed JRE 1.4.2 and ensured that java
    is enabled in both browsers. But no matter what I do,
    no applet will run, at all. No classes are loaded, I
    just get an empty "resource not found" box. I must
    have installed the JRE 4 times now, and the process
    seems to finish flawlessly. Any ideas? Do I have to
    patch my windows? I would really like to test some
    java on this pc!!!!!!Hi,
    this combination works fine for me!
    For Firebird check the Plugins Subdir or just write "abaout:plugins" the address field and hit enter. It should show you all plugins avail in Firebird.
    Enable the java console (not JavaScript!!) in the Java(TM) Plugin settings.
    Than a window whill show you "the work" of the Java Plugin.
    Hope this helps

  • Getting compiler error when running EnvExample.cpp

    Hi All,
    Im a newbie to use Berkeley DB and facing the problem when running the EnvExample.cpp.
    Please let me know what could be the problem??
    here is the command I used to run and the error I got.
    gcc -I/usr/local/BerkeleyDB.4.5/include EnvExample.cpp -L/usr/local/BerkeleyDB.4.5/lib -ldb_cxx-4.5
    In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/iostream.h:31,
    from /usr/local/BerkeleyDB.4.5/include/db_cxx.h:60,
    from EnvExample.cpp:19:
    /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
    In file included from EnvExample.cpp:19:
    /usr/local/BerkeleyDB.4.5/include/db_cxx.h:61:23: error: exception.h: No such file or directory
    /usr/local/BerkeleyDB.4.5/include/db_cxx.h:1053: error: expected class-name before ‘{’ token
    Thanks
    Senthil
    Message was edited by:
    user586105

    Hi Senthil,
    A few pointers:
    Since you are compiling the C++ version, you should probably be using g++, not gcc.
    The problem is probably that you don't have the HAVE_CXX_STDHEADERS flag defined. Try running the following instead:
    g++ -DHAVE_CXX_STDHEADERS -I/usr/local/BerkeleyDB.4.5/include EnvExample.cpp -L/usr/local/BerkeleyDB.4.5/lib -ldb_cxx-4.5Let us know if that helps.
    - Alex

  • I am having trouble getting Photoshp CS6 to run without crashing

    I purchased the Design Standard software package from Adobe which included Photoshop CS6. It was running fine until I updated using the Application Manager to version 13.0.5. Now the program crashes in less than 5 minutes of use no matter what I'm doing. Here is a crash report:
    Process:         Adobe Photoshop CS6 [271]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.5 (13.0.5.44)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [155]
    Responsible:     Adobe Photoshop CS6 [271]
    User ID:         501
    Date/Time:       2013-11-07 12:24:50.984 -0600
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  74AD24DD-D660-6CB3-702F-CC5563D8CE36
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-000000010366a000 [ 54.4M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     000000000000000000 0 + 0
    1   com.adobe.Photoshop                     0x00000001009983d5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6343141
    2   com.adobe.Photoshop                     0x0000000100999675 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6347909
    3   com.adobe.Photoshop                     0x0000000100c0fcd4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8930020
    4   com.adobe.Photoshop                     0x0000000100c0f510 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8928032
    5   com.adobe.Photoshop                     0x0000000100c10035 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8930885
    6   com.adobe.Photoshop                     0x0000000100bef222 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8796210
    7   com.adobe.Photoshop                     0x0000000100c0dffc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8922636
    8   com.adobe.Photoshop                     0x0000000100098921 0x100000000 + 624929
    9   com.adobe.Photoshop                     0x00000001000867cb 0x100000000 + 550859
    10  com.adobe.Photoshop                     0x0000000100087ea6 0x100000000 + 556710
    11  com.adobe.Photoshop                     0x0000000100087aa9 0x100000000 + 555689
    12  com.adobe.Photoshop                     0x00000001007bd034 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4396612
    13  com.adobe.Photoshop                     0x0000000100c21c7e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9003662
    14  com.adobe.Photoshop                     0x00000001007bd93b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4398923
    15  com.adobe.Photoshop                     0x0000000100c24036 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9012806
    16  com.adobe.Photoshop                     0x0000000100c2c017 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9045543
    17  com.adobe.Photoshop                     0x0000000100b2772c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 7978300
    18  com.adobe.Photoshop                     0x0000000100a98e22 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 7394354
    19  com.adobe.Photoshop                     0x0000000100a96fb0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 7386560
    20  com.adobe.Photoshop                     0x0000000100a960ed AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 7382781
    21  com.adobe.Photoshop                     0x0000000100768ac9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4051161
    22  com.adobe.Photoshop                     0x00000001007247ac AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3771836
    23  com.adobe.Photoshop                     0x00000001007252a6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3774646
    24  com.adobe.Photoshop                     0x00000001004481b8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 772040
    25  com.adobe.Photoshop                     0x00000001000e4452 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 259490
    26  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    27  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    28  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    29  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    30  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    31  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    32  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    33  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    34  com.adobe.Photoshop                     0x00000001000e4054 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 258468
    35  com.adobe.Photoshop                     0x00000001000f3df4 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 323396
    36  com.adobe.Photoshop                     0x000000010105cdb8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 13439944
    37  com.adobe.Photoshop                     0x00000001000861a3 0x100000000 + 549283
    38  com.adobe.Photoshop                     0x000000010086bb5d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 5112173
    39  com.adobe.Photoshop                     0x00000001000847fc 0x100000000 + 542716
    40  com.adobe.Photoshop                     0x0000000100085f6d 0x100000000 + 548717
    41  com.adobe.Photoshop                     0x00000001017b5435 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21142085
    42  com.adobe.Photoshop                     0x00000001017b614c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21145436
    43  com.apple.AppKit                        0x0000000104d3bd08 -[NSWindow sendEvent:] + 11296
    44  com.adobe.owl                           0x00000001060b6c75 0x106080000 + 224373
    45  com.apple.AppKit                        0x0000000104cda744 -[NSApplication sendEvent:] + 2021
    46  com.adobe.Photoshop                     0x00000001016ff2c3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20396243
    47  com.adobe.Photoshop                     0x00000001016ffd98 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20399016
    48  com.apple.AppKit                        0x0000000104b2aa29 -[NSApplication run] + 646
    49  com.adobe.Photoshop                     0x00000001017004d2 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20400866
    50  com.adobe.Photoshop                     0x000000010170179c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20405676
    51  com.adobe.Photoshop                     0x00000001000882cd 0x100000000 + 557773
    52  com.adobe.Photoshop                     0x00000001002ca2cc boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249756
    53  com.adobe.Photoshop                     0x00000001002ca3a9 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249977
    54  com.adobe.Photoshop                     0x0000000100002b34 0x100000000 + 11060
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000010980e662 kevent64 + 10
    1   libdispatch.dylib                       0x000000010966543d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x0000000109665152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   MultiProcessor Support                  0x000000011e1bd19b 0x11e177000 + 287131
    3   MultiProcessor Support                  0x000000011e1bd05c 0x11e177000 + 286812
    4   MultiProcessor Support                  0x000000011e1ddf24 0x11e177000 + 421668
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.ACE                           0x00000001076952c9 0x10765c000 + 234185
    6   com.adobe.ACE                           0x00000001076945da 0x10765c000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x000000010980da3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x000000010976ae60 nanosleep + 200
    2   com.adobe.PSAutomate                    0x0000000136fc76eb 0x136e84000 + 1324779
    3   com.adobe.PSAutomate                    0x0000000136fad539 0x136e84000 + 1217849
    4   com.adobe.PSAutomate                    0x0000000136fc7a56 0x136e84000 + 1325654
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x0000000109809a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000109808d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x0000000103e35315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x0000000103e34939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x0000000103e34275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x0000000104cd71ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine                    0x000000013ba9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine                    0x000000013ba9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine                    0x000000013ba9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine                    0x000000013ba9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine                    0x000000013ba9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x000000013bab2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine                    0x000000013ba9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x000000013bc2d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000013ba9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013ba9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013ba9ae79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x000000010980d91a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000013dfa55ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x000000013dfa4813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x000000013dfa3be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x000000013dfa3c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x000000013df9f30f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x000000013df9f616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x000000013df9fcd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x000000013df9ff41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x000000013dfa261d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x000000013dfa2775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x000000013dfa2fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x000000013dfa30ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x000000013df95d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x000000013df997ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x000000013dfa3412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x000000013dfa5253 Invoke + 44800
    17  libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    18  libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    19  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 25:: ace
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.CameraRaw                     0x000000014d797776 0x14d4e1000 + 2844534
    6   com.adobe.CameraRaw                     0x000000014d797403 0x14d4e1000 + 2843651
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 26:: ace
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.CameraRaw                     0x000000014d797776 0x14d4e1000 + 2844534
    6   com.adobe.CameraRaw                     0x000000014d797403 0x14d4e1000 + 2843651
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 27:: ace
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.CameraRaw                     0x000000014d797776 0x14d4e1000 + 2844534
    6   com.adobe.CameraRaw                     0x000000014d797403 0x14d4e1000 + 2843651
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 28:: ace
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore          0x000000010b59da50 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x000000010b59dc4f TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore          0x000000010b56e38d MPWaitOnQueue + 192
    5   com.adobe.CameraRaw                     0x000000014d797776 0x14d4e1000 + 2844534
    6   com.adobe.CameraRaw                     0x000000014d797403 0x14d4e1000 + 2843651
    7   com.apple.CoreServices.CarbonCore          0x000000010b56e90b PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 29:: cr_scratch
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.CameraRaw                     0x000000014da97551 0x14d4e1000 + 5989713
    3   com.adobe.CameraRaw                     0x000000014da394c2 0x14d4e1000 + 5604546
    4   com.adobe.CameraRaw                     0x000000014d89e2f9 0x14d4e1000 + 3920633
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   libtbb.dylib                            0x0000000103d3a010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
    3   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x000000010980de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000109906f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000109909fb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore          0x000000010b59dc37 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore          0x000000010b59d859 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore          0x000000010b55940c AsyncFileThread(void*) + 257
    5   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 39:
    0   libsystem_kernel.dylib                  0x000000010980d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000109907c3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop                     0x000000010029b8fd boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2058829
    3   com.adobe.Photoshop                     0x00000001017dd47a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21305994
    4   com.adobe.Photoshop                     0x00000001017db309 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21297433
    5   com.adobe.Photoshop                     0x0000000101741324 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20666676
    6   libsystem_pthread.dylib                 0x0000000109905899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x000000010990572a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x0000000109909fc9 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib                  0x000000010980de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000109906f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000109909fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000005cceab000  rbx: 0x0000000151ff1160  rcx: 0x00000005cceaaf2c  rdx: 0x00000001cceaaf2c
      rdi: 0x00000005cceab000  rsi: 0x00000001cceab000  rbp: 0x00007fff5fbfbda0  rsp: 0x00007fff5fbfbd68
       r8: 0xffffffffffffff2c   r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x000000011e0fd480
      r12: 0x0000000000000000  r13: 0x0000000113aa37b0  r14: 0x000000015980fab8  r15: 0x00007fff5fbfbe00
      rip: 0x0000000000000000  rfl: 0x0000000000010203  cr2: 0x0000000000000000
    Logical CPU:     0
    Error Code:      0x00000014
    Trap Number:     14
    Binary Images:
           0x100000000 -        0x103669ff7 +com.adobe.Photoshop (13.0.5 - 13.0.5.44) <7B8B9893-65D5-335F-9958-50C9EED9A11A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
           0x103d2b000 -        0x103d57ff7 +libtbb.dylib (0) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
           0x103d6e000 -        0x103d7cff3 +libtbbmalloc.dylib (0) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
           0x103d90000 -        0x103d90fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x103d93000 -        0x103d99fff  org.twain.dsm (1.9.5 - 1.9.5) <E614CAAE-7B01-348B-90E4-DB3FD3D066A6> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103da1000 -        0x103dbbff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x103dc4000 -        0x103fa9ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10411b000 -        0x10441afff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x104658000 -        0x1048b0ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1049f8000 -        0x104a62ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x104a96000 -        0x104a9afff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x104aa1000 -        0x104aaffff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x104ab7000 -        0x104afeff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
           0x104b13000 -        0x105687ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x105e0d000 -        0x105fa9ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x106080000 -        0x106249fff +com.adobe.owl (AdobeOwl version 5.0.4 - 5.0.4) <0FA698D2-CE7E-3C5A-B3D2-D9859A8612A0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x10628b000 -        0x1066d1ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x10674d000 -        0x106aa6ff7 +com.adobe.AGM (AdobeAGM 4.26.20.20743 - 4.26.20.20743) <27080135-E835-75EF-FF42-15299479FDA1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x106b0f000 -        0x106e70fef +com.adobe.CoolType (AdobeCoolType 5.10.33.20743 - 5.10.33.20743) <758DF893-C0F4-5769-53C5-7C80FC9111FB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x106ebd000 -        0x106ee5ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <BFA061BE-7598-275D-D3F7-5842674E367E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x106eec000 -        0x106f18fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x106f3b000 -        0x107088ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1070fc000 -        0x10716bfff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <7F984FB2-FE13-39E1-9171-DCE90EC06E02> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x10718c000 -        0x1071ebff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <4BA044D9-986E-3CCD-A066-18EB42535C54> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10724e000 -        0x1072deff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC561979-613F-3ADA-866C-3A2F7D27CE58> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x107331000 -        0x10734dfff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DFDDB646-93C4-3601-AE30-CE52F2274894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x107363000 -        0x107580fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <2136BBE3-4A91-38E2-BFC8-AF4CD8E955BD> /Applications/

    Hi,
    What's your operating system and browser?
    You should ensure that Flash Player is enabled in your browser.
    If you are using Windows and Internet Explorer:
    - Disable ActiveX Filtering
    - Enable Flash Player in Internet Explorer
    Thanks,
    Sunil

  • I am having trouble getting Adobe Flash to run, I have uninstalled and reinstalled?

    I am having troublegetting Adobe Flash ot run, I have uninstalled all Adobe products and Google Chrome , shut off the computer, and reinstalled everything the page says Installed Sucessufly but will not run Videos. What else can I do or what may I fix? Please Help

    Hi,
    What's your operating system and browser?
    You should ensure that Flash Player is enabled in your browser.
    If you are using Windows and Internet Explorer:
    - Disable ActiveX Filtering
    - Enable Flash Player in Internet Explorer
    Thanks,
    Sunil

  • Need help getting my applet to run..

    Hi, I am having the utmost trouble getting my applet to run. First I spent a month correcting syntax and other errors generated during compile. Now I find myself spending another month getting the compiled product to run. I don't care if the screen is completely blank and my logic is all messed up, I don't mind logic debugging. My applet just will not run at all, it won't even initialize.
    First when I tried to run my applet in Internet Explorer I got the following error in the statusbar:
    "load: tsorgi5 can't be instantiated"
    So, I researched that error message, and the solution appeared to be that I would need to use the Java Plug-In. So, I use that and now I find this message in the statusbar:
    "exception: null."
    That happens when the text "Loading Java Applet ..." is in the centre of the applet, and Internet Explorer acts like it is still doing something no matter how long I wait.
    I tried researching this, but only found "exception: null" with other things after the text "null."
    In Forte, when I choose "Execute" I get the following in the Output Window, I/O tab:
    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    I would assume it expects me to add a method "main()," but I also get that same message with a different applet (which doesn't have a method "main()") which runs perfectly fine.
    I usually try to solve many of my problems myself, but with this one I have no idea where to start looking for answers. I'm relatively new to Java, been using Java for only half a year, so this particular problem is like looking for a four-leaf clover in the streets of New York City..
    I'm going to be chopping my applet into pieces, having a separate class file for each major engine. (It is a role-playing game, so I'll separate battle engine from cut-scene engine from world exploration engine etc..) Hopefully I will be able to narrow down my search for what is causing me all of these problems. Then once I solve my problems I can piece everything back together.
    In the meantime, I am hoping that some of you could help me out so that I may know what I am looking for.
    Thank You for your time,
    -Tony Slater

    Ah.. Forte is still a bit confusing to me, I have not and probably will not take the time to learn much about Forte, as the only real reason I use it is because unlike wordpad, I can see line numbers. =] Very helpful with my program being the size that it is.
    I do not think that the simple applet idea will be of much use, because one of my earlier applet projects (a main menu for my current project) which I mentioned above as another applet without a main() method which worked perfectly fine is very simple. Although I will try it anyway, as it could help and you are most likely much more experienced than I. =]
    Okay, I typed the following in the Dos Prompt:
    appletviewer TestApplet.class
    ..It printed a blank line, paused a little bit, then brought me back to the prompt, just like running a dos program that does not give any output. I'm not sure, but I would assume it should print a line containing the text "Here?" I have not used appletviewer before, so I do not know what it is supposed to do. =P
    I have already tried using System.out.println, but the problem occours even before the applet is started. I'll try enabling the Java Console first thing tomorrow morning, since a restart is required when enabling it.
    Now, I would be happy to post some code, but I'm not sure it would be best to post the code when my program is 2814 lines.. although 800 lines are probably comments, and most of those comments are probably irrelevant. Also I can sometimes be a messy coder. Although I can post some general information and can probably (with a little work) post an "outline" of the code.
    Since it is getting late I'll just post some portions of code which hopefully will prove important.
    // Import Packages
    import java.awt.Graphics;
    import java.awt.Color;
    import java.awt.*;
    import java.applet.*;
    import java.lang.System;
    import java.lang.reflect.Array;
    import java.lang.Math;
    import java.lang.Double;
    import java.math.*;
    import java.util.Random;
    import java.io.*;
    variable/object types created and/or declared between "public class.." and "public void init()...":
    int
    byte[]
    String
    RandomAccessFile
    int[][]
    double
    int[]
    double[][][]
    Random
    Image
    int[][][]
    arrays are filled in the init() method.
    public String getIniStrValue(String iniFile, String iniGroup, String iniItem) // Used for retrieving information from the game's external file system.
    another method getIniIntValue(int, String, String, String) is used for int values stored in external files.
    Within public void paint(), gameplay modes are detected and dealt with accordingly. With Cut-Scenes, proper charecter images and text is displayed, all cut-scene information is stored externally. Other modes do virtually the same, display graphics and text based on internal game data or un-changing external data files.
    Within public void mouseClick(), in certain modes of the game the mouse click will trigger a change no matter where the user clicked (such as cut-scenes, to advance to the next line of dialog), or different variables are set depending on where the user clicked. (What I like to call.. custom buttons) At the end of the method repaint(); is used, and the paint() method will alter the screen according to any changes that may have happened.
    public void charAttack() is a method called to handle battle equations when a playable and controllable charecter is making a move. It will detect the current charecter, detect the move being made by the charecter (attack, special move, magic, etc) and will change any variables accordingly and will then use repaint(); so that the player may know what has happened. (Whether or not attack was successful, how many HP the enemy lost, etc)
    public void loadBattle() is called when the charecter encounters an enemy. It will load possible enemies of the current part of the world being explored, select one, then load that enemy's "stats" from external game data files, and will then specify the new mode (Battle Menu, where the player chooses the moves to be made for the turn) by setting the int value "Mode." repaint(); is then called and it will paint the battle menu.
    public boolean keyDown() is of course used to detect keyboard events. In world exploration, the charecter will be moved accordingly. In modes such as cut-scenes, a variable will be changed to advance to the next line of speech. In menus, the keyboard events are used to switch between options. repaint(); is used to update the screen accordingly.
    Well, even though I very briefly summarized the code, it appears to have taken half an hour to do. I'll be getting some sleep in a few minutes, and when I wake up tomorrow morning I hope to both see and make some progress on solving this problem.
    Thank You,
    -Tony Slater.

  • Troubled to get scheduler job to run?

    Hi all friends:
    I'm having trouble getting any scheduler jobs (here, troubled job name is CUSTMASTER_CHANGES_01) to actually run.
    when
    sql>select job_name,state,enabled,retry_count,failure_count,run_count,restartable,start_date,repeat_interval,job_class
    from all_scheduler_jobs;
    JOB_NAME STATE ENABL RETRY_COUNT FAILURE_COUNT RUN_COUNT RESTA START_DATE REPEAT_INTERVAL JOB_CLASS
    CUSTMASTER_CHANGES_01 SCHEDULED TRUE 0 0 0 FALSE 14-JAN-08 09.46.14.6 FREQ=SECONDLY;I SCANNER_JO
    72965 AM AMERICA/NEW NTERVAL=5 B_CLASS
    _YORK
    for job 'CUSTMASTER_CHANGES_01'
    we can see RUN_COUNT 0 and restartable false.
    I upped slave processes to 5. dbms_scheduler.run_job('CUSTMASTER_CHANGES_01') works, but it's still not executing on the schedule
    when run as sysdba
    SQL> exec dbms_scheduler.run_job('CUSTMASTER_CHANGES_01');
    ERROR at line 1:
    ORA-27475: "SYS.CUSTMASTER_CHANGES_01" must be a job
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    to resolve that,
    we found
    When you create your job by using dbsm_scheduler, it has a parameter called ‘auto_drop’, is by default, =’true’, like, auto_drop => TRUE
    see below;
    dbms_scheduler.create_job(
    job_name IN VARCHAR2,
    job_type IN VARCHAR2,
    job_action IN VARCHAR2,
    number_of_arguments IN PLS_INTEGER DEFAULT 0,
    start_date IN TIMESTAMP WITH TIME ZONE DEFAULT NULL,
    repeat_interval IN VARCHAR2 DEFAULT NULL,
    end_date IN TIMESTAMP WITH TIME ZONE DEFAULT NULL,
    job_class IN VARCHAR2 DEFAULT 'DEFAULT_JOB_CLASS',
    enabled IN BOOLEAN DEFAULT FALSE,
    auto_drop IN BOOLEAN DEFAULT TRUE,
    comments IN VARCHAR2 DEFAULT NULL);
    The job you manually run once and then it drops itself when you test.
    so I am specifiying auto_drop to be false, but it is showing it has true as the attribute.
    DBMS_SCHEDULER.CREATE_JOB(
    job_name => scanner.scanner_name,
    job_type => 'PLSQL_BLOCK',
    job_action => 'BEGIN IF EEG_SCAN.GET_RUNNING_JOBS_COUNT('
    ||''''||UPPER(scanner.scanner_name)||''''
    ||') < 2 THEN '||scanner.scanner_proc_name||'; END IF; END;',
    repeat_interval => 'FREQ=SECONDLY;INTERVAL=5',
    job_class => c_job_class_name,
    auto_drop => FALSE,
    enabled => true
    scheduler job is still not working as expected.....?
    Can you help me for this??
    thanks a lot in advance.
    Message was edited by:
    jerrygreat
    Message was edited by:
    jerrygreat

    Hi,
    There are a few other limits you could check .
    Make sure that you have not exceeded the maximum number of sessions or the maximum number of processes or the maximum number of scheduler jobs
    select * from dba_scheduler_global_attribute;
    and
    select name,value from v$parameter where name like '%process%';
    select name,value from v$parameter where name like '%session%';
    Also check how many jobs are currently running
    select count(*) from dba_scheduler_running_jobs;
    select count(*) from dba_jobs_running ;
    select count(*) from v$session ;
    One of these limits may need to be increased.
    The run_job succeeds because it runs in the current session by default, if you use use_current_session=>false, does it still work ?
    Also auto_drop only drops the job when it has completed e.g. past its end_date or exceeded its max_runs.
    Finally note that there is a dedicated forum for dbms_scheduler located here
    Scheduler
    Hope this helps,
    Ravi.

  • Im having trouble getting my macbook pro to boot up after a fail safe boot, im getting as far as the grey screen with the apple loggo. so im trying to run a disk repair but is saying the disk is locked, how do i unlock disk??

    Im having trouble getting my macbook pro to boot up after a fail safe boot, im getting as far as the grey screen with the apple loggo. so im trying to run a disk repair but is saying the disk is locked, how do i unlock disk??

    Some clarification may help.
    You say you cannot boot normally.  It shows a gray screen with the Apple logo.
    Did you say it will boot successfully in Safe Mode (boot, then hold down the Shift key)?
    How did you boot the machine to run Disk Utility?  (Which keyboard combinations)?

  • I'm having a trouble getting icloud mail without my personal email. All icloud features syncs unless mail didn't sync I am running mac ox 10.7.2 any ideas?

    I’m having a trouble getting icloud mail without my personal email. All icloud features syncs normally unless mail didn’t sync I am running mac ox 10.7.2 any ideas?

    I discovered that my cord was bad. I used someone else's cord and then it worked - that's how I was able to determine it was the cord, so I replaced it. (In case someone else has a similar problem.)
    BTW, I'm still having a problem syncing my iCal, so I posted that problem in the iCal forum. If you think you can help, please look for my message there.

  • I am having trouble getting my Blutooth Magic Trackpad to work in windows 7 running through a bootcamp partition on my 2008 MacPro.  Any ideas?

    I am having trouble getting my Blutooth Magic Trackpad to work in windows 7 running through a bootcamp partition on my 2008 MacPro.  Any ideas?

    I installed the apple drivers and it works though unlike
    in osx where it works from the start in windows I need to click it once before it begin to work

  • Trouble getting QuickTime to run on Windows 7. Error 46: Could not load or find the Quick Time Active X control.

    Trouble getting QuickTime to run on Windows 7.Installation seems to finish successfully. When can try to open it I get the following error message:
    Error 46: Could not load or find the Quick Time Active X control.  I have reinstalled QuickTime and itunes several times but with no luck. Any suggestions?

    Hi Pedro d,
    Yes but no! I have tried everything step by step several times. Researching Error 46 on the web is scary business!! The gangsters are out in force on this one, begging to take your money! From a couple of trusted sites I have been able to make this much clear at least for Vista users, I'm using Windows 7 but I think they relate:
    "Since the issue causing the Error 46 is that QuickTime registry entries don't have the correct permissions set, the repair is to go and reset all the incorrect permissions. However, this is a long and tedious process. The SubInACL tool from Microsoft (see the link in Resources) can change the permissions as a batch. The batch is defined by a CMD file that lists all of the registry keys to be changed. Once SubInACL is installed on your computer, move the CMD file with all the registry changes into the same folder, typically C:\Program Files\Windows Resource Kits\Tools. Right-click the CMD file, choose "Properties," check "Run this Program in Compatibility Mode" and select "Windows Vista (Service Pack 2)" from the drop-down menu. Click "OK." Do the same for SubInACL. When you're done, double-click on the CMD file and it will run. Your error should be gone."
    I don't have the expertise to do this, do you? I wish that Apple or someone would take the bull by the horns and fix this because what I've read their are a lot of people having this problem. Any thoughts on this matter would be greatly appreciated.
    Kindly,
    pappy01545

  • Trouble getting the Java OLAP samples to work

    Hello all,
    Has anyone else had trouble getting the Java OLAP API samples for 9i working? I've recently downloaded the trial version of 9i and was trying to tinker with the OLAP API. I tried to use the olapi.bat script in $ORACLE_HOME\olap\olapi\bin, but I've been getting JNDI problems (javax.naming.NoInitialContextException). The error message is below:
    C:\oracle\ora90\olap\olapi\bin>olapi connection.ConnectionTest
    looking up OLAPSERVER in Oracle namespace...
    cannot find service namingContext SESS_IIOP://THEPRISONER:2481:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:279)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at oracle.olapi.test.TestDriver.queryAuroraNamespace(TestDriver.java)
    at oracle.olapi.test.TestDriver.findServer(TestDriver.java)
    at oracle.olapi.test.TestDriver.initializeConnection(TestDriver.java)
    at oracle.olapi.test.TestDriver.createTestContext(TestDriver.java)
    at oracle.olapi.test.TestDriver.execute(TestDriver.java)
    at oracle.olapi.test.connection.ConnectionTest.main(ConnectionTest.java)
    Unable to connect toOLAPSERVER
    Exception in thread "main" Stack Trace for Original Throwable:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:279)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at oracle.olapi.test.TestDriver.queryAuroraNamespace(TestDriver.java)
    at oracle.olapi.test.TestDriver.findServer(TestDriver.java)
    at oracle.olapi.test.TestDriver.initializeConnection(TestDriver.java)
    at oracle.olapi.test.TestDriver.createTestContext(TestDriver.java)
    at oracle.olapi.test.TestDriver.execute(TestDriver.java)
    at oracle.olapi.test.connection.ConnectionTest.main(ConnectionTest.java)
    I've tried supplying a ContextFactory class name to the environment, using the ContextFactory classes that I found in the aurora.zip or aurora_client.jar files, but that didn't work. If anyone has any suggestions, they would be appreciated. Thanks.
    Jason

    Only use the == operator for checking for the same object. Use the String.equals()method. I.E replace
    if (sex == "Male") {
    } else {
    with
    if (sex.equals( "Male")) {
    } else {
    or if 'sex' could be null then
    if ("Male".equals(sex)) {
    } else {
    }

Maybe you are looking for