Skip to main content

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

Hey!
We tested it yesterday on a clean Ubuntu VM and it worked flawlessly.
Could it be a permission problem? As the executable is creating files in its own directory, or maybe some problem with UTF8 paths. If come to Discord we can try to investigate and solve the issue! 😊

Oops, that really were permissons problems. Thought chmod -R (for recursive) would work. My way to "fix": chmod +x $(find /path/to/lifecraft-v0.0.1b-linux)