[PC] Xbox Gaming Services will not run

Discus and support [PC] Xbox Gaming Services will not run in XBoX Games and Apps to solve the problem; So I bought and downloaded Gears V for PC. It ran well yesterday. Today I was trying to launch the game but nothing was happening. So I opened Task... Discussion in 'XBoX Games and Apps' started by Warri0r man, Sep 11, 2019.

  1. Warri0r man
    Warri0r man Guest

    [PC] Xbox Gaming Services will not run


    So I bought and downloaded Gears V for PC. It ran well yesterday.

    Today I was trying to launch the game but nothing was happening. So I opened Task manger and ended the Gaming Services program. Now when I try to launch Gears V is opens the Microsoft store and asks me to download Gaming Services. I have now re downloaded
    that like 5 times. It will not run, I cannot find it on my PC, and I don't know what else to do.

    I have cleared the Store cache. I have reset my PC. I have turned off my PC. It downloads but won't run. Any help would be appreciated.

    :)
     
    Warri0r man, Sep 11, 2019
    #1
  2. Warri0r man Win User

    [PC] Xbox Gaming Services will not run

    I managed to complete this exactly 1 time in the last hour. It either sits on Pending while trying to download forever or it doesn't do anything.

    I managed to get it to download fully, but trying to launch the game caused it to just reopen the store on the Gaming services page anyway. Tried restarting my PC and launching again and it didn't work.

    Currently trying to re-download it again, its sitting at "Downloading Gaming Service"
  3. Warri0r man Win User

    [PC] Xbox Gaming Services will not run

    Well. Once again the downloads have failed. If I remove and download Gaming Service on its own, it can complete, but then trying to actually download the game itself fails. It won't even let me get past clicking install. Removing Gaming Service and then
    downloading the game at least starts to download both of them. Albeit at such a slow rate its a miracle it gets anywhere. Then inevitably they both fail due to some cloud service error. Usually takes about 30mins to an hour for them to fail.

    I even tried to do a system restore to September 5th. Failed as well. Says that maybe my antivirus is blocking it from working. Disabled Avast and Male-ware bytes. Still failed. Same error.

    I just do not understand how this can be so hard. How something that is so integral to Windows 10 just fails. Each. And. Every. Time.

    Its frankly ridiculous the amount of time I have spent trying to fix this. I'll give it a few more days before I say
    [Mod removed- inappropriate] it and get my refund.

    Diego I appreciate the help you've given and any more help you give.
  4. Warri0r man Win User

    [PC] Xbox Gaming Services will not run

    Already ahead of you there. Got the windows store installed and currently been trying to download the game once again


    [​IMG]


    Been this way for about 30mins. Don't know why the download speed is so slow. Its either super slow download speed or it tells me something went wrong.
  5. XBF Diego M Win User

    [PC] Xbox Gaming Services will not run

    Hi Warri0r man,

    That's odd as those commands have worked for others. The last command is what is supposed install the Store and other built in apps that could have been uninstalled.

    Open up a PowerShell command prompt again as an administrator and type or paste the following command:

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    As soon as you execute the command PowerShell will initiate the process and reinstalls Windows store app within a couple of minutes. From there you can re-install the Xbox app through the Store app.
  6. Warri0r man Win User

    [PC] Xbox Gaming Services will not run

    So. I did what you asked. Ran powershell as an admin. Typed those 2 commands into it. Reset my PC. And then typed that other command.

    Seems to have done stuff. A lot of errors popped up. And now the Microsoft store and xbox app no longer exist on my PC. Nor can I find a way to download the Microsoft store. Please see below for the lovely list of errors.

    Edit: I love this part.

    Unable to install because the following apps need to be closed Microsoft.Windows.Cortana_1.12.3.18362_neutral_neutral_cw5n1h2txyewy.

    Edit2: Managed to reinstall the windows store using powershell. Right back to square 1.

    PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\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.Windows.Cortana_1.12.3.18362_neutral_neutral_cw5n1h2txyewy.
    NOTE: For additional information, look for [ActivityId] b70d2a26-6800-0006-db32-0db70068d501 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID b70d2a26-6800-0006-db32-0db70068d501
    At line:1 char:37 + ... s| 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:37
    + ... s| 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:37
    + ... s| 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: 0x80073CF9, Install failed. Please contact your software vendor.
    (Exception from HRESULT: 0x80073CF9)
    error 0x80070490: Unable to update the status for package
    windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy (Clear=0x0, Set=0x400).
    NOTE: For additional information, look for [ActivityId] b70d2a26-6800-0006-1e33-0db70068d501 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID b70d2a26-6800-0006-1e33-0db70068d501
    At line:1 char:37
    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Windows\Imme...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + 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:37
    + ... s| 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:37
    + ... s| 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:37 + ... s| 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:37
    + ... s| 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:37

    + ... s| 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:37

    + ... s| 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:37

    + ... s| 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:37

    + ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException

    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Thema:

[PC] Xbox Gaming Services will not run

Loading...
  1. [PC] Xbox Gaming Services will not run - Similar Threads - Gaming Services run

  2. Leave games permanently on the Cloud gaming service

    in XboX Insiders
    Leave games permanently on the Cloud gaming service: Hi, my name is Emanuele and I'm from Italy. Lately I've been using your cloud gaming service, and I find it really useful, especially for those like me who can't afford an xbox to play their...
  3. Xbox-App update stuck at 0% and cant delete gaming services to fix it

    in XBoX on Windows
    Xbox-App update stuck at 0% and cant delete gaming services to fix it: Hellu, my Xbox-app is stuck at 0% and to fix it I already opened Powershell and used the command: "get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers" but I only get the...
  4. What is wrong with your game pass. Quickly fix your services

    in XBoX Games and Apps
    What is wrong with your game pass. Quickly fix your services: I downloaded gta v from your game pass and rockstar launcher showed some error after some time i tried downloading need for speed and even after having the game pass EA only showed the option to...
  5. Why can I not disable Gaming Services??

    in XBoX on Windows
    Why can I not disable Gaming Services??: Before you say "its to enhance your experience" let me just say that it would be very experience enhancing for you to remain silent and not say that. I would like to disable this...
  6. Games Online Services

    in XBoX on Consoles
    Games Online Services: I’m Having Issues With My Xbox Series X , I’m Connected To Wifi Fully And Did Every Testing You Could Mention Ive Already Done It And My Games Wont Connect To Online Services , I Tried Playing 2K...
  7. Repairing Gaming Services. This might take several minutes... Failed (0x8000ffff)

    in XBoX Games and Apps
    Repairing Gaming Services. This might take several minutes... Failed (0x8000ffff): this happened: [img] then ran this [img] any fix? 9c4bdfb5-4586-45c6-9151-c68708f8d8f9
  8. MSIX file for Gaming Services

    in XBoX on Windows
    MSIX file for Gaming Services: Ive tried all ways for my mircosoft store to work but all fails, The only thing I know works are MSIX files and those are what ms uses, APPX and MSIX. I really need to get the Gaming Services so...
  9. When I try to login in to Fortnite on cloud gaming it is saying service not responding

    in XBoX Games and Apps
    When I try to login in to Fortnite on cloud gaming it is saying service not responding: I think it needs the latest update b1cb671c-c8fa-46db-ba3d-0182eb4bbec7
  10. PC Game Pass & Gaming Services hitch/stutter in only specific games.

    in XBoX Games and Apps
    PC Game Pass & Gaming Services hitch/stutter in only specific games.: I'm wondering if others have run into this issue. I've seen it posted sporadically, but finding this specific issue has been few and far between. I have purchased these games on Steam(refunded)...