My app has CALayers hosting quartz compositions. Every so often on
startup, I get an NSInternalInconsistencyException raised deep in the
QCPatch code, typically looking something like :
-[QCImageDownloader runLoop]: Inconsistent state
#0 0x90d660d7 in objc_exception_throw ()
#1 0x965eac71 in -[NSException raise] ()
#2 0x9465ebaa in GFException ()
#3 0x946607ed in GFThrowException ()
#4 0x94627c9b in -[QCRunLoopPatch runLoop] ()
#5 0x94627af5 in -[QCDownloadPatch downloadResource:] ()
#6 0x9463361e in -[QCImageDownloader execute:time:arguments:] ()
#7 0x945ce56c in -[QCPatch(Private) _execute:arguments:] ()
#8 0x945ce92e in -[QCPort _execute:arguments:] ()
#9 0x9460d3eb in -[QCMultiplexerNumberPort _execute:arguments:] ()
#10 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#11 0x945ce92e in -[QCPort _execute:arguments:] ()
#12 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#13 0x945ce8bc in -[QCPatch(Extensions) executeSubpatches:arguments:] ()
#14 0x945ce56c in -[QCPatch(Private) _execute:arguments:] ()
#15 0x945ce92e in -[QCPort _execute:arguments:] ()
#16 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#17 0x945ce92e in -[QCPort _execute:arguments:] ()
#18 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#19 0x945ce92e in -[QCPort _execute:arguments:] ()
#20 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#21 0x945ce92e in -[QCPort _execute:arguments:] ()
#22 0x945ce479 in -[QCPatch(Private) _execute:arguments:] ()
#23 0x945ce7fb in -[QCPatch(Extensions) executeSubpatches:arguments:] ()
#24 0x945ce56c in -[QCPatch(Private) _execute:arguments:] ()
#25 0x945ce7fb in -[QCPatch(Extensions) executeSubpatches:arguments:] ()
#26 0x945ce56c in -[QCPatch(Private) _execute:arguments:] ()
#27 0x945ccbe0 in -[QCContext renderPatch:time:arguments:] ()
#28 0x945cc932 in -[QCGraphicsContext renderPatch:time:arguments:] ()
#29 0x945cb838 in -[QCOpenGLContext renderPatch:time:arguments:] ()
#30 0x945cb6d7 in -[QCPatch(Runtime) render:arguments:] ()
#31 0x9464040a in -[QCCompositionLayer
drawInCGLContext:pixelFormat:forLayerTime:displayTime:] ()
(" -[QCRSSDownloader runLoop]: Inconsistent state" is another common one)
Any suggestions what might be wrong with its state that would cause this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]