You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
However, Java 8 is already pretty old, so it would be cool, if the Game launches also on more modern Java versions.
The text was updated successfully, but these errors were encountered: