incobalt 2022-04-05 01:13
Did you intend to have a windows build? I'm only seeing the mac one.
Foon → Ludum Dare Explorer → LD50 → Flamekeep
By arbe
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 2 | |||
| Fun | 2 | |||
| Innovation | 2 | |||
| Theme | 2 | |||
| Graphics | 2 | |||
| Audio | 2 | |||
| Humor | 2 | |||
| Mood | 2 |
Did you intend to have a windows build? I'm only seeing the mac one.
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.)
:( I don't have a Mac. Windows builds are the default, and web builds are the most accessible!
@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.
```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:
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) ```