Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Master Build crashes when hand is moved into sight

edited May 2020 in Troubleshooting

I cant get a working masterbuild for Hololens 2.
I did set up a Project using
Unity 2018.f.22f1 (with scripting Backend .Net)
MRTKv2.3
and VisualStudio 2019 Community

In the Project i did only setup a scene with MRTK and added a cube with the Manipulationhandler script.
when i deploy a masterbuild i get the following exeption as soon as a hand moves into sight of the camera

Exception thrown: 'System.ArgumentException' in System.Private.Interop.dll
analog\input\mirage\publicapi\spatialcoordinatesystembase.cpp(36)\Windows.Mirage.dll!6E4094DB: (caller: 732AC6C9) ReturnHr(265) tid(1534) 80070057 The parameter is incorrect.
Msg:[target]

Develop and Release is working. i just cant find the problem why the masterbuild gets this exception.

Sign In or Register to comment.