andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

java.lang.UnsatisfiedLinkError / A library relies on native code that's not available. #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running DepthImage sketch in processing 2.2.1
2.
3.

What is the expected output? What do you see instead?
depth image from kinect

What version of the product are you using? On what operating system?
processing 2.2.1 on ubuntu 14.04 64-bit

Please provide any additional information below.
ERROR 

----
Can't load SimpleOpenNI library (SimpleOpenNI64) : 
java.lang.UnsatisfiedLinkError: 
/home/bassant/sketchbook/libraries/SimpleOpenNI/library/libSimpleOpenNI64.so: 
libXnVNite_1_5_2.so: cannot open shared object file: No such file or directory
Verify if you installed SimpleOpenNI correctly.
http://code.google.com/p/simple-openni/wiki/Installation
A library relies on native code that's not available.
Or only works properly when the sketch is run as a 32-bit  application.

Original issue reported on code.google.com by bassanth...@gmail.com on 29 Apr 2015 at 5:26