Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.RuntimeException: java.lang.NoSuchMethodError: processing.core.PVector.set(FF)V #26

Open
dimpapadop opened this issue Jul 1, 2018 · 1 comment

Comments

@dimpapadop
Copy link

Hallo.
SimpleOpenni 1.96
I am trying to run some of the examples but i keep taking the message
" java.lang.RuntimeException: java.lang.NoSuchMethodError: processing.core.PVector.set(FF)V
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:412)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError: processing.core.PVector.set(FF)V
at KinectProjectorToolkit.ProjectedContour.calculateProjectedContour(Unknown Source)
at KinectProjectorToolkit.KinectProjectorToolkit.getProjectedContour(Unknown Source)
at TestFallingPolygons.draw(TestFallingPolygons.java:78)
at processing.core.PApplet.handleDraw(PApplet.java:2437)
at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:859)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505) "

No matter if i am on Processing 2 or 3.
For example i run the falling polygons example. I a user does not appear in front of the kinect everything is fine and polygons keep falling.
As soon as a user appears, the above message stops the sketch

thank you in advance
Dimitrios

@Gcostagliola
Copy link

I´ve the same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants