It helps, but it doesn’t fix the problem. The graphics card still tops out on the 3D and locks everything up. I have been messing with this game for weeks trying to create keys for memory and turning things off and on and running with special privileges etc… This game is just trash at the moment. I have to uninstal because my gaming rig keeps getting error codes almost every time i play the game. Green screens and blue screens…
PC
- Fixed an issue where some players’ games were crashing when browsing cars in various screens.
Ok, so crashes are gone from browsing My Garage and Car Collection, but it still crashes in various Customization, User Designs and Tuning screens. Can you fix these crashes as well, please?
The game sure has improved but still crashing every occassion it can. Finally we have replays which is awesome but that’s still not enough to make me happy.
Browsing manufacturer colors, at the limit of the list, pressed right … crash (arrayindexoutofboundsexception? :D)
Invited my friend to multiplayer… crash
Changed track in a private multiplayer lobby … crash
Wanted to preview someones car in a public lobby at the sametime the track started loading … crash
Stayed in the lobby for 10 minutes waiting for the race to finish, intermission, race starting in 3 … 2… black screen … crash
Finally got in a pre-match blackscreen, no loading screen, no waiting no countdown match starts everyone is confused head into T1 … my heart is racing start braking and the apex of T1 starts looking familiar… i have seen this place before… wait this is my desktop wallpaper damn how unfortunate
and i could continue for hours and didn’t even mention crashing before last lap of endurances etc…
come on Turn10… do stuff
My games been pretty good until recently. I don’t know whether it’s the latest Nvidia Driver (397.31), Windows update (1803) or the latest game update but my gaming experience has been an absolute headache.
Losing sound in private multiplayer sessions every 3rd race, this seems to be affecting PC and console users alike.
Game randomly crashes to desktop during single player or any sort of rivals event.
Major stuttering in menus and high ram usage when selecting upgrades for a car.
Please Turn 10 fix your game because this is ridiculous!!
I was getting crashes after the races start. I disabled my CPU overclock and it ran perfectly fine for hours. It’s a new z370 8700k system.
On my old 2600k system it never crashed like with a overclock and was solid as a rock for the most part. Except for the splash screen crash with developers update. 1803 fixed that on my 2600k system.
Edit: I had to bump voltage another notch to make the overclock stable. It works perfect now with my 8700k at 4.8ghz and 1.22v voltage. Been playing fine for hours, no issues at all.
Welcome you who are searching for fix. Here is the fix. HAPPY PLAYING !!
Make .bat file with this lines :
@echo off
START explorer.exe shell:appsFolder\Microsoft.SunriseBaseGame_8wekyb3d8bbwe!SunriseReleaseFinal
TIMEOUT /T 70 /NOBREAK
taskkill /f /im explorer.exe
:LOOP
TASKLIST | FIND /I “FORZAHORIZON4” >nul 2>&1
IF ERRORLEVEL 1 (
GOTO CONTINUE
) ELSE (
ECHO fh4 is still running
TIMEOUT /T 5
GOTO LOOP
)
:CONTINUE
START explorer.exe
EXIT