Error on creation of ES3File

Discussion and help for Easy Save 3
Post Reply
User avatar
sgoffman
Posts: 15
Joined: Sat Feb 21, 2015 11:26 pm

Error on creation of ES3File

Post by sgoffman »

This just started after I updated to 3.31f1 (and still happens in 3.31f2):

The FIRST time I try to create a new ES3File, I get a nullRefException. Any subsequent attempt works fine. To the point where this is an effective workaround:

Code: Select all

                try
		{
			return new ES3File(Filename(missionType), GameSettings.ES3Settings);
		}
		catch (Exception e)
		{
			Debug.Log("Failed, try again: " + e.InnerException);
			return new ES3File(Filename(missionType), GameSettings.ES3Settings);
		}
My ES3Settings file is just unencrypted, JSON format.
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: Error on creation of ES3File

Post by Joel »

Hi there,

EDIT: After a bit of further testing I believe I've managed to replicate this. If you private message me your invoice number I can send over an update to address this.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
ferfrogger
Posts: 2
Joined: Wed May 06, 2020 8:21 pm

Re: Error on creation of ES3File

Post by ferfrogger »

Hi! I have the same problem.
Can you sendme the update please?
I´ll send you my invoice number via pm.

Thanks!
Post Reply