gibbed / Gibbed.Borderlands2

Tools & code for use with Borderlands 2.
zlib License
630 stars 143 forks source link

Error preventing me from Opening Saves #120

Closed LithiumMonoxide closed 5 years ago

LithiumMonoxide commented 5 years ago

This is the error:


Error

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

System.MissingMethodException: Method not found: 'System.String Gibbed.IO.StreamHelpers.ReadString(System.IO.Stream, Int32)'.

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

at Gibbed.Borderlands2.SaveEdit.ShellViewModel.<>c__DisplayClass62_0.b__0()

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

OK

I dont quite understand what this means, im knew to save editing and dont know much about gibbed.

LithiumMonoxide commented 5 years ago

BL2Error

gibbed commented 5 years ago

You have mixed versions of the save editor in the same location. Either clean up the directory and remove the old files or extract the save editor files to a new directory.

LithiumMonoxide commented 5 years ago

thank you