-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency detected by ld.so #2
Comments
I also tried downloading the 1.0 JAR file and got a similar error:
|
At the Forum, @tonihele wrote:
I am on Linux. I saw the issue originally with the provided "build.gradle" script, which uses LWJGL 3. I did a clean rebuild using LWJGL2 and observed the same issue. My Java version is "14.0.2" in case that matters. |
I changed my Java version to "1.8.0_272" and that seemed to work around the issue. Now I'm able to play the game. |
There were similar issues reported on the forum in the past. You can search Seems to be OpenJDK 11+ issue with LWJGL2! I am on Linux and using AdoptOpenJDK 14 and do not have that issue. |
Apparently it also happens with LWJGL3. |
Confirmed on Arch, using several different Java versions. The "Official" OpenJDK builds all seem to have this problem after 1.8.??? ish, while the AdoptOpenJDK builds are fine. This seems (From previous similar issues, some using jogamp's JOGL library) to be related to an incompatibility in some of the C libraries, perhaps related to exactly what version of glibc is compiled into the JVM? |
A libc incompatibility seems plausible to me. |
Are we sure this is related to lwjgl and not to the other native libraries? |
Given this previous report
I'd be very surprised if it was in any other component. |
On reflection, I'm finding another little tidbit intriguing here: When I was looking for help on another project's version of this, I found that the error message about inconsistency seems to only have come up in the context of:
Not sure whether this implies that there is something specific about video card access on Linux, or if various 3d communities are the only Desktop Java users left that care about performant access to native APIs. |
I'm able to build, but when I try to run, I get an error from ld.so:
The text was updated successfully, but these errors were encountered: