Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
sean_vitei's avatar
sean_vitei
Honored Guest
5 years ago

Loading a Save Game on Quest causes Crash

So I have a save game Blueprint type I use for storing replay/ghost data. When I try to load it from disk using LoadGameFromSlot, there is a gigantic memory usage spike and the Quest crashes.  I've been testing with save files that are just ~30kb in size, and our game doesn't come close to the Quest memory limit, so I don't know what's going on. This works fine on PC -- no notable jump in memory usage. Nothing helpful is printed in the logs other than warnings about high memory usage.

It's worth noting that the save files have been uploaded and downloaded to file using an Amazon server. Since it works on PC, however, I think I can rule out some kind of data corruption related to this.

1 Reply

Replies have been turned off for this discussion
  • Found the solution to this, it was my error. I was loading via a latent action, and while the save loaded it was still updating every frame, so it would try to load the save into memory over and over.