Skip to main content

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

Hello, I was using 0.5a on Windows 10 and work really well, but now I'm on Linux (CachyOS) and the AppImage don't launch, I try to launch from terminal and I get this:
/tmp/.mount_OurPaid7Yy7x/OurPaint: /tmp/.mount_OurPaid7Yy7x/lib/x86_64-linux-gnu/liblzma.so.5: version `XZ_5.4' not found (required by /tmp/.mount_OurPaid7Yy7x/OurPaint)

Hi! This was a known packaging issue where liblzma version isn’t correct… Could you try manually installing liblzma for 5.4 version and see if it works?

OK, I try to install, doesn't work, but I fixed it in this way:
1.- Extracting the AppImage content
2.- Deleting the liblzma inside the Appimage with "rm squashfs-root/lib/x86_64-linux-gnu/liblzma.so.5"
3.- Then making the AppImage again.
Looks like the problem is the "liblzma.so.5" file

Ah very interesting… Looks like I indeed have some packaging problems. Thanks for letting me know :D