Login  Register

Re: Pls test new JOGL aggregated build (pre RC11) - no XInitThreads() ..

Posted by chakie on Oct 08, 2012; 12:55pm
URL: https://forum.jogamp.org/Pls-test-new-JOGL-aggregated-build-pre-RC11-no-XInitThreads-tp4026312p4026426.html

The canvas is a javax.media.opengl.awt.GLCanvas, the class used there is my own minimal wrapper class.

The GL_INVALID_ENUM comes from a:

        gl.glEnable( GL.GL_TEXTURE_2D );

This was not triggered on the Linux side, but it is perfectly ok as that enum really is deprecated for a core 3.x profile.

Now there are not other errors anymore apart from the invalid context that comes when rendering for the first time. It is
only shown once and never shows up after that.