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

Unable to find symbols

Hello all,

When debugging my app, my Visual Studio 2015 Enterprise is unable to load certain symbols from the Microsoft Symbol Server. Specifically I'm trying to inspect a SpatialSurfaceMesh which requires Windows.mirage.pdb.

Has this happened to anyone else?

Best Answer

  • Options
    PatrickPatrick mod
    Answer ✓

    The mirage symbols are in the downloadable symbols-but the downloadable symbols for the May flight aren't made available as an MSI. I've send a message internally to see if maybe the symbol server hasn't been told about the May flight.

    ===
    This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.

    (Daddy, what does 'now formatting drive C:' mean?)

Answers

  • Options

    @Adam,
    Yes. When that happened to me, I did again +F5 and I could deploy after that in my case.

  • Options

    @ Adam
    Yes. When that happened to me, I did again +F5 and I could deploy after that in my case

  • Options

    Yes. When that happened to me, I did again Control+F5 and I could deploy after that in my case

  • Options

    @Karthik Sadly that didn't help. I wonder if the symbols for that DLL aren't released by MS.

  • Options
    PatrickPatrick mod
    Answer ✓

    The mirage symbols are in the downloadable symbols-but the downloadable symbols for the May flight aren't made available as an MSI. I've send a message internally to see if maybe the symbol server hasn't been told about the May flight.

    ===
    This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.

    (Daddy, what does 'now formatting drive C:' mean?)

  • Options

    @Patrick Thanks, it's becoming quite a pain as I can't even inspect an IVectorView for a SpatialSurfaceMeshOptions. I have to add temporary code to copy it to a std::vector to inspect.

  • Options

    Sorry for necro-bumping this, but the Mirage symbols are still not available, at least not for the RS4 HoloLens emulator.

Sign In or Register to comment.