Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Can't Open Game In Linux

A topic by Gromgard created Aug 31, 2019 Views: 3,191 Replies: 3
Viewing posts 1 to 4

I'm currently using the latest version of Manjaro Linux and am unable to get the game to run. I right click the TalesOfAndrogyny executable, click 'Run in Konsole', and then the terminal opens with the following error:

'Warning: Could not find '/home/user/Downloads/Tales', starting '/bin/bash' instead.  Please check your profile settings.
/bin/bash: of: No such file or directory'

And that's all it tells me. Am I missing something? Do I need to have something else installed to get the game to run? 

yeah looks like their launch script needs some work. I removed the spaces from the path and it still wouldn't launch. same error but the path was exact.

(5 edits)

ok did some digging, apparently permissions are really weird so I just did a
sudo chmod -R 777 ./<game folder>

Where game folder is the name of the folder you store that one game in.

cd ./<game folder>
./TalesOfAndrogyny



Now i get the below error,

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

So I went and pulled openJDK12 from pacman, ended up with the following installed. 

openjdk-src, jdk-openjdk, jre-openjdk, jre-openjdk-headless


Did a log out and in as it requested in the log.

[2019-09-01 19:21] [ALPM-SCRIPTLET] For the complete set of Java binaries to be available in your PATH,
[2019-09-01 19:21] [ALPM-SCRIPTLET] you need to re-login or source /etc/profile.d/jre.sh



But sadly i am still getting the same error about the libjvm.so
if any one has any other idea's i'm open to trying things.

Download Oracle's version of java, extract the folder to `/opt/` (or wherever, but `/opt/` is conventional). Use that java binary to run the Tales of Androgyny .jar file:
`/opt/jre1.8.0_221/bin/java -jar TalesOfAndrogyny.jar`