gibbed / Gibbed.BorderlandsOz

Tools & code for use with Borderlands: The Pre-Sequel!
zlib License
176 stars 40 forks source link

System.IO.EndOfStreamException #42

Open spawn115 opened 2 years ago

spawn115 commented 2 years ago

Error

An exception was thrown (press Ctrl+C to copy):

System.IO.EndOfStreamException: Attempted to read past the end of the stream.

at Gibbed.IO.StreamHelpers.ReadBytes(Stream stream, Int32 length)

at Gibbed.IO.StreamHelpers.ReadValueU32(Stream stream, Endian endian)

at Gibbed.Borderlands2.FileFormats.SaveFile.Deserialize(Stream input, Platform platform, DeserializeSettings settings)

at Gibbed.Borderlands2.SaveEdit.ShellViewModel.<>c__DisplayClass58_0.b__2()

at Caliburn.Micro.Contrib.Results.DelegateResult.Execute(ActionExecutionContext context)

OK