Search Unity

missing function: create, Uncaught abort(-1) at Error

Discussion in 'Web' started by hjxchris, Aug 4, 2020.

  1. hjxchris

    hjxchris

    Joined:
    Aug 4, 2020
    Posts:
    1
    hi all,
    was wondering if anyone seen this "missing function abort(-1)" error?
    upload_2020-8-4_14-35-8.png

    upload_2020-8-4_14-32-57.png

    looks like it hit here,
    hitting some dyncall void(int,int)? and its missing?
    is it some kind of call back from unity? i am in total dark here.
    so my question is what could have trigger hitting this, how can i fix this or avoid this? if anyone can shed some light on me how to fix this, it would be much appreciated

    Code (CSharp):
    1. Invoking error handler due to
    2. Uncaught abort(-1) at Error
    3.     at jsStackTrace (WebBuild.wasm.framework.unityweb:2:15158)
    4.     at stackTrace [Object.stackTrace] (WebBuild.wasm.framework.unityweb:2:15329)
    5.     at Object.onAbort (https://some.domain.com/webgl/WebBuild/Build/UnityLoader.js:4:9327)
    6.     at abort (WebBuild.wasm.framework.unityweb:2:549278)
    7.     at _create (WebBuild.wasm.framework.unityweb:2:228945)
    8.     at <anonymous>:wasm-function[74959]:0x18a28d5
    9.     at dynCall_ii (<anonymous>:wasm-function[97594]:0x1df2657)
    10.     at dynCall_ii [Object.dynCall_ii] (WebBuild.wasm.framework.unityweb:2:511593)
    11.     at invoke_ii (WebBuild.wasm.framework.unityweb:2:369417)
    12.     at <anonymous>:wasm-function[74967]:0x18a2bf7
    13.     at <anonymous>:wasm-function[74970]:0x18a2f08
    14.     at <anonymous>:wasm-function[74969]:0x18a2e72
    15.     at <anonymous>:wasm-function[65729]:0x14fc4d2
    16.     at <anonymous>:wasm-function[65726]:0x14fc2e0
    17.     at <anonymous>:wasm-function[65723]:0x14fc1dd
    18.     at <anonymous>:wasm-function[28491]:0xe76c5f
    19.     at <anonymous>:wasm-function[39341]:0x1098999
    20.     at <anonymous>:wasm-function[60249]:0x1386a48
    21.     at dynCall_iiiii (<anonymous>:wasm-function[97601]:0x1df26fa)
    22.     at dynCall_iiiii [Object.dynCall_iiiii] (WebBuild.wasm.framework.unityweb:2:516836)
    23.     at invoke_iiiii (WebBuild.wasm.framework.unityweb:2:377621)
    24.     at <anonymous>:wasm-function[46898]:0x12195dd
    25.     at <anonymous>:wasm-function[47271]:0x1227c0b
    26.     at <anonymous>:wasm-function[3437]:0x1f230a
    27.     at <anonymous>:wasm-function[3436]:0x1f2276
    28.     at <anonymous>:wasm-function[6049]:0x2b2bd9
    29.     at <anonymous>:wasm-function[6047]:0x2b28e8
    30.     at <anonymous>:wasm-function[6051]:0x2b2de2
    31.     at <anonymous>:wasm-function[6490]:0x2e6efd
    32.     at <anonymous>:wasm-function[9475]:0x42de44
    33.     at <anonymous>:wasm-function[8784]:0x3e49cd
    34.     at <anonymous>:wasm-function[8784]:0x3e49e2
    35.     at <anonymous>:wasm-function[8778]:0x3e3d92
    36.     at <anonymous>:wasm-function[8773]:0x3e26e2
    37.     at dynCall_v (<anonymous>:wasm-function[97617]:0x1df2974)
    38.     at dynCall_v [Object.dynCall_v] (WebBuild.wasm.framework.unityweb:2:526549)
    39.     at browserIterationFunc (WebBuild.wasm.framework.unityweb:2:129986)
    40.     at runIter [Object.runIter] (WebBuild.wasm.framework.unityweb:2:133059)
    41.     at Browser_mainLoop_runner (WebBuild.wasm.framework.unityweb:2:131521)
     
  2. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    Anything in the console log, hinting at what might be the problem? (perhaps related to code stripping)
     
  3. wechat_os_Qy08KEwnHbVyeqeEmSEGarzWo

    wechat_os_Qy08KEwnHbVyeqeEmSEGarzWo

    Joined:
    Jul 14, 2022
    Posts:
    1
    i like you