Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Invalid save file? #26

Closed yhkim3116 closed 6 years ago

yhkim3116 commented 6 years ago

I tried uploading my save file at https://upload.farm/ But it says "Error: Not valid save file - did you select file 'SaveGameInfo' instead of 'playername_number'?". However, I uploaded the file named lilac_174497281. Is it incompatible with Stardew Valley 1.2.6400.27469?

Would you please check the problem with my save file? lilac_174497281.zip Thanks.

Laukei commented 6 years ago

Hello!

Is 1.2.6400.27469 a beta branch?

The issue was that when getting a list of GameLocations from the save @Sketchy502 assumed that 'Farm' would be at index [1], but the save format of your game has it at [2]. I've adapted the code to search procedurally for the 'Farm', fixing the bug, in commit https://github.com/Sketchy502/SDV-Summary/commit/b9c0a4f3edaeee55b0fb4e86745eca4af0057cfc. The changes should be live at https://upload.farm now - please try again and let me know if it works!

Rob

yhkim3116 commented 6 years ago

I don't think that it's a beta branch, I am just using the latest version. Anyway, I tried it again and it works very well. Thank you very much!