Skip to main content

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

Known Issues and Troubleshooting Sticky

A topic by Ada18980 created 58 days ago Views: 683
Viewing posts 1 to 1
(2 edits)

**Issue: ** On linux, graphics and fonts are replaced with black rectangles image.png

Solution: Delete this folder: ~/.config/Kinky Dungeon/GPUCache/


Issue: Game unexpectedly stops working on windows with no crash log.

Solution: Many possibilities.

  • Game can have trouble running from D drive. Try moving to C drive instead.

Issue: Game gives sandbox related error on Linux.

Solution: Due to the way Linux works, the chrome-sandbox folder needs to be owned by root and has mode 4755 in order to properly set up the sandbox. There are other ways to run the game without sandboxing, but I do not recommend doing so if you are running the game with any mods you don’t trust.

sudo chown root chrome-sandbox
chmod 4755 chrome-sandbox