Re: Unable to determine GraphicsConfiguration
Posted by DeCiBelZerg on Apr 13, 2023; 6:44pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4042455.html
I'm at school all day today, but let me get back to you when I get back home and can send screenshots 'n such. I have a feeling it might be either A) my java installation/version or B) how i've included jogl/joml in my project.
Today I was able to open and properly run the project on my M1 macbook, so the code itself is working fine, and the project runs. I haven't tried the towers in the school lab, but I'm pretty sure they will run it fine too.
There are discrepancies between my VS Code setup on my laptop and my setup on my home tower - the most notable I've seen is that my laptop has the project running in Zulu 11, but my tower is stuck trying to run it in Zulu 18 - which... doesn't make much sense that a later version would behave worse, but there might've been some updates in the 7 version difference that requires some extra steps.
I also have slightly different plugins and setting between my VS Code setups - which... admittedly is bad practice to not have a uniform setup between my development platforms. That might be causing some issues too.
As far as the Ant script, this is new territory for me, so bear with me. I'm used to working with much simpler Java projects which don't require anything past making sure the main() function contains no errors and I have a working finger to hit the 'Run' command with.
I can try passing the updated argument "--add-opens=java.desktop/sun.awt=ALL-UNNAMED" when I get home.
Also: a reproducer? First time hearing that term. Some sort of program/construct/app that reproduces errors?