Void Cat! by exilegl 2022-10-03T20:36:40Z
I get this error when trying to run on linux: ``` theo@x:~/Downloads$ java -jar Void\ Cat\!\ -\ LD51.jar WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/home/theo/Downloads/Void%20Cat!%20-%20LD51.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: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed! ```