Skip to main content

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

Saw a review of the game and really wanted to play it. I am sure it is good but sadly it crashes on my computer.

First I run the Linux-version (in Debian) and it crashed. Then decide to run the Win-version through Wine. It crashed at the same spot. Just as I was pressing jump. I saw one jump frame then crash.

Linux-error: Illegal instruction

Windows-error: Segmentation fault

Anyone else had this issue? Is there a workaround, like disable some audio or something?

(1 edit)

If you open a command line and run the program with the following arguments, does it run correctly?

--rendering-method gl_compatibility

If so, maybe I can look into packaging a shell script or something in the folder to run with that option.

Additionally, do you see a godot.log file in ~/.local/share/godot/app_userdata/LuminousTreeGames/Derelict/logs? If the command line argument doesn't fix it, that may have some data in it that might help me debug your issue.

(+1)

the argument made it work! Thanks!