Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HELP! Game exports but crashes before launch

A topic by GoodShibe created Mar 03, 2021 Views: 671 Replies: 6
Viewing posts 1 to 3
Submitted (1 edit)

It wasn't doing this before but now every export is giving me this error:

An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
uncaught exception: abort(147) at jsStackTrace (TestBuild.wasm.framework.unityweb:8:15602)
stackTrace (TestBuild.wasm.framework.unityweb:8:15773)
onAbort@file:///C:/DogeTipRocket/DogeTipRocket/TestBuild/Build/UnityLoader.js:4:11199
abort (TestBuild.wasm.framework.unityweb:8:429794)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[34248]:0x93571d (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[16726]:0x628181)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[31386]:0x8bd771 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[20854]:0x6d8a0e)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[34064]:0x934cb0
UnityModule [UnityModule/Module.dynCall_iiiii] (TestBuild.wasm.framework.unityweb:8:410435)
invoke_iiiii (TestBuild.wasm.framework.unityweb:8:302958)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[32201]:0x8dfa30 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[31673]:0x8c8bec)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[4207]:0x181d4d (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[4205]:0x181a25)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10222]:0x3bad9e (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10206]:0x3b9ab9)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[12146]:0x4b1047 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[12145]:0x4b0d61)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10603]:0x3e69a7 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10316]:0x3c4040)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10316]:0x3c4055 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10311]:0x3c3b64)
@blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[10304]:0x3c1d71 (blob:null/f865661c-c8e7-433f-a4c4-65868d4fb392 line 8 > WebAssembly.instantiate:wasm-function[34078]:0x934ee1)
UnityModule [UnityModule/Module.dynCall_v] (TestBuild.wasm.framework.unityweb:8:417252)
browserIterationFunc (TestBuild.wasm.framework.unityweb:8:147131)
runIter (TestBuild.wasm.framework.unityweb:8:150204)
Browser_mainLoop_runner (TestBuild.wasm.framework.unityweb:8:148666)

What is going on?!

Can anyone help??

Submitted

Hi i had similar problem. I my case i have removed compression. From above stack trace i'm not sure is that the case. Hope it helps.


Submitted

Thanks, we're trying to get it to work but it's just not :S

I've uploaded an alpha version that's a few days old. The fundamentals are there but, man... we've come so much further than this.

Submitted

I'm really sorry to hear that. there's an issue with Unity 2020 versions if you are using that and the itch.io app. 

https://github.com/itchio/itch/issues/2496

You have to install kitch to view your content in the app, also make sure you tick enable fallback decompression.

(1 edit)

it breaks outside of itch. i've been copying it to one of my webservers. and built on latest ver of unity.

Submitted

Are you sending the correct headers for decompressing the content?

Submitted

I did not have an error like this but this may help :

https://community.gamedev.tv/t/i-cant-run-my-webgl-build/115357/13

Or if you have a Leader Board it might have something to do with this :

https://stackoverflow.com/questions/62092755/how-can-i-solve-this-error-in-webgl...