Re: Unable to determine GraphicsConfiguration
Posted by Goofyseeker3 on Mar 13, 2024; 11:48pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043401.html
I tried both your original rudimentary example and my swing-only modified rudimentary example.
Works perfectly in windows, does not work in linux, (ubuntu 23.10 LTS with openjdk-21).
the JDK setup works perfectly, I assume, because it runs all my other java projects without issues.
Those are plain-java runnable jar and lwjgl runnable jar. javafx runnable jar might have issues.
edit: I actually had openjdk-22ea installed also in linux, but I removed and left only openjdk-21.
This did not make any difference. I also removed and re-installed all the openjdk packages.
when I run the current binary .jar file with the extra launch arguments in linux, I get this warning:
"WARNING: package sun.awt.windows not in java.desktop." no such warning when running without them.
both give out the same core dump abort error. if the install would be mission native normal java libraries,
then the other java runnable jars would not work either. but they work.
well, whatever the issue/bug is, its not working right out of the box in linux. in this case.
all what I see is that the cause of the crash is libgluegen_rt.so. for some unknown reason.
do you mean directory separator, the "/"? that's why I most of the time use "/" and not "\".
If you mean the TAB separator on the code lines then I edited and fixed them here on the post.