Search Unity

WebGL build crash after load

Discussion in 'Scripting' started by FabrizioSpadaro, Mar 17, 2020.

  1. FabrizioSpadaro

    FabrizioSpadaro

    Joined:
    Jul 10, 2012
    Posts:
    287
    Hello guys, I was trying to make a WebGL build for my game, the built was successful, but when the browser loaded, I got an error right after the player loaded:

    Code (CSharp):
    1. Uncaught abort(79) at Error
    2.     at jsStackTrace (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:22313)
    3.     at Object.stackTrace (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:22484)
    4.     at Object.onAbort (http://localhost:53906/Build/UnityLoader.js:4:11118)
    5.     at abort (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:524060)
    6.     at wasm-function[74246]:0x15ee5f5
    7.     at wasm-function[26940]:0xb42747
    8.     at wasm-function[30399]:0xc04033
    9.     at wasm-function[30398]:0xc03ecc
    10.     at wasm-function[30400]:0xc040b7
    11.     at wasm-function[30401]:0xc04122
    12.     at wasm-function[24489]:0xb05ab3
    13.     at wasm-function[74120]:0x15edc5a
    14.     at Object.dynCall_iiiii (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:494126)
    15.     at invoke_iiiii (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:353764)
    16.     at wasm-function[72165]:0x1596341
    17.     at wasm-function[71470]:0x1574ac1
    18.     at wasm-function[4157]:0x1afce0
    19.     at wasm-function[4156]:0x1afc09
    20.     at wasm-function[7798]:0x2edb27
    21.     at wasm-function[7795]:0x2ec949
    22.     at wasm-function[10200]:0x3ee656
    23.     at wasm-function[8105]:0x310b2b
    24.     at wasm-function[10581]:0x4198c1
    25.     at wasm-function[10296]:0x3f701f
    26.     at wasm-function[10296]:0x3f7034
    27.     at wasm-function[10290]:0x3f6b39
    28.     at wasm-function[10284]:0x3f4ea6
    29.     at wasm-function[74135]:0x15edea9
    30.     at Object.dynCall_v (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:504743)
    31.     at browserIterationFunc (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:183259)
    32.     at Object.runIter (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:186320)
    33.     at Browser_mainLoop_runner (blob:http://localhost:53906/52d23e00-64fe-45b7-8280-fe6ab334aa7c:8:184782)
    Any idea?
     
  2. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,598
    Did you ever solve this?
    I have something that looks similar, works in the editor without errors but not in the browser