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

It looks like you have hard coded absolute paths in your executable that prevent it from being run on other machines (at least mine, on the Linux executable). In particular I am getting:

error opening #P"/home/travis/build/eliasfeijo/deserted/assets/map/map1.tmx"


So maybe you can find where that is referenced and replace it with a relative path.

Yes, thanks for the reply. I'm trying to fix that asap. Will let you know when I update the executable files.

I have uploaded the executable files, it should work now. Can you try downloading and running again?