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

UWP samples - Holographic samples issues

Hi,
I'm testing UWP C++ samples (available here) with RS4. I have issues / warnings and I don't how to solve it.

For exemple on BasicHologram Cpp sample, each time it reads file from assets folder an assertion failure occurs.

onecoreuap\shell\windows.storage\dataaccess.cpp(2863)\windows.storage.dll!725DC952: (caller: 725DCA7E) LogHr(2) tid(5d0) 8007029C An assertion failure has occurred.

Any idea to solve the issue ?

Thanks !

Answers

  • Options
    edited June 2018

    I've been getting a ton of these too. The app doesn't crash but this is super annoying. @Damien are you on the device or the emulator?

  • Options

    The offending line for me seems to be

    auto resources = Windows::ApplicationModel::Package::Current->InstalledLocation;

  • Options

    Have anybody solved this issue? it shows up to me when I start to add async functions

Sign In or Register to comment.