Re: Java 3D crash or flickering
Posted by
philjord on
Jun 05, 2016; 7:53am
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4036796.html
gouessej wrote
Phil, GLProfile.getGL2ES1() should return the same profile than GLProfile.getMaxFixedFunc(true) on the faulty machines.
Julien,
Yes that's exactly what I expected however imagejan got a different error message
com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[], hardware) - 1.1.0
at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
Though I'm not sure if that's a message that occurred the whole time or is new with the getGL2ES1() call.
I asked them to change because the test.bat log output returned a good driver with the Profile.getDefault() call
Phil.