Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thanks for the info! Thing is my AppImage contains libzstd that lacks the ZSTD_compressStream2, which your system’s libelf requires. You might try running the appimage with --appimage-extract cmdline argument, then running rm squashfs-root/usr/lib/libzstd* to drop that faulty libzstd and then just running squashfs-root/AppRun

Sorry for the trouble!