This latest version of Nsight Graphics seems to be broken when used with Java/JOGL. If I run version 2020.4 (or any previous version), everything works fine. But if I run version 2021.2.1, I get the following error message:
“Unable to create temp OpenGL context for device context”
I have always specified the path to java.exe as the executable, the working directory as the location from where I wish to run the java command, and the following command line arguments:
“-Dsun.java2d.d3d=false” “-Dsun.java2d.uiScale=1” “code.Code”
Any ideas for things to try?
thanks!
-Scott