Skip to content
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

Desktop Release jar does only work with Java 8, but not with 11 #83

Open
1Maxnet1 opened this issue Dec 31, 2024 · 1 comment
Open

Desktop Release jar does only work with Java 8, but not with 11 #83

1Maxnet1 opened this issue Dec 31, 2024 · 1 comment

Comments

@1Maxnet1
Copy link

When I first tried to run the release, I was using Java 11, which resulted in the following error and the application did not start:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/home/max/Downloads/Klooni-0.8.6.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

However, Java 8 is already pretty old, so it would be cool, if the Game launches also on more modern Java versions.

@1Maxnet1
Copy link
Author

This might help to get it working: https://stackoverflow.com/questions/55847497/how-do-i-troubleshoot-inconsistency-detected-dl-lookup-c-111-java-result-12 I will give it a try and submit a PR if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant