Forza Horizon 5 won't launch anymore.

Discus and support Forza Horizon 5 won't launch anymore. in XBoX Games and Apps to solve the problem; Hello everyone, It's been about 3-4 months that I can't play FH5 anymore. Every time I hit "Play", I have the little loading screen on the middle of... Discussion in 'XBoX Games and Apps' started by Snoupix, May 4, 2022.

  1. Snoupix
    Snoupix Guest

    Forza Horizon 5 won't launch anymore.


    Hello everyone,

    It's been about 3-4 months that I can't play FH5 anymore. Every time I hit "Play", I have the little loading screen on the middle of the screen and then it disappear and nothing else, the game is off.

    The game is on Steam, PC, I had no problems before (played on the release date and I have 54.4h play time) but the game won't launch anymore.

    I have Windows defender as an anti-virus, nothing else.
    I made no modifications on my computer hardware. I've just upgraded to W11 but the problem was there too on W10.

    Here is the error I get every time in the windows event viewer:

    Faulting application name: ForzaHorizon5.exe, version: 1.435.64.0, time stamp: 0x621579af
    Faulting module name: ForzaHorizon5.exe, version: 1.435.64.0, time stamp: 0x621579af
    Exception code: 0xc0000005
    Fault offset: 0x0000000000f3bf79
    Faulting process id: 0x149c
    Faulting application start time: 0x01d840f1ff37c764
    Faulting application path: E:\Steam\steamapps\common\ForzaHorizon5\ForzaHorizon5.exe

    My PC specs:
    W11 64bits 21H2 OS Build 22000.613, 16.0 GB RAM, Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz 3.70 GHz and GTX 1070 8GB.

    Please help me. I've done everything I could...
    (Yes, everything is up to date, Windows itself, Forza, Steam and my drivers and all my other games works perfectly, even FH4.)

    .

    :)
     
    Snoupix, May 4, 2022
    #1
  2. Snoupix Win User

    Forza Horizon 5 won't launch anymore.

    Ok, try these steps and see if the Troubleshooting Tool gives you more errors:

    1. Press Windows key + X and select Command Prompt (Admin).
    2. On the open Command Prompt window copy and paste the commands (all at once)

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    3) Wait for the process to complete.
    4) Close the Command Prompt.

    Then, after that:
    1. Ppen a command prompt and type sfc /scannow . This will look for any corrupt files and attempt to repair them. Effectively with 3 possible results, no issues found, found and fixed, or found but could not fix.

    2. If first or second result appears (no issues or found and fixed), try to run the Troubleshooting Tool again.

    2. If its the latter then I suggest making a boot disk and attempting a normal windows recovery repair, instructions can be found here under "Use installation media to restore your PC":
    https://support.microsoft.com/en-gb/help/12415/...

    After all, try to run the troubleshooting tool again.
    Okay, so, it did fixed "Service registration is missing or corrupt". Still not working.
    For the "sfc" command, I already tried and did it again.


    [​IMG]


    So I ran the troubleshooting again and everything's fixed but not Forza.

    And finally, this is something I didn't want to recover and reinstall my OS... I have a lot of data and not enough space left in an external drive to do that...
    I know this is probably my last thing to try but I would try everything else. Thanks again for all your help tho.
  3. Lucas Lauer Win User

    Forza Horizon 5 won't launch anymore.

    Ok, please try these steps one by one at a time.

    Try one of them, try to play FH 5. If it doesn't work, try the next, and so on:

    Try to disable development mode:

    Press Windows + R.

    Type Powershell and hit enter.

    Copy and paste the following into the Powershell window and press enter:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Reboot your PC.

    Uninstall and reinstall Microsoft Visual C++ programs:

    Press the Windows Key + R, appwiz.cpl and then press Enter.

    Locate the Microsoft Visual C++ programs in the list.

    Select each entry and then click Uninstall.

    Download a fresh copy of Microsoft Visual C++ Runtime and then install it:

    https://www.techpowerup.com/download/visual-c-r...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Run the Microsoft Tool:

    Go to the link and save/run the tool. Follow the on-screen instructions to troubleshoot/fix your issue.

    http://go.microsoft.com/fwlink/p/?LinkId=271185

    Try to change launch settings of the game to run without hardware acceleration (you may lose graphic performance here):

    1. Launch the Steam application.

    2. Log in to your account.

    3. Click on the Library tab on the top.

    4. Right-click on Forza Horizon 5 and choose Properties.

    5. Go to the General tab on the left side in the Properties window for the game.

    6. In the text field below the Launch Options heading, type the following command.

    -cefNoGPU -cefNoBlacklist

    If it doesn't work too, try to run the game in compatibility mode:

    1. Press Windows + E to open File Explorer. Navigate to the location of the game.

    2. Right-click on the application launcher and select Properties.

    3. Go to the Compatibility tab.

    4. Check the box next to Run this program in compatibility mode for option.

    5. Now use the dropdown box below it and select Windows 7 from the options available. (try with Windows 10 too)

    6. Click on Apply and then on OK to save the settings.

    7. Now launch the game/application throwing the error and check if it is fixed.

    Test and see if one of these steps can solve your issue.
  4. Lucas Lauer Win User

    Forza Horizon 5 won't launch anymore.

    Ok, try these steps and see if the Troubleshooting Tool gives you more errors:

    1. Press Windows key + X and select Command Prompt (Admin).

    2. On the open Command Prompt window copy and paste the commands (all at once)



    net stop wuauserv

    net stop cryptSvc



    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    3) Wait for the process to complete.

    4) Close the Command Prompt.

    Then, after that:

    1. Ppen a command prompt and type sfc /scannow . This will look for any corrupt files and attempt to repair them. Effectively with 3 possible results, no issues found, found and fixed, or found but could not fix.

    2. If first or second result appears (no issues or found and fixed), try to run the Troubleshooting Tool again.

    2. If its the latter then I suggest making a boot disk and attempting a normal windows recovery repair, instructions can be found here under "Use installation media to restore your PC":

    https://support.microsoft.com/en-gb/help/12415/...

    After all, try to run the troubleshooting tool again.
  5. Snoupix Win User

    Forza Horizon 5 won't launch anymore.

    Alright, so I've done everything you said on the list and none of them worked.
    I don't have W10 in the compatibility options but I tried W7 and W8.
    Here you can see that a lot of the apps couldn't be developer mode disabled by the powershell command you gave me (even in the admin powershell)

    [​IMG]

    Here are the results of the Microsoft tool you gave me but nothing fixed it unfortunately.

    [​IMG]
  6. Lucas Lauer Win User

    Forza Horizon 5 won't launch anymore.

    Hello, Snoupix. Thanks for reaching out! My name is Lucas, and I'm an Independent Advisor and a Microsoft user just like you. I'll be happy to assist you today.

    Did you try to uninstall and then install Forza Horizon again to see if it solves your issue? If you don't, please do. If you already did and it didn't work, please let me know and we'll proceed to further troubleshooting.
