Search Unity

Il2CppExceptionWrapper App throws an error when run on Hololens (but not via remoting)

Discussion in 'VR' started by cwule, Oct 4, 2019.

  1. cwule

    cwule

    Joined:
    May 23, 2016
    Posts:
    17
    I have an app where I load obj files from a, http source via Unitywebrequest. The app works well in the editor and via remoting, but when trying to load content on the Hololens (or UWP local machine app), it throws the following error, which unfortunately doesn't tell me much:
    Code (CSharp):
    1. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF3F8.
    The output when debugging is the following. Any help for what the reason could be would be very appreciated. I am running Win 10, latest SDK 18362, Unity 2019.2.5, VS 2017


    Code (CSharp):
    1. 'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\Adenoma.exe'. Symbols loaded.
    2. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
    3. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
    4. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
    5. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
    6. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
    7. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\kernel32legacy.dll'. Cannot find or open the PDB file.
    8. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
    9. 'Adenoma.exe' (Win32): Loaded 'U:\Programs\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe\vccorlib140_app.dll'. Cannot find or open the PDB file.
    10. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
    11. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
    12. 'Adenoma.exe' (Win32): Loaded 'U:\Programs\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe\vcruntime140_app.dll'. Cannot find or open the PDB file.
    13. 'Adenoma.exe' (Win32): Loaded 'U:\Programs\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe\msvcp140_app.dll'. Cannot find or open the PDB file.
    14. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\forwarders\kernel32.dll'. Cannot find or open the PDB file.
    15. The thread 0xfc4 has exited with code 0 (0x0).
    16. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\procthreadexthost.dll'. Cannot find or open the PDB file.
    17. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
    18. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
    19. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\twinapi.appcore.dll'. Cannot find or open the PDB file.
    20. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
    21. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rmclient.dll'. Cannot find or open the PDB file.
    22. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
    23. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
    24. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.dll'. Cannot find or open the PDB file.
    25. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
    26. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dcomp.dll'. Cannot find or open the PDB file.
    27. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
    28. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\InputHost.dll'. Cannot find or open the PDB file.
    29. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MinUser.dll'. Cannot find or open the PDB file.
    30. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
    31. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
    32. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MinUser.dll'. Cannot find or open the PDB file.
    33. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\gdi32min.dll'. Cannot find or open the PDB file.
    34. 'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\MinUser.dll'
    35. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    36. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    37. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
    38. 'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\CoreMessaging.dll'
    39. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d2d1.dll'. Cannot find or open the PDB file.
    40. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
    41. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Cannot find or open the PDB file.
    42. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
    43. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\advapi32legacy.dll'. Cannot find or open the PDB file.
    44. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\sspicli.dll'. Cannot find or open the PDB file.
    45. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
    46. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OneCoreUAPCommonProxyStub.dll'. Cannot find or open the PDB file.
    47. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Graphics.dll'. Cannot find or open the PDB file.
    48. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
    49. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll'. Cannot find or open the PDB file.
    50. 'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\UnityPlayer.dll'. Cannot find or open the PDB file.
    51. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
    52. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\D3D12.dll'. Cannot find or open the PDB file.
    53. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
    54. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mfplat.dll'. Cannot find or open the PDB file.
    55. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\forwarders\version.dll'. Cannot find or open the PDB file.
    56. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mfreadwrite.dll'. Cannot find or open the PDB file.
    57. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
    58. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
    59. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
    60. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\RTWorkQ.dll'. Cannot find or open the PDB file.
    61. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ExecModelClient.dll'. Cannot find or open the PDB file.
    62. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Storage.ApplicationData.dll'. Cannot find or open the PDB file.
    63. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
    64. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
    65. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi_onecore.dll'. Cannot find or open the PDB file.
    66. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
    67. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MrmCoreR.dll'. Cannot find or open the PDB file.
    68. 'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\AudioPluginMsHRTF.dll'. Cannot find or open the PDB file.
    69. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\HrtfApo.dll'. Cannot find or open the PDB file.
    70. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Enumeration.dll'. Cannot find or open the PDB file.
    71. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\execmodelproxy.dll'. Cannot find or open the PDB file.
    72. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Cn::XH at memory location 0x017CE83C.
    73. onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(43)\InputHost.dll!6ED4AAA3: (caller: 6ED4AC1C) ReturnHr(1) tid(4a8) 87B20809 onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(75)\InputHost.dll!6ED4AC33: (caller: 6ED1950D) ReturnHr(2) tid(4a8) 87B20809 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\UiaManager.dll'. Cannot find or open the PDB file.
    74. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Core.TextInput.dll'. Cannot find or open the PDB file.
    75. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Perception.Stub.dll'. Cannot find or open the PDB file.
    76. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Mirage.dll'. Cannot find or open the PDB file.
    77. wil(439)\Windows.Mirage.dll!6EF5CB6F: (caller: 6EF5C996) ReturnHr(1) tid(7dc) 80070005 Access is denied.
    78. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d3d10warp.dll'. Cannot find or open the PDB file.
    79. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
    80. 'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
    81. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
    82. 'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\GameAssembly.dll'. Symbols loaded.
    83. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
    84. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
    85. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.Connectivity.dll'. Cannot find or open the PDB file.
    86. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.HostName.dll'. Cannot find or open the PDB file.
    87. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
    88. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
    89. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
    90. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
    91. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
    92. Invalid parameter passed to C runtime function.
    93. Invalid parameter passed to C runtime function.
    94. Invalid parameter passed to C runtime function.
    95. Invalid parameter passed to C runtime function.
    96. Invalid parameter passed to C runtime function.
    97. Invalid parameter passed to C runtime function.
    98. Invalid parameter passed to C runtime function.
    99. Invalid parameter passed to C runtime function.
    100. Invalid parameter passed to C runtime function.
    101. Invalid parameter passed to C runtime function.
    102. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\FWPUCLNT.DLL'. Cannot find or open the PDB file.
    103. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
    104. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.ApplicationModel.dll'. Cannot find or open the PDB file.
    105. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\igd10iumd32.dll'. Cannot find or open the PDB file.
    106. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120.dll'. Cannot find or open the PDB file.
    107. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Cannot find or open the PDB file.
    108. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ncrypt.dll'. Cannot find or open the PDB file.
    109. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntasn1.dll'. Cannot find or open the PDB file.
    110. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\igdusc32.dll'. Cannot find or open the PDB file.
    111. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Media.Devices.dll'. Cannot find or open the PDB file.
    112. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\DevDispItemProvider.dll'. Cannot find or open the PDB file.
    113. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
    114. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
    115. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\threadpoolwinrt.dll'. Cannot find or open the PDB file.
    116. The thread 0xce4 has exited with code 0 (0x0).
    117. The thread 0x5e0 has exited with code 0 (0x0).
    118. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Gaming.Input.dll'. Cannot find or open the PDB file.
    119. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Sensors.dll'. Cannot find or open the PDB file.
    120. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\biwinrt.dll''Windows.UI.WindowManagement.DisplayRegion'.
    121. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
    122. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\profext.dll'. Cannot find or open the PDB file.
    123. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\viewpositiontrackerinternal.h(94)\Windows.Devices.Sensors.dll!5D0833D0: (caller: 5D0823EF) Exception(1) tid(4a8) 80040111 ClassFactory cannot supply requested class
    124. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: wil::ResultException at memory location 0x017CE128.
    125. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000.
    126. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\simpleorientation.cpp(127)\Windows.Devices.Sensors.dll!5D081AA7: (caller: 5D07B5FC) Exception(2) tid(4a8) 80070490 Element not found.
    127. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: wil::ResultException at memory location 0x017CE370.
    128. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000.
    129. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\sensorserver.cpp(46)\Windows.Devices.Sensors.dll!5D078561: (caller: 5D07591F) ReturnHr(1) tid(4a8) 80070490 Element not found.
    130. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\lib\simpleorientationsensor.cpp(160)\Windows.Devices.Sensors.dll!5D0DB90D: (caller: 5D0D9E09) ReturnHr(2) tid(4a8) 80070490 Element not found.
    131. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\windows.applicationmodel.datatransfer.dll'. Cannot find or open the PDB file.
    132. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\coml2.dll'. Cannot find or open the PDB file.
    133. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ie_shims.dll'. Cannot find or open the PDB file.
    134. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
    135. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ClipboardServer.dll'. Cannot find or open the PDB file.
    136. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OneCoreCommonProxyStub.dll'. Cannot find or open the PDB file.
    137. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.System.Profile.SystemId.dll'. Cannot find or open the PDB file.
    138. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Clipc.dll'. Cannot find or open the PDB file.
    139. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
    140. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CryptoWinRT.dll'. Cannot find or open the PDB file.
    141. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Media.Speech.dll'. Cannot find or open the PDB file.
    142. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp110_win.dll'. Cannot find or open the PDB file.
    143. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\urlmon.dll'. Cannot find or open the PDB file.
    144. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\BCP47Langs.dll'. Cannot find or open the PDB file.
    145. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Common\sapi_onecore.dll'. Cannot find or open the PDB file.
    146. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
    147. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
    148. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
    149. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Globalization.dll'. Cannot find or open the PDB file.
    150. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\BCP47mrm.dll'. Cannot find or open the PDB file.
    151. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\FlightSettings.dll'. Cannot find or open the PDB file.
    152. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcd.dll'. Cannot find or open the PDB file.
    153. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Common\SpeechServiceWinRTApi.ProxyStub.dll'. Cannot find or open the PDB file.
    154. onecoreuap\enduser\nui\onecore\sapi\sapi\sr\srcloudpolicy.cpp(255)\sapi_onecore.dll!6381937A: (caller: 638197B1) ReturnHr(1) tid(17a4) 80070005 Access is denied.
    155. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Engines\SR\spsrx_onecore.dll'. Cannot find or open the PDB file.
    156. The thread 0xb80 has exited with code 0 (0x0).
    157. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Web.dll'. Cannot find or open the PDB file.
    158. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\wininet.dll'. Cannot find or open the PDB file.
    159. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\tokenbinding.dll'. Cannot find or open the PDB file.
    160. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OnDemandConnRouteHelper.dll'. Cannot find or open the PDB file.
    161. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winnsi.dll'. Cannot find or open the PDB file.
    162. The thread 0xd00 has exited with code 0 (0x0).
    163. The thread 0x1290 has exited with code 0 (0x0).
    164. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF158.
    165. The thread 0x428 has exited with code 0 (0x0).
    166. The thread 0xa60 has exited with code 0 (0x0).
    167. The thread 0x1388 has exited with code 0 (0x0).
    168. The thread 0xba8 has exited with code 0 (0x0).
    169. The thread 0x114c has exited with code 0 (0x0).
    170. The thread 0x5a8 has exited with code 0 (0x0).
    171. The thread 0x7c has exited with code 0 (0x0).
    172. The thread 0x47c has exited with code 0 (0x0).
    173. The thread 0x1670 has exited with code 0 (0x0).
    174. The thread 0x1758 has exited with code 0 (0x0).
    175. The thread 0x418 has exited with code 0 (0x0).
    176. The thread 0xb40 has exited with code 0 (0x0).
    177. The thread 0x1030 has exited with code 0 (0x0).
    178. The thread 0xfd8 has exited with code 0 (0x0).
    179. The thread 0x1358 has exited with code 0 (0x0).
    180. The thread 0xec8 has exited with code 0 (0x0).
    181. The thread 0x1ac has exited with code 0 (0x0).
    182. The thread 0x102c has exited with code 0 (0x0).
    183. The thread 0x1420 has exited with code 0 (0x0).
    184. The thread 0x890 has exited with code 0 (0x0).
    185. The thread 0xa38 has exited with code 0 (0x0).
    186. The thread 0x5bc has exited with code 0 (0x0).
    187. The thread 0xf88 has exited with code 0 (0x0).
    188. The thread 0x145c has exited with code 0 (0x0).
    189. The thread 0x15dc has exited with code 0 (0x0).
    190. The thread 0x8f8 has exited with code 0 (0x0).
    191. 'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msxml6.dll'. Cannot find or open the PDB file.
    192. The thread 0x1438 has exited with code 0 (0x0).
    193. The thread 0xabc has exited with code 0 (0x0).
    194. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF3F8.
    195. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF470.
    196. Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF504.
    197. The thread 0x159c has exited with code 0 (0x0).
    198. The thread 0x162c has exited with code 0 (0x0).
    199. The thread 0x14c4 has exited with code 0 (0x0).
    200. The thread 0x8c4 has exited with code 0 (0x0).
     
  2. joejo

    joejo

    Unity Technologies

    Joined:
    May 26, 2016
    Posts:
    958
    Unfortunately that isn't enough data to go on to tell what is going on exactly. Since it is an Il2cpp exception my best guess is that there is some script code in your app that is throwing an exception.

    Are you running a release build or a debug build? If the former try switching to debug. You might also want to enable breakpoints on all exceptions and try to catch those in the debugger to get the data from the exception.
     
  3. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,938
    As @joejo mentioned, the C++ type Il2CppExceptionWrapper is the C++ exception that IL2CPP uses to implement managed exceptions. So this means that some managed exception is being thrown, which is not uncommon.

    Is there any information in the player log about which exception is thrown? That exception might be caught and handled. Also, can you try to use managed debugging to see what is happening?
     
  4. cwule

    cwule

    Joined:
    May 23, 2016
    Posts:
    17
    Thanks for the feedback. Turns out it was a shader problem and I didn't have a shader loaded that was required for the loaded obj files.
     
  5. MiguelHiginio

    MiguelHiginio

    Joined:
    Oct 8, 2020
    Posts:
    1
    I have the same error for HoloLens 2 and Unity 2020, can you show what did you change?