Search found 14 matches

by andymetoo
Thu May 05, 2022 7:33 am
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

So, I wanted to give a bit of an update in case there are people in the future that might run into similar problems. And thanks again to Joel for having the patience to talk me through it, as I'm not sure I'd have been able to figure it out without talking it through. Before I start, I want to clari...
by andymetoo
Tue May 03, 2022 6:58 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Thanks, I'll use those functions to save variables. Yeah, I had the FSM box checked on a few objects (I was attempting to save which state they were in, so they would reset upon reloading), but I can give it a go disabling that. Either way, I'm not quite sure why, but I deleted the Easy Save 3 folde...
by andymetoo
Mon May 02, 2022 7:02 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Oops, I didn't see your reply before sending this. I don't think I can replicate it...I was unable to on a different project. This one is pretty large (well, large to me), so it's something wrong I'm doing elsewhere. Trying to reference something that may have been destroyed? I'm not sure. I'll keep...
by andymetoo
Mon May 02, 2022 7:01 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

NullReferenceException: Object reference not set to an instance of an object at ES3Types.ES3Type_Fsm.ReadObject[T] (ES3Reader reader, System.Object obj) [0x0000f] in C:\Users\agaug\Hyperliminal\Assets\Plugins\Easy Save 3\PlayMaker\ES3PlayMaker.cs:1808 at ES3Types.ES3Type_Fsm.ReadObject[T] (ES3Reader...
by andymetoo
Mon May 02, 2022 6:14 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Here's a NullReferenceException error log. It happens upon quick load, and it often seems to be referencing the object that is calling the load. NullReferenceException: Object reference not set to an instance of an object ES3Types.ES3Type_Fsm.ReadObject[T] (ES3Reader reader, System.Object obj) (at A...
by andymetoo
Mon May 02, 2022 2:36 am
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Thanks Joel,
I will do that. I won't be back to my work computer until tomorrow, but I'll mess with it and send the errors. Since I use Playmaker to call the auto saves, is there a way I can attach the Debug.log to that?
by andymetoo
Fri Apr 29, 2022 9:49 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

I've done some more looking at it and I'm definitely getting closer to the root of the problem. This time I am actually watching the persistent data folder as I go through these triggers, and it seems like the save isn't being saved to file each time. It seems really inconsistent, so it's hard to re...
by andymetoo
Fri Apr 29, 2022 4:48 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Hey Joel, Actually, the controller I use in the test project is the same one I use in the game, but that is good to know and I'll keep that in mind for future projects. I've made a second test project, which I'll post the link to here in case there is anyone else in the future looking for similar ad...
by andymetoo
Thu Apr 28, 2022 6:40 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

I did some more testing after DMing you (sorry to be such a spaz about this). It turns out that there isn't as much difference between the editor play-mode and the build itself...and the results are unexpected and hard to replicate consistently. The problem seems to be happening when going through m...
by andymetoo
Thu Apr 28, 2022 5:33 pm
Forum: General Discussion
Topic: Quick Save troubles with build.
Replies: 18
Views: 2737

Re: Quick Save troubles with build.

Hello, no, I'm not getting any exceptions. Also, I have a function that shows the "load" button ONLY if the save file exists, and that is functioning properly (it is invisible at first, but after creating a save zone it shows). Anyway, I made a very basic test and included a build. Funny e...