Re: Unable to determine GraphicsConfiguration
Posted by Goofyseeker3 on Mar 13, 2024; 4:07am
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043392.html
Now on linux_amd64, running the same jar on same computer with run.sh using the same java command,
same launch arguments, throws a core dump. the core dump is at dll loading event of gluegen_rt.so (after normal java dll's)
and gives classdefnotfound for Classloader etc. basic java classes.
right now I dont have the core dump log to paste here simply but just reporting such a thing.
yes I'm using the eclipse jarinjar classloader but it works fine for lwjgl linux_amd64 native in same style jar and other plain jars without native code.