Login  Register

Re: JOGL2 RC5 on Windows Vista has a NoSuchMethodError on javax.media.opengl.GLDrawableFactory.initSingleton()

Posted by Esther on Feb 28, 2012; 1:01pm
URL: https://forum.jogamp.org/JOGL2-RC5-on-Windows-Vista-has-a-NoSuchMethodError-on-javax-media-opengl-GLDrawableFactory-initSingl-tp3782200p3783953.html

I didn't try the jars yet, but I restored my computer and uninstalled java3d. I had some progress. My console shows this now:

Rotate     : Left click and drag mouse
Scale      : Roll mouse wheel
Z Shift    : Right click and drag mouse
Animate    : Double left click
Screenshot : Press 's'
------------------------------------
Exception in thread "main-AWTAnimator-1" java.lang.RuntimeException: Waited 5000ms for: Thread[main,5,main] - Thread[main-AWTAnimator-1,5,main], with recursionCount 0, lock: com.jogamp.common.util.locks.RecursiveLock@b2fd8f, qsz 0
        at com.jogamp.common.util.locks.RecursiveLock.lock(RecursiveLock.java:125)
        at javax.media.opengl.awt.GLCanvas.validateGLDrawable(GLCanvas.java:554)
        at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:382)
        at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:74)
        at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:140)
        at com.jogamp.opengl.util.Animator$MainLoop.run(Animator.java:180)
        at java.lang.Thread.run(Unknown Source)