Re: GLJPanel & Java2D
Posted by
Wade Walker on
Jan 03, 2011; 9:50pm
URL: https://forum.jogamp.org/GLJPanel-Java2D-tp2001439p2187868.html
I've submitted a bug report for this "GL_VERSION is NULL" bug. You can find it at
https://jogamp.org/bugzilla/show_bug.cgi?id=452. You can CC yourself on the report to be notified of progress.
It looks like some changes to WindowsWGLGraphicsConfiguration.java and
WindowsWGLGraphicsConfigurationFactory.java in jogl commit 0a6a592c04a85d8124aa9d38b67f0caa1d739b75 may have introduced this bug on December 9. It shows up first in autobuild b245.
I've written two unit tests that reproduce this bug, and I'm in the process of trying to fix it.