Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tried running this with WSL on Win10 (yeah, yeah, I know, but I wanted to try it). Did not work:

josh@bollux:/mnt/c/Users/USER/Downloads$ ./je41

./je41: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./je41)

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

Tried the usual Linux upgrade dance `sudo apt-get update` followed by `sudo apt upgrade` then a `wsl --update`, but nope. Apparently there is a newer kernel available, but this is as far as I can take it for now. Will try again when I have access to a (real) Linux machine!

Will try again when I have access to a (real) Linux machine

You shouldn’t need to do that! The game is running on my server; see the game description for instructions for how to connect. The binary download is just there in case my server crashes or something, or if you want to play offline.

I didn’t test the binary very much because of that; I figured most people wouldn’t need it.

If you do want to run your own server, I bet you’d have better luck with the source tarball since building from source has very few dependencies, just make/gcc/curl. (the makefile will automatically download and build the VM for the runtime)