-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
A-savesArea: Saves (bosh/save_headers.py, bosh/_saves.py and partially bosh/faces.py)Area: Saves (bosh/save_headers.py, bosh/_saves.py and partially bosh/faces.py)C-bugCategory: Bug, an acknowledged defect in the programCategory: Bug, an acknowledged defect in the programG-skyrimseGame: TES V: Skyrim Special EditionGame: TES V: Skyrim Special EditionM-relnotesMisc: Issue should be listed in the version history for its milestoneMisc: Issue should be listed in the version history for its milestone
Milestone
Description
When testing for Skyrim Special Edition, the save headers list anything saved by the game as invalid. The Bash debug logs have this for each save file:
__init__.py 520 load: save file error:
Traceback (most recent call last):
File "bash\bosh\__init__.py", line 514, in load
bush.game.ess.load(ins,self)
File "bash\game\skyrimse\__init__.py", line 192, in load
raise Exception(u'Save game header size (%s) not as expected (%s).' % (ins.tell()-17,headerSize))
Exception: Save game header size (78) not as expected (80).
I would have fixed it myself if I even knew what it was telling me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-savesArea: Saves (bosh/save_headers.py, bosh/_saves.py and partially bosh/faces.py)Area: Saves (bosh/save_headers.py, bosh/_saves.py and partially bosh/faces.py)C-bugCategory: Bug, an acknowledged defect in the programCategory: Bug, an acknowledged defect in the programG-skyrimseGame: TES V: Skyrim Special EditionGame: TES V: Skyrim Special EditionM-relnotesMisc: Issue should be listed in the version history for its milestoneMisc: Issue should be listed in the version history for its milestone