- Home /
WebGL Javascript Error: Uncaught abort(130) at Error
Hey everybody, i made a game and i want to upload it to online website that allows upload your indie game. but i found an error i dont really know whats wrong. i did some research before post a question but i didnt found something similar to my problem. here is the error message:
blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:10929 Uncaught abort(130) at Error
at jsStackTrace (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:1056:12)
at stackTrace (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:1070:21)
at abort (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:2222717:43)
at nullFunc_iiii (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:15485:2)
at Array.b130 (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:2206120:2)
at __ZN16VirtFuncInvoker1IP24ObjectU5BU5D_t3614634134bE6InvokeEjPvb [Invoke? VirtFuncInvoker1<bool*>(unsigned int, void*, bool)] (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:1982411:50)
at _MySqlConnectionStringBuilder_AddKeywordFromProperty_m3073566240 (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:876726:8)
at _MySqlConnectionStringBuilder_Initialize_m3878957688 (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:1427540:2)
at Array._MySqlConnectionStringBuilder__cctor_m1042839471 (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:1700660:2)
at Array.__Z31RuntimeInvoker_Void_t1841601450PK10MethodInfoPvPS2_ [RuntimeInvoker_Void_t1841601450?2(void**, undefined?S?*)] (blob:https://v6p9d9t4.ssl.hwcdn.net/15fa2f0a-f96c-4d4d-89f8-1c0b6ab17ab2:2139545:44)
i first though i am missing DLL files but i have all of them as far i know: i tried with the normal build option and with developer option and both the same result. with the I18N DLL it works with standalone builds but doesn't with WebGL. i how you guys can help me with this error.
thanks in advance
BTW im using itch.io to upload my game.
EDIT: in the error it says something with mysqlconnectionstring but the string works. it fully works in editor mode but when i upload it i got the error above in the browser javascript console(and yes i tried with multiple browsers). also a link to my game for a closer look maybe: https://omwro.itch.io/omwros-roll-a-ball
I tried to add other Dll in my Plugin folder:
but now i got another errors. i really dont know where to find the errorline specific and how to fix it. here is the new errorcode:
Uncaught abort(-1) at Error
at jsStackTrace (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:1056:12)
at stackTrace (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:1070:21)
at abort (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:4421183:43)
at _pthread_create (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:14345:2)
at __ZN6il2cpp2os10ThreadImpl3RunEPFvPvES2_ [il2cpp::os::ThreadImpl::Run(undefined?F?*, void, void*)] (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:4214728:47)
at Array.__ZN6il2cpp2os6Thread3RunEPFvPvES2_ [il2cpp::os::Thread::Run(undefined?F?*, void, void*)] (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:4274918:11)
at Object.dynCall_iiii (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:4382153:39)
at invoke_iiii (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:16816:32)
at Array.__ZN6il2cpp6icalls8mscorlib6System9Threading6Thread15Thread_internalEP12Il2CppThreadP14Il2CppDelegate [il2cpp::icalls::mscorlib::System::Threading::Thread::Thread_internal(Il2CppDelegate?**)] (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:2620175:9)
at Object.dynCall_iii (blob:https://v6p9d9t4.ssl.hwcdn.net/eb7caa22-0a04-44dc-aa29-e01fdfd63e27:4393881:38)
i hope its more clear for you and hopefully can help me. thanks in advance
I have the same problem I tried to set the charset and the port in the connection string as I found in another blogs but the problem persists.
Your answer
Follow this Question
Related Questions
WebGL,WebGL error 0 Answers
WebGL error ... how to make use of message 0 Answers
Error Occurs in Github Pages But Not Unity Game Engine 1 Answer
Unity Splash screen with webgl build 0 Answers
Chrome 56 WebGL error 1 Answer