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. Help for people looking for the latest Xbox Features

    in XboX Insiders
    Help for people looking for the latest Xbox Features: Hey! A lot of new people are looking for help on how to get access to the latest Xbox Features! Let me see if I can't help a bit for newer people. First, I'd like to explain how Xbox Insiders...
  3. Anyone else getting weird file paths since the latest update? is this a known bug or a...

    in XboX Insiders
    Anyone else getting weird file paths since the latest update? is this a known bug or a...: Hey everyone, I’ve noticed that since the latest beta update, a bunch of file and directory paths are suddenly visible in the UI that definitely weren't there before. It appears on all my PCs...
  4. Series S: Blurry movement / motion smear across ALL games + UI after latest Xbox update

    in XboX Insiders
    Series S: Blurry movement / motion smear across ALL games + UI after latest Xbox update: After last week’s Xbox update, my Series S suddenly has a weird blurry / smeary look anytime anything moves. This is NOT motion blur from games — it happens even in the Xbox dashboard and settings...
  5. Can't find the latest delta osu file version 26100.5713.250901-2200

    in XboX Insiders
    Can't find the latest delta osu file version 26100.5713.250901-2200: i was replacing my hdd in my xbox one s digital edition but i can't install the osu update because it was running delta os and this file isn't delta UPDATE: An AI said that i need to wait until a...
  6. Latest PC Insider Xbox App Build - Offline Play cannot be enabled

    in XboX Insiders
    Latest PC Insider Xbox App Build - Offline Play cannot be enabled: Hello, I'm reporting this here because I'm not sure if it's related to the Xbox app update I did yesterday or if it was my BIOS update to my motherboard today, but one of those two actions has...
  7. Bug Report – Graphic Rendering Issue After Latest Update Palworld

    in XBoX Games and Apps
    Bug Report – Graphic Rendering Issue After Latest Update Palworld: Following the update released yesterday, the game graphics are not rendering properly. Most in-game textures appear blurred or foggy, as if they haven’t fully loaded....
  8. Gummy drop saying to update to latest version and can’t. Using an iPad. Software has been...

    in XBoX Games and Apps
    Gummy drop saying to update to latest version and can’t. Using an iPad. Software has been...: Gummy drop asking to update to latest version but won’t update. Playing on ipad 8568098e-631c-449e-9efc-673b49a7f3f2
  9. Quick Resume broken by latest Xbox update

    in XBoX Games and Apps
    Quick Resume broken by latest Xbox update: Quick resume worked for red dead redemption two RD2 reasonably successfully. Sometimes it would break for unknown reasons. However on the 30th of April 2026 the Xbox was updated and it 100% broke...
  10. Latest update broke party chat for me on pc

    in XboX Insiders
    Latest update broke party chat for me on pc: I am in the insiders program. As of today party chats on pc xbox app will not detect my mic. I can hear everyone but nobody can hear me. It was all fine until it updated today. Mic is working...