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.
- If you get a System Error dialog as soon as you run starcheat, you probably need this Windows update.
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.
This will remove all locally stored data for starcheat and force a new setup dialog next run.
- 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.
In a terminal:
$ rm ~/.starcheat/assets.db
$ rm ~/.starcheat/starcheat.ini
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.
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.
- Press the Windows key and R (Win+R) to bring up the Run... dialog.
- Type
%APPDATA%\starcheat
and press Enter.
In a terminal:
$ cd ~/.starcheat
In Finder:
- Open the Go menu and click Go to Folder (or press Cmd+Shift+G).
- Type
~/Library/Application Support/starcheat
and press Enter.