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

App crashes while uploading anchors

edited September 2016 in Questions And Answers

The program has exited with code -1073741189 (0xc000027b).

Seems to happen when uploading anchors using the default ImportExportAnchorManager.

I've also tried uninstalling, and deleting any spaces on device as well.

Stephen Hodgson
Microsoft HoloLens Agency Readiness Program
Virtual Solutions Developer at Saab
HoloToolkit-Unity Moderator

Tagged:

Best Answer

Answers

  • Options

    Are you running under the debugger? Can you switch your debug settings from managed to mixed (managed and native)? Then you might catch the crash in the debugger and get a better clue.

    ===
    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

    Yes, I was. After switching to mixed, I wasn't able to get the ImportExportAnchors class to even show up in the output. Not sure if it didn't run, or if switching to mixed prevented the write to the log.

    Stephen Hodgson
    Microsoft HoloLens Agency Readiness Program
    Virtual Solutions Developer at Saab
    HoloToolkit-Unity Moderator

  • Options

    What is in the debugger output when running mixed? (FWIW, I always run with mixed, so that's unlikely to cause debug.log to stop working)

    ===
    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

    When running with mixed, it never reached the point where it would upload the anchors.

    Stephen Hodgson
    Microsoft HoloLens Agency Readiness Program
    Virtual Solutions Developer at Saab
    HoloToolkit-Unity Moderator

  • Options

    Agreed. I deleted everything and started over. Works fine now haha.

    Stephen Hodgson
    Microsoft HoloLens Agency Readiness Program
    Virtual Solutions Developer at Saab
    HoloToolkit-Unity Moderator

Sign In or Register to comment.