Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can this game use an older glibc version?

$ ./doome 
./doome: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./doome)
./doome: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./doome)
./doome: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./doome)

I have 2.31.

(+1)

Hey, unfortunately libc version is tied to the rust toolchain and we're stuck with a specific toolchain version because of shader compilation utilities.


I'll try and build a musl version of the game, should be dependency-less.

I’ll try to play the game in the browser in the meantime!

Yeah, it should work fine on Linux. The browser problems are mostly a Windows thing