Login  Register

Re: Unable to determine Graphics Configuration. Am I setting up something wrong?

Posted by Electra on Feb 03, 2022; 11:08pm
URL: https://forum.jogamp.org/Unable-to-determine-Graphics-Configuration-Am-I-setting-up-something-wrong-tp4041606p4041615.html

Are you suggesting that I revert to JOGL 2.3.2 and try to fix the issue on that version?
I feel like I don't want to be setting VM parameters in order to fix something that's literally just a typo in the code. I'm guessing once I get past this part and into the actual graphics configuration choice, it will run into the same issues.

Edit: I tried to run on JOGL 2.3.2, and got the same OOB issue.
Putting the workaround into the VM arguments did not seem to fix.
This is the case on both Java/JDK 11 and 13.
I'm setting the VM arguments inside the Run Configurations tab in Eclipse, I'm pretty sure that's right?

In terms of debugging, for JOGL 2.4 I could not find a .zip source file in order to link source to the jar file. Is this available somewhere?