VictorWeikum / me3tools

Automatically exported from code.google.com/p/me3tools
0 stars 0 forks source link

Error when loading an xbox 360 save #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.whenever i try loading my save game (Save_0002.xbsav) i get an error
2.
3.

What is the expected output? What do you see instead?
---------------------------
Error
---------------------------
There was an exception trying to read the save file.

Please report this message to Rick (ctrl+C to copy this dialog) and include a 
copy of the save file you tried to load.

System.FormatException: somehow I doubt there is a >1MB string to be read

   at Gibbed.MassEffect3.FileFormats.Unreal.FileReader.ReadString()

   at Gibbed.MassEffect3.FileFormats.Unreal.FileReader.Serialize(String& value)

   at Gibbed.MassEffect3.SaveFormats.Player.Serialize(ISerializer stream)

   at Gibbed.MassEffect3.FileFormats.Unreal.FileReader.Serialize[TType](TType& value)

   at Gibbed.MassEffect3.SaveFormats.SFXSaveGameFile.Serialize(ISerializer stream)

   at Gibbed.MassEffect3.SaveFormats.SFXSaveGameFile.Read(Stream input)

   at Gibbed.MassEffect3.SaveEdit.Editor.LoadSaveFromStream(Stream stream)
---------------------------
OK   
---------------------------

What revision of SaveEdit are you using? For what game platform?
saveedit-r89_b110.zip

Please provide any additional information below.

Original issue reported on code.google.com by brandonm...@gmail.com on 19 Jul 2012 at 12:37