STAR WARS Jedi Survivor: How to Fix LowLevelFatalError for D3d12RHI

This is a fix that worked for me specifically on this error:

lowlevelfatalerror [file:unknown] [line: 686] hr failed at d:/depot/r8branches/r8release/engine/source/runtime/d3d12rhi/private

(More details on how this works on the guide.)

 

Description/Disclaimer

This is a fix for a very specific error that usually crashes the game during cutscene transitions or when loading in new areas, the error message that appears after the crash goes like this:


From my understanding (and take it with a grain of salt), the engine or the game tries to access some sort of library or file through the operating system and when it fails to find it, the game pretty much sh**ts itself and throws you out. There should be 2 registry entries on your system which I’ll show you on the section below that the game tries to access, if those 2 entries are missing the game doesn’t know what to do and pretty much stops functioning.

The Fix

Fixing this issue should be quite easy, you are most likely going to have 1 or 2 missing entries in your windows registry that you need to add. I don’t know if this is caused due to a failed driver update or if the devs messed up parts of the code. But hey! If it doesn’t work out for you, you can always remove those entries and restore your registry to what it was before.

So here are the steps that you need to go through:

– Hit “Winkey + R”

– Type “regedit” in the dialog box that pops up and hit “Enter”

– In the left panel of your Registry Editor navigate to:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers

– Select the “GraphicsDrivers” entry, on the right panel, right-click the blank space and choose “New > DWORD (32-bit) Value”

– Add/Edit the values highlighted in the screenshot below:


– Restart your PC for the changes to be applied!!

– Voila! You should be able to run the game without hopefully crashing anymore!


Thanks to Yorgøs for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

Related Posts:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

1 thought on “STAR WARS Jedi Survivor: How to Fix LowLevelFatalError for D3d12RHI”

Leave a Comment