Thema:

Forza Horizon 5 won't launch anymore.

Loading...
  1. Forza Horizon 5 won't launch anymore. - Similar Threads - Forza Horizon won't

  2. My Forza Horizon 5 won't let me access any online features eg: auction house, Horizon life ect

    in XBoX Games and Apps
    My Forza Horizon 5 won't let me access any online features eg: auction house, Horizon life ect: My game doesn't let me access any online features this happened about 2 months ago and I stopped playing due to it but now I want to play again and it's still doing it I've tried re-downloading...
  3. Why won't my forza horizon 5 game load on my Xbox

    in XBoX Games and Apps
    Why won't my forza horizon 5 game load on my Xbox: I have had forza for a good while and never no troubles then all the sudden it stopped working. So I started to use a different xbox it was used it still didn't work. So I bought a brand new Xbox...
  4. Forza Horizon 5 won't update on Xbox Series X - Stuck on 0%

    in XBoX Games and Apps
    Forza Horizon 5 won't update on Xbox Series X - Stuck on 0%: Hello everyone, I'm encountering an issue with updating Forza Horizon 5 on my Xbox Series X. The update seems to be stuck at 0% and hasn't progressed at all, no matter how long I wait. I've tried...
  5. Why does Forza Horizon 3 keep saying "installation stopped" randomly? It won't fully...

    in XBoX Games and Apps
    Why does Forza Horizon 3 keep saying "installation stopped" randomly? It won't fully...: So I have been trying to reinstall forza horizon 3 with a DVD on my xbox one, because I haven't played FH3 in a while and I want to experience it again, but I have restarted my xbox, the download,...
  6. Why won't my Forza Horizon 5 game not sync or save data for the game? Code Error

    in XBoX Games and Apps
    Why won't my Forza Horizon 5 game not sync or save data for the game? Code Error: Why won't my Forza 5 Game save or sync data? It just recently started to happen. I have had the game for a few years now and this is the first time it has happened. I have cleared the already...
  7. Forza horizon won't work online? Weird issues in game?

    in XBoX Games and Apps
    Forza horizon won't work online? Weird issues in game?: Purchased an Xbox Xseries for Christmas. It was the for,a horizon edition. I also purchased a 3 month xbox gold card which I've read has actually been rebranded as "core pass"? Or something like...
  8. Why won't Forza Horizon 4 open even though I own the disc?

    in XBoX Games and Apps
    Why won't Forza Horizon 4 open even though I own the disc?: I own the physical DVD for the Forza Horizon 4 game but do not have an Xbox Live subscription, so every time I try to play the game on my Xbox One, it won't even open, giving me an error and...
  9. My series X won't recognize Forza Horizon 3 or Transformers Devastation both have perfect...

    in XBoX Games and Apps
    My series X won't recognize Forza Horizon 3 or Transformers Devastation both have perfect...: Both discs are perfect I'm the only owner and they work one my Xbox one no issue. But put them in the series X and I get nothing at all. Please help! 32e7c5ab-f975-43db-84cc-af08c862bd71
  10. Why won't Forza Horizon 5 log me in on PC ?

    in XBoX Games and Apps
    Why won't Forza Horizon 5 log me in on PC ?: Cant log into Forza Horizon 5. 0da386f2-07be-45a1-98d7-63de8e39c93e