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

Cannot debug crash: The network connection to 127.0.0.1:8117 has been lost. Debugging will be aborte

Greetings,

I am trying to figure out a crash in my Unity app but whenever it happens, execution stops and I get the following message in VS:


Microsoft Visual Studio

The network connection to 127.0.0.1:8117 has been lost. Debugging will be aborted.

OK

The debugger detaches at this point and the app exits on my Hololens.

Any ideas what I can do?

Thanks

Answers

  • Options
    james_ashleyjames_ashley ✭✭✭✭

    @Gilgamesh82,

    I feel your pain. Have you tried deploying and debugging with the USB cable in place (totally not sure if that makes a difference but worth a shot)? Also, have you tried logging with debug messages so you at least know where the issue is happening? In the long run, that might be easier than trying to figure out the specific network issues and might even give you additional clues to work with. (And again, I feel your pain. It's early days and because the dev pool is relatively small, we still haven't picked good data on all the little things that can go wrong in the dev process.)

    James Ashley
    VS 2017 v5.3.3, Unity 2017.3.0f3, MRTK 2017.1.2, W10 17063
    Microsoft MVP, Freelance HoloLens/MR Developer
    www.imaginativeuniversal.com

  • Options

    I am currently deploying/debugging via the USB cable. Thanks for the tips. I'll just try peppering debug logging to see if I can catch the issue.

Sign In or Register to comment.