NetworkingHololens在应用程序名称中,我尝试使用SharingService通过网络操作多维数据集。
当我运行其他应用程序(没有网络功能)时,它在HoloLens模拟器上运行正常,但是当我运行此应用程序或任何其他网络应用程序时," Made with Unity&#34后出现以下错误;,然后变成黑色。
更新日志
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: Microsoft RemoteFX Graphics Device - WDDM (ID=0x2c1)
Vendor: Microsoft
VRAM: 639 MB
Initialize engine version: 2017.1.1f1 (5d30cf096e79)
'Cube HoloLens Networking.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\CubeHoloLensNetworkingVS.Debug_x86.Abhijit\UnityEngineProxy.dll'. Cannot find or open the PDB file.
'Cube HoloLens Networking.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\CubeHoloLensNetworkingVS.Debug_x86.Abhijit\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Cube HoloLens Networking.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\CubeHoloLensNetworkingVS.Debug_x86.Abhijit\System.Reflection.Extensions.dll'. Module was built without symbols.
The following GlobalManagers were stripped from the build (Either because they're not used or not supported on this platform):
NetworkManager
MasterServerInterface
ClusterInputManager
CrashReportManager
If your machine has multiple graphics adapters, Unity may have created a WindowContext on the wrong adapter. If you experience a black screen when playing, please restart the Editor.
(Filename: C:/buildslave/unity/build/Runtime/VR/VRDevice.cpp Line: 219)
d3d11: failed to create buffer (target 0x1 mode 2 size 4194304) [0x887A0005]
d3d11: attempt to lock null buffer
Assertion failed on expression: 'm_Buffer != NULL'
(Filename: C:\buildslave\unity\build\Runtime/GfxDevice/d3d11/BufferD3D11.cpp Line: 174)
The program '[740] Cube HoloLens Networking.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
我希望有人可以帮我解决这个问题。