PipeRift / SaveExtension

Provides UE4 with a save-game system with support for savegame tags, level streaming and more
Apache License 2.0
164 stars 60 forks source link

UE4 - Crash when 'Store Game Instance' is ticked #58

Closed 5p4rky closed 4 years ago

5p4rky commented 4 years ago

The UE4 editor is randomly crashing (freezing) whenever the 'Store Game Instance' checkbox is selected in Project Settings>Serialization. I have checked the logs and there is no error messaging. And there is no crash report being produced. The editor becomes unresponsive while the game is playing. The crashing also happens at random intervals, sometimes after a few seconds of play, sometimes a few minutes after play and appears to be random. The crash can also happen when nothing is being pressed/played,

5p4rky commented 4 years ago

Should also note that when this box is unticked i have not been getting the crash, this is the only setting that has been checked (hence why i believe it is the issue)

muit commented 4 years ago

Hi @5p4rky,

I tried to reproduce this issue but didn't get any crash. Could you provide a test project where this is reproducible?

Thank you! Muit

muit commented 4 years ago

Closing for tracking purposes. Feel free to re-open!

muit commented 4 years ago

An automated test has been added and GameInstanced still save okay. I unfortunately need a test project to see this crash.