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

@nateiscool54321 Just uploaded QuestofDungeons_3.0.9_Linux.rar. could you download and check if it boots ok?

Hi David, it works.

To extract the archive in Debian I had to 'apt install p7zip-rar', then do '7z x <rar file>'.

Then I just had to chmod +x 'QuestofDungeons' and 'amd64/QuestofDungeons'.

Thank you for the game.

cool, thanks for letting me know, appreciate it.

 sorry for not testing it i dont check my itch.io much. devs who support linux are greatly appreciated, so i thank ya for being one of em!

Hi David - I just downloaded and tried the 3.0.9_Linux version, and on launch it gave me a segfault with an error message indicating it cannot find `config.ini` in my `$HOME/.QuestofDungeons/` directory.

The cannot find "config.ini" is normal since it's the first boot. The segfault must be something else, damn I hope we can track this down.

Can you send me the files inside your home folder/.QuestofDungeons ? In particular I want the files inside the log but you can zip all please. you can copy the contents of the log file to a pastebin or send by email, whatever you are more comfortable with.

Ah, it ended up being operator error, more or less - the file "QuestofDungeons" in the distribution's root folder was not set to executable, so I was trying to run the file in the amd64 folder. Once I set the correct file as executable, it starts as expected. Thanks for the very quick response though, from one roguelike dev to another!

awesome, glad it worked