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

Hello, the linux version of the game gives me this error "Exit code 0x7f (127)" when trying to start it in the itch.io launcher, try to run it from outside but it does nothing.

Do you have any idea what the problem may be?

(+1)

First I've heard of this, I'll take a look into it and let you know!

(+1)

I've uploaded new Linux builds for 32 and 64 bit binaries, please let me know if you're still seeing this error!

(1 edit)

Keep getting the same error from the itch launcher.


I have tried to run it from the terminal and I get the following:
/.config/itch/apps/kaiju-big-battel-fighto-fantasy/kaiju-linux/kaiju: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory

(+1)

I reached out to my engine developer and this was what he had to say, I hope this helps!

"That means that the Linux system does not have SDL 1.2 libraries installed. Almost all Linuxes will have a package available for SDL 1.2 since it is a popular library for a lot of games.

If they have Debian or Ubuntu or a Linux from that family they should look for a package called something like libsdl-1.2

For CentOS or Redhat or a Linux from that family, should look for SDL-1.2

Also it is worth mentioning that SDL 2.0 will not work. The newer version of the library is not backwards compatible with SDL 1.2 (but it should always be possible to install both versions at the same time. They do not conflict)"

(1 edit)

Ok after installing sdl1.2 library from several different packages I have got it to work.