Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Huh, the "linux" build seems to think it's the steam build? At least that's what the folder says. Either way, it doesn't run.

I'm getting:

./rawexec: error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory

I'm very sorry to hear about the issue! The issue you posted isn't Steam-related, as far as I know - it's complaining about a missing SDL library, and SDL is its own separate thing.

I unfortunately have no access to a Linux system I could use to debug, but https://steamcommunity.com/app/684270/discussions/0/3223871682626312293/?ctp=4#c... has discussion of an issue that looks very similar. You could try ignoring the steam-related parts of those instructions and just using the "export LD_PRELOAD" parts?

I'm also informed that the game runs well under Wine, for whatever that's worth.

(+1)

Late, but it needs two packages, SDL2_image SDL2_ttf then the game launches and plays without issue.

(+1)

Late, but it needs two packages, SDL2_image SDL2_ttf

(+1)

Ha! Immediately worked. Should have been obvious to me. Thing not found, so install thing. I appreciate it, thankyou. :)

(+1)

No problem! For those reading along, if there's ever a library missing like in the errors here, using fedora: dnf provides $library will get you exactly the needed package, I think it's apt-file search $library for apt users.

Source:
https://wiki.archlinux.org/title/Pacman/Rosetta