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:
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
'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\Adenoma.exe'. Symbols loaded.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\kernel32legacy.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
'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.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
'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.
'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.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\forwarders\kernel32.dll'. Cannot find or open the PDB file.
The thread 0xfc4 has exited with code 0 (0x0).
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\procthreadexthost.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\twinapi.appcore.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rmclient.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dcomp.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\InputHost.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MinUser.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MinUser.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\gdi32min.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\MinUser.dll'
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\CoreMessaging.dll'
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d2d1.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\advapi32legacy.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\sspicli.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OneCoreUAPCommonProxyStub.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Graphics.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\UnityPlayer.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\D3D12.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mfplat.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\forwarders\version.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mfreadwrite.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\RTWorkQ.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ExecModelClient.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Storage.ApplicationData.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi_onecore.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\MrmCoreR.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\AudioPluginMsHRTF.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\HrtfApo.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Enumeration.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\execmodelproxy.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Cn::XH at memory location 0x017CE83C.
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.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Core.TextInput.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Perception.Stub.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Mirage.dll'. Cannot find or open the PDB file.
wil(439)\Windows.Mirage.dll!6EF5CB6F: (caller: 6EF5C996) ReturnHr(1) tid(7dc) 80070005 Access is denied.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\d3d10warp.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\AdenomaVS.Release_Win32.Immers_Admin\GameAssembly.dll'. Symbols loaded.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.Connectivity.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.HostName.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Cannot find or open the PDB file.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\FWPUCLNT.DLL'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.ApplicationModel.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\igd10iumd32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ncrypt.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ntasn1.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\igdusc32.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Media.Devices.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\DevDispItemProvider.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\threadpoolwinrt.dll'. Cannot find or open the PDB file.
The thread 0xce4 has exited with code 0 (0x0).
The thread 0x5e0 has exited with code 0 (0x0).
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Gaming.Input.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Sensors.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\biwinrt.dll'. Cannot find or open the PDB file.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(1) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(2) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(3) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(4) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(5) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(6) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(7) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(8) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(9) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(10) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(11) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(12) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(13) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(14) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(15) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(16) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(17) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(18) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(19) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(20) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(21) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(22) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(23) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(24) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(25) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(26) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(27) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(28) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(29) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(30) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(31) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(32) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(33) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(34) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(35) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(36) tid(7f8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!70A5F86B: (caller: 70A62723) ReturnHr(37) tid(7f8) 8685C003 Exception thrown at 0x76772E12 (KernelBase.dll) in Adenoma.exe: WinRT originate error - 0x80040111 : 'Windows.UI.WindowManagement.DisplayRegion'.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\profext.dll'. Cannot find or open the PDB file.
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
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: wil::ResultException at memory location 0x017CE128.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000.
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.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: wil::ResultException at memory location 0x017CE370.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000.
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.
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.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\windows.applicationmodel.datatransfer.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\coml2.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ie_shims.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\ClipboardServer.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OneCoreCommonProxyStub.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.System.Profile.SystemId.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Clipc.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\CryptoWinRT.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Media.Speech.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msvcp110_win.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\urlmon.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\BCP47Langs.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Common\sapi_onecore.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Globalization.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\BCP47mrm.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\FlightSettings.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\bcd.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Common\SpeechServiceWinRTApi.ProxyStub.dll'. Cannot find or open the PDB file.
onecoreuap\enduser\nui\onecore\sapi\sapi\sr\srcloudpolicy.cpp(255)\sapi_onecore.dll!6381937A: (caller: 638197B1) ReturnHr(1) tid(17a4) 80070005 Access is denied.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Speech_OneCore\Engines\SR\spsrx_onecore.dll'. Cannot find or open the PDB file.
The thread 0xb80 has exited with code 0 (0x0).
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Web.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\wininet.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\tokenbinding.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\OnDemandConnRouteHelper.dll'. Cannot find or open the PDB file.
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\winnsi.dll'. Cannot find or open the PDB file.
The thread 0xd00 has exited with code 0 (0x0).
The thread 0x1290 has exited with code 0 (0x0).
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF158.
The thread 0x428 has exited with code 0 (0x0).
The thread 0xa60 has exited with code 0 (0x0).
The thread 0x1388 has exited with code 0 (0x0).
The thread 0xba8 has exited with code 0 (0x0).
The thread 0x114c has exited with code 0 (0x0).
The thread 0x5a8 has exited with code 0 (0x0).
The thread 0x7c has exited with code 0 (0x0).
The thread 0x47c has exited with code 0 (0x0).
The thread 0x1670 has exited with code 0 (0x0).
The thread 0x1758 has exited with code 0 (0x0).
The thread 0x418 has exited with code 0 (0x0).
The thread 0xb40 has exited with code 0 (0x0).
The thread 0x1030 has exited with code 0 (0x0).
The thread 0xfd8 has exited with code 0 (0x0).
The thread 0x1358 has exited with code 0 (0x0).
The thread 0xec8 has exited with code 0 (0x0).
The thread 0x1ac has exited with code 0 (0x0).
The thread 0x102c has exited with code 0 (0x0).
The thread 0x1420 has exited with code 0 (0x0).
The thread 0x890 has exited with code 0 (0x0).
The thread 0xa38 has exited with code 0 (0x0).
The thread 0x5bc has exited with code 0 (0x0).
The thread 0xf88 has exited with code 0 (0x0).
The thread 0x145c has exited with code 0 (0x0).
The thread 0x15dc has exited with code 0 (0x0).
The thread 0x8f8 has exited with code 0 (0x0).
'Adenoma.exe' (Win32): Loaded 'C:\Windows\System32\msxml6.dll'. Cannot find or open the PDB file.
The thread 0x1438 has exited with code 0 (0x0).
The thread 0xabc has exited with code 0 (0x0).
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF3F8.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF470.
Exception thrown at 0x76772E12 in Adenoma.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x028FF504.
The thread 0x159c has exited with code 0 (0x0).
The thread 0x162c has exited with code 0 (0x0).
The thread 0x14c4 has exited with code 0 (0x0).
The thread 0x8c4 has exited with code 0 (0x0).