Re: GLWindow.setSize exception upgrading to rc8
Posted by AB on Sep 20, 2013; 3:53am
URL: https://forum.jogamp.org/GLWindow-setSize-exception-upgrading-to-rc8-tp3966421p4030075.html
I am a newbie with JOGL programming. I am basically trying to plot a 3D cube and track movement of my hand by plotting the coordinates which I get from Leap Motion deivce.
My program was running fine, but today I started getting this error (program runs after a 5 second delay):
Exception in thread "Thread-3" java.lang.RuntimeException: Waited 5000ms for: <3303e3d5, 4462cf1d>[count 2 [ add. 0, orig 2], qsz 0, owner <main>, add.owner main-SharedResourceRunner] - <Thread-3>
at jogamp.common.util.locks.RecursiveLockImpl01Unfairish.lock(RecursiveLockImpl01Unfairish.java:198)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:111)
at javax.media.opengl.GLProfile.getDefaultDevice(GLProfile.java:1782)
at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:247)
at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:197)
at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:187)
at MSProject.<init>(MSProject.java:39)
at MyListener.onFrame(MyListener.java:61)
at com.leapmotion.leap.LeapJNI.SwigDirector_Listener_onFrame(LeapJNI.java:408)
Coiuld anyone please help me and let me know what I should be doing?I do not quite understand