Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
312 stars 72 forks source link

error/OSCeleton/Stickmanetic #27

Open geFive opened 12 years ago

geFive commented 12 years ago

I keep getting the following error message when trying to run "OSCeleton/Stickmanetic.pde"--any suggestions? I am using your latest box2d buid, latest Processing build, running the OSCeleton from my mac terminal, etc...Thanks!! ge5@nyu.edu

"Exception in thread "Animation Thread" java.lang.NoSuchMethodError: org.jbox2d.dynamics.World.(Lorg/jbox2d/common/Vec2;)V at pbox2d.PBox2D.createWorld(PBox2D.java:107) at pbox2d.PBox2D.createWorld(PBox2D.java:97) at pbox2d.PBox2D.createWorld(PBox2D.java:91) at Stickmanetic.setup(Stickmanetic.java:59) at processing.core.PApplet.handleDraw(PApplet.java:1608) at processing.core.PApplet.run(PApplet.java:1530) at java.lang.Thread.run(Thread.java:680)