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(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:
![screenshot][1]
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
[1]: /storage/temp/81074-screenshot-5.png
↧