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

Error Deploying in Debug mode

I'm having an issue where I need to get to some information that isn't available when debugging in Release mode. Specifically what's happening is my "OnGazeEnter" / "OnGazeLeave" events are not firing.

I would like to get more information about the gameobject GazeManager is colliding with but when I inspect the object while debugging in release mode I get the 'cannot view because code is optimized message'

When trying to run the same code in debug mode i get this error, how can i get more info about this error?

The program '{my app}' has exited with code -2147483645 (0x80000003).

Answers

  • Options

    Try Debug.Log style logging, putting break points.
    When you enter debugging it may ask you to hit continue or 'disable just my code' kind of settings.

Sign In or Register to comment.