Error when using format mask to create download link in report

I'm following these directions to create a download link in a report region.
http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/advnc_blob.htm#HTMDB25905
######### Table Structure...
desc document_library
Name Null Type
DOC_ID NOT NULL VARCHAR2(40)
DATE_ADDED NOT NULL DATE
FILE_CONTENT BLOB()
FILE_NAME VARCHAR2(100)
MIME_TYPE VARCHAR2(100)
DOC_NUMBER NUMBER
###### Report Region...
select a.*, dbms_lob.getlength(file_content) length
from document_library a
###### Download Link Column...
Date Format: DOWNLOAD:DOCUMENT_LIBRARY:FILE_CONTENT:DOC_NUMBER::MIME_TYPE:FILE_NAME:::attachment:Download
####### Results...
report error:
ORA-06502: PL/SQL: numeric or value error: character to number conversion error
The report region displays no rows (even though there is one row in the table), no links, and even more strange, it show the value of APP_USER where it would normally display the results.

Josh,
Your end result on page 58 and the instructions in that document link don't seem to correlate. Regardless, I:
1) Copied page 58 to page 158 in your application.
2) Removed the BLOB format mask from your report link.
3) Changed your query to:
select "ROWID",
"DOC_ID",
"DATE_ADDED",
"USER_ID",
dbms_lob.getlength("FILE_CONTENT") "FILE_CONTENT",
"FILE_NAME",
"MIME_TYPE",
"DOC_NUMBER"
from "#OWNER#"."DOCUMENT_LIBRARY"
4) Specified the BLOB format mask for the FILE_CONTENT column.
Seems to work just fine now (on page 158, that is).
Joel

