We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Can you help me about Error? (Read 523 times)
Can you help me about Error?
Jan 13th, 2010, 4:47pm
 
Hi there,
I'm getting an
UnsatisfiedLinkError: quicktime.QTSession.Gestalt(|[||)S
when I try to run any of the examples in the Vedio, MovieMaker and Capture libraries. I'm on OSX-Snow. Re-installing quick-time didn't work. Got latest processing. Any ideas?
Give me advice please. I cannot solve this problem for a long time.
Full error message for the 'getting started capture' example:


java.lang.reflect.InvocationTargetException
     at java.awt.EventQueue.invokeAndWait(EventQueue.java:1033)
     at quicktime.QTSession.<clinit>(QTSession.java:94)
     at processing.video.Capture.init(Capture.java:165)
     at processing.video.Capture.<init>(Capture.java:152)
     at processing.video.Capture.<init>(Capture.java:109)
     at sketch_jan13b.setup(sketch_jan13b.java:30)
     at processing.core.PApplet.handleDraw(PApplet.java:1403)
     at processing.core.PApplet.run(PApplet.java:1328)
     at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.UnsatisfiedLinkError: /System/Library/Java/Extensions/libQTJNative.jnilib:  no suitable image found.  Did find:  /System/Library/Java/Extensions/libQTJNative.jnilib: no matching architecture in universal wrapper
     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1878)
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1771)
     at java.lang.Runtime.loadLibrary0(Runtime.java:823)
     at java.lang.System.loadLibrary(System.java:1045)
     at quicktime.QTSession$1.run(QTSession.java:96)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296
)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201
)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: quicktime.QTSession.Gestalt(I[I)S
     at quicktime.QTSession.Gestalt(Native Method)
     at quicktime.QTSession.gestalt(QTSession.java:935)
     at quicktime.QTSession.open(QTSession.java:641)
     at quicktime.QTSession.open(QTSession.java:608)
     at processing.video.Capture.init(Capture.java:165)
     at processing.video.Capture.<init>(Capture.java:152)
     at processing.video.Capture.<init>(Capture.java:109)
     at sketch_jan13b.setup(sketch_jan13b.java:30)
     at processing.core.PApplet.handleDraw(PApplet.java:1403)
     at processing.core.PApplet.run(PApplet.java:1328)
     at java.lang.Thread.run(Thread.java:637)
Page Index Toggle Pages: 1