HarukaMa / starfield-xgp-import

Import .sfs savefile to Xbox version
The Unlicense
85 stars 8 forks source link

Mismatch between cloud id and flag state #7

Closed Ned-Flanders closed 1 year ago

Ned-Flanders commented 1 year ago

I keep getting this error, both using the exe and python, I have python 11 installed.

erroir

HarukaMa commented 1 year ago

did you just exit the game? you might need to wait for a while as the xbox app might still be syncing the save data if the container is in this state.

Ned-Flanders commented 1 year ago

I exited about half an hour ago but I'm still getting the same error unfortunately

HarukaMa commented 1 year ago

Then I can't safely modify that container because the only case I've seen that is when the game has just exited and (presumably) the save file is still being synced to the cloud. I'm curious about the actual values though, should have printed them in the error messages.

Maybe try changing the existing save files by overwriting / modifying them to force another sync. Or as the last resort, remove that check in code.

Ned-Flanders commented 1 year ago

Hey man, I managed to get rid of the error, I booted up Starfield, it updated then prompted me to sync my cloud saves, I tried to convert the save again and it worked, looked like that was the issue. Thanks for your help and the program, it's great.