Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits) (+1)

I tried to run the game (v0.5.3) on Linux Mint 22.3 Xfce, but I got the following error: "/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.43' not found"

I accidentally destroyed my kernel while trying to install glibc from source all by myself, lol. Turns out that glibc conflicts with your system if you install it in the wrong location.

(6 edits) (+1)

glibc is a core component of your system, almost every program in your distro is built against an specific version of glibc, as they use C one way or another, so you’ll break everything if you try to change the version your system expects, sorry to hear that.

I’ve recently updated my system so I’m on the latest version of glibc, which is not on mint yet. I need to setup a system to build the game against an older, more available version of glibc. Unless you’re on a rolling release distro e.g. arch, it’s easier run the windows version through lutris (proton/umu needed for vulkan),

Thanks for reporting, the System Requirements section was outdated

(10 edits) (+1)

I'm happy to announce that, after installing Linux again, I managed to run the game. I built glibc 2.43 without destroying my system.

I could make a guide about how to build glibc for other Linux users that want to play the game.