naninunenoy / GrayBlue_Unity

GrayBlue unity plugins for WSA(.NET)
MIT License
4 stars 1 forks source link

cannot run UWP(il2cpp) #2

Open naninunenoy opened 5 years ago

naninunenoy commented 5 years ago

Build and run this project in UWP(il2cpp) platform. Appear error message but not appear M5Stack cube.

Message says:

IL2CPP encountered a managed type which it cannot convert ahead-of-time. The type uses generic or array types which are nested beyond the maximum depth which can be converted.

🤔🤔🤔

In Unity 2019+, UWP(.Net) has been abolished. So, we cannot create GrayBlue windows application with Unity 2019+.😭

👉 Works in Unity editor(2019+) with GrayBlue_WinProxy. However, UWP(il2cpp) project you build do not works.

may be related

naninunenoy commented 5 years ago
full text of console ``` 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vccorlib140d_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\msvcp140d_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vcruntime140d_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Users\XXXXXX\Desktop\tmp\build\bin\x64\Debug\AppX\ucrtbased.dll'. The thread 0x2e98 has exited with code 0 (0x0). 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Xaml.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\BCP47Langs.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dcomp.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\twinapi.appcore.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\rmclient.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\InputHost.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\d2d1.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Windows\System32\CoreUIComponents.dll' 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\OneCoreUAPCommonProxyStub.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\urlmon.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll' 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvmso.inf_amd64_8461c3207f0421af\nvinitx.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Graphics.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\64gh6293.inf_amd64_22fd8f9659edd17f\igd10iumd64.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ncrypt.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ntasn1.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\64gh6293.inf_amd64_22fd8f9659edd17f\igc64.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DWrite.dll'. 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Windows\System32\version.dll' 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nvmso.inf_amd64_8461c3207f0421af\nvinitx.dll' The thread 0x112c has exited with code 0 (0x0). The thread 0x34f4 has exited with code 0 (0x0). 'GrayBlueSample.exe' (Win32): Loaded 'C:\Users\XXXXXX\Desktop\tmp\build\bin\x64\Debug\AppX\UnityPlayer.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\D3D12.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\mfplat.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Users\XXXXXX\Desktop\tmp\build\bin\x64\Debug\AppX\WinPixEventRuntime_UAP.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\mfreadwrite.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vccorlib140_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vccorlib140_app.dll'. 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vccorlib140_app.dll' 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\vcruntime140_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\msvcp140_app.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\msvcp140_app.dll'. 'GrayBlueSample.exe' (Win32): Unloaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.27508.1_x64__8wekyb3d8bbwe\msvcp140_app.dll' 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\RTWorkQ.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ExecModelClient.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Storage.ApplicationData.dll'. CreateDirectory 'C:/Users' failed: Operation has failed with error 0xb7: 既に存在するファイルを作成することはできません。 (current dir: C:/Users/XXXXXX/Desktop/tmp/build/bin/x64/Debug/AppX/Data) Logging to C:/Users/XXXXXX/AppData/Local/Packages/Template3D_pzq3xp76mxafg/TempState/UnityPlayer.log [0.060122 / 0.062933] - Initializing Unity runtime minio\profapi\registry.cpp(48)\profapi.dll!00007FFB88FD4D19: (caller: 00007FFB77ECBDCC) ReturnHr(1) tid(2b84) 80070005 アクセスが拒否されました。 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\MrmCoreR.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\BCP47mrm.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Users\XXXXXX\AppData\Local\Temp\VisualStudio.XamlDiagnostics.Template3D_1.0.0.0_x64__pzq3xp76mxafg\Microsoft.VisualStudio.DesignTools.UwpTap.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\execmodelproxy.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\UiaManager.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Core.TextInput.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Immersive.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DataExchange.dll'. windows\advcore\winrt\uisettings\uisettings.cpp(767)\Windows.UI.dll!00007FFB772864F7: (caller: 00007FFB76160379) LogHr(1) tid(2b84) 80070002 指定されたファイルが見つかりません。 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\WindowsCodecs.dll'. [0.000459 / 0.167786] - AppCallbacks::SetCoreWindowEvents [0.000012 / 0.167980] - AppCallbacks::InitializeD3DXAML Module information: Built with Compiler Ver '191627012' Built from '2019.1/staging' branch Version is '2019.1.7f1 (f3c4928e5742)' Debug build Application type 'XAML' [0.221304 / 0.221304] - OnSwapChainPanelSizeChanged event Old Size (0.00, 0.00) New Size (1500.00, 1000.00), m_Initialized=False. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\threadpoolwinrt.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Enumeration.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.Xaml.Controls.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.ApplicationModel.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Globalization.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\directmanipulation.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\xmllite.dll'. [0.058617 / 0.279921] - OnVisibilityChanged event - Visible. [0.079063 / 0.358984] - OnWindowActivated event - CodeActivated. OS 'Windows 10 (10.0.17763) 64bit' 'GrayBlueSample.exe' (Win32): Loaded 'C:\Users\XXXXXX\Desktop\tmp\build\bin\x64\Debug\AppX\GameAssembly.dll'. Symbols loaded. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. PlayerConnection initialized from C:/Users/XXXXXX/Desktop/tmp/build/bin/x64/Debug/AppX/Data (debug = 0) 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.Connectivity.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.HostName.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. Exception thrown at 0x00007FFB89D79129 (KernelBase.dll) in GrayBlueSample.exe: 0x000006A6: 結合ハンドルが無効です。. Exception thrown at 0x00007FFB89D79129 (KernelBase.dll) in GrayBlueSample.exe: 0x000006A6: 結合ハンドルが無効です。. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\rasadhlp.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\FWPUCLNT.DLL'. PlayerConnection initialized network socket : 0.0.0.0 55105 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Multi-casting "[IP] 192.168.10.9 [Port] 55105 [Flags] 2 [Guid] 1070955285 [EditorId] 0 [Version] 1048832 [Id] UWPPlayerX64(DESKTOP-JQHD4CK) [Debug] 0 [PackageName] Template3D_pzq3xp76mxafg" to [225.0.0.222:54997]... Started listening to [0.0.0.0:55105] PlayerConnection already initialized - listening to [0.0.0.0:55105] Plugins: Failed to load 'WindowsMRXRSDK' because one or more of its dependencies could not be loaded. (Filename: C:\buildslave\unity\build\Runtime/Misc/Plugins.cpp Line: 223) [1.120960 / 1.288950] - Initialize [XR] Discovering subsystems at path C:/Users/XXXXXX/Desktop/tmp/build/bin/x64/Debug/AppX/Data/UnitySubsystems GfxDevice: creating device client; threaded=1 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DXGIDebug.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\d3d11_3SDKLayers.dll'. Direct3D: Version: Direct3D 11.0 [level 11.1] Renderer: Intel(R) HD Graphics 520 (ID=0x1916) Vendor: VRAM: 4205 MB Initialize engine version: 2019.1.7f1 (f3c4928e5742) [AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false [AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Media.Devices.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DevDispItemProvider.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DDORes.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\DefaultDeviceManager.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. [AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "EX-LDGC241HT (インテル(R) ディスプレイ用オーディオ)". Speaker mode is "FMOD_SPEAKERMODE_STEREO" The thread 0x2a34 has exited with code 0 (0x0). The thread 0x33d0 has exited with code 0 (0x0). 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Gaming.Input.dll'. [0.000557 / 1.975021] - AppCallbacks::SetupInputEvents 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Sensors.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\biwinrt.dll'. onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(755)\Windows.Devices.Sensors.dll!00007FFB5938F90A: (caller: 00007FFB59301380) Exception(1) tid(2b84) 80070490 要素が見つかりません。 Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED533FD190. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(755)\Windows.Devices.Sensors.dll!00007FFB5938F90A: (caller: 00007FFB593802D0) Exception(2) tid(2b84) 80070490 要素が見つかりません。 Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED533FD190. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. Exception thrown at 0x00007FFB89D79129 (KernelBase.dll) in GrayBlueSample.exe: WinRT originate error - 0x80040111 : 'Windows.UI.WindowManagement.DisplayRegion'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\profext.dll'. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\viewpositiontrackerinternal.h(94)\Windows.Devices.Sensors.dll!00007FFB5938AA5B: (caller: 00007FFB5938A6BE) Exception(3) tid(2b84) 80040111 ClassFactory は要求されたクラスを提供できません Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED533FCE50. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\SensorsUtilsV2.dll'. [0.080938 / 2.056136] - AppCallbacks::SetupOrientationSensorEvents 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\windows.applicationmodel.datatransfer.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\coml2.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\edputil.dll'. Exception thrown at 0x00007FFB89D79129 (KernelBase.dll) in GrayBlueSample.exe: WinRT originate error - 0x8004006A : '指定された形式が DataPackage に含まれていません。DataPackageView.Contains または DataPackageView.AvailableFormats を使って、その形式が存在することを確かめてください。'. [0.135386 / 2.094123] - AppCallbacks::Load [1.735624 / 2.094609] - Starting first scene loading The following GlobalManagers were stripped from the build (Either because they're not used or not supported on this platform): ClusterInputManager Begin showing splash screen. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Devices.Bluetooth.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Networking.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\FirewallAPI.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\fwbase.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\Windows.Internal.Bluetooth.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\embeddedmodesvcapi.dll'. [2.007320 / 4.101928] - Finishing first scene loading UnloadTime: 2.307900 ms [0.089839 / 4.191767] - First level loaded [0.000198 / 4.191965] - PerformUpdateAndRender started 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\SensorsNativeApi.dll'. onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(755)\Windows.Devices.Sensors.dll!00007FFB5938F90A: (caller: 00007FFB59301380) Exception(4) tid(30fc) 80070490 要素が見つかりません。 Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED535FC530. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(755)\Windows.Devices.Sensors.dll!00007FFB5938F90A: (caller: 00007FFB59380360) Exception(5) tid(30fc) 80070490 要素が見つかりません。 Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED535FC530. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. Exception thrown at 0x00007FFB89D79129 (KernelBase.dll) in GrayBlueSample.exe: WinRT originate error - 0x80040111 : 'Windows.UI.WindowManagement.DisplayRegion'. onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\viewpositiontrackerinternal.h(94)\Windows.Devices.Sensors.dll!00007FFB5938AA5B: (caller: 00007FFB5938A6BE) Exception(6) tid(30fc) 80040111 ClassFactory は要求されたクラスを提供できません Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: wil::ResultException at memory location 0x000000ED535FC240. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\SensorsNativeApi.V2.dll'. 'GrayBlueSample.exe' (Win32): Loaded 'C:\Windows\System32\deviceaccess.dll'. ERROR SensorGetFifoMaxSizeV2:PropKeyFindKeyGetUlong failed to get type!:0xC0000225 Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FA620. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FAC60. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FB0D0. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FB9A0. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FC170. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FC830. Exception thrown at 0x00007FFB89D79129 in GrayBlueSample.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x000000ED535FCE10. End showing splash screen. ```