If anyone has trouble running this on Linux, these are the two errors I ran into and how I fixed them.
Error 1: Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
I fixed this one by running the game using JRE version 8 rather than 11, which is the current version.
Error 2: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
Solved using this link. Basically you go into your JRE 8 setting and turn off AtkWrapper.
I hope this helps someone!