FoonLudum Dare ExplorerLD50 → Flamekeep

Flamekeep

By arbe

View on ldjam.com

CategoryRankScoreCount
Overall2
Fun2
Innovation2
Theme2
Graphics2
Audio2
Humor2
Mood2

Comments

incobalt 2022-04-05 01:13

Did you intend to have a windows build? I'm only seeing the mac one.

remco 2022-04-05 10:07

When I try to run, I get:

~~~ [remco@deck out]$ ./run.sh & [1] 66432 [remco@deck out]$ ./flamekeep: error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory

[1]+ Exit 127 ./run.sh ~~~

Please pack your dependencies with the game! SDL2 is relatively common, but a lot of people won't have the right version installed.

(Also the download says 'fixed' ... per the rules of the Compo, you'd have to document what game breaking bug you fixed in the description here.)

ukulelefury 2022-04-05 19:17

:( I don't have a Mac. Windows builds are the default, and web builds are the most accessible!

arbe 2022-04-10 13:34

@remco completely slipped my mind, thanks for pointing it out! I'll be honest, I wasn't expecting anyone to actually attempt to play it.

steffo 2022-04-11 23:13

```console steffo@nitro:~/D/f/out$ ./run.sh ./flamekeep: error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory ```

SDL seems to be missing in your package, sadly :sweat_smile:

gbgames 2022-04-21 03:20

Unfortunately on my Ubuntu 20.04 system, I seem to have an older version of LIBC:

``` ./flamekeep: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./flamekeep) ./flamekeep: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./flamekeep) ```