Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Motanum's avatar
Motanum
Protege
4 years ago
Solved

Unreal game launching Assertion failed: AsyncLoadingThread crash

Hello,   After a while of not building my game for Quest 2 Standalone, I am back to get that version ready. I managed to compile the code and to package without failing. But when the game launches ...
  • Motanum's avatar
    4 years ago

    I found the issue. It was with a function in StaticLoadObject() inside a struct.

     

    I took it out with #if PLATFORMS_WINDOWS, and it worked out.