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

Hello, I'm a Linux gamer and I purchased this game which really intrigued me. I cannot execute it; I clicked to submit feedback but I wanted to post this directly: when I look at the executable type with the "file" utility I get this

electron: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, stripped

Compare to a different system binary:

/bin/bash: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=0a2a7d4260f3453ade27845150094bd339de9b3e, stripped

It looks like this game was compiled for ARM on Linux only? Any chance we can get this built for x86_64?

FYI, I was able to use the electron version installed on my system and run the game by running the command:

electron resources/app

from the linux folder. It looks like it's just the electron version bundled with the game that is the wrong format.

(1 edit)

go in a terminal and type:

# echo electron /path-of-the-game-executable > launcher.sh

# chmod +x launcher.sh

replace /path-of-the-game-executable by the path to the game and you can call the launcher whatever you want. Put the launcher on your desktop and just launch it whenever you want to play. (also make sure you have no file called launcher.sh in that directory)

Electron shouldn't be necessary; it's also possible to play this directly in a web browser with resources/app/index.html.