Skip to content

Save file headers need adjustment for SSE #330

@Arthmoor

Description

@Arthmoor

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.

Metadata

Metadata

Assignees

Labels

A-savesArea: Saves (bosh/save_headers.py, bosh/_saves.py and partially bosh/faces.py)C-bugCategory: Bug, an acknowledged defect in the programG-skyrimseGame: TES V: Skyrim Special EditionM-relnotesMisc: Issue should be listed in the version history for its milestone

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions