gibbed / Gibbed.BorderlandsOz

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

Unable to open save file #4

Closed Youusif closed 6 years ago

Youusif commented 6 years ago

Error

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

ProtoBuf.ProtoException: Invalid wire-type; this usually means you have over-written a file without truncating or setting the length; see http://stackoverflow.com/q/2152978/23354

at ProtoBuf.ProtoReader.StartSubItem(ProtoReader reader)

at ProtoBuf.ProtoReader.ReadTypedObject(Object value, Int32 key, ProtoReader reader, Type type)

at proto_2(Object , ProtoReader )

at ProtoBuf.Meta.TypeModel.DeserializeCore(ProtoReader reader, Type type, Object value, Boolean noAutoCreate)

at ProtoBuf.Meta.TypeModel.Deserialize(Stream source, Object value, Type type, SerializationContext context)

at ProtoBuf.Serializer.Deserialize[T](Stream source)

at Gibbed.BorderlandsOz.FileFormats.SaveFile.Deserialize(Stream input, Platform platform, DeserializeSettings settings) in c:\projects\gibbed-borderlandsoz\projects\Gibbed.BorderlandsOz.FileFormats\SaveFile.cs:line 549

at Gibbed.BorderlandsOz.SaveEdit.ShellViewModel.<>c__DisplayClass58_0.b__2() in c:\projects\gibbed-borderlandsoz\projects\Gibbed.BorderlandsOz.SaveEdit\ShellViewModel.cs:line 332

at Caliburn.Micro.Contrib.Results.DelegateResult.Execute(ActionExecutionContext context) in R:\CMContrib\src\CMContrib.SL\Results\DelegateResult.cs:line 22


OK