Object is not being fully saved after upgrade to 3.5.5

Discussion and help for Easy Save 3
Post Reply
robotSmith
Posts: 39
Joined: Thu Apr 01, 2021 4:53 pm

Object is not being fully saved after upgrade to 3.5.5

Post by robotSmith »

Hello!

I was having an issue while loading with this

Code: Select all

 FormatException: Expected '{' or "null", found '['
, so I looked to see if there was a new upgrade, and there was one so I upgraded. Now, I'm getting an issue where a specific class is not being serialized fully as it was before.

I attached an image with the comparison between pre-update and new update. I moved from 3.5.4 to 3.5.5.
  • I cleared the save file
  • I refreshed the references
What could be the reason? The fields I need are set as

Code: Select all

[ES3Serializable]
and it was working fine before.
Attachments
ES3IssueSerialization.png
ES3IssueSerialization.png (97.85 KiB) Viewed 458 times
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Object is not being fully saved after upgrade to 3.5.5

Post by Joel »

Hi there,

Please could you replicate this in a new project with a simple scene and private message it to me with instructions as I've had no reports of this.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
robotSmith
Posts: 39
Joined: Thu Apr 01, 2021 4:53 pm

Re: Object is not being fully saved after upgrade to 3.5.5

Post by robotSmith »

Thanks Joel.

Anything that you can think of the top of your head that might affect this? I reverted the update and it's saving as it was before (still having the " FormatException: Expected '{' or "null", found '[' " issue). I'm working on reproducing the issue but the problem is "simple" scene, the main way that I can accomplish this is by shaving away all parts of the game until only a few are left while still having the issue so it's quite an uplift :(
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Object is not being fully saved after upgrade to 3.5.5

Post by Joel »

It looks like the file has stopped writing in the middle, which I've not seen before. This would usually indicate that an exception has occurred which will be logged to console. However, without any error it wouldn't be possible for me to say without a basic project to be able to debug it at my end.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply