Error with windows store and xbox apps


  1. Posts : 2
    windows 10 64
       #1

    Error with windows store and xbox apps


    Hi guys! First post, so bear with me:
    1. I have terabytes of games from windows and xbox on my PC
    2. Suddenly, and after no updates, no antivirus, etc, all my games go to a spash screen and then just do not run.
    3. I have tried the following: clean install, troubleshoot windows update and windows store, reset store using admin, reset apps, uninstalled and reinstalled apps, ran a surface scan, etc.
    4. Follwing several posts, I found one that gave me a way to use powershell to check for issues (using admin again)
    5. Here is the report:
    C:\WINDOWS\system32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
    Add-AppxPackage : Cannot find path 'C:\WINDOWS\WinStore\AppxManifest.xml' because it does not exist.
    At line:1 char:1
    + Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\Win ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\WINDOWS\WinStore\AppxManifest.xml:String) [Add-AppxPackage], ItemNot
    FoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    So, I googled this issue and found a fix, so I thought, and ran this using the admin POWERSHELL
    PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted
    PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.Ins
    tallLocation)\AppXManifest.xml"}
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80073D02: Unable to install because the following apps need to be closed
    Microsoft.MicrosoftEdge_44.17733.1000.0_neutral__8wekyb3d8bbwe.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-2da0-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-2da0-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80073D02: Unable to install because the following apps need to be closed
    Microsoft.MicrosoftEdge_44.17733.1000.0_neutral__8wekyb3d8bbwe.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-35a0-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-35a0-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80073D02: Unable to install because the following apps need to be closed
    Microsoft.WindowsStore_11805.1001.47.0_x64__8wekyb3d8bbwe.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-77a2-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-77a2-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80073D02: Unable to install because the following apps need to be closed
    Microsoft.WindowsStore_11805.1001.47.0_x64__8wekyb3d8bbwe.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-0000-02fd-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-0000-02fd-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.Services.Store.Engagement_10.0.1610.0_x64__8wekyb3d8bbwe because it has
    version 10.0.1610.0. A higher version 10.0.17112.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-eca2-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-eca2-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.Services.Store.Engagement_10.0.1610.0_x86__8wekyb3d8bbwe because it has
    version 10.0.1610.0. A higher version 10.0.17112.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-eea2-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-eea2-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe because it has version
    14.0.25426.0. A higher version 14.0.26706.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-06a3-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-06a3-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe because it has version
    14.0.25426.0. A higher version 14.0.26706.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-09a3-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-09a3-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\7458BE2C.WorldofWarships_7.3.3.0_x86__x4tje2y229k00\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
    ndException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D0D, The deployment operation failed because the volume is
    offline.
    Windows cannot install package 7458BE2C.WorldofWarships_7.7.0.0_neutral_~_x4tje2y229k00 to volume J: because the
    volume is offline.
    NOTE: For additional information, look for [ActivityId] ce63dd61-38c2-000b-36a4-64cec238d401 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID ce63dd61-38c2-000b-36a4-64cec238d401
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


    My apologies for the long log, but I know this is the most important thing when doing these troubleshooting issues.
    Any ideas would be greatly appreciated since Microsoft does not provide support for "Windows Insiders" on the slow build track. I have also rolled back to prior install and still same issue.

    Thanks again,
    Stephen
      My Computer


  2. Posts : 42,980
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, one thing that would help people reading this would be to make it clear at the start of your post (Edit button)- even the title- that yours is an Insider build.

    Also please state the build number - Windows key + R, winver

    Many thanks!
      My Computers


  3. Posts : 2
    windows 10 64
    Thread Starter
       #3

    My sincere apologies but I'm not able to see an edit button.

    For the information you asked:
    1. It is a personal build
    2. Specs: Gigabyte Auros Z370 Gaming 5, windows 64 bit PRO running Windows 1803 insider version 17533 slow build.

    The oddest thing is that I can uninstall the app, then reinstall it, and it seems as if it is checking file integrity on the drive and acquiring a license, but when I turn off the computer, I have to reset it again.

    Thanks again and next time I'll try to be more efficient in my first post.
      My Computer


  4. Posts : 3
    Windows 8.1
       #4

    From the powershell commands that you posted, it seems Microsoft Store App didn't got reinstalled. Can you confirm if you have Store App working and runing on your PC ?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:44.
Find Us




Windows 10 Forums