Code Monkey home page Code Monkey logo

mrdl_unity_surfaces's People

Contributors

cre8ivepark avatar microsoftopensource avatar railboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mrdl_unity_surfaces's Issues

Add Ability to Move the Sphere

Cool demo. Loved the visuals.

Can we get ability to move the sphere so it's more usable? Or recenter it from player bcz then peopel can use it anywhere they are and not just where the app was started.

Does not build

Unity 2019.3.15f1
All scenes are in the build settings properly, StartupScene is in Hierarcy on building, get the following error
Set for UWP, Hololens, ARM64 (hololens 2), SDK's are all up to date and latest installed.

ArgumentException: The scene is not loaded.
UnityEngine.SceneManagement.Scene.GetRootGameObjects (System.Collections.Generic.List1[T] rootGameObjects) (at <e98ed0368295432e8c11e52d6243ee11>:0) UnityEngine.SceneManagement.Scene.GetRootGameObjects () (at <e98ed0368295432e8c11e52d6243ee11>:0) Microsoft.MixedReality.Toolkit.MixedRealityPlayspace.EditorSceneManagerSceneOpened (UnityEngine.SceneManagement.Scene scene, UnityEditor.SceneManagement.OpenSceneMode mode) (at Assets/MixedRealityToolkit/Utilities/MixedRealityPlayspace.cs:215) UnityEditor.SceneManagement.EditorSceneManager.Internal_SceneOpened (UnityEngine.SceneManagement.Scene scene, UnityEditor.SceneManagement.OpenSceneMode mode) (at <a20a50bbfaff4193bf6ba6b262f9a71f>:0) UnityEditor.SceneManagement.EditorSceneManager:OpenScene(String, OpenSceneMode) Microsoft.MixedReality.Toolkit.Utilities.EditorSceneUtils:LoadScene(SceneInfo, Boolean, Scene&) (at Assets/MixedRealityToolkit/Utilities/Scenes/EditorSceneUtils.cs:188) Microsoft.MixedReality.Toolkit.SceneSystem.MixedRealitySceneSystem:EditorUpdateManagerScene() (at Assets/MixedRealityToolkit.Services/SceneSystem/MixedRealitySceneSystemEditorOperations.cs:466) Microsoft.MixedReality.Toolkit.SceneSystem.<EditorCheckForChanges>d__164:MoveNext() (at Assets/MixedRealityToolkit.Services/SceneSystem/MixedRealitySceneSystemEditorOperations.cs:302) System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(<EditorCheckForChanges>d__164&) Microsoft.MixedReality.Toolkit.SceneSystem.MixedRealitySceneSystem:EditorCheckForChanges() Microsoft.MixedReality.Toolkit.SceneSystem.MixedRealitySceneSystem:EditorOnInitialize() (at Assets/MixedRealityToolkit.Services/SceneSystem/MixedRealitySceneSystemEditorOperations.cs:151) Microsoft.MixedReality.Toolkit.SceneSystem.MixedRealitySceneSystem:Initialize() (at Assets/MixedRealityToolkit.Services/SceneSystem/MixedRealitySceneSystem.cs:148) Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__57_0(IMixedRealityService) (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:873) Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServices(IEnumerable1, Action1) (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:975) Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action1) (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:961)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices() (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:873)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator() (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:426)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance() (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:531)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean) (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:669)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:OnValidate() (at Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs:1389)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

API changes in Unity 2021.2a19

Unity 2021.2a19 has some API changes that will affect this code:

  • EditorGUIUtility.SetIconForObject/GetIconForObject are now public.
  • MonoImporter.SetIcon/GetIcon are now public.
  • PluginImporter.SetIcon/GetIcon are now public.
  • MonoImporter.CopyMonoScriptIconToImporters is now obsolete and will output a warning to the console when called.

Starting with this version of Unity, MonoImporter.CopyMonoScriptIconToImporters can be replaced with the following:

// given monoScript and icon
var importer = AssetImporter.GetAtPath(AssetDatabase.GetAssetPath(monoScript));
importer.SetIcon(icon);
importer.SaveAndReimport();

App crashes when run

did a git pull fresh.
Loaded in Unity 2019.3.1f1
Set to UWP, built deployed to HL2, ran in Visual studio ARM64 Release, deployed to remote machine ip address fine.

App crashes on running, never comes up.
Get the following: (note the multiple exceptions and memory issues)

