Menu

#40 Quit working in Processing after crash(win7)

open
nobody
None
5
2012-07-12
2012-07-12
Andrew
No

The library was working fine then one day my program using JMyron crashed my computer and when it restarted it gave me this error. I've read this happening on the mac, and they said that it was actually a problem with their computer but I don't know how to fix it. The error happens when it tries to create a new JMyron object.
Here's the error:

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: ...\libraries\JMyron\library\JMyron.dll: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at JMyron.JMyron.<clinit>(JMyron.java:14)
at Myron_CameraAsMouse.setup(Myron_CameraAsMouse.java:48)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)

It stops in void setup() at the line:
JMyron m = new JMyron();

Any Help??

Discussion


Log in to post a comment.

MongoDB Logo MongoDB