Forum Discussion
sean_vitei
5 years agoHonored Guest
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.
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
- sean_viteiHonored GuestFound 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.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 1 year ago
- 1 month ago
- 2 years agoAnonymous