Question by
Gerixgames · Nov 24, 2019 at 07:00 PM ·
javascriptwebgl
Uncaught exception: abort(190) at jsStackTrace
I'm currently running unity 2019.1.5 on Windows 10
The error has occurred on edge and firefox, and I assume it will happen on chrome as well but haven't tested it because I'm running it as a local file. I'm also not sure if running it locally has any effect on my problem or not.
This is the full error message:
uncaught exception: abort(190) at jsStackTrace (FruitRollit.wasm.framework.unityweb:8:22472)
stackTrace (FruitRollit.wasm.framework.unityweb:8:22643)
onAbort@file:///C:/Users/***/Downloads/MFML/FruitRollit/Build/UnityLoader.js:4:11065
abort (FruitRollit.wasm.framework.unityweb:8:482129)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[47543]:0xf452f0 (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[27398]:0xbd7f34)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[27396]:0xbd7edd (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[25967]:0xbb707c)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[45746]:0xefe21a (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[45244]:0xeeadb4)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[4703]:0x1eb89c (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[4702]:0x1eb7ca)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[7492]:0x2c244f (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[7489]:0x2c1803)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10027]:0x3dd25b (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[7932]:0x2f7afa)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10900]:0x43b521 (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10167]:0x3eb46a)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10167]:0x3eb47f (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10160]:0x3ea746)
@blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[10154]:0x3e8dbf (blob:null/1cd04beb-579f-4f86-a174-b65548613057 line 8 > WebAssembly.instantiate:wasm-function[47328]:0xf448ad)
UnityModule [UnityModule/Module.dynCall_v] (FruitRollit.wasm.framework.unityweb:8:465548)
browserIterationFunc (FruitRollit.wasm.framework.unityweb:8:175278)
runIter (FruitRollit.wasm.framework.unityweb:8:178351)
Browser_mainLoop_runner (FruitRollit.wasm.framework.unityweb:8:176813)
Whatever help I can get on this is greatly appreciated, and please let me know if there's any additional information I can provide.
Comment