Closed GoogleCodeExporter closed 9 years ago
Please make sure that you're running latest version of Simple-OpenNI (0.27)
Original comment by bkuperb...@gmail.com
on 21 Feb 2013 at 9:36
hi, I have the latest simple-openNI.....Now am getting this error..
### [2013/2/27 16:7:24] PROCESS @ OscP5 stopped.
### [2013/2/27 16:7:24] PROCESS @ UdpClient.openSocket udp socket initialized.
### [2013/2/27 16:7:25] PROCESS @ UdpServer.start() new Unicast DatagramSocket
created @ port 12000
### [2013/2/27 16:7:25] INFO @ OscP5 is running. you (127.0.1.1) are listening
@ port 12000
### [2013/2/27 16:7:25] PROCESS @ UdpServer.run() UdpServer is running @ 12000
!!! required library not found : /home/jubz/application.linux/libOpenCV.so:
libavcodec.so.52: cannot open shared object file: No such file or directory
Verify that the java.library.path property is correctly.
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError:
hypermedia.video.OpenCV.instantiate()V
at hypermedia.video.OpenCV.instantiate(Native Method)
at hypermedia.video.OpenCV.<init>(OpenCV.java:357)
at NecTouch.setup(NecTouch.java:188)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:679)
Original comment by jubzi...@gmail.com
on 27 Feb 2013 at 1:08
I have the same problem with this.
I'm on Ubuntu 12.04.1 Processing 2.0b8 with Simple-OpenNI (0.27)
but when I try to run any sketch that use skeleton just don't work. I get this:
SimpleOpenNI Version 0.27
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x722f4cdb, pid=19464, tid=1929866048
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) Server VM (20.12-b01 mixed mode linux-x86 )
# Problematic frame:
# C [libXnVFeatures_1_5_2.so+0x203cdb]
NAFarfield::RunFarfield(Array2D<unsigned short>&, Array2D<unsigned short>&,
Array2D<unsigned short>&)+0x7eb
#
# An error report file with more information is saved as:
...blabla.
Anyone can help me with this??.
thansk1:
Original comment by Jcru...@gmail.com
on 1 May 2013 at 8:02
"Problematic frame: C [libXnVFeatures_1_5_2.so+0x203cdb]"
Walkthrough: remove '/usr/lib/libXnVFeatures_1_5_2.so' and everything will be
ok ;)
maui.
Original comment by maurizi...@gmail.com
on 12 Jun 2013 at 3:02
Original issue reported on code.google.com by
jubzi...@gmail.com
on 21 Feb 2013 at 9:08