Search Unity

Using XmlSerializer in WebGL build causes; dlopen, Emscripten's linking support exception.

Discussion in 'Web' started by Roywise, Feb 24, 2020.

  1. Roywise

    Roywise

    Joined:
    Jun 1, 2017
    Posts:
    68
    Previously, due to an issue in previous versions of Unity we removed the use of the XmlSerializer class completely. We recently restored those because it is way more reliable than the solution that we created our self. Now we're headbutting a different issue with the XmlSerializer class and it is specifically for WebGL, our now main focus platform.

    We're building for WebGL using the IL2CPP scripting backend and .NET 4.x.

    When we call XmlSerializer.Deserialize() an exception is thrown:

    At first I though that the IL2CPP stripped away some of the classes that I needed so I added the lines below to my link.xml file, but that didn't fix the issue.

    Code (XML):
    1. <assembly fullname="System.Xml">
    2.    <type fullname="System.Xml" preserve="all"/>
    3.    <type fullname="System.Xml.Serialization" preserve="all"/>
    4.    <type fullname="System.Xml.Serialization.XmlSerializer" preserve="all"/>
    5. </assembly>
    So I'm here to ask if someone can explain me what is happening and how I might be able to fix this.



    Here's the stacktrace that I was able to gather;

    Code (Stacktrace):
    1. UnityLoader.js:1142 To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking
    2. UnityLoader.js:1143 To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking
    3. printErr @ UnityLoader.js:1143
    4. onAbort @ UnityLoader.js:1133
    5. abort @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:31364
    6. _dlopen @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9424
    7. __ZN6il2cpp2osL19LoadLibraryWithNameEPKci @ 0b2b01e6-101792:4
    8. __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEEi @ 0b2b01e6-101791:83
    9. __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEE @ 0b2b01e6-101790:4
    10. __ZN6il2cpp2vm13LibraryLoader18LoadDynamicLibraryENS_5utils10StringViewIcEE @ 0b2b01e6-103401:5
    11. __ZN6il2cpp2vm14PlatformInvoke7ResolveERK16PInvokeArguments @ 0b2b01e6-103588:94
    12. __Z22il2cpp_codegen_resolveRK16PInvokeArguments @ 0b2b01e6-104758:3
    13. __Z30il2cpp_codegen_resolve_pinvokeIPFilELm5ELm6EET_RAT0__KcRAT1__S3_20Il2CppCallConvention13Il2CppCharSetib @ 0b2b01e6-69091:39
    14. _Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D @ 0b2b01e6-69090:17
    15. dynCall_iii @ 0b2b01e6-113995:9
    16. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29347
    17. invoke_iii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18530
    18. _Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45 @ 0b2b01e6-69089:75
    19. dynCall_vi @ 0b2b01e6-114130:8
    20. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:30022
    21. invoke_vi @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:19880
    22. _Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77 @ 0b2b01e6-69087:54
    23. _WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 @ 0b2b01e6-69086:16
    24. _DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 @ 0b2b01e6-74655:3
    25. _DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 @ 0b2b01e6-74654:3
    26. _GC_call_with_alloc_lock @ 0b2b01e6-104183:8
    27. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29187
    28. invoke_ii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18210
    29. _DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F @ 0b2b01e6-74657:103
    30. _GC_call_with_alloc_lock @ 0b2b01e6-104183:8
    31. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29187
    32. invoke_ii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18210
    33. _WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 @ 0b2b01e6-69119:170
    34. _HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F @ 0b2b01e6-70358:105
    35. _HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46 @ 0b2b01e6-70357:20
    36. __ZN21InterfaceFuncInvoker1IbP63PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_ @ 0b2b01e6-31459:79
    37. _WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6 @ 0b2b01e6-69093:112
    38. _WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 @ 0b2b01e6-69099:65
    39. _XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8 @ 0b2b01e6-111587:66
    40. _XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525 @ 0b2b01e6-111586:43
    41. _XmlUrlResolver_GetEntity_m48F7349856F393B8FF6990C85993D607989E8663 @ 0b2b01e6-113158:154
    42. __ZN16VirtFuncInvoker3IP8String_tP52ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821iiE6InvokeEjP12Il2CppObjectS3_ii @ 0b2b01e6-41512:27
    43. _XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 @ 0b2b01e6-110557:162
    44. dynCall_iiii @ 0b2b01e6-114009:10
    45. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29417
    46. invoke_iiii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18670
    47. _XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 @ 0b2b01e6-110541:184
    48. _XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE @ 0b2b01e6-110685:70
    49. _DtdParserProxy_System_Xml_IDtdParserAdapter_PushExternalSubset_mF5D4105E281BA8A1273432D73F53E9BD536C70C1 @ 0b2b01e6-113041:7
    50. __ZN21InterfaceFuncInvoker2IbP53PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9DP50Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_S3_ @ 0b2b01e6-31694:80
    51. _DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8 @ 0b2b01e6-112271:29
    52. _DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E @ 0b2b01e6-112261:116
    53. _DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C @ 0b2b01e6-112259:65
    54. _DtdParser_System_Xml_IDtdParser_ParseInternalDtd_m6591370BB15B37951840B7F3268CEE045E97AF22 @ 0b2b01e6-112258:9
    55. __ZN21InterfaceFuncInvoker2IbP53PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9DP50Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_S3_ @ 0b2b01e6-31694:80
    56. _XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E @ 0b2b01e6-110647:31
    57. _XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42 @ 0b2b01e6-110615:200
    58. _XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493 @ 0b2b01e6-110588:223
    59. _XmlTextReaderImpl_Read_m653E3E111C3050E1928C507860CC3FA407E94FD6 @ 0b2b01e6-110586:294
    60. __ZN16VirtFuncInvoker0IP51JSONArray_t5AA00B45F9B7AD9E329B4A5589C8B4CC5040932EE6InvokeEjP12Il2CppObject @ 0b2b01e6-28389:24
    61. _PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085 @ 0b2b01e6-63026:5
    62. __ZN16VirtFuncInvoker0IP51JSONArray_t5AA00B45F9B7AD9E329B4A5589C8B4CC5040932EE6InvokeEjP12Il2CppObject @ 0b2b01e6-28389:24
    63. _XmlReader_MoveToContent_m9C8EE8ACAF6AB09BBFCF7FDB0CC49E9264530C87 @ 0b2b01e6-110359:30
    64. __ZN16VirtFuncInvoker0IP51JSONArray_t5AA00B45F9B7AD9E329B4A5589C8B4CC5040932EE6InvokeEjP12Il2CppObject @ 0b2b01e6-28389:24
    65. _XmlSerializationReaderInterpreter_ReadRoot_m78F7DC9F072EE5EFBE23379B4DE44C886AFB5D04 @ 0b2b01e6-112533:18
    66. dynCall_iii @ 0b2b01e6-113995:9
    67. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29347
    68. invoke_iii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18530
    69. _XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C @ 0b2b01e6-112699:108
    70. __ZN16VirtFuncInvoker1IP50JSONNode_t66A8E49C0296E623FD6B67358CA76013BC6CF669P8String_tE6InvokeEjP12Il2CppObjectS3_ @ 0b2b01e6-28380:25
    71. _XmlSerializer_Deserialize_m23AE11F00C1BABED740DC5C35B8E7C7F5FEF25C7 @ 0b2b01e6-112696:28
    72. _XmlSerializer_Deserialize_mD09540F5B4A88CEBEA81D1992B05FFD75AE9883D @ 0b2b01e6-112698:32
    73. _P9FileSerializer_Deserialize_m4F5C4CAB64C3FA9D5DDCE15C90EEDEB3EEAD48CE @ 0b2b01e6-110792:18
    74. _P9FileSerializer_Deserialize_m6D998ACA7687C47A0798D53798EC848DEBDD208B @ 0b2b01e6-110791:24
    75. dynCall_iiii @ 0b2b01e6-114009:10
    76. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29417
    77. invoke_iiii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18670
    78. _P9Converter_Convert_mC6646D064699AE5464A822C85BED3700F1DBDFF4 @ 0b2b01e6-110697:144
    79. _BrowserLoadHandler_GetSSDocument_m59F42A11E0E3864CE3DC1E213F077C5BB719C0E5 @ 0b2b01e6-39266:68
    80. _BrowserLoadHandler_LoadDocumentInternal_m382C08D7F94B1E9AAC0FFDBD051DA275912B73B1 @ 0b2b01e6-39265:98
    81. _BrowserLoadHandler_loadDocument_mE8E22581E9A043C1C3F8A398F9945EC09BC66309 @ 0b2b01e6-39264:164
    82. _U3CU3Ec__DisplayClass4_0_U3CLoadPresenterFileU3Eb__1_m1C2C4E749486FD42AC4E23AD2E5431F614CECA8C @ 0b2b01e6-36912:111
    83. _SquareVisibilityChangedHandler_Invoke_m83E2EAFD1211CF905CD36A0F61F40C4C19AEF545 @ 0b2b01e6-48900:178
    84. __Z57Action_2_Invoke_mF8F1725D12CC863EE060AACAB70054D76A7510A0P50Action_2_t3FCAA43160900C8295F6E7A83A43C339408F4114iiPK10MethodInfo @ 0b2b01e6-29822:6
    85. dynCall_viiii @ 0b2b01e6-114235:11
    86. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:30547
    87. invoke_viiii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:20930
    88. _U3CloadWebTextU3Ed__14_MoveNext_mFCD11C2DFE8D54108E46B64853DDBD098CD951E5 @ 0b2b01e6-49210:548
    89. __ZN21InterfaceFuncInvoker0IP12Il2CppObjectE6InvokeEjP11Il2CppClassS1_ @ 0b2b01e6-28990:78
    90. _SetupCoroutine_InvokeMoveNext_m9106BA4E8AE0E794B17F184F1021A53F1D071F31 @ 0b2b01e6-83230:42
    91. __Z164RuntimeInvoker_FalseVoid_t22962CB4C05B1D89B55A6E1139F0E87A90987017_VoidU2A_t3A9D5EB5A83DC9C93DF2C4D6EA67B0F5E885889A_Int32_t585191389E07734F19F3156FF88FB3EF4800D102PFvvEPK10MethodInfoPvPS4_ @ 0b2b01e6-107270:13
    92. dynCall_iiiii @ 0b2b01e6-114020:11
    93. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29472
    94. invoke_iiiii @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:18780
    95. __ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException @ 0b2b01e6-102699:68
    96. _il2cpp_runtime_invoke @ 0b2b01e6-101657:20
    97. __Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb @ 0b2b01e6-5862:31
    98. __ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb @ 0b2b01e6-5860:120
    99. __ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr @ 0b2b01e6-9872:100
    100. __ZN9Coroutine3RunEPb @ 0b2b01e6-9869:31
    101. __ZN9Coroutine17ContinueCoroutineEP6ObjectPv @ 0b2b01e6-9876:23
    102. __ZN18DelayedCallManager6UpdateEi @ 0b2b01e6-10349:355
    103. __ZZ23InitPlayerLoopCallbacksvEN49UpdateScriptRunDelayedDynamicFrameRateRegistrator7ForwardEv @ 0b2b01e6-13165:26
    104. __Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 0b2b01e6-12708:85
    105. __Z17ExecutePlayerLoopP22NativePlayerLoopSystem @ 0b2b01e6-12708:96
    106. __Z10PlayerLoopv @ 0b2b01e6-12693:340
    107. __ZL8MainLoopv @ 0b2b01e6-12681:81
    108. dynCall_v @ 0b2b01e6-114111:7
    109. (anonymous) @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:29927
    110. browserIterationFunc @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9581
    111. runIter @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9683
    112. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9619
    113. setTimeout (async)
    114. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    115. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    116. setTimeout (async)
    117. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    118. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    119. setTimeout (async)
    120. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    121. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    122. setTimeout (async)
    123. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    124. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    125. setTimeout (async)
    126. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    127. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    128. setTimeout (async)
    129. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    130. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    131. setTimeout (async)
    132. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    133. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    134. setTimeout (async)
    135. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    136. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    137. setTimeout (async)
    138. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    139. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    140. setTimeout (async)
    141. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    142. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    143. setTimeout (async)
    144. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    145. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    146. setTimeout (async)
    147. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    148. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    149. setTimeout (async)
    150. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    151. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    152. setTimeout (async)
    153. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    154. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    155. setTimeout (async)
    156. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    157. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    158. setTimeout (async)
    159. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    160. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    161. setTimeout (async)
    162. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    163. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    164. setTimeout (async)
    165. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    166. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    167. setTimeout (async)
    168. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    169. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    170. setTimeout (async)
    171. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    172. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    173. setTimeout (async)
    174. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    175. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    176. setTimeout (async)
    177. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    178. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    179. setTimeout (async)
    180. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    181. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    182. setTimeout (async)
    183. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    184. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    185. setTimeout (async)
    186. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    187. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    188. setTimeout (async)
    189. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    190. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    191. setTimeout (async)
    192. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    193. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    194. setTimeout (async)
    195. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    196. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    197. setTimeout (async)
    198. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    199. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    200. setTimeout (async)
    201. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    202. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    203. setTimeout (async)
    204. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    205. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    206. setTimeout (async)
    207. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    208. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    209. Show 80 more frames
    210. UnityLoader.js:417 Invoking error handler due to
    211. Uncaught abort("To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking") at Error
    212.     at jsStackTrace (Build.wasm.framework.unityweb:943:12)
    213.     at stackTrace [Object.stackTrace] (Build.wasm.framework.unityweb:957:11)
    214.     at Object.onAbort (https://product0companyname.blob.core.windows.net/env/webgl_0.0.2/Build/UnityLoader.js:1138:50)
    215.     at abort (Build.wasm.framework.unityweb:31364:20)
    216.     at _dlopen (Build.wasm.framework.unityweb:9424:2)
    217.     at __ZN6il2cpp2osL19LoadLibraryWithNameEPKci [il2cpp::os::LoadLibraryWithName(char const*, int)] (wasm-function[101792]:0x1bd70bd)
    218.     at __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEEi [il2cpp::os::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char> const&, int)] (wasm-function[101791]:0x1bd6fc8)
    219.     at __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEE [il2cpp::os::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char> const&)] (wasm-function[101790]:0x1bd6f22)
    220.     at __ZN6il2cpp2vm13LibraryLoader18LoadDynamicLibraryENS_5utils10StringViewIcEE [il2cpp::vm::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char>)] (wasm-function[103401]:0x1c0c20c)
    221.     at __ZN6il2cpp2vm14PlatformInvoke7ResolveERK16PInvokeArguments [il2cpp::vm::PlatformInvoke::Resolve(PInvokeArguments const&)] (wasm-function[103588]:0x1c13831)
    222.     at __Z22il2cpp_codegen_resolveRK16PInvokeArguments [il2cpp_codegen_resolve(PInvokeArguments const&)] (wasm-function[104758]:0x1c3ac1e)
    223.     at __Z30il2cpp_codegen_resolve_pinvokeIPFilELm5ELm6EET_RAT0__KcRAT1__S3_20Il2CppCallConvention13Il2CppCharSetib [int (*il2cpp_codegen_resolve_pinvoke<int (*)(long), 5ul, 6ul>(char const (&) [5ul], char const (&) [6ul], Il2CppCallConvention, Il2CppCharSet, int, bool))(long)] (wasm-function[69091]:0x13f2a62)
    224.     at _Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D (wasm-function[69090]:0x13f29de)
    225.     at dynCall_iii (wasm-function[113995]:0x1db14af)
    226.     at dynCall_iii [Object.dynCall_iii] (Build.wasm.framework.unityweb:29347:38)
    227.     at invoke_iii (Build.wasm.framework.unityweb:18530:31)
    228.     at _Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45 (wasm-function[69089]:0x13f27f7)
    229.     at dynCall_vi (wasm-function[114130]:0x1db239c)
    230.     at dynCall_vi [Object.dynCall_vi] (Build.wasm.framework.unityweb:30022:37)
    231.     at invoke_vi (Build.wasm.framework.unityweb:19880:23)
    232.     at _Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77 (wasm-function[69087]:0x13f264a)
    233.     at _WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 (wasm-function[69086]:0x13f257c)
    234.     at _DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (wasm-function[74655]:0x1540b5b)
    235.     at _DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (wasm-function[74654]:0x1540b52)
    236.     at _GC_call_with_alloc_lock (wasm-function[104183]:0x1c295db)
    237.     at dynCall_ii [Object.dynCall_ii] (Build.wasm.framework.unityweb:29187:37)
    238.     at invoke_ii (Build.wasm.framework.unityweb:18210:30)
    239.     at _DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F (wasm-function[74657]:0x1540cac)
    240.     at _GC_call_with_alloc_lock (wasm-function[104183]:0x1c295db)
    241.     at dynCall_ii [Object.dynCall_ii] (Build.wasm.framework.unityweb:29187:37)
    242.     at invoke_ii (Build.wasm.framework.unityweb:18210:30)
    243.     at _WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (wasm-function[69119]:0x13f3a0f)
    244.     at _HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (wasm-function[70358]:0x1453d2e)
    245.     at _HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46 (wasm-function[70357]:0x1453c01)
    246.     at __ZN21InterfaceFuncInvoker1IbP63PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_ [InterfaceFuncInvoker1<bool, PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725*>::Invoke(unsigned int, Il2CppClass*, Il2CppObject*, PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725*)] (wasm-function[31459]:0xc74f5c)
    247.     at _WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6 (wasm-function[69093]:0x13f2c69)
    248.     at _WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (wasm-function[69099]:0x13f344e)
    249.     at _XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8 (wasm-function[111587]:0x1d1d7c3)
    250.     at _XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525 (wasm-function[111586]:0x1d1d728)
    251.     at _XmlUrlResolver_GetEntity_m48F7349856F393B8FF6990C85993D607989E8663 (wasm-function[113158]:0x1d7799a)
    252.     at __ZN16VirtFuncInvoker3IP8String_tP52ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821iiE6InvokeEjP12Il2CppObjectS3_ii [VirtFuncInvoker3<String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int, int>::Invoke(unsigned int, Il2CppObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int, int)] (wasm-function[41512]:0xe7299d)
    253.     at _XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (wasm-function[110557]:0x1cce3b5)
    254.     at dynCall_iiii (wasm-function[114009]:0x1db1635)
    255.     at dynCall_iiii [Object.dynCall_iiii] (Build.wasm.framework.unityweb:29417:39)
    256.     at invoke_iiii (Build.wasm.framework.unityweb:18670:32)
    257.     at _XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (wasm-function[110541]:0x1ccc8a0)
    258.     at _XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE (wasm-function[110685]:0x1cd83f8)
    259.     at _DtdParserProxy_System_Xml_IDtdParserAdapter_PushExternalSubset_mF5D4105E281BA8A1273432D73F53E9BD536C70C1 (wasm-function[113041]:0x1d70f4e)
    260.     at __ZN21InterfaceFuncInvoker2IbP53PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9DP50Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_S3_ [InterfaceFuncInvoker2<bool, PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9D*, Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946*>::Invoke(unsigned int, Il2CppClass*, Il2CppObject*, PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9D*, Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946*)] (wasm-function[31694]:0xc7c8f4)
    261.     at _DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8 (wasm-function[112271]:0x1d3e6aa)
    262. 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9689 Uncaught abort("To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking") at Error
    263.     at jsStackTrace (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:943:12)
    264.     at Object.stackTrace (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:957:11)
    265.     at Object.onAbort (https://product0companyname.blob.core.windows.net/env/webgl_0.0.2/Build/UnityLoader.js:1138:50)
    266.     at abort (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:31364:20)
    267.     at _dlopen (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:9424:2)
    268.     at __ZN6il2cpp2osL19LoadLibraryWithNameEPKci [il2cpp::os::LoadLibraryWithName(char const*, int)] (wasm-function[101792]:0x1bd70bd)
    269.     at __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEEi [il2cpp::os::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char> const&, int)] (wasm-function[101791]:0x1bd6fc8)
    270.     at __ZN6il2cpp2os13LibraryLoader18LoadDynamicLibraryERKNS_5utils10StringViewIcEE [il2cpp::os::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char> const&)] (wasm-function[101790]:0x1bd6f22)
    271.     at __ZN6il2cpp2vm13LibraryLoader18LoadDynamicLibraryENS_5utils10StringViewIcEE [il2cpp::vm::LibraryLoader::LoadDynamicLibrary(il2cpp::utils::StringView<char>)] (wasm-function[103401]:0x1c0c20c)
    272.     at __ZN6il2cpp2vm14PlatformInvoke7ResolveERK16PInvokeArguments [il2cpp::vm::PlatformInvoke::Resolve(PInvokeArguments const&)] (wasm-function[103588]:0x1c13831)
    273.     at __Z22il2cpp_codegen_resolveRK16PInvokeArguments [il2cpp_codegen_resolve(PInvokeArguments const&)] (wasm-function[104758]:0x1c3ac1e)
    274.     at __Z30il2cpp_codegen_resolve_pinvokeIPFilELm5ELm6EET_RAT0__KcRAT1__S3_20Il2CppCallConvention13Il2CppCharSetib [int (*il2cpp_codegen_resolve_pinvoke<int (*)(long), 5ul, 6ul>(char const (&) [5ul], char const (&) [6ul], Il2CppCallConvention, Il2CppCharSet, int, bool))(long)] (wasm-function[69091]:0x13f2a62)
    275.     at _Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D (wasm-function[69090]:0x13f29de)
    276.     at dynCall_iii (wasm-function[113995]:0x1db14af)
    277.     at Object.dynCall_iii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:29347:38)
    278.     at invoke_iii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:18530:31)
    279.     at _Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45 (wasm-function[69089]:0x13f27f7)
    280.     at dynCall_vi (wasm-function[114130]:0x1db239c)
    281.     at Object.dynCall_vi (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:30022:37)
    282.     at invoke_vi (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:19880:23)
    283.     at _Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77 (wasm-function[69087]:0x13f264a)
    284.     at _WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 (wasm-function[69086]:0x13f257c)
    285.     at _DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (wasm-function[74655]:0x1540b5b)
    286.     at _DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (wasm-function[74654]:0x1540b52)
    287.     at _GC_call_with_alloc_lock (wasm-function[104183]:0x1c295db)
    288.     at Object.dynCall_ii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:29187:37)
    289.     at invoke_ii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:18210:30)
    290.     at _DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F (wasm-function[74657]:0x1540cac)
    291.     at _GC_call_with_alloc_lock (wasm-function[104183]:0x1c295db)
    292.     at Object.dynCall_ii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:29187:37)
    293.     at invoke_ii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:18210:30)
    294.     at _WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (wasm-function[69119]:0x13f3a0f)
    295.     at _HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (wasm-function[70358]:0x1453d2e)
    296.     at _HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46 (wasm-function[70357]:0x1453c01)
    297.     at __ZN21InterfaceFuncInvoker1IbP63PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_ [InterfaceFuncInvoker1<bool, PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725*>::Invoke(unsigned int, Il2CppClass*, Il2CppObject*, PCSingleParticipantVM_tAA49A5E69855E1A6A8AFA1EF95EDD90A12CA9725*)] (wasm-function[31459]:0xc74f5c)
    298.     at _WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6 (wasm-function[69093]:0x13f2c69)
    299.     at _WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (wasm-function[69099]:0x13f344e)
    300.     at _XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8 (wasm-function[111587]:0x1d1d7c3)
    301.     at _XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525 (wasm-function[111586]:0x1d1d728)
    302.     at _XmlUrlResolver_GetEntity_m48F7349856F393B8FF6990C85993D607989E8663 (wasm-function[113158]:0x1d7799a)
    303.     at __ZN16VirtFuncInvoker3IP8String_tP52ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821iiE6InvokeEjP12Il2CppObjectS3_ii [VirtFuncInvoker3<String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int, int>::Invoke(unsigned int, Il2CppObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int, int)] (wasm-function[41512]:0xe7299d)
    304.     at _XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (wasm-function[110557]:0x1cce3b5)
    305.     at dynCall_iiii (wasm-function[114009]:0x1db1635)
    306.     at Object.dynCall_iiii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:29417:39)
    307.     at invoke_iiii (blob:https://product.companyname.io/88e2e49e-4cdb-412e-b1c8-1674881eaf10:18670:32)
    308.     at _XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (wasm-function[110541]:0x1ccc8a0)
    309.     at _XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE (wasm-function[110685]:0x1cd83f8)
    310.     at _DtdParserProxy_System_Xml_IDtdParserAdapter_PushExternalSubset_mF5D4105E281BA8A1273432D73F53E9BD536C70C1 (wasm-function[113041]:0x1d70f4e)
    311.     at __ZN21InterfaceFuncInvoker2IbP53PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9DP50Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_S3_ [InterfaceFuncInvoker2<bool, PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9D*, Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946*>::Invoke(unsigned int, Il2CppClass*, Il2CppObject*, PWMessage_1_t130EDD51E58F681BBC6E48E4FE0B3A3EC833BB9D*, Action_1_t5BD746EFCB382D97599ECCAE6044BF7539FA9946*)] (wasm-function[31694]:0xc7c8f4)
    312.     at _DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8 (wasm-function[112271]:0x1d3e6aa)
    313. runIter @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9689
    314. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9619
    315. setTimeout (async)
    316. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    317. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    318. setTimeout (async)
    319. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    320. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    321. setTimeout (async)
    322. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    323. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    324. setTimeout (async)
    325. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    326. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    327. setTimeout (async)
    328. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    329. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    330. setTimeout (async)
    331. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    332. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    333. setTimeout (async)
    334. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    335. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    336. setTimeout (async)
    337. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    338. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    339. setTimeout (async)
    340. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    341. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    342. setTimeout (async)
    343. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    344. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    345. setTimeout (async)
    346. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    347. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    348. setTimeout (async)
    349. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    350. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    351. setTimeout (async)
    352. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    353. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    354. setTimeout (async)
    355. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    356. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    357. setTimeout (async)
    358. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    359. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    360. setTimeout (async)
    361. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    362. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    363. setTimeout (async)
    364. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    365. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    366. setTimeout (async)
    367. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    368. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    369. setTimeout (async)
    370. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    371. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    372. setTimeout (async)
    373. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    374. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    375. setTimeout (async)
    376. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    377. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    378. setTimeout (async)
    379. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    380. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    381. setTimeout (async)
    382. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    383. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    384. setTimeout (async)
    385. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    386. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    387. setTimeout (async)
    388. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    389. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    390. setTimeout (async)
    391. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    392. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    393. setTimeout (async)
    394. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    395. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    396. setTimeout (async)
    397. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    398. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    399. setTimeout (async)
    400. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    401. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    402. setTimeout (async)
    403. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    404. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    405. setTimeout (async)
    406. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    407. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    408. setTimeout (async)
    409. Browser_mainLoop_scheduler_setTimeout @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9532
    410. Browser_mainLoop_runner @ 88e2e49e-4cdb-412e-b1c8-1674881eaf10:9623
    411.  
     
    Twyker_gp likes this.
  2. JJJohan

    JJJohan

    Joined:
    Mar 18, 2016
    Posts:
    214
    If you're not already (and assuming there are no issues doing so) make sure you're targetting the .NET Standard profile. In the past I've run into issues specifically with the XmlSerializer in WebGL; it crashes when targetting the full .NET 4.x profile but not when using the .NET Standard one.
     
  3. Roywise

    Roywise

    Joined:
    Jun 1, 2017
    Posts:
    68
    We haven't tried that but we moved to .NET 4.x for some functionalities that we required, for some specific platforms. We would like to keep that consistent across all platforms.