Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Eep, looks like the Linux version needs a much-too-new version of libm.so.6 (it wants glibc 2.43, while my Debian forky/sid -- "semi" bleeding edge -- is only up to 2.41 so far!).

An easy-ish workaround is to build against e.g. `ubuntu-22.04` baseline (the bevy_ci_github_template's `ci/release.yaml` can be edited to try this) to improve backwards compatibility.

But the web and Windows version (under Wine) runs fine as a workaround.