caiofranchi / bikinect

Automatically exported from code.google.com/p/bikinect
0 stars 1 forks source link

java errror #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi ubuntu 12.04 new-be...i am getting this error when i try to run your 
program.HELP

SimpleOpenNI Version 0.20
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7bd3b0bf, pid=3028, tid=2078092096
#
# JRE version: 6.0_27-b27
# Java VM: OpenJDK Server VM (20.0-b12 mixed mode linux-x86 )
# Derivative: IcedTea6 1.12.1
# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.1-2ubuntu0.12.04.2
# Problematic frame:
# C  [libOpenNI.so+0x3a0bf]  xnSetMapOutputMode+0x1f
#
# An error report file with more information is saved as:
# /home/jubz/application.linux/hs_err_pid3028.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)

Original issue reported on code.google.com by jubzi...@gmail.com on 21 Feb 2013 at 9:08

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
"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