dwarfcorp icon indicating copy to clipboard operation
dwarfcorp copied to clipboard

SerializationException: Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or ob...

Open mklingen opened this issue 6 years ago • 0 comments

While loading from a saved game. Breadcrumbs indicate that the user was attempting to manage mods. Suggest adding more breadcrumbs to determine if the user actually loaded a mod or not.

https://sentry.io/organizations/cfg/issues/925557516/?project=192119&referrer=github_plugin

SerializationException: Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\AssetManagement\FileUtils-Binary.cs", line 70, in LoadBinary
    T LoadBinary[T](System.String)
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\AssetManagement\GameSave\SaveGame.cs", line 104, in ReadChunks
    Boolean ReadChunks(System.String)
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\World\WorldManager-Loading.cs", line 246, in LoadThreaded
    Void LoadThreaded()
...
(2 additional frame(s) were not displayed)

Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.

mklingen avatar Mar 10 '19 18:03 mklingen