'Surfaces.exe' (Win32): Loaded 'U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\SurfacesVS.Release_ARM64.user\Surfaces.exe'. Symbols loaded.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ntdll.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\KernelBase.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\combase.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ucrtbase.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\rpcrt4.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\kernel32legacy.dll'.
'Surfaces.exe' (Win32): Loaded 'P:\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_arm64__8wekyb3d8bbwe\vccorlib140_app.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\oleaut32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\msvcp_win.dll'.
'Surfaces.exe' (Win32): Loaded 'P:\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_arm64__8wekyb3d8bbwe\vcruntime140_app.dll'.
'Surfaces.exe' (Win32): Loaded 'P:\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_arm64__8wekyb3d8bbwe\msvcp140_app.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\forwarders\kernel32.dll'.
The thread 0x1b04 has exited with code 0 (0x0).
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\procthreadexthost.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\msvcrt.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\kernel.appcore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\bcryptprimitives.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\twinapi.appcore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\sechost.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\WinTypes.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dcomp.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\win32u.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\MinUser.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\msvcp110_win.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\SHCore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\gdi32min.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\gdi32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\CoreUIComponents.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ntmarta.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\CoreMessaging.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\advapi32legacy.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\bcrypt.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ws2_32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.StateRepositoryCore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.UI.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\WindowManagementAPI.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\TextInputFramework.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\InputHost.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\propsys.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\OneCoreUAPCommonProxyStub.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Graphics.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\cfgmgr32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Shell.ServiceHostBuilder.dll'.
Exception thrown at 0x00007FFBA8E939EC (KernelBase.dll) in Surfaces.exe: WinRT originate error - 0x80070490 : 'Element not found.'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\userenv.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\profext.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\profapi.dll'.
onecoreuap\shell\twinapi\applicationview\lib\viewswitcherstatics.cpp(576)\twinapi.appcore.dll!00007FFBA39EE16C: (caller: 00007FFBA3A54CB8) ReturnHr(1) tid(18b0) 80070490 Element not found.
CallContext:[\AppRunOrActivateView\SetPreferredLaunchWindowingMode]
'Surfaces.exe' (Win32): Loaded 'U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\SurfacesVS.Release_ARM64.user\UnityPlayer.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\d3d11.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\D3D12.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\crypt32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\mfreadwrite.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\mfplat.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\forwarders\version.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\MMDevAPI.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dxgi.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\devobj.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\RTWorkQ.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dxgi.dll'.
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\dxgi.dll'
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ExecModelClient.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Storage.ApplicationData.dll'.
onecoreuap\base\appmodel\statemanager\winrt\lib\windows.storage.applicationdatafactory.server.cpp(235)\Windows.Storage.ApplicationData.dll!00007FFB917385F4: (caller: 00007FFB80C48298) ReturnHr(1) tid(79c) 8000000B The operation attempted to access data outside the valid range
Msg:[User S-1-5-21-2702878673-795188819-444038987-1000]
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\windows.storage.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\wldp.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\shlwapi_onecore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\MrmCoreR.dll'.
'Surfaces.exe' (Win32): Loaded 'U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\SurfacesVS.Release_ARM64.user\AudioPluginMsHRTF.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\HrtfApo.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Devices.Enumeration.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\execmodelproxy.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\rmclient.dll'.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: Cn::XH at memory location 0x00000011144FD6F0.
onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(44)\InputHost.dll!00007FFB9B23D6E4: (caller: 00007FFB9B23CDEC) ReturnHr(1) tid(18b0) 87B20809 onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(76)\InputHost.dll!00007FFB9B23CE0C: (caller: 00007FFBA845D37C) ReturnHr(2) tid(18b0) 87B20809 'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\UiaManager.dll'.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: Cn::XH at memory location 0x00000011144FD6B0.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.UI.Core.TextInput.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\edgegdi.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\DWrite.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Perception.Stub.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Mirage.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\d3d10warp.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ResourcePolicyClient.dll'.
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\ResourcePolicyClient.dll'
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\DXCore.dll'.
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdx12arm64um850.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\forwarders\advapi32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dxilconv.dll'.
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdxarm64compiler850.DLL'.
'Surfaces.exe' (Win32): Loaded 'U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\SurfacesVS.Release_ARM64.user\GameAssembly.dll'. Symbols loaded.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\IPHLPAPI.DLL'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\cryptbase.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\D3DSCache.dll'.
'Surfaces.exe' (Win32): Unloaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdxarm64compiler850.DLL'
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\dxilconv.dll'
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\forwarders\advapi32.dll'
'Surfaces.exe' (Win32): Unloaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdx12arm64um850.dll'
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdx12arm64um850.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\forwarders\advapi32.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\mswsock.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Networking.Connectivity.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dxilconv.dll'.
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdxarm64compiler850.DLL'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Networking.HostName.dll'.
'Surfaces.exe' (Win32): Unloaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdxarm64compiler850.DLL'
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\wshbth.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dnsapi.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\nsi.dll'.
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\dxilconv.dll'
'Surfaces.exe' (Win32): Unloaded 'C:\Windows\system32\forwarders\advapi32.dll'
'Surfaces.exe' (Win32): Unloaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdx12arm64um850.dll'
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dhcpcsvc6.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\dhcpcsvc.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\PerceptionDevice.dll'.
The thread 0xc58 has exited with code 0 (0x0).
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\FWPUCLNT.DLL'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\nlaapi.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.ApplicationModel.dll'.
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdx11arm64um850.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\forwarders\advapi32.dll'.
'Surfaces.exe' (Win32): Loaded 'B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_3f3ec3a0cb26c5d1\qcdxarm64compiler850.DLL'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Media.Devices.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\DevDispItemProvider.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\AudioSes.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\powrprof.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\umpdc.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ResourcePolicyClient.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\threadpoolwinrt.dll'.
The thread 0xc7c has exited with code 0 (0x0).
The thread 0x394 has exited with code 0 (0x0).
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Gaming.Input.dll'.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(1) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(2) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(3) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(4) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(5) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(6) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(7) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(8) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(9) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(10) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(11) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(12) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(13) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(14) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(15) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(16) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(17) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(18) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(19) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(20) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(21) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(22) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(23) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(24) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(25) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(26) tid(1a24) 8685C003 'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Devices.Sensors.dll'.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(27) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(28) tid(1a24) 8685C003 'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\biwinrt.dll'.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(29) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(30) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(31) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(32) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(33) tid(1a24) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFBA1025444: (caller: 00007FFBA102975C) ReturnHr(34) tid(1a24) 8685C003 onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(595)\Windows.Devices.Sensors.dll!00007FFB85B97760: (caller: 00007FFB85B80F70) Exception(1) tid(18b0) 80070002 The system cannot find the file specified.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: wil::ResultException at memory location 0x00000011144FDB10.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
onecoreuap\base\appmodel\windowmanagement\api\windowingenvironment\displayregion.cpp(240)\WindowManagementAPI.dll!00007FFBA19B06C8: (caller: 00007FFBA19F8A2C) ReturnHr(1) tid(18b0) 80070490 Element not found.
onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\simpleorientation.cpp(127)\Windows.Devices.Sensors.dll!00007FFB85B8C13C: (caller: 00007FFB85B7ECC0) Exception(2) tid(18b0) 80070490 Element not found.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: wil::ResultException at memory location 0x00000011144FDD40.
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\sensorserver.cpp(74)\Windows.Devices.Sensors.dll!00007FFB85B77900: (caller: 00007FFB85B79064) ReturnHr(1) tid(18b0) 80070490 Element not found.
The thread 0x1990 has exited with code 0 (0x0).
onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\lib\simpleorientationsensor.cpp(111)\Windows.Devices.Sensors.dll!00007FFB85B62324: (caller: 00007FFB85B631D4) ReturnHr(2) tid(18b0) 80070490 Element not found.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\windows.applicationmodel.datatransfer.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\coml2.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\iertutil.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ie_shims.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\ClipboardServer.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\CapabilityAccessManagerClient.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Media.Speech.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\urlmon.dll'.
The thread 0x350 has exited with code 0 (0x0).
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Speech_OneCore\Common\sapi_onecore.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\cryptsp.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\winmmbase.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\sspicli.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\winhttp.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\rsaenh.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Globalization.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\BCP47Langs.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\BCP47mrm.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\FlightSettings.dll'.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Speech_OneCore\Common\SpeechServiceWinRTApi.ProxyStub.dll'.
onecoreuap\enduser\nui\onecore\onesettings\src\onesettingspolicywrapper.cpp(280)\sapi_onecore.dll!00007FFB9B9ED9C8: (caller: 00007FFB9B9ED758) ReturnHr(1) tid(c20) 80070005 Access is denied.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Speech_OneCore\Engines\SR\spsrx_onecore.dll'.
The thread 0x12d8 has exited with code 0 (0x0).
Exception thrown at 0x00007FFBA8E939EC in Surfaces.exe: Microsoft C++ exception: Il2CppExceptionWrapper at memory location 0x00000011146FEB00.
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\Windows.Web.dll'.
The thread 0x1bd0 has exited with code 0 (0x0).
The thread 0x1a98 has exited with code 0 (0x0).
The thread 0x1838 has exited with code 0 (0x0).
The thread 0xffc has exited with code 0 (0x0).
The thread 0xd2c has exited with code 0 (0x0).
The thread 0x6ec has exited with code 0 (0x0).
The thread 0xee4 has exited with code 0 (0x0).
The thread 0x1ad4 has exited with code 0 (0x0).
The thread 0x364 has exited with code 0 (0x0).
The thread 0x1428 has exited with code 0 (0x0).
The thread 0x1338 has exited with code 0 (0x0).
The thread 0x6dc has exited with code 0 (0x0).
The thread 0x664 has exited with code 0 (0x0).
The thread 0xe58 has exited with code 0 (0x0).
The thread 0x1890 has exited with code 0 (0x0).
The thread 0x1878 has exited with code 0 (0x0).
The thread 0xd10 has exited with code 0 (0x0).
The thread 0x5b4 has exited with code 0 (0x0).
The thread 0x1fc has exited with code 0 (0x0).
The thread 0x13fc has exited with code 0 (0x0).
The thread 0x174c has exited with code 0 (0x0).
The thread 0x10ec has exited with code 0 (0x0).
The thread 0x1244 has exited with code 0 (0x0).
The thread 0x1774 has exited with code 0 (0x0).
The thread 0x16ac has exited with code 0 (0x0).
The thread 0x1be4 has exited with code 0 (0x0).
The thread 0x98c has exited with code 0 (0x0).
The thread 0x628 has exited with code 0 (0x0).
The thread 0x18b4 has exited with code 0 (0x0).
The thread 0x1aa0 has exited with code 0 (0x0).
The thread 0x1b38 has exited with code 0 (0x0).
The thread 0x1834 has exited with code 0 (0x0).
The thread 0x6bc has exited with code 0 (0x0).
The thread 0xdc0 has exited with code 0 (0x0).
The thread 0xb08 has exited with code 0 (0x0).
The thread 0x398 has exited with code 0 (0x0).
The thread 0xb0 has exited with code 0 (0x0).
The thread 0x1978 has exited with code 0 (0x0).
The thread 0x1474 has exited with code 0 (0x0).
The thread 0x1908 has exited with code 0 (0x0).
The thread 0x145c has exited with code 0 (0x0).
The thread 0x1adc has exited with code 0 (0x0).
The thread 0x758 has exited with code 0 (0x0).
The thread 0xf14 has exited with code 0 (0x0).
The thread 0x13d4 has exited with code 0 (0x0).
The thread 0x1a54 has exited with code 0 (0x0).
The thread 0x1134 has exited with code 0 (0x0).
The thread 0x1824 has exited with code 0 (0x0).
The thread 0x1ec has exited with code 0 (0x0).
The thread 0x11c0 has exited with code 0 (0x0).
The thread 0x4f0 has exited with code 0 (0x0).
The thread 0x1bb8 has exited with code 0 (0x0).
The thread 0x1884 has exited with code 0 (0x0).
The thread 0x1670 has exited with code 0 (0x0).
The thread 0x1bb4 has exited with code 0 (0x0).
The thread 0x19fc has exited with code 0 (0x0).
The thread 0x19b8 has exited with code 0 (0x0).
The thread 0x1bf8 has exited with code 0 (0x0).
The thread 0x1728 has exited with code 0 (0x0).
The thread 0xd90 has exited with code 0 (0x0).
The thread 0x430 has exited with code 0 (0x0).
The thread 0x1b94 has exited with code 0 (0x0).
The thread 0x1b78 has exited with code 0 (0x0).
The thread 0xcec has exited with code 0 (0x0).
The thread 0x6b4 has exited with code 0 (0x0).
The thread 0xa6c has exited with code 0 (0x0).
The thread 0x1940 has exited with code 0 (0x0).
The thread 0x15cc has exited with code 0 (0x0).
The thread 0x750 has exited with code 0 (0x0).
The thread 0x1620 has exited with code 0 (0x0).
The thread 0x1a84 has exited with code 0 (0x0).
The thread 0x1ad0 has exited with code 0 (0x0).
The thread 0x1060 has exited with code 0 (0x0).
The thread 0x1a50 has exited with code 0 (0x0).
The thread 0x116c has exited with code 0 (0x0).
The thread 0x1a9c has exited with code 0 (0x0).
The thread 0x4ec has exited with code 0 (0x0).
The thread 0xdd4 has exited with code 0 (0x0).
The thread 0xd34 has exited with code 0 (0x0).
The thread 0x1714 has exited with code 0 (0x0).
The thread 0x1080 has exited with code 0 (0x0).
The thread 0xa2c has exited with code 0 (0x0).
The thread 0x1144 has exited with code 0 (0x0).
The thread 0x388 has exited with code 0 (0x0).
The thread 0x1924 has exited with code 0 (0x0).
The thread 0x994 has exited with code 0 (0x0).
The thread 0x1984 has exited with code 0 (0x0).
The thread 0x196c has exited with code 0 (0x0).
The thread 0x1344 has exited with code 0 (0x0).
The thread 0x1860 has exited with code 0 (0x0).
The thread 0x108c has exited with code 0 (0x0).
The thread 0x162c has exited with code 0 (0x0).
The thread 0x13c8 has exited with code 0 (0x0).
The thread 0x85c has exited with code 0 (0x0).
The thread 0x1bb0 has exited with code 0 (0x0).
The thread 0xf24 has exited with code 0 (0x0).
The thread 0x1964 has exited with code 0 (0x0).
'Surfaces.exe' (Win32): Loaded 'C:\Windows\system32\msxml6.dll'.
The thread 0x18a0 has exited with code 0 (0x0).
The thread 0x1b4c has exited with code 0 (0x0).
The thread 0x11a8 has exited with code 0 (0x0).
The thread 0x18a4 has exited with code 0 (0x0).
The thread 0x1918 has exited with code 0 (0x0).
The thread 0x1ab0 has exited with code 0 (0x0).
The thread 0x18b0 has exited with code 0 (0x0).
The thread 0x11e4 has exited with code 0 (0x0).
The thread 0x79c has exited with code 0 (0x0).
The thread 0x1b1c has exited with code 0 (0x0).
The thread 0x18fc has exited with code 0 (0x0).
The thread 0x1a8c has exited with code 0 (0x0).
The thread 0xf48 has exited with code 0 (0x0).
The thread 0x19e0 has exited with code 0 (0x0).
The thread 0xdac has exited with code 0 (0x0).
The thread 0x1744 has exited with code 0 (0x0).
The thread 0x1118 has exited with code 0 (0x0).
The thread 0xaac has exited with code 0 (0x0).
The thread 0x828 has exited with code 0 (0x0).
The thread 0x18ac has exited with code 0 (0x0).
The thread 0x1a4 has exited with code 0 (0x0).
The thread 0x12b8 has exited with code 0 (0x0).
The thread 0x16bc has exited with code 0 (0x0).
The thread 0x10a0 has exited with code 0 (0x0).
The thread 0x14cc has exited with code 0 (0x0).
The thread 0x1954 has exited with code 0 (0x0).
The thread 0x86c has exited with code 0 (0x0).
The thread 0x5ec has exited with code 0 (0x0).
The thread 0x184c has exited with code 0 (0x0).
The thread 0x1208 has exited with code 0 (0x0).
The thread 0x19ac has exited with code 0 (0x0).
The thread 0xa80 has exited with code 0 (0x0).
The thread 0xc10 has exited with code 0 (0x0).
The thread 0xc20 has exited with code 0 (0x0).
The thread 0x1a24 has exited with code 0 (0x0).
The thread 0x1938 has exited with code 0 (0x0).
The thread 0x1098 has exited with code 0 (0x0).
The thread 0x20 has exited with code 0 (0x0).
The thread 0x1700 has exited with code 0 (0x0).
The thread 0xf74 has exited with code 0 (0x0).
The thread 0x1acc has exited with code 0 (0x0).
The thread 0xbe0 has exited with code 0 (0x0).
The thread 0x1af0 has exited with code 0 (0x0).
The thread 0x172c has exited with code 0 (0x0).
The thread 0x19f0 has exited with code 0 (0x0).
The thread 0x103c has exited with code 0 (0x0).
The thread 0x3a8 has exited with code 0 (0x0).
The thread 0x1f0 has exited with code 0 (0x0).
The thread 0x9b0 has exited with code 0 (0x0).
The thread 0x854 has exited with code 0 (0x0).
The thread 0x10bc has exited with code 0 (0x0).
The thread 0x958 has exited with code 0 (0x0).
The thread 0x1bd4 has exited with code 0 (0x0).
The thread 0x18b8 has exited with code 0 (0x0).
The thread 0x14d0 has exited with code 0 (0x0).
The thread 0x29c has exited with code 0 (0x0).
The thread 0x19f8 has exited with code 0 (0x0).
The thread 0x1af8 has exited with code 0 (0x0).
The thread 0x1968 has exited with code 0 (0x0).
The thread 0x6cc has exited with code 0 (0x0).
The thread 0xc60 has exited with code 0 (0x0).
The program '[5892] Surfaces.exe' has exited with code 0 (0x0).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.