Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't find player folder then crashes #10

Open
bayron3 opened this issue Oct 27, 2022 · 3 comments
Open

[BUG] Can't find player folder then crashes #10

bayron3 opened this issue Oct 27, 2022 · 3 comments
Assignees

Comments

@bayron3
Copy link

bayron3 commented Oct 27, 2022

Describe the bug
Starbound player folder does not exist.

You may need to run Starbound for the first time

Traceback (most recent call last):
File "", line 86, in
File "", line 83, in main
File "gui\mainwindow.py", line 229, in init
File "gui\mainwindow.py", line 797, in open_file
File "gui\openplayer.py", line 79, in init
File "gui\openplayer.py", line 268, in auto_backup_player
AttributeError: 'list' object has no attribute 'keys'

To Reproduce
Steps to reproduce the behavior:

  1. Run executable

Expected behavior
Application to work

Screenshots
image

Environment (please MAKE SURE this is accurate):

  • OS: windowwinv
  • OS Version: 21H2
  • Player species:
  • Starcheat Version & Patch: current

Player File (if applicable)
If you've experienced a player issue, include a reproducible player file here [DELETE ME]

Additional context/Clarification questions IF NEEDED
Add any other context about the problem here! [DELETE ME]

@gen3vra
Copy link
Owner

gen3vra commented Nov 5, 2022

I honestly don't understand how to make this error message any clearer. are you saying that you DO have a player folder existing and it's not working? you can manually set a player path but it expects default steam install location

@gen3vra gen3vra added the needs more info The author of the issue is required to provide more information. label Nov 5, 2022
@bayron3
Copy link
Author

bayron3 commented Nov 5, 2022

Yes I have an existing folder. When I go to options it shows the correct path up to .../starbound. It then encounters the critical error and closes

@gen3vra
Copy link
Owner

gen3vra commented Nov 6, 2022

If you already have a starcheat.ini file in your %appdata%\starcheat folder, edit the settings assets_folder, player_folder and starbound_folder to your preferred location

You can delete everything else in that folder besides the .ini file

Here's an example (my starcheat.ini file on this device):

[starcheat]
check_updates = yes
mods_folder = C:\Program Files (x86)\Steam\SteamApps\common\Starbound\mods
disable_check_starbound_open = yes
assets_folder = C:\Program Files (x86)\Steam\SteamApps\common\Starbound\assets
player_folder = C:\Program Files (x86)\Steam\SteamApps\common\Starbound\storage\player
backup_folder = C:\Users\gen\AppData\Roaming\starcheat\backups
starbound_folder = C:\Program Files (x86)\Steam\SteamApps\common\Starbound
forceloadchar = no
assets_db = C:\Users\gen\AppData\Roaming\starcheat\assets.db
config_version = 15
pak_hash = 42061e724247a908d843d625a2627b65

@gen3vra gen3vra removed the needs more info The author of the issue is required to provide more information. label Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants