**Issue: ** On linux, graphics and fonts are replaced with black rectangles
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