ebg2465 / me3tools

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

Getting error when trying to open save with the editor #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Just load up the save file provided
2.
3.

What is the expected output? What do you see instead?
 The save to be properly loaded, instead I get an error.

What revision of SaveEdit are you using? For what game platform?
 Platform: xbox 360. Version: 61

Please provide any additional information below.

Below is the error message I received.

---------------------------
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.ArgumentNullException: list

Parameter name: serializable list should not be null

   at Gibbed.MassEffect3.FileFormats.Unreal.FileReader.Serialize(List`1& list)

   at Gibbed.MassEffect3.FileFormats.Save.PlotTable.Serialize(ISerializer stream)

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

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

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

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

Original issue reported on code.google.com by Goodwin....@gmail.com on 25 Mar 2012 at 9:19

Attachments:

GoogleCodeExporter commented 9 years ago
Edit: I get the same error with different versions of the editor and different 
save games.

Original comment by Goodwin....@gmail.com on 25 Mar 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Well, you did find a legitimate bug (thanks!), but you're trying to load a Mass 
Effect 2 save.

Fixed in revision 63.

Original comment by rick.gib...@gmail.com on 25 Mar 2012 at 9:43

GoogleCodeExporter commented 9 years ago
You can either use my older Mass Effect 2 save editor available here:

http://mod.gib.me/masseffect2/saveedit_rev25.zip

Or use a community-developed version of my Mass Effect 2 save editor available 
here:

http://social.bioware.com/project/4373/

Original comment by rick.gib...@gmail.com on 25 Mar 2012 at 9:45

GoogleCodeExporter commented 9 years ago
Wow, yeah that was definitely me being dumb. I was recently modding my Me2, so 
my Me2 save was on my desktop alongside my Me3 save, and they have the same 
name. So I just mixed them up, but thank you for the help!

Original comment by Goodwin....@gmail.com on 26 Mar 2012 at 1:07