Login  Register

Re: JOGL crash on system with dual NVIDIA Quadro K600 (dual monitor)

Posted by gouessej on Sep 27, 2022; 7:41pm
URL: https://forum.jogamp.org/JOGL-crash-on-system-with-dual-NVIDIA-Quadro-K600-dual-monitor-tp4041856p4041886.html

Hello Marco

If the Java2D OpenGL pipeline is turned off, it will eliminate a source of side effects for sure. This pipeline isn't on by default, it depends on the platform, the bitness, etc. The two flags are mentioned in the documentation of the GLCanvas class as far as I remember. The only way to be sure that it's off consists in turning it off.

I could prepare a demo with a bundled JRE by using JNDT but I'm not sure that your customer would allow you to run it on her/his hardware :s You can unzip OpenJDK without "installing" on the system anyway, use the ZIP archive instead of the MSI package.

I really think that there is a badly managed very specific corner case in the chooser.
Julien Gouesse | Personal blog | Website