bmaupin / civ5save-editor

Civilization V save editor
https://bmaupin.github.io/civ5save-editor/
MIT License
28 stars 2 forks source link

Failure parsing save at property section19SkipUsername #13

Closed seth10 closed 4 years ago

seth10 commented 4 years ago

Browser

Google Chrome Version 79.0.3945.88 (Official Build) (64-bit)

Description

I uploaded Pacal_0259 AD-1978.Civ5Save from ‎⁨Macintosh HD⁩ ▸ ⁨Users⁩ ▸ ⁨seth ▸ ⁨Library⁩ ▸ ⁨Application Support⁩ ▸ ⁨Sid Meier's Civilization 5⁩ ▸ ⁨Saves⁩ ▸ ⁨single⁩ to https://bmaupin.github.io/civ5save-editor/ using the "Open save file" button and got the follow message:

The following error was encountered when trying to open the save file:
Failure parsing save at property section19SkipUsername
Please try another file or use the link on the left to report a bug.

Mods

Not mods, but DLC:

Pacal_0259 AD-1978.Civ5Save.zip

seth10 commented 4 years ago

By the way, thank you for making this tool! The reason I'm trying to use it is because I accidentally clicked "Retire" early on, and I figured the "just...one..more..turn" would undo that, but now I have spaceship parts and can't launch them, realizing now that this is likely why. Is it even possible to edit the save to "undo" the retire?

bmaupin commented 4 years ago

I'll take a look when I get a chance although I'm not sure when that will be.

Is it even possible to edit the save to "undo" the retire?

This may be possible although it's not currently supported. You can get a general idea of what's currently supported by clicking the Demo button.

My guess is that something like retiring would probably be stored in the compressed section of the file that can't be modified by this app. This app can modify anything in the uncompressed header of the file, but due to the complexity of the task I decided that modifying anything in the compressed portion was out of scope (see https://github.com/bmaupin/js-civ5save#non-goals).

I do have a few ideas:

Hope that helps!

bmaupin commented 4 years ago

I just submitted a fix for this issue, although as I mentioned I don't think it will help you undo the retire.

If you'd like me to look into it further feel free to reopen this issue.

Thanks!

seth10 commented 4 years ago

Thank you so much for taking the time to fix this, and for providing those suggestions for my issue! Sorry I didn’t reply earlier, I was trying some methods and editors and haven’t gotten around to exhausting those options.

Unfortunately I don’t have an auto save from before retiring, that was way earlier in the game when I didn’t realize what I had done :( No matter though, one of my friends wants to play some multiplayer so we’re starting a new game. Again, thanks for your help and commitment to this app!