help - wizzomafizzo/starcheat GitHub Wiki
This is stuff you can do when starcheat stops working. Clearing local settings and checking you did the setup correctly is always a good first step.
If you've tried all this stuff but starcheat is still broken, please post a bug report in the GitHub issues for support.
Known issues
- If you get a System Error dialog as soon as you run starcheat, you probably need this Windows update.
Reporting a new error
If starcheat still doesn't work at all you can try these steps:
- Follow these instructions and then try run starcheat again.
- If that doesn't work, please post a new bug report in the GitHub issues section. An ideal bug report contains this information.
Troubleshooting
Reset all settings
This will remove all locally stored data for starcheat and force a new setup dialog next run.
Windows
- Press the Windows key and R (Win+R) to bring up the Run... dialog.
- Type
%APPDATA%\starcheat
and press Enter. - Delete
assets.db
andstarcheat.ini
from the folder that pops up.
Linux
In a terminal:
$ rm ~/.starcheat/assets.db
$ rm ~/.starcheat/starcheat.ini
Mac
In Finder:
- Open the Go menu and click Go to Folder (or press Cmd+Shift+G).
- Type
~/Library/Application Support/starcheat
and press Enter. - Delete
assets.db
andstarcheat.ini
from the folder that pops up.
How to get logs
This will point you to where the starcheat logs are stored. If you're trying to report an error, you only need to upload the starcheat.log
file. If you need a place to upload it, use a pastebin site like gist.
Windows
- Press the Windows key and R (Win+R) to bring up the Run... dialog.
- Type
%APPDATA%\starcheat
and press Enter.
Linux
In a terminal:
$ cd ~/.starcheat
Mac
In Finder:
- Open the Go menu and click Go to Folder (or press Cmd+Shift+G).
- Type
~/Library/Application Support/starcheat
and press Enter.