Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I'm on Debian testing, x86_64

When The Linux archive doesn't seem to include the java libraries it is supposed to. The `jre/lib/amd64/` directory is empty save for the `jvm.cfg` file. When trying to run the game, it gives the following error:

jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory
Error: failed to load VM runtime library!

Copying over all of `/usr/lib/jvm/java-11-openjdk-amd64/lib/` gives the following error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fe8a35c8436, pid=19183, tid=19183
#
# JRE version:  (11.0.3+1) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.3+1-Debian-1, mixed mode, aot, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libc.so.6+0x98436]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/move/Games/ToA/Tales of Androgyny Linux v0.2.09.0/hs_err_pid19183.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Aborted

Copying over `/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/` yields

Invalid layout of java.lang.Thread at name
Error occurred during initialization of VM
Invalid layout of preloaded class: use -XX:+TraceClassLoading to see the origin of the problem class

Should I use a different version, maybe `nvidia-openjdk-8-jre`?

This still isn't fixed after 270 days. And apparently this isn't a problem only I have. Has any Linux user ever run this game? If yes, how did they do it?