HoloLens 2 Emulator Error 0x80004003 - Object reference not set to an instance of an object

1

I have been trying to deploy a Unity application to the Hololens 2 emulator for a while now and have not found a solution that works.

I have run through every troubleshooting document and uninstalled and reinstalled every program to try and find the right fit but keep getting the same error. I have gotten the application to deploy to the Hololens device itself, but the emulator refuses to open. I can install the emulator with no errors and have the updated SDK and have verified all the project settings with the development page. Any suggestions on what to do next?

hololens
windows-mixed-reality
hololens-emulator
asked on Stack Overflow Jun 17, 2019 by Nick Wilson

1 Answer

1

Can you please share the output of running the following two commands in an Administrator PowerShell window? I suspect you're hitting an installation issue that's placing the emulator into the wrong folder.

(Get-Item -path "${env:ProgramFiles(x86)}\Windows Kits\10\Microsoft XDE\10.0.18362.0\XDE.exe").VersionInfo.ProductVersion

Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots\" -Name "KitsRoot10"
answered on Stack Overflow Jul 9, 2019 by Paul Barnett

User contributions licensed under CC BY-SA 3.0