Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gorgebitter

5
Posts
A member registered Mar 18, 2019

Recent community posts

Tried downloading it on Linux with Firefox. I don't have Windows available.

I now have installed the itch client. Installing the game works there, but when I try to launch it, I get an error. Sadly I can't copy the error message.

It complains that the file `8501.39` it is trying to exectute is missing from the installation folder. I checked and it exists and is marked as executable. Trying to executed this file from the terminal yields this error:

`bash: ./8501.39: : bad interpreter: No such file or directory`

telling me that this file probably is not intended to be executable in the first place.

Have cleared my history, cookies and everything. That did not help.

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?

(1 edit)

I cannot download this game. When I try to buy it the window just closes and when I click "Take me to the downloads" link nothing at all happens. This seems to be the only game on here that I have this problem with.

I'm not blocking cookies or JavaScript.

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`?