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

Consistent exception in stock Visual Studio SpinningCube C++ template

Steps to consistently reproduce:
1) Create a new project
2) Select the C++ hololens template (SpinningCube)
3) choose the deploy target to the hololens (Remote Machine)
4) with no edits select Debug -> Start Debugging

I always get an exception of the form:
Exception thrown at 0x76F02432 in exceptional.exe: Microsoft C++ exception: Cn::XH at memory location 0x0200E354.

This does not happen with the C# SpinningCube template.

Should I be concerned? Any idea how to debug it?

Thanks

Answers

  • Options
    utekaiutekai ✭✭✭

    Worked fine for me just now, chose the C++ template, put in hololens IP into the debug, win32 remote machine, machine name box. Then it runs fine.

    Show your output window contents, maybe that will help troubleshoot.

Sign In or Register to comment.