Hello,
I have a function that loads in a 3D texture from a byte data file. It is quite a large file (512 x 256 x 512 voxels). I am using a web request to read the file contents. Everything works on the editor, but fails when running on the webGL build. Here is the stack trace:
Build.framework.js:2395 Module.reallocBuffer: Attempted to grow from 268435456 bytes to 1342177280 bytes, but got error: RangeError: WebAssembly.Memory.grow(): Unable to grow instance memory.
wasmReallocBuffer @ Build.framework.js:2395
(anonymous) @ Build.framework.js:2404
enlargeMemory @ Build.framework.js:2026
_sbrk @ 05b1fca2:0xffae78
_GC_unix_sbrk_get_mem @ 05b1fca2:0xb8c422
_GC_unix_get_mem @ 05b1fca2:0xb8c3d5
_GC_expand_hp_inner @ 05b1fca2:0xb8d7de
_GC_collect_or_expand @ 05b1fca2:0xb8d494
_GC_alloc_large @ 05b1fca2:0xb8d113
_GC_generic_malloc @ 05b1fca2:0xb9323e
_GC_malloc_kind @ 05b1fca2:0xb931db
_GC_malloc_atomic @ 05b1fca2:0xb932ab
__ZN6il2cpp2vm6Object15AllocatePtrFreeEmP11Il2CppClass @ 05b1fca2:0xb60062
__ZN6il2cpp2vm5Array11NewSpecificEP11Il2CppClassm @ 05b1fca2:0xb5ffab
_il2cpp_array_new_specific @ 05b1fca2:0xb3d80d
_GenericLoaderWegGL_LoadData_mE5B1B4EB8713DC5E8018E173F462ECA8C7781273 @ 05b1fca2:0xf923cf
_U3CLoadDataRoutineU3Ed__78_MoveNext_m73B1006899351B3D383923B2595FFEC4F3B403F4 @ 05b1fca2:0xfb71a6
__ZN21InterfaceFuncInvoker0IbE6InvokeEtP11Il2CppClassP12Il2CppObject @ 05b1fca2:0xa36193
_SetupCoroutine_InvokeMoveNext_m036E6EE8C2A4D2DAA957D5702F1A3CA51313F2C7 @ 05b1fca2:0xeef318
__Z164RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_VoidU2A_tC7FFEB695C165BD92A8656A0260E9CBC93892D9A_Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046PFvvEPK10MethodInfoPvPS4_ @ 05b1fca2:0xbcdec9
dynCall_iiiii @ 05b1fca2:0xffb692
(anonymous) @ Build.framework.js:27569
invoke_iiiii @ Build.framework.js:18109
__ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException @ 05b1fca2:0xb6077c
_il2cpp_runtime_invoke @ 05b1fca2:0xb3dc3f
__Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd589
__ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd0e3
__ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr @ 05b1fca2:0x36f5d0
__ZN9Coroutine3RunEPb @ 05b1fca2:0x36f292
__ZN9Coroutine17ContinueCoroutineEP6ObjectPv @ 05b1fca2:0x36f80f
__ZN14AsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x3d75de
__ZN29UnityWebRequestAsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x9ef6df
__ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationE19Job_InvokeCoroutineEPS8_ @ 05b1fca2:0x9ee4bc
__ZN18BackgroundJobQueue21ExecuteMainThreadJobsEv @ 05b1fca2:0x46f07f
__ZZ23InitPlayerLoopCallbacksvEN43EarlyUpdateExecuteMainThreadJobsRegistrator7ForwardEv @ 05b1fca2:0x484922
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x447756
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x44776b
__Z10PlayerLoopv @ 05b1fca2:0x4466e7
__ZL8MainLoopv @ 05b1fca2:0x4447c2
dynCall_v @ 05b1fca2:0xffbea3
(anonymous) @ Build.framework.js:27929
browserIterationFunc @ Build.framework.js:10519
runIter @ Build.framework.js:10621
Browser_mainLoop_runner @ Build.framework.js:10557
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
Show 14 more frames
Build.loader.js:51 Failed to grow the heap from 268435456 bytes to 1342177280 bytes, not enough memory!
printErr @ Build.loader.js:51
enlargeMemory @ Build.framework.js:2028
_sbrk @ 05b1fca2:0xffae78
_GC_unix_sbrk_get_mem @ 05b1fca2:0xb8c422
_GC_unix_get_mem @ 05b1fca2:0xb8c3d5
_GC_expand_hp_inner @ 05b1fca2:0xb8d7de
_GC_collect_or_expand @ 05b1fca2:0xb8d494
_GC_alloc_large @ 05b1fca2:0xb8d113
_GC_generic_malloc @ 05b1fca2:0xb9323e
_GC_malloc_kind @ 05b1fca2:0xb931db
_GC_malloc_atomic @ 05b1fca2:0xb932ab
__ZN6il2cpp2vm6Object15AllocatePtrFreeEmP11Il2CppClass @ 05b1fca2:0xb60062
__ZN6il2cpp2vm5Array11NewSpecificEP11Il2CppClassm @ 05b1fca2:0xb5ffab
_il2cpp_array_new_specific @ 05b1fca2:0xb3d80d
_GenericLoaderWegGL_LoadData_mE5B1B4EB8713DC5E8018E173F462ECA8C7781273 @ 05b1fca2:0xf923cf
_U3CLoadDataRoutineU3Ed__78_MoveNext_m73B1006899351B3D383923B2595FFEC4F3B403F4 @ 05b1fca2:0xfb71a6
__ZN21InterfaceFuncInvoker0IbE6InvokeEtP11Il2CppClassP12Il2CppObject @ 05b1fca2:0xa36193
_SetupCoroutine_InvokeMoveNext_m036E6EE8C2A4D2DAA957D5702F1A3CA51313F2C7 @ 05b1fca2:0xeef318
__Z164RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_VoidU2A_tC7FFEB695C165BD92A8656A0260E9CBC93892D9A_Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046PFvvEPK10MethodInfoPvPS4_ @ 05b1fca2:0xbcdec9
dynCall_iiiii @ 05b1fca2:0xffb692
(anonymous) @ Build.framework.js:27569
invoke_iiiii @ Build.framework.js:18109
__ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException @ 05b1fca2:0xb6077c
_il2cpp_runtime_invoke @ 05b1fca2:0xb3dc3f
__Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd589
__ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd0e3
__ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr @ 05b1fca2:0x36f5d0
__ZN9Coroutine3RunEPb @ 05b1fca2:0x36f292
__ZN9Coroutine17ContinueCoroutineEP6ObjectPv @ 05b1fca2:0x36f80f
__ZN14AsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x3d75de
__ZN29UnityWebRequestAsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x9ef6df
__ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationE19Job_InvokeCoroutineEPS8_ @ 05b1fca2:0x9ee4bc
__ZN18BackgroundJobQueue21ExecuteMainThreadJobsEv @ 05b1fca2:0x46f07f
__ZZ23InitPlayerLoopCallbacksvEN43EarlyUpdateExecuteMainThreadJobsRegistrator7ForwardEv @ 05b1fca2:0x484922
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x447756
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x44776b
__Z10PlayerLoopv @ 05b1fca2:0x4466e7
__ZL8MainLoopv @ 05b1fca2:0x4447c2
dynCall_v @ 05b1fca2:0xffbea3
(anonymous) @ Build.framework.js:27929
browserIterationFunc @ Build.framework.js:10519
runIter @ Build.framework.js:10621
Browser_mainLoop_runner @ Build.framework.js:10557
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
Show 13 more frames
Build.framework.js:2395 Module.reallocBuffer: Attempted to grow from 268435456 bytes to 1342177280 bytes, but got error: RangeError: WebAssembly.Memory.grow(): Unable to grow instance memory.
wasmReallocBuffer @ Build.framework.js:2395
(anonymous) @ Build.framework.js:2404
enlargeMemory @ Build.framework.js:2026
_sbrk @ 05b1fca2:0xffae78
_GC_unix_sbrk_get_mem @ 05b1fca2:0xb8c422
_GC_unix_get_mem @ 05b1fca2:0xb8c3d5
_GC_expand_hp_inner @ 05b1fca2:0xb8d7de
_GC_collect_or_expand @ 05b1fca2:0xb8d4a4
_GC_alloc_large @ 05b1fca2:0xb8d113
_GC_generic_malloc @ 05b1fca2:0xb9323e
_GC_malloc_kind @ 05b1fca2:0xb931db
_GC_malloc_atomic @ 05b1fca2:0xb932ab
__ZN6il2cpp2vm6Object15AllocatePtrFreeEmP11Il2CppClass @ 05b1fca2:0xb60062
__ZN6il2cpp2vm5Array11NewSpecificEP11Il2CppClassm @ 05b1fca2:0xb5ffab
_il2cpp_array_new_specific @ 05b1fca2:0xb3d80d
_GenericLoaderWegGL_LoadData_mE5B1B4EB8713DC5E8018E173F462ECA8C7781273 @ 05b1fca2:0xf923cf
_U3CLoadDataRoutineU3Ed__78_MoveNext_m73B1006899351B3D383923B2595FFEC4F3B403F4 @ 05b1fca2:0xfb71a6
__ZN21InterfaceFuncInvoker0IbE6InvokeEtP11Il2CppClassP12Il2CppObject @ 05b1fca2:0xa36193
_SetupCoroutine_InvokeMoveNext_m036E6EE8C2A4D2DAA957D5702F1A3CA51313F2C7 @ 05b1fca2:0xeef318
__Z164RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_VoidU2A_tC7FFEB695C165BD92A8656A0260E9CBC93892D9A_Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046PFvvEPK10MethodInfoPvPS4_ @ 05b1fca2:0xbcdec9
dynCall_iiiii @ 05b1fca2:0xffb692
(anonymous) @ Build.framework.js:27569
invoke_iiiii @ Build.framework.js:18109
__ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException @ 05b1fca2:0xb6077c
_il2cpp_runtime_invoke @ 05b1fca2:0xb3dc3f
__Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd589
__ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd0e3
__ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr @ 05b1fca2:0x36f5d0
__ZN9Coroutine3RunEPb @ 05b1fca2:0x36f292
__ZN9Coroutine17ContinueCoroutineEP6ObjectPv @ 05b1fca2:0x36f80f
__ZN14AsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x3d75de
__ZN29UnityWebRequestAsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x9ef6df
__ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationE19Job_InvokeCoroutineEPS8_ @ 05b1fca2:0x9ee4bc
__ZN18BackgroundJobQueue21ExecuteMainThreadJobsEv @ 05b1fca2:0x46f07f
__ZZ23InitPlayerLoopCallbacksvEN43EarlyUpdateExecuteMainThreadJobsRegistrator7ForwardEv @ 05b1fca2:0x484922
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x447756
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x44776b
__Z10PlayerLoopv @ 05b1fca2:0x4466e7
__ZL8MainLoopv @ 05b1fca2:0x4447c2
dynCall_v @ 05b1fca2:0xffbea3
(anonymous) @ Build.framework.js:27929
browserIterationFunc @ Build.framework.js:10519
runIter @ Build.framework.js:10621
Browser_mainLoop_runner @ Build.framework.js:10557
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
Show 14 more frames
Build.loader.js:51 Failed to grow the heap from 268435456 bytes to 1342177280 bytes, not enough memory!
printErr @ Build.loader.js:51
enlargeMemory @ Build.framework.js:2028
_sbrk @ 05b1fca2:0xffae78
_GC_unix_sbrk_get_mem @ 05b1fca2:0xb8c422
_GC_unix_get_mem @ 05b1fca2:0xb8c3d5
_GC_expand_hp_inner @ 05b1fca2:0xb8d7de
_GC_collect_or_expand @ 05b1fca2:0xb8d4a4
_GC_alloc_large @ 05b1fca2:0xb8d113
_GC_generic_malloc @ 05b1fca2:0xb9323e
_GC_malloc_kind @ 05b1fca2:0xb931db
_GC_malloc_atomic @ 05b1fca2:0xb932ab
__ZN6il2cpp2vm6Object15AllocatePtrFreeEmP11Il2CppClass @ 05b1fca2:0xb60062
__ZN6il2cpp2vm5Array11NewSpecificEP11Il2CppClassm @ 05b1fca2:0xb5ffab
_il2cpp_array_new_specific @ 05b1fca2:0xb3d80d
_GenericLoaderWegGL_LoadData_mE5B1B4EB8713DC5E8018E173F462ECA8C7781273 @ 05b1fca2:0xf923cf
_U3CLoadDataRoutineU3Ed__78_MoveNext_m73B1006899351B3D383923B2595FFEC4F3B403F4 @ 05b1fca2:0xfb71a6
__ZN21InterfaceFuncInvoker0IbE6InvokeEtP11Il2CppClassP12Il2CppObject @ 05b1fca2:0xa36193
_SetupCoroutine_InvokeMoveNext_m036E6EE8C2A4D2DAA957D5702F1A3CA51313F2C7 @ 05b1fca2:0xeef318
__Z164RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_VoidU2A_tC7FFEB695C165BD92A8656A0260E9CBC93892D9A_Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046PFvvEPK10MethodInfoPvPS4_ @ 05b1fca2:0xbcdec9
dynCall_iiiii @ 05b1fca2:0xffb692
(anonymous) @ Build.framework.js:27569
invoke_iiiii @ Build.framework.js:18109
__ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException @ 05b1fca2:0xb6077c
_il2cpp_runtime_invoke @ 05b1fca2:0xb3dc3f
__Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd589
__ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb @ 05b1fca2:0x1dd0e3
__ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr @ 05b1fca2:0x36f5d0
__ZN9Coroutine3RunEPb @ 05b1fca2:0x36f292
__ZN9Coroutine17ContinueCoroutineEP6ObjectPv @ 05b1fca2:0x36f80f
__ZN14AsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x3d75de
__ZN29UnityWebRequestAsyncOperation15InvokeCoroutineEv @ 05b1fca2:0x9ef6df
__ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationE19Job_InvokeCoroutineEPS8_ @ 05b1fca2:0x9ee4bc
__ZN18BackgroundJobQueue21ExecuteMainThreadJobsEv @ 05b1fca2:0x46f07f
__ZZ23InitPlayerLoopCallbacksvEN43EarlyUpdateExecuteMainThreadJobsRegistrator7ForwardEv @ 05b1fca2:0x484922
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x447756
__Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 05b1fca2:0x44776b
__Z10PlayerLoopv @ 05b1fca2:0x4466e7
__ZL8MainLoopv @ 05b1fca2:0x4447c2
dynCall_v @ 05b1fca2:0xffbea3
(anonymous) @ Build.framework.js:27929
browserIterationFunc @ Build.framework.js:10519
runIter @ Build.framework.js:10621
Browser_mainLoop_runner @ Build.framework.js:10557
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
requestAnimationFrame (async)
BrowserObject.requestAnimationFrame @ Build.framework.js:546
Browser_mainLoop_scheduler_rAF @ Build.framework.js:10475
Browser_mainLoop_runner @ Build.framework.js:10561
Show 13 more frames
Build.loader.js:51 exception thrown: RuntimeError: memory access out of bounds,RuntimeError: memory access out of bounds
at _memset (<anonymous>:wasm-function[59148]:0xffade7)
at __ZN6il2cpp2vm5Array11NewSpecificEP11Il2CppClassm (<anonymous>:wasm-function[33649]:0xb5ffc4)
at _il2cpp_array_new_specific (<anonymous>:wasm-function[32553]:0xb3d80d)
at _GenericLoaderWegGL_LoadData_mE5B1B4EB8713DC5E8018E173F462ECA8C7781273 (<anonymous>:wasm-function[56840]:0xf923cf)
at _U3CLoadDataRoutineU3Ed__78_MoveNext_m73B1006899351B3D383923B2595FFEC4F3B403F4 (<anonymous>:wasm-function[57769]:0xfb71a6)
at __ZN21InterfaceFuncInvoker0IbE6InvokeEtP11Il2CppClassP12Il2CppObject (<anonymous>:wasm-function[26891]:0xa36193)
at _SetupCoroutine_InvokeMoveNext_m036E6EE8C2A4D2DAA957D5702F1A3CA51313F2C7 (<anonymous>:wasm-function[53755]:0xeef318)
at __Z164RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_VoidU2A_tC7FFEB695C165BD92A8656A0260E9CBC93892D9A_Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046PFvvEPK10MethodInfoPvPS4_ (<anonymous>:wasm-function[37369]:0xbcdec9)
at dynCall_iiiii (<anonymous>:wasm-function[59233]:0xffb692)
at Object.dynCall_iiiii (https://127.0.0.1:8080/Build/Build.framework.js:27569:40)
at invoke_iiiii (https://127.0.0.1:8080/Build/Build.framework.js:18109:33)
at __ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException (<anonymous>:wasm-function[33674]:0xb6077c)
at _il2cpp_runtime_invoke (<anonymous>:wasm-function[32638]:0xb3dc3f)
at __Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb (<anonymous>:wasm-function[5397]:0x1dd589)
at __ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb (<anonymous>:wasm-function[5394]:0x1dd0e3)
at __ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr (<anonymous>:wasm-function[10194]:0x36f5d0)
at __ZN9Coroutine3RunEPb (<anonymous>:wasm-function[10191]:0x36f292)
at __ZN9Coroutine17ContinueCoroutineEP6ObjectPv (<anonymous>:wasm-function[10197]:0x36f80f)
at __ZN14AsyncOperation15InvokeCoroutineEv (<anonymous>:wasm-function[11239]:0x3d75de)
at __ZN29UnityWebRequestAsyncOperation15InvokeCoroutineEv (<anonymous>:wasm-function[25408]:0x9ef6df)
at __ZN20UnityWebRequestProtoI24UnityWebRequestTransport16AtomicRefCounter14RedirectHelper14ResponseHelper15DownloadHandler13UploadHandler18CertificateHandler12HeaderHelper14AsyncOperationE19Job_InvokeCoroutineEPS8_ (<anonymous>:wasm-function[25380]:0x9ee4bc)
at __ZN18BackgroundJobQueue21ExecuteMainThreadJobsEv (<anonymous>:wasm-function[12924]:0x46f07f)
at __ZZ23InitPlayerLoopCallbacksvEN43EarlyUpdateExecuteMainThreadJobsRegistrator7ForwardEv (<anonymous>:wasm-function[13089]:0x484922)
at __Z17ExecutePlayerLoopP22NativePlayerLoopSystem (<anonymous>:wasm-function[12566]:0x447756)
at __Z17ExecutePlayerLoopP22NativePlayerLoopSystem (<anonymous>:wasm-function[12566]:0x44776b)
at __Z10PlayerLoopv (<anonymous>:wasm-function[12551]:0x4466e7)
at __ZL8MainLoopv (<anonymous>:wasm-function[12539]:0x4447c2)
at dynCall_v (<anonymous>:wasm-function[59305]:0xffbea3)
at Object.dynCall_v (https://127.0.0.1:8080/Build/Build.framework.js:27929:36)
at browserIterationFunc (https://127.0.0.1:8080/Build/Build.framework.js:10519:23)
at Object.runIter (https://127.0.0.1:8080/Build/Build.framework.js:10621:5)
at Browser_mainLoop_runner (https://127.0.0.1:8080/Build/Build.framework.js:10557:20)