Exception in thread "Animation Thread", installing kineticspace
in
Integration and Hardware
•
2 years ago
Hello, everyone!
I'm new to Processing, trying to install kineticspace (a program that help with gesture recognition when using OpenNI for the kinect).
I followed all the instructions and eventually got OpenNI and all the other required software to work, but when I try to run kineticspace's code, I get the following error:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /home/achapiro/sketchbook/libraries/SimpleOpenNI/library/libSimpleOpenNI.so: /home/achapiro/sketchbook/libraries/SimpleOpenNI/library/libSimpleOpenNI.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
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 SimpleOpenNI.SimpleOpenNI.<clinit>(SimpleOpenNI.java:33)
at kineticspace.setup(kineticspace.java:445)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Can anyone help me?
I'm new to Processing, trying to install kineticspace (a program that help with gesture recognition when using OpenNI for the kinect).
I followed all the instructions and eventually got OpenNI and all the other required software to work, but when I try to run kineticspace's code, I get the following error:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /home/achapiro/sketchbook/libraries/SimpleOpenNI/library/libSimpleOpenNI.so: /home/achapiro/sketchbook/libraries/SimpleOpenNI/library/libSimpleOpenNI.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
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 SimpleOpenNI.SimpleOpenNI.<clinit>(SimpleOpenNI.java:33)
at kineticspace.setup(kineticspace.java:445)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Can anyone help me?
1