Skip to main content

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

Kortaol

2
Posts
1
Following
A member registered Aug 27, 2022

Recent community posts

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)

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