Description
While running the diep API userscript with tampermonkey, the game runs normally for a brief moment before freezing completely and crashing. The developer console throws an out-of-bounds memory access runtime error pointing directly to the compiled WebAssembly (diep.wasm) module inside the game engine's animation update loop.
Error Stack Trace
index-7b1b8308.js:29
Uncaught RuntimeError: memory access out of bounds
at diep.wasm:0x84a0
at diep.wasm:0x127e
at diep.wasm:0x356e7
at diep.wasm:0x33260
at diep.wasm:0x2f00e
at diep.wasm:0x22ccf4
at diep.wasm:0x107d01
at diep.wasm:0x24332a
at diep.wasm:0x109368
at diep.wasm:0x255ae5
at diep.wasm:0x11398c
at diep.wasm:0x2c7e8e
at Qe (index-7b1b8308.js:29:148618)
at Object.runIter (index-7b1b8308.js:29:150324)
at nt.runner (index-7b1b8308.js:29:151298)
Description
While running the diep API userscript with tampermonkey, the game runs normally for a brief moment before freezing completely and crashing. The developer console throws an out-of-bounds memory access runtime error pointing directly to the compiled WebAssembly (
diep.wasm) module inside the game engine's animation update loop.Error Stack Trace