部分中斷share-external
MY game works locally but it gives RuntimeError: memory access out of bounds
1

My game works on local server without an issue. But when I play it on Facebook, it gives memory access out of bounds error after some time. I couldn't find the cause.

Baykal
已發問 約 2 個月前
已選擇的回答
1

It seems like the "RuntimeError: memory access out of bounds" happens when your code tries to access memory it shouldn't. Check if you're going beyond the limits of arrays or buffers, and if you're using Web Assembly, try increasing the memory allocation. Let me know if you need more help plz visit https://fcmobileapkk.com/

10月17日下午9:48
Oldroll