Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

My save file seemingly has an autosave at midnight that bugs out my game. No matter how far back I go, as soon as I get to a specific autosave, it will show me a black screen as soon as I move after the autosave is complete. This did happen in the dungeon top right of Silverpine Initially. I have tried everything to circumvent whatever the issue might be, from being outside the dungeon to trying to sleep through it, but nothing has worked. Kind of stumped at this point.

If you're on Windows, open a command prompt in the game's folder, then run:

Silverpine.exe > log.txt 2>&1

It will create a log.txt file in the same folder. Reproduce the bug, then upload the log somewhere like Pastebin.

If you're on Linux, open a terminal in the game's folder, then run:

./Silverpine.x86_64

It will directly output to the terminal.

(1 edit)

If you're on Linux use the following command to have it go to a file in the root directory.
./Silverpine.x86_64 < /silverpine.log

You can also check ~/.config/unity3d/ThreeEyesSoftware for .log files there as well IIRC.