Similar Messages

  • Getting Error when using Adaptive RFC in creating model...

    Hi All,
    When i am creating Model for Adaptive RFC at that time i am not able to login to my R/3 System...
    Previously we used to work in ECC5.0 at that time it was working.
    Now we are working in ECC 6.0 but error is coming. Name and password not found.
    So do i have to reconfigure the NWDS.
    If Yes. How to do reconfigure it for ECC 6.0
    Pls its very Urgent...........
    Regards,
    Dhruv Shah

    Hi,
    JDeveloper 11 related questions have their own forum
    JDeveloper and OC4J 11g Technology Preview
    The JDeveloper 11 RichTree does not use PathSet but RowKeySet to keep track of the selected state. A property on the tree component allows you to set the selected state by referencing a RoKeySet e.g. in a managed bean
    Frank

  • Php mysql math error when using format(somenumber,2)

    osx 10.5.2, php 5.2.5, mysql 5.0.51 (standard leopard desktop os install)
    Select format(myField,2) as someNumber from myTable ...
    returns data i would expect, formatted as you would expect.
    while looping through the data returned i am calculating a running total.
    for numeric values less than 1,000 results are expected. for numbers gt 1000, php seems to want to truncate the value at the comma. 1,111.11 evaluates to 1; 25,000 evaluates to 25.
    If you remove the format() from the sql statement everything works the way you would expect.
    wrapping the value returned in a floatval() had no effect.
    I am posting this on the apple site rather than php/mysql forums on the off chance that this is a mac centric issue. googling the obvious combinations wasn't productive.

    Sounds like a locale issue.
    Many international formats use comma as the decimal separator, not the thousands.
    There are many levels where this could be set. It could be an OS setting (you don't say where you or, or the locale information of your machine (System Preferences -> International -> Format). It could be in PHP (see: http://www.php.net/setlocale ), or it could be in the database (data could be written in a comma-based table).
    It will take a little research to work out where your specific problem lies.

  • Java Heap Error when using Stateless Session Timer Bean deployed in Oracle

    Hi,
    Am getting following Java Heap Error when using Stateless Session Timer Bean deployed in Oracle 10g AS R3 (Oracle Containers for J2EE 10g (10.1.3.0.0) (build 060119.1546.05277) ):
    06/08/02 14:58:43 javax.ejb.EJBException: java.lang.OutOfMemoryError: Java heap space
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:304)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:67)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:45)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:71)
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1624)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:92)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:184)
    06/08/02 14:58:43 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    06/08/02 14:58:43 at java.lang.Thread.run(Thread.java:595)
    06/08/02 14:58:43 Caused by: java.lang.OutOfMemoryError: Java heap space
    I had tried using -Xms / -Xmx options (upto 1 GB).
    The trace of exception gets delayed (from being displayed on the console) as the memory size is increased; but after sometime it starts getting displayed on the console.
    Even though this exception is displayed on the console, the Timer Bean continues to execute upto sometime before it finally crashes!
    If anyone has encountered such problem; would appreciate if you could share the solution.
    Regards, Vidyadhar

    Hi guys, I have the same problem. I have an application EAR file with two modules (EJB and WAR starting in this order). The application can schedule a process via EJB timer. In this case restarting the server I receive the error above. If I change the modules start order --> WAR - EJB the server start correctly, but the application scheduler fails (the persistency is not working) with this error:
    07/10/09 10:30:54 FINISSIMO: TimerTask.runBeanTimer java.lang.NullPointerException; nested exception is: java.lang.NullPointerExceptionjavax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
    java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    javax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
         at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:309)
         at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:73)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:55)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         ... 9 more
    Any idea?
    Thx Auro

  • Lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what

    lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what 
    Here is the report, but i don't understand it.  can anyone help, PLEASE
    Process:         Adobe Photoshop Lightroom 5 [1343]
    Path:            /Applications/Adobe Photoshop Lightroom 5.app/Contents/MacOS/Adobe Photoshop Lightroom 5
    Identifier:      com.adobe.Lightroom5
    Version:         Adobe Photoshop Lightroom 5.4 [955652] (5.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [170]
    Responsible:     Adobe Photoshop Lightroom 5 [1343]
    User ID:         501
    Date/Time:       2014-05-13 15:04:50.033 -0400
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  6ABE1616-31D9-8D3E-5E0B-EEF8ED3F6706
    Crashed Thread:  10  AsyncDataServer
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff856fba0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff856fb7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff856fb5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8b1303de _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8b12fa2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8b123b2c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8b10e913 NSApplicationMain + 940
    12  com.adobe.Lightroom5           0x0000000104ffb613 main + 1107
    13  com.adobe.Lightroom5           0x0000000104ffb1b8 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e81f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8bd3143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8bd31152 _dispatch_mgr_thread + 52
    Thread 2:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 3:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 4:: cr_scratch
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.AgImageIO         0x0000000107ab82b1 0x1079aa000 + 1106609
    3   com.adobe.ag.AgImageIO         0x0000000107c77b6b 0x1079aa000 + 2939755
    4   com.adobe.ag.AgImageIO         0x0000000107a821a1 0x1079aa000 + 885153
    5   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 5:: Worker Thread Dispatcher
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 6:: Queue Processor - AgPhotoAvailability
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8b2d016e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a99adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.adobe.wichitafoundation   0x00000001052763ea 0x1051e3000 + 603114
    7   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a97967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 10 Crashed:: AsyncDataServer
    0   com.adobe.ag.kernel           0x000000010502be32 0x105016000 + 89650
    1   com.adobe.ag.kernel           0x000000010502bf86 0x105016000 + 89990
    2   com.adobe.ag.kernel           0x000000010502bae3 0x105016000 + 88803
    3   com.adobe.ag.kernel           0x000000010502c251 0x105016000 + 90705
    4   com.adobe.ag.kernel           0x000000010502c36d 0x105016000 + 90989
    5   com.adobe.ag.kernel           0x0000000105023268 0x105016000 + 53864
    6   com.adobe.ag.kernel           0x0000000105023990 0x105016000 + 55696
    7   com.adobe.ag.kernel           0x000000010502333d 0x105016000 + 54077
    8   com.adobe.ag.kernel           0x00000001050280c6 0x105016000 + 73926
    9   com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    10  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    11  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    12  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    13  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    14  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    15  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    16  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    17  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    18  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    19  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    20  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    21  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    22  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    23  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    24  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    25  com.adobe.ag.kernel           0x0000000105027a46 0x105016000 + 72262
    26  com.adobe.ag.kernel           0x0000000105027931 0x105016000 + 71985
    27  com.adobe.ag.kernel           0x0000000105026a81 0x105016000 + 68225
    28  com.adobe.ag.kernel           0x000000010502687b 0x105016000 + 67707
    29  com.adobe.ag.kernel           0x00000001050202d4 0x105016000 + 41684
    30  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    31  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    32  com.adobe.ag.kernel           0x000000010502025a 0x105016000 + 41562
    33  com.adobe.ag.kernel           0x0000000105018113 lua_load + 68
    34  com.adobe.ag.kernel           0x0000000105019470 luaL_loadbuffer + 32
    35  com.adobe.ag.kernel           0x000000010501a109 0x105016000 + 16649
    36  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    37  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    38  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    39  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    40  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    41  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    42  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    43  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    44  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    45  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    46  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    47  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    48  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    49  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    50  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    51  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    52  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    53  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    54  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    55  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    56  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    57  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    58  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    59  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    60  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    61  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    62  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    63  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    64  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    65  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    66  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    67  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    68  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    69  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    70  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    71  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    72  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    73  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    74  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    75  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    76  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    77  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    78  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    79  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e81e9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d4ebab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 12:: Preview Server
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c659 AgConditionLock_wait + 184
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 13:: Queue Processor - PreviewFileStore
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 14:: Queue Processor - NegativeQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 15:: Queue Processor - HistogramQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 16:: Queue Processor - RenderQueue_Render
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 17:: Queue Processor - RenderQueue_ReadPreview
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 18:: Queue Processor - RenderQueue_Video
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 19:: Queue Processor - RenderQueue_Face
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 20:: Queue Processor - AgAsyncRenderingQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 21:: Queue Processor - OpenNegativesForDevelop
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 22:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 23:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 24:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 25:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x0008000000000000  rbx: 0x000000015904d120  rcx: 0x0000000105044ca0  rdx: 0x000000015904d120
      rdi: 0x0000608011c74740  rsi: 0x00006080116435a0  rbp: 0x000000010d6321d0  rsp: 0x000000010d6321d0
       r8: 0x0000000000000000   r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x000000000000333b  r13: 0x000060000057fb08  r14: 0x0000608011c74740  r15: 0x000060000057fb08
      rip: 0x000000010502be32  rfl: 0x0000000000010206  cr2: 0x0000000181aa7008
    Logical CPU:     3
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
        

    All 3 of my books transferred over without my having had to do anything at all.  If you're worried about retaining books, you could try moving your ADE 4 to an external drive & confirming that your books are also there.  I believe that the book information is saved elsewhere (separately from the ADE) and it should simply transfer over, but since I only had three books, all library items, I didn't have much to lose.  All I can speak from is my own experience.  I had to get rid of ADE 4 in order to successfully install ADE 2.0.

  • Multivalue error when using the previous() function

    I am getting a multivalue error when using the previous() function on a dimension object in the report.  I thought that the previous function was supposed to look at the current report and then look at the previous record's contents.  How could this possibly give me a multivalue error when the value is clearly output in the previous row?  Anyone have any ideas?
    By the way, this is a valuable function for the types of reports that I design.  The next() function would be even more valuable.
    Thanks for your help.

    Hi Michael,
    Could you please test the following solutions it might help you to resolve the issue.
    Solution1:
    Use slice and dice to reset all the tables that have #multivalue in it. The only problem with this workaround is they have to do the formatting manually.
    Solution2:
    Also, test the issue by changing the object to dimension if it is a measure or to measure if it is a dimension.
    Regards,
    Sarbhjeet Kaur

  • Error When Using Class :(

    Hey,
    Class:
    package
        import flash.display.MovieClip;
        import flash.events.Event;
        public class Main extends MovieClip
            public var enemyA:Array = [];
            public var birdA:Array = [];
            public var rowNum:int = 2;
            private var gap:int = 100;
            private var obj_no = 2;
            public var enemy1:mychar = new mychar();
            public var TheBird:BirdChar = new BirdChar();
            public function Main()
                // constructor code
                createEnemyF();
                createBirdF();
                this.addEventListener(Event.ENTER_FRAME,loopF);
            public function createEnemyF()
                for (var i:int = 0; i < rowNum; i++)
                    for (var j:int = 0; j < obj_no; j++)
                        enemy1.x = Math.random() * stage.stageWidth - enemy1.width;
                        enemy1.y = - i * (gap + enemy1.height) - 30.65;
                        enemyA.push(enemy1);
                        addChild(enemy1);
            public function createBirdF() {
                TheBird.x = 270.95;
                TheBird.y = 350.95;
                birdA.push(TheBird);
                addChild(TheBird);
            public function loopF(event:Event) {
                updateEnemyPositionsF();
                updateBirdPositionsF();
                hitTestF();
            public function updateEnemyPositionsF() {
                enemy1.y +=  2;
            public function updateBirdPositionsF() {
                TheBird.x = mouseX;
            public function hitTestF() {
                if(TheBird.hitTestObject(enemy1))
                    gotoAndPlay(5);
                    trace('The Bird Hit Enemy 1');
    This conflicts and causes this error:
    1046: Type was not found or was not a compile-time constant: MouseEvent
    ^ ^ Code repeats to all of my event listeners
    Thanks for your time.

    Thanks, i thought it might be this because of previous problems but i seen i already had : import flash.events.Event; so i thought that would be OK!
    Second Error:
    1180: Call to an undefined method Timer.
    I think this is the same sort of thing but what to import to fix this?
    So far these are my imports:
        import flash.display.MovieClip;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import flash.events.TimerEvent;
    Thanks for helping.
    Date: Thu, 3 Nov 2011 05:36:22 -0600
    From: [email protected]
    To: [email protected]
    Subject: Error When Using Class
        Re: Error When Using Class
        created by markerline in Flash Pro - General - View the full discussion
    Looks like you imported events.Event but not events.MouseEvent (or some similar syntax) basically you must import MouseEvents separately from other Events.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4005227#4005227
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4005227#4005227. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Flash Pro - General by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Error when using Form Builder

    When using Form Builder to create a new form from TEMPLATE.fmb, there is an error like this:
    FRM-18108:Failed to load the following objects:
    Source Module:APPSTAND
    Source object:STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source object:STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source object:STANDARD_CALENDAR
    Then, I found an file incuding the error message in the directory where I placed the TEMPLATE.fmb and APPSTAND.fmb.
    Here is the main point:
    FRM-30064: Unable to parse statement select timezone_code,name
    ,to_char(trunc(gmt_offset),'S09') || ':' || to_char(abs(gmt_offset - trunc(gmt_offset))
    *60,'FM900') offset
    ,decode(daylight_savings_flag,'Y','*',null) dst_flag
    from fnd_timezones_vl
    where enabled_flag = 'Y'
    order by gmt_offset.
    ORA-00942: table or view does not exist
    Record Group TIMEZONES
    Form: STANDARD_OBJECTS
    FRM-30085: Unable to adjust form for output.
    How can I fix this error?
    Thanks a lot,
    Mike Cui
    PS: I have intalled the Oracle EBS VIS, and the OS is WinXP(ZHS).

    Yes, that's right.
    I have fixed this error.
    At the same time, I found a bug when installing Oracle EBS DEMO. That is,
    FORM60_PATH in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE,is $AU_TOP\11.5.0\resource;$AU_TOP\11.5.0\form\us; But another one in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME2 is $AU_TOP\11.5.0\resource;$AU_TOP\11.5.0\plsql. I think the second one is the working path used by Form Builder. Correcting it to be same with the first one will be OK. Or you can change all of them to your own working path.
    PS: Form builder is installed in the server PC which I only have:)
    Message was edited by:
    Mike Cui

  • Error when using Oracle Migration WorkBench (Sql Server 2k to Oracle 8i)

    I'm trying to migrate a Sql Server 2k database to an Oracle 8i schema using OMWB. After using BCP to collect metadata information on the source database, I tried to capture the source data model and got a "Capture aborted" message on the progress screen (even though then it appears a dialog window reporting "0 errors and 0 warnings", funny!). Down there is the error log OMWB generated. After reading some posts, I changed some columns of the OMWB dictionary that holds the source database name, but still got the same error. If someone can enlighten me on this toppic, I'd greatly appreciated it.
    Here's the error log of OMWB:
    ** Oracle Migration Workbench
    ** Production
    ** ( Build 20050629 )
    ** OMWB_HOME: D:\Datos\Download\Oracle\Oracle Migration Workbench\omwb
    ** user language: es
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows 2000
    ** o.s. version: 5.0
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Fri Feb 23 17:18:48 GMT-03:00 2007
    ** Workbench Repository : Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@ServerCms:1521:sigcewbc
    ** The following plugins are installed:
    ** Microsoft Access 2.0/95/97/2000/2002/2003 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 2000 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 6.5 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 7.0 Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : SQLServer2K
    EXCEPTION :SQLServer2KDisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 15, Size: 15
    ** Shutdown : Fri Feb 23 18:00:50 GMT-03:00 2007

    Duplicate thread
    Error when using Oracle Migration WorkBench (Sql Server 2k to Oracle 8i)

  • [Help] Error when using Form Builder

    When using Form Builder to create a new form from TEMPLATE.fmb, there is an error like this:
    FRM-18108:Failed to load the following objects:
    Source Module:APPSTAND
    Source object:STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source object:STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source object:STANDARD_CALENDAR
    Then, I found an file incuding the error message in the directory where I placed the TEMPLATE.fmb and APPSTAND.fmb.
    Here is the main point:
    FRM-30064: Unable to parse statement select timezone_code,name
    ,to_char(trunc(gmt_offset),'S09') || ':' || to_char(abs(gmt_offset - trunc(gmt_offset))
    *60,'FM900') offset
    ,decode(daylight_savings_flag,'Y','*',null) dst_flag
    from fnd_timezones_vl
    where enabled_flag = 'Y'
    order by gmt_offset.
    ORA-00942: table or view does not exist
    Record Group TIMEZONES
    Form: STANDARD_OBJECTS
    FRM-30085: Unable to adjust form for output.
    How can I fix this error?
    Thanks a lot,
    Mike Cui
    PS: I have intalled the Oracle EBS VIS, and the OS is WinXP(ZHS).

    You have to connect with a database user who has right to select on the table.

  • Oracle giving Block corruption errors when using CDC for sending the data to SQL Server 2012

    Hello Friends,
    We are facing an error while using CDC with Oracle. It is a "Block corruption" error, which indicates at some level of data corruption. We ran RMAN validate command to scan the database for corruption but it returned with no errors, however he
    Alert Log in Oracle is still coming up with the following error. Has anyone experienced this error when using Oracle Standard Edition and SQL 2012 ?
    Trace file e:\app\pulse-ad\diag\rdbms\orcl\orcl\trace\orcl_ora_5992.trc
    Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 4 - type 8664, 4 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:6782M/24575M, Ph+PgF:12203M/30844M
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 151
    Windows thread id: 5992, image: ORACLE.EXE (SHAD)
    *** 2013-12-12 03:04:33.655
    *** SESSION ID:(1281.3832) 2013-12-12 03:04:33.655
    *** CLIENT ID:() 2013-12-12 03:04:33.655
    *** SERVICE NAME:(orcl) 2013-12-12 03:04:33.655
    *** MODULE NAME:(xdbcdcsvc.exe) 2013-12-12 03:04:33.655
    *** ACTION NAME:() 2013-12-12 03:04:33.655
    Lost-write detected for sequence 70856. The lost-write starts occurring in block 11193. The current block being validating is 12930.
    Block dump of the first lost-write block:
    Flag: 0x1 Format: 0x22 Block: 0x00002bb9 Seq: 0x000114bf Beg: 0x94 Cks:0x68ee
    Dump of memory from 0x0000000598D06C00 to 0x0000000598D06E00
    598D06C00 00002201 00002BB9 000114BF 68EE8094  [."...+.........h]
    598D06C10 00085BF1 0023BDA1 000DE19C 000DE19C  [.[....#.........]
    598D06C20 0000000C 00000000 2209160A 5BF10000  [..........."...[]
    598D06C30 3EB10502 00C0F5CA 0031BDA1 00010205  [...>......1.....]
    598D06C40 02B22C6A 038A6D69 00000001 00000000  [j,..im..........]
    598D06C50 4D554407 30373230 35BB0206 001100AE  [.DUM0270...5....]
    598D06C60 0001040A 000D000E 038A6D69 56B25735  [........im..5W.V]
    598D06C70 729C0003 E19C0001 000C0006 000D0006  [...r............]
    598D06C80 02BB0502 00C0F5CD 0023BDA1 000A0002  [..........#.....]
    598D06C90 00C00013 000000D0 00030201 56B25736  [............6W.V]
    598D06CA0 03890001 00000000 00000000 002E0105  [................]
    598D06CB0 FFFF0003 00C0F5CD 56B25736 3EB10003  [........6W.V...>]
    598D06CC0 FFFF0024 0014000C 000C0018 00120014  [$...............]
    598D06CD0 09CC0058 E75B0022 0009000F 00085BF1  [X...".[......[..]
    598D06CE0 0024BDA1 000DE19D 000DE19D 0000000C  [..$.............]
    598D06CF0 00000000 2309160A 5BF10000 3EB10502  [.......#...[...>]
    598D06D00 00C0F5CD 0020BDA1 00010205 02B22C72  [...... .....r,..]
    598D06D10 03900974 00000019 00000000 3030300A  [t............000]
    598D06D20 33303030 06323132 AE35BB02 0B441100  [0003212...5...D.]
    598D06D30 0001040A 000D000E 03900974 56B25736  [........t...6W.V]
    598D06D40 729C0003 E19D0011 000C0006 000D0006  [...r............]
    598D06D50 02BB0502 00C0F5CD 0024BDA1 00EA0002  [..........$.....]
    598D06D60 00270016 000001FC 00032C01 56B25736  [..'......,..6W.V]
    598D06D70 00000001 00000000 30393007 002E0105  [.........090....]
    598D06D80 FFFF0003 00C0F5CD 56B25736 00000003  [........6W.V....]
    598D06D90 FFFF0025 00140052 000C0018 00070035  [%...R.......5...]
    598D06DA0 0003000A 00070003 0001001D 00030001  [................]
    598D06DB0 00010001 00010001 00010001 00010001  [................]
    598D06DC0 00010001 00010001 00010001 00010001  [................]
    598D06DD0 00010001 00000001 00010001 00010001  [................]
    598D06DE0 00010001 00000014 09720174 00000022  [........t.r."...]
    598D06DF0 0009000F 00085BF1 0025BDA1 000DE19A  [.....[....%.....]
    Block dump of the current block being validating:
    Flag: 0x1 Format: 0x22 Block: 0x00003282 Seq: 0x000114c8 Beg: 0x0 Cks:0x312a
    Dump of memory from 0x0000000598DDFE00 to 0x0000000598DE0000
    598DDFE00 00002201 00003282 000114C8 312A8000  [."...2........*1]
    598DDFE10 50424703 31303607 34353335 69745319  [.GBP.6015354.Sti]
    598DDFE20 6E696C72 72502067 6375646F 4C207374  [rling Products L]
    598DDFE30 4E206474 C3025650 0380013D 0457454E  [td NPV..=...NEW.]
    598DDFE40 4E1E09C2 1E09C204 10C2024E 1E09C204  [...N....N.......]
    598DDFE50 09C2044E C2024E1E 03C30510 021B0929  [N....N......)...]
    598DDFE60 C3053DC3 0F192602 2602C305 C3050F19  [.=...&.....&....]
    598DDFE70 0C1A6203 5102C105 C2041F4E 044E1E09  [.b.....QN.....N.]
    598DDFE80 4E1E09C2 0410C202 4E1E09C2 1E09C204  [...N.......N....]
    598DDFE90 10C2024E 2903C305 78071B09 011D0B71  [N......)...xq...]
    598DDFEA0 BF020101 1FBF0215 4E018001 53014E01  [...........N.N.S]
    598DDFEB0 0723002C 0B0C7178 0A3C3C18 30303030  [,.#.xq...<<.0000]
    598DDFEC0 33373030 4D033337 47034255 36075042  [007373.MUB.GBP.6]
    598DDFED0 38333936 4E113331 2065776B 74616C50  [693813.Nkwe Plat]
    598DDFEE0 6D756E69 56504E20 0B0AC303 4E038001  [inum NPV.......N]
    598DDFEF0 C2045745 0459512E 59512EC2 5253C203  [EW...QY...QY..SR]
    598DDFF00 512EC204 2EC20459 C2035951 C3055253  [...QY...QY..SR..]
    598DDFF10 1B092903 0B0AC303 3C04C305 C3053239  [.).........<92..]
    598DDFF20 32393C04 4F08C305 C105114F 1F4E5102  [.<92...OO....QN.]
    598DDFF30 512EC204 2EC20459 C2035951 C2045253  [...QY...QY..SR..]
    598DDFF40 0459512E 59512EC2 5253C203 2903C305  [.QY...QY..SR...)]
    598DDFF50 78071B09 01190A71 C0030101 C0034709  [...xq........G..]
    598DDFF60 8001330A 4E014E01 002C5301 71780723  [.3...N.N.S,.#.xq]
    598DDFF70 3C180B0C 30300A3C 30303030 33373337  [...<<.0000007373]
    598DDFF80 42554D03 50424703 31304207 344C5131  [.MUB.GBP.B011QL4]
    598DDFF90 6F725020 63657073 614A2074 206E6170  [ Prospect Japan ]
    598DDFFA0 646E7546 64724F20 44535520 30302E30  [Fund Ord USD0.00]
    598DDFFB0 04C30331 03800133 0557454E 5B1603C3  [1...3...NEW....[]
    598DDFFC0 03C30521 04215B16 1F4004C3 1603C305  [!....[!...@.....]
    598DDFFD0 C305215B 215B1603 4004C304 03C3051F  [[!....[!...@....]
    598DDFFE0 031B0929 043304C3 4D245AC2 245AC204  [).....3..Z$M..Z$]
    598DDFFF0 02C3054D 040A1A18 494002C1 1603C305  [M.........@I....]
    *** 2013-12-12 03:05:07.984
    ** LOGMINER WARNING - Invalidated 6 LCRs **
    Complete dump of first invalid START LCR follows:
    ++  LCR Dump Begin: 0x0000000532C004E0 - CANNOT_SUPPORT
         op: 255, Original op: 3, baseobjn: 0, objn: 233316, objv: 1
         DF: 0x00000002, DF2: 0x00000000, MF: 0x00000000, MF2: 0x00000000
         PF: 0x40000001, PF2: 0x00002000
         MergeFlag: 0x00, FilterFlag: 0x00
         Id: 0, iotPrimaryKeyCount: 3, numChgRec: 4
         NumCrSpilled: 0
         RedoThread#: 1, rba: 0x0114c8.0001c6ce.00d4
         scn: 0x0003.56b593be, xid: 0x0008.00c.00100d85, pxid: 0x0008.00c.00100d85
         ncol: 0newcount: 0, oldcount: 0
         LUBA: 0x3.c109c0.c.15.38f64
    Thanks
    Dee

    Hi Dee,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Regards,
    Mike Yin
    TechNet Community Support

  • ME21N Runtime error when using u201CDocument overview onu201D

    Hi Gurus,
    ****I encountered Runtime error when using u201CDocument overview onu201D with variant u201CMy purchase ordersu201D or u201CPurchase orders on holdu201D. I encountered following ABEND message.
    Varaint SAP&MEPOBEST not created
    ****I faced another issue which is mentioned below.
         All page activities are blocked when using u201CDocument overview onu201D with variant u201CPurchase Ordersu201D or u201CContactsu201D .
    Please reply.

    Hello,
    To use that form you need to configure ADS in your system.
    I sugest you to read the ADS configure manual and the troubleshooter note: SAP Note Number: 944221

  • "Could not complete scan" error when using Windows Fax and Scan

    "Could not complete scan" error when using Windows Fax and Scan with a HP OfficeJet Pro 8600 Plus All-In-One network printer.
    Printing is fine.
    When using the HP Scan application, get the error "Scanner communication cannot be established".
    When scanning from the printer itself it fails with the same message. In addition the printer panel displays the error:
    "The scan could not be completed due to one or more of the following issues:
    Connection to the computer is lost
    The scanner is in use
    OCR application is not installed"
    My PC is a HP Compaq Pro 6300 SFF 64bit, with ethernet cable to the router and ethernet cable to the printer
    Originally ran Windows 8.0; recently upgraded to Windows 8.1.
    Older separate Netgear router and modem was replaced with a newer Netgear Router/Modem, but both experienced the same problem.
    There was no problem with the original Windows 8.0 configuration and only after upgrading to 8.1 did the problem emerge.
    On my home netowrk I have an HP ProBook 6550b running Windows 7 sp1 that uses wireless to get to the Router, and it has no problem with scanning.
    I have followed the recommendations of a number of articles relating to this issue (including: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02915410&product=4323659#N94), but there has been no change in behaviour.
    The printer has a static IP address;
    Power settings have been adjusted to Never for Turn off Hard Disk; Sleep and Hybrid Sleep.
    Scanning has been tested with all firewalls and antivirus turned off and in Selective Startup.
    The printer has been plugged directly into the power socket.
    With all these settings the Windows 8.1 cannot scan while the Windows 7 laptop with wireless to the router has no problems.
    Appreciate any insights into this problem.
    I can only surmise that the problem is a compatibility problem between the 8600 Printer and Windows 8.1.
    Any ideas?
    regards,
    Motorbike

    You can determine if there is compatiblity between the printer and PC by checking the Windows 8.1 hardware compatibility list. I have done that and it is shown to be fully compatible.  If the driver you installed before was only the basic driver,it would explain the lack of scan and copy functionality.
    Download and install the Windows 8.1 full feature driver and software on the HP Compaq Pro 6300 SFF 64bit PC . 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=bi-108858-4&cc=us&dlc=en&lc=en​...
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Burning error when using toast

    i am using leopard 10.5.5 and using toast 9.0.2 with the hd plugin.
    i am getting an error when trying to burn a dvd, i have created a file in an animation program, taken it into final cut pro, edited what i wanted, then exported it as 1080i50. the file plays no problem in quicktime on my laptop, but i need to put it on DVD. opening up toast, it goes into the prog window, encodes the file but then i get an error, -50, can not burn DVD.
    does anyone know of this problem, or maybe has any ideas on what i can do to work out the problem?
    cheers
    bret

    Bruce Etnyre wrote:
    His first sentence states the OP is using 10.5.5 and apparently has not updated the profile.
    sure confused me
    I occasionally get errors when using Toast to burn DVD’s. I found quitting other applications during the burn eliminated the errors. Not the optimal solution, but it couldn’t hurt to try.
    I think he is referring to HD DVDs per his first sentence, but it's not clear to me.
    It could be anything from a bad blank to a flaky optical writer to, as you mention, other software running. I usually turn all my apps off when burning DVDs. Mail, Safari, Firefix, etc., although on fast machine like this one it probably does not matter.
    On the other hand, when I burn a R/W DVD or CD, I ignore these things and just computer as usual.

  • TS1702 unknown error when using the app store

    unknown error when using the app store

    Im sorry I will try to be more clear.. and I appreciate all of ur input. Wi-fi works fine.. everything opens and functions fine on the I pad. The problem is I will click on app store or the I tunes store...it opens fine and I am able to look at and download apps  etc... but after being in the appstore or I tunes store for a couple of minutes I get kicked out to the I pads home screen. Its like pushing the home button but I didn't. It only seems to do this when im in the app store or I tunes store. I have been using the chrome browser and other downloaded apps such as ebay just fine with out this problem occurring. Not sure about safari as I dont use it and use chrome instead. Um I don't think the home button its self is faulty because it works fine and as stated before this only happens when I am in the appstore or I tunes . I've only had this I pad 1 64gb wi-fi for a few days .. I got it off of ebay it was stuck in restore mode getting error code 1611.  I was able to successfully Restore it with I tunes and it running ios 5.1. Seams to work great besides the problem being mentioned.

Maybe you are looking for