Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

If you're on a Deb/Ubuntu-derived Linux, there's an extra requirement. Open a terminal and input: 

sudo apt-get install libvlc-dev

Note: If you run into the glibc_2_38 not found error, the game's not compatible with your Distro. Try to update and try again-but please.

Please please please, DO NOT TRY TO UPDATE GLIBC! You WILL break your Linux install! Everything on your system relies on the compiled version of that library. THERE BE DRAGONS HERE.

You're welcome.

(2 edits)

There's also some unofficial builds on GitHub that have lower GLibC requirement. And it's better to install vlc altogether otherwise cutscenes will crash the game.

Alternatively you can use something like Distrobox to make a container with a distro that runs GLibC 2.38 (like Ubuntu 24.04)