ES3 File not found exception on LoadRawByte or LoadRawStr..

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
Lordinarius
Posts: 8
Joined: Tue Jun 14, 2016 2:30 pm

ES3 File not found exception on LoadRawByte or LoadRawStr..

Post by Lordinarius »

Hi i am getting this exception whenever i call LoadRawByte or LoadRawString on ES3File object here stacktrace.

Code: Select all

FileNotFoundException: C:/Users/UUUU/AppData/LocalLow/DefaultCompany/ES3Manager/USR_DATA/MYFILE.ISF.tmp does not exist
System.IO.File.Move (System.String sourceFileName, System.String destFileName) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/File.cs:318)
ES3Internal.ES3IO.MoveFile (System.String sourcePath, System.String destPath) (at Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs:30)
ES3Internal.ES3IO.CommitBackup (.ES3Settings settings) (at Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs:92)
ES3Writer.Save (Boolean overwriteKeys) (at Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs:373)
ES3File.LoadRawBytes () (at Assets/Plugins/Easy Save 3/Scripts/ES3File.cs:269)
ES3File.LoadRawString () (at Assets/Plugins/Easy Save 3/Scripts/ES3File.cs:280)
ES3SaveLoad.LoadJsonString () (at Assets/Scripts/ES3SaveLoad.cs:40)
Test.Start () (at Assets/Scripts/Test.cs:20)
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES3 File not found exception on LoadRawByte or LoadRawSt

Post by Joel »

Hi there,

I've managed to replicate this, and I've PM'd you a fix.

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