Caught GLException: AWT-EventQueue-0: createImpl ARB n/a but required, profile > GL2
Posted by nyholku on Jan 22, 2019; 4:05pm
URL: https://forum.jogamp.org/Caught-GLException-AWT-EventQueue-0-createImpl-ARB-n-a-but-required-profile-GL2-tp4039412.html
Trying to run code in virgin Ubuntu 18.02 LTS installation under VirtualBox with OpenJDK 11.0.2, code that has always before run straight out of the box now gives me... any pointers as to what could be the problem and or how to debug this would be highly appreciated.
One thing comes to mind: in between last successful run on Linux and today the jogamp libraries have been upgraded to the new (experimental JDK 11 compatible ones).
wbr Kusti
libEGL warning: DRI2: failed to authenticate
com.jogamp.opengl.GLException: Caught GLException: AWT-EventQueue-0: createImpl ARB n/a but required, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL3bc/GL3bc.sw], current: 3.0 (Compat profile, compat[ES2], FBO, software) - 3.0 Mesa 18.0.5
at com.jogamp.opengl.awt.GLJPanel$OffscreenBackend.initialize(GLJPanel.java:1795)
at com.jogamp.opengl.awt.GLJPanel.initializeBackendImpl(GLJPanel.java:1377)
at com.jogamp.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:549)