Bugreport: How to report a bug

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Bugreport: How to report a bug

Sven Gothel
Administrator
Bugreport: How to report a bug

https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Bugreports_&_Testing

JOGL,_Platform_and_OpenGL_Version
https://jogamp.org/wiki/index.php?title=Jogl_FAQ#JOGL,_Platform_and_OpenGL_Version

Detailed_Debug_Log
https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Detailed_Debug_Log

All 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