How to fix UWP Xbox deployment 0x80131500 - Exception from HRESULT: 0x801C0003

Video Playback Experience Team 25 Reputation points
2023-09-13T18:34:52.1166667+00:00

Hi, we're trying to deploy the UWP Xbox app, as we have done for the past five years, and after the recent update, it fails with this error:

WinAppDeployCmd.exe install -file "C:\Users\package.msix" -ip 192.168.1.22
Windows App Deployment Tool
Version 10.0.0.0
Copyright (c) Microsoft Corporation. All rights reserved. Opening connection to device at '192.168.1.22'. 0x80131500 - Exception from HRESULT: 0x801C0003
0x801C0003 - Exception from HRESULT: 0x801C0003

Reproducible on both: Xbox Series S / Xbox One X

Firmware: August 2023, OS version: 10.0.25398.1762

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
30,355 questions
{count} vote

Accepted answer
  1. Timothy S 85 Reputation points
    2023-09-15T23:20:20.86+00:00

    Ran into this ourselves yesterday and found a solution. You might be using an out of date version of the Windows App Deployment Tool. Here's what we did:

    1. Updated Visual Studio 2022 to 17.7.4, we were a few versions out of date
    2. We have a few older versions of the Windows Software Development Kit installed. We removed the old ones and just kept the latest (10.0.22621.1778 as of 9/15).
    3. Updated our PATH environment variable to have the latest kit location (C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64)
    4. Did a pin connection to the Xbox to set up the connection again (WinAppDeployCmd.exe list -ip <xbox ip> -pin <pin from xbox>)
    5. Worked after that!

    Hope that helps.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful