Skip to main content

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

Hello, Linux version has some errors:

Assertion Failed at /home/jack/Documents/lifecraft/pix/pix/io/FileHandle.h:152
Ошибка сегментирования (Segmentation Fault)


Probably you've used your path to file. A possible solution is to replace the full path with a short one (./pix/pix/io/FileHandle.h)

(+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)