With latest October 2018 update on Xbox console, remote debugging using Visual studio is ...

Discus and support With latest October 2018 update on Xbox console, remote debugging using Visual studio is ... in XBoX on Consoles to solve the problem; Remote Debugging on Xbox One Console is failing with below error. Error DEP6957 : Failed to connect to device '192.168.1.2' using Universal... Discussion in 'XBoX on Consoles' started by ShruthiShankar, Oct 11, 2018.

  1. With latest October 2018 update on Xbox console, remote debugging using Visual studio is ...


    Remote Debugging on Xbox One Console is failing with below error.

    Error DEP6957 : Failed to connect to device '192.168.1.2' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. 0x801C0003: Exception from HRESULT: 0x801C0003

    It was working fine in previous OS. Started seeing the error only after October 2018 OS update: 10.0.17763.2023 (rs5_release_xbox_dev_1810.181009-1510). I am currently using Visual studio 2015 for
    developing my app and below is my app configuration

    Architecture : x64

    solution configuration: Debug

    Remote Machine

    :)
     
    ShruthiShankar, Oct 11, 2018
    #1
  2. Suggestions for future updates

    Hi there. I've not personally had the issue with the disc reader on either my original xbox or my x. I'm sure if there are enough complaints about it, it's something they will look into.

    The latest update rolling out brings far more features than just avatars. Some cool features too. You can read all about them here: October
    Xbox Update
    . I've tried the avatars and they are pretty cool but not something I personally will use. However I can see many will.

    If you continue to have the disc error I would recommend checking out: Disc error troubleshooter or alternatively contacting: Customer
    Support
    .
     
    MightyQuinn75, Oct 11, 2018
    #2
  3. papatya3
    papatya3 Guest
    Kstudio.exe has stopped working windows8

    "Kstudio.exe has stopped working" when I try to run `kinect studio 2.0`

    How can it be solved !

    I think it must be version issue.

    Windows 8

    Kinect sdk 2.0

    Visual Studio 2013

    Xbox One

    I installed :

    Kinectsdk-2.0_1409-setup.exe

    Vs community : microsoft visual studio community 2013 with update 4
     
    papatya3, Oct 11, 2018
    #3
  4. With latest October 2018 update on Xbox console, remote debugging using Visual studio is ...

    Hi ShruthiShankar,

    Have you tried to hard reset your xbox if not try that first if that doesn't help contact the custumor support

    Contact Us | Xbox Support
     
    ForzaDrift Girl, Oct 12, 2018
    #4
  5. Hi ForzaDrift,

    I did hard reset the console but still seeing the same error.

    I also contacted the customer support but the troubleshooting steps they suggested was also not helpful.

    Please suggest me other options.
     
    ShruthiShankar, Oct 12, 2018
    #5
  6. Hey there Shruthi,

    Thanks for reaching out! I'm sorry to hear about the issue with the console.

    By chance are you part of the Insider Program? If so, I would recommend to report this problem using the Xbox Insider Hub app so we can investigate it further:



    • On your console, install the
      Xbox
      Insider Hub
      app (if you don’t already have it).
    • Hold down the
      Xboxbutton on the controller.
    • On the power menu, select
      Report a problem.
    • Describe the problem in detail, including when it happened, if you saw any specific error codes or messages, and if you were using any specific games,
      software, hardware, or accessories when you encountered the problem.

    Hope this helps lets us know.
     
    XBF Crystal P, Oct 12, 2018
    #6
  7. i've got the same errors, i can't debug games on my xboxone after i've updated it, any solution?
     
    GalaxyStar2900, Oct 12, 2018
    #7
  8. With latest October 2018 update on Xbox console, remote debugging using Visual studio is ...

    Hi,

    I was able to do remote debugging using visual studio 2017. This issue of remote debugging failure is seen only in 2015 visual studio.

    So I migrated from visual studio 2015 to visual studio 2017, which solved the issue.
     
    Shruthi.Shankar, Oct 15, 2018
    #8
  9. Hi,

    Thanks for the suggestion. I was able to resolve the issue using visual studio 2017. Will report a problem if we face any other issue.

    Thanks,

    Shruthi
     
    Shruthi.Shankar, Oct 15, 2018
    #9
  10. FreakRoach
    FreakRoach Guest
    May be you can set your Xbox to always have static IP of 192.168.1.2 in your router as this is what error says or if there is a way to set IP in your visual studio code ser it to IP of your Xbox.
     
    FreakRoach, Oct 15, 2018
    #10
  11. Qubert
    Qubert Guest
    If you solved your problem, please post your solution!
     
    Qubert, Oct 18, 2018
    #11
  12. As I mentioned earlier, solution is to use visual studio 2017 for remote debugging xbox console with latest october OS update.

    I followed below steps for remote debugging on xbox. These steps are regardless of which version of visual studio is used.

    • In visual studio open your projects solution file
    • select debug as solution configuration
    • setup your device info by going to Debug -> <project> properties -> Debugging -> Remote Machine
    • Enter your device's IP address in the machine name field
    • Select Universal(Unencrypted protocol) in Require authentication field
    Looks like visual studio 2015 is not compatible with latest xbox OS which is why I was getting the error DEP6597.
     
    ShruthiShankar, Nov 3, 2018
    #12
  13. ShruthiShankar Win User

    With latest October 2018 update on Xbox console, remote debugging using Visual studio is failing with Error DEP6957.

    As I mentioned earlier, solution is to use visual studio 2017 for remote debugging xbox console with latest october OS update.

    I followed below steps for remote debugging on xbox. These steps are regardless of which version of visual studio is used.

    • In visual studio open your projects solution file
    • select debug as solution configuration
    • setup your device info by going to Debug -> <project> properties -> Debugging -> Remote Machine
    • Enter your device's IP address in the machine name field
    • Select Universal(Unencrypted protocol) in Require authentication field
    Looks like visual studio 2015 is not compatible with latest xbox OS which is why I was getting the error DEP6597.
  14. Shruthi.Shankar Win User

    With latest October 2018 update on Xbox console, remote debugging using Visual studio is failing with Error DEP6957.

    Hi,

    I was able to do remote debugging using visual studio 2017. This issue of remote debugging failure is seen only in 2015 visual studio.

    So I migrated from visual studio 2015 to visual studio 2017, which solved the issue.
  15. Qubert Win User

    With latest October 2018 update on Xbox console, remote debugging using Visual studio is failing with Error DEP6957.

    Hi,

    Thanks for the suggestion. I was able to resolve the issue using visual studio 2017. Will report a problem if we face any other issue.

    Thanks,

    Shruthi
    If you solved your problem, please post your solution!
  16. GalaxyStar2900 Win User

    With latest October 2018 update on Xbox console, remote debugging using Visual studio is failing with Error DEP6957.

    i've got the same errors, i can't debug games on my xboxone after i've updated it, any solution?
  17. ShruthiShankar Win User

    With latest October 2018 update on Xbox console, remote debugging using Visual studio is failing with Error DEP6957.

    Hi ForzaDrift,

    I did hard reset the console but still seeing the same error.

    I also contacted the customer support but the troubleshooting steps they suggested was also not helpful.

    Please suggest me other options.
