game wont launch even with clean install
hi, so I have done the steps that the bot has suggested, remove the mods, I in fact just cleaned it up and did a fresh install but it still won't launch, i'm trying to launch it though steam and i get the crash saying this everytime:
Fatal error: [File:C:\BuildAgent\work\b731a33f2a691e17\UE4\Engine\Source\Runtime\RHI\Private\PipelineStateCache.cpp] [Line: 365] Shader compilation failures are Fatal.
Solution:Jump to solution
To force the use of DirectX 11 with your game, add the
-d3d11
or -dx11
argument to your game's launch arguments.16 Replies
>rhiborked
There are a few things to try if your RHI is causing crashes.
1) Try switching your RHI. If you're using DX11 or DX12, switch to the other. If you're using Vulkan, try DX12 before DX11
2) Try verifying your game files.
3) Update/reinstall your graphics drivers
4) Try disabling hierarchal Z-buffer occlusion in the game's graphics settings.
5) Try tuning your graphics card's clock down, especially if has been overclocked (by you or the vendor)
For more info use the following commands as appropriate:
dx11
dx12
vulkan
verifyepic
verifysteam
how do i change and disable some of these options?
say one of the things at the bottom for more detailed directions, like this:
>dx12
To force the use of DirectX 12 with your game, add the
-d3d12
or -dx12
argument to your game's launch arguments.oh sorry lol
dx11
>dx11
dx11
>dx11
uh
maybe we removed that command because of how old dx11 is
well dx12 didnt work
but dx11 did
intresting
try vulkan? dx11 is older
im finally on
here's the dx11 info if anyone else needs to use it https://discord.com/channels/555424930502541343/555782140533407764/1244357465076797511
thank you for the help!
Solution
To force the use of DirectX 11 with your game, add the
-d3d11
or -dx11
argument to your game's launch arguments.>vulkan
To force the use of Vulkan with your game, add the
-vulkan
argument to your game's launch arguments.future readers: try dx12, then vulkan, then dx11