Re: JOGL crash on system with dual NVIDIA Quadro K600 (dual monitor)
Posted by
gouessej on
Sep 25, 2022; 2:45pm
URL: https://forum.jogamp.org/JOGL-crash-on-system-with-dual-NVIDIA-Quadro-K600-dual-monitor-tp4041856p4041884.html
Hello Marco
Please can you rerun your tests with -Dsun.java2d.opengl=false -Dsun.java2d.noddraw=true and OpenJDK 11 or preferably 17 (see
Adoptium)?
Please can you try to override DefaultGLCapabilitiesChooser so that it picks available.get(windowSystemRecommendedChoice) systematically when windowSystemRecommendedChoice is a valid index (i.e not negative)? It's a first try, I'll provide something better if it works.