Thema:

With latest October 2018 update on Xbox console, remote debugging using Visual studio is ...

Loading...
  1. With latest October 2018 update on Xbox console, remote debugging using Visual studio is ... - Similar Threads - latest October 2018

  2. Why doesn't gta download when my disk is per fect have enough memory and have the latest update

    in XBoX Accessibility
    Why doesn't gta download when my disk is per fect have enough memory and have the latest update: Why doesn't gta download when my disk is per fect have enough memory and have the latest update 2181df7c-f2a0-4988-861b-68d480d3d58d
  3. Latest update no longer detecting webcam when streaming

    in XboX Insiders
    Latest update no longer detecting webcam when streaming: Yeah... submitted by /u/Medical-Beautiful190 [link] [comments]
  4. Xbox boot problem since latest Alpha skip-ahead update

    in XboX Insiders
    Xbox boot problem since latest Alpha skip-ahead update: "Hi! Last week, after an update of my Xbox Series X from the Alpha Skip-Ahead ring of the Xbox Insiders program, my console started having trouble turning on. When powering up, it would instantly...
  5. PUBG Issues got worsened with latest updates.

    in XboX Insiders
    PUBG Issues got worsened with latest updates.: The latest update removes in-game voice audio doesn't just freeze after each match. If I am with a friend, the game freezes while loading a match. Can't hear anyone and they can't hear me. I tried...
  6. Series X stopped connecting to the 5G WiFi after the latest update

    in XboX Insiders
    Series X stopped connecting to the 5G WiFi after the latest update: Hello, Yesterday I downloaded the new system update and since then my series X won't connect to 5GHz WiFi. It only works with 2.4G signal which is unfortunately a lot slower. I tried restarting...
  7. The latest public build is the same as Beta.

    in XboX Insiders
    The latest public build is the same as Beta.: I checked the public build that just dropped today and it is the same as the build I have in Beta. Does that mean if I where to leave the insiders would I still have the ability to control my Xbox...
  8. Anyone know when Microsoft will update the OSU file to the latest 2408ge stable build?

    in XboX Insiders
    Anyone know when Microsoft will update the OSU file to the latest 2408ge stable build?: I've had an Xbox One S stuck in a bootloop on an old Insider build since November last year. I know I've been needing to wait for the next major stable build to be released before I can recover it...
  9. my download speed has decreased dramatically after the latest xbox update

    in XboX Insiders
    my download speed has decreased dramatically after the latest xbox update: Hello, my Xbox Series S recently updated, before the new update the average speed installing games was 400-500mbps, now after the update this speed has decreased by half, now it's only working at...
  10. Console shutdown problem after the latest ALPHA ring updates

    in XboX Insiders
    Console shutdown problem after the latest ALPHA ring updates: After the latest ALPHA ring updates, I noticed that the console takes a long time to turn off, I have the console in energy saving mode. I also found the console turned off but instead it was...