Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I’m trying to run this, but I get an error launching:

fatal error encountered in SBCL pid 13264(tid 0x7fb087b0c280): Can’t find core file relative to bin/

Any ideas what I could do to fix that? I’m trying it on Fedora 29.

When I try it on another machine (Debian 9) I get “failed to open ‘maps/map.tmx’” since that file does not appear to be in the tarball.

Thanks for trying it out and pointing out deployment problems! I'll try to spin up Fedora VM to check it out.

"failed to open ‘maps/map.tmx" probably means that you're launching it from the parent directory, like "bin/dld". Please run it from the bin directory itself, like "./dld", it tries to find assets relative to current directory (perhaps I should do something about that later).

(+1)

Thanks; that did the trick–didn’t realize it had to be run from inside the bin dir, but now it launches!

(1 edit)

Regarding "can't find core file" error - sorry, I have no clue. I've tried running it under Fedora 29, but got entirely different error, namely "arithmetic error FLOATING-POINT-INVALID-OPERATION signalled". I'll investigate that in detail later, thanks again for feedback!