Whats Error "ES3Internal.ES3Stream.CreateStream "

Discussion and help for Easy Save 3
Post Reply
petaaaaa
Posts: 8
Joined: Thu Sep 07, 2023 1:23 pm

Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by petaaaaa »

This does not occur in the Unity editor, but when I do an android build, I get the following error in the first data

Code: Select all

ES3Internal.ES3Stream.CreateStream (ES3Settings settings, ES3Internal.ES3FileMode fileMode) (at <d390f52465ad4275ba5a1d828bb07737>:0)
ES3Writer.Create (ES3Settings settings, System.Boolean writeHeaderAndFooter, System.Boolean overwriteKeys, System.Boolean append) (at <d390f52465ad4275ba5a1d828bb07737>:0)
ES3Writer.Create (ES3Settings settings) (at <d390f52465ad4275ba5a1d828bb07737>:0)
ES3.Save[T] (System.String key, T value, ES3Settings settings) (at <d390f52465ad4275ba5a1d828bb07737>:0)
ES3.Save[T] (System.String key, T value, System.String filePath) (at <d390f52465ad4275ba5a1d828bb07737>:0)

This does not occur in the Unity editor, but when I do an android build, I get the following error on the first serve
Re-inserting the app did not help.
What is the cause of this error?
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by Joel »

Hi there,

You don't appear to have posted the error, just the stack trace of the error.

Also just to check, have you accounted for the situation where there is no save data when the app first loads? You can replicate this in the editor by deleting your save data (Tools > Easy Save 3 > Clear Persistent Data Path).

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
petaaaaa
Posts: 8
Joined: Thu Sep 07, 2023 1:23 pm

Re: Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by petaaaaa »

This error is all about errors.
Also, how do I delete the save file if it is an android device?
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by Joel »

This error is all about errors.
I'm sorry, I don't understand what you're saying here.
Also, how do I delete the save file if it is an android device?
You would use the ES3.DeleteFile method the same in the Editor.
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
petaaaaa
Posts: 8
Joined: Thu Sep 07, 2023 1:23 pm

Re: Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by petaaaaa »

You said something like there is a lack of errors, but here are all the sentences of the errors that you have written here that are causing the errors.
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Whats Error "ES3Internal.ES3Stream.CreateStream "

Post by Joel »

You said something like there is a lack of errors
I'm afraid you are misunderstanding what I am saying. I'm not saying there is a lack of errors, I'm asking you to send me the error message rather than just the stack trace of the error.
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply