Bugreport: How to report a bug
https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Bugreports_&_TestingJOGL,_Platform_and_OpenGL_Version
https://jogamp.org/wiki/index.php?title=Jogl_FAQ#JOGL,_Platform_and_OpenGL_VersionDetailed_Debug_Log
https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Detailed_Debug_LogAll piped out w/ joined stdout + stderr of course, like 'command > test.log 2>&1'
use and/or see the etc/test_dbg.sh or etc/test_dbg.bat files.
Please
attach these test logs, which will at least disclose the versions of:
- OS
- Java VM
- JogAmp
- OpenGL driver
Example Unix, Linux, MacOS and Windows:
java -jar jogamp-fat.jar > jogamp-fat-01.log 2>&1
java -Djnlp.newt.debug=all -Djnlp.nativewindow.debug=all -Djnlp.jogl.debug=all -jar jogamp-fat.jar > jogamp-fat-02.log 2>&1