Quantcast
Channel: Recent Discussions — Mixed Reality Developer Forum
Viewing all articles
Browse latest Browse all 10543

Hololens app deployment failing due to XDE issue.

$
0
0

Hi, Till yesterday my app in hololens emulator was working fine. Now I tried to deploy the emulator after a change (not a big change I just added the Keyword Manager Script to gameobject), built the app and started visual studio. It started deploying but then crashed with this error: "DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '6C3DD314-EF85-06D2-68DF-7734EA48770B'.':Exception - Failed to connect to Xde server for virtual machine "HoloLens Emulator 10.0.14393.0"

I am using Windows 10 Pro and Visual Studio 2015. I am able to start up the emulator in Hyper V just fine. In the system event log I found this :

Application: XDE.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.COMException at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32, IntPtr) at System.Management.ManagementObjectCollection+ManagementObjectEnumerator.MoveNext() at System.Linq.Enumerable+<CastIterator>d__94``1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() at System.Linq.Enumerable.FirstOrDefault[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IEnumerable``1<System.__Canon>) at Microsoft.Xde.Wmi.WmiUtils.GetInstanceHelper(System.Management.ManagementScope, System.String, Int32, Int32) at Microsoft.Xde.Client.WindowsCompatCheck.GetHyperVFeatureState() at Microsoft.Xde.Client.WindowsCompatCheck.IsHyperVFeatureOptionAvailable() at Microsoft.Xde.Client.XdeController.CheckWindowsCompatibility() at Microsoft.Xde.Client.XdeController.Run(System.String[]) at Microsoft.Xde.Client.Program.Main(System.String[])

Another log (2 logs appear every time this error occurs)
Faulting application name: XDE.exe, version: 10.0.14393.0, time stamp: 0x578a1cbb Faulting module name: KERNELBASE.dll, version: 10.0.14393.479, time stamp: 0x58256d37 Exception code: 0xe0434352 Fault offset: 0x000da832 Faulting process id: 0x818 Faulting application start time: 0x01d2705d5217bf41 Faulting application path: C:\Program Files (x86)\Microsoft XDE\10.0.14393.0\XDE.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: db1bc540-4df4-4601-bfd4-74a0294e545f Faulting package full name: Faulting package-relative application ID:

No application ID is present.

I am almost nearing completion of critical part of my app and then this happens. Any help is appreciated guys.


Viewing all articles
Browse latest Browse all 10543

Trending Articles