Could not run the sketch

edited October 2013 in Kinect
==== JavaSound Minim Error ====
==== Don't know the ID3 code TSSE

==== JavaSound Minim Error ====
==== Don't know the ID3 code TSSE

==== JavaSound Minim Error ====
==== Don't know the ID3 code TSSE

SimpleOpenNI Version 1.96
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x000000010d6260b4, pid=686, tid=55043
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libfreenect.0.1.2.dylib+0x40b4]  freenect_camera_init+0x178
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/panpandeng/Documents/Processing/libraries/SimpleOpenNI/library/osx/hs_err_pid686.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

After initialization:

Could not run the sketch (Target VM failed to initialize).
Make sure that you haven't set the maximum available memory too high.
For more information, read revisions.txt and Help → Troubleshooting.

Answers

  • edited October 2013 Answer ✓

    If you are using size(width,height,P3D/P2D/OPENGL); with any of the Opengl render then remove it sometime it crashes even if you have dedicated graphics card in your system. It was happening to me and then I removed OpenGl render from the size and it works.

    I don't have any idea why this happens. I think it's a Pro55sing bug .

  • How can I remove the Opengl? I have no idea..

  • I am getting similar error. I don't understand your suggestion. Should i remove P3D from size??? but i have used 3d shapes in my sketch.

  • that error says it's a camera initialisation error. line 19. nothing to do with openGL.

    (the minim errors are just warnings and I think they can be ignored)

  • edited March 2016

    can mods please delete my comment? Wrong thread..

Sign In or Register to comment.