Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
or disable stuff that can be used as amd(i dont know the name. i solved my problems by disabling nvidia control panel. i bet amd have some stuff like that)
Yeah I have done both, verifying the files in Steam says they are perfectly fine. I also disabled FSR since if I enable it, not a single texture in the game will load, seriously, none at all. Still nothing! I am gonna try reinstalling the game.
Wait this actually fixed it! I went and got myself some flight training, I tested the game and it works! But I am posting this just to help any other people with this issue, I think I am retiring from videogames now that I got myself a full time job as a pilot and a newfound love for planes.
Using Nobara Linux, GE-Proton10-1, though going to 9-27 didn't make any difference. Same specs as OP except that my CPU is a Ryzen 7 7800X3D.
It worked fine for me under Windows. Playing through on Linux and just got past that level, didn't have issues with landing, however, I did notice that once on foot my framerate dropped to the 40's while in the ships. After leaving the ship, the framerate returned to normal. Not sure if that has anything to do with the crashing, but if it is bringing a 7900xtx to its knees, then perhaps there is an issue with the game code during that transition.
Only on the ships though, when I landed on the ground, it was fine, and again only under Linux, Manjaro to be precise. Windows 10 pro played it like a champ from start to finish.
Install the amd86 and i386 .debs (Ubuntu) or x86_64.rpm (Fedora) from the latest release https://github.com/GPUOpen-Drivers/AMDVLK/releases
In the Launch Options for Doom, put the following command lines:
Ubuntu:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json:/etc/vulkan/icd.d/amd_icd32.json radv_force_64k_sparse_alignment=true %command%
Fedora:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json radv_force_64k_sparse_alignment=true %command%
Can confirm this works on Bazzite. Installed using rpm-ostree and used your Fedora launch command. Thanks a bunch!
Also Linux?
Not only this fixed the issue I was talking about, it also allowed me to use FSR (I couldn't previously) and run the game on much higher settings, now I can play without needing to set everything on Low. May God absolutely bless your soul, kind one, you are a lifesaver.
Ubuntu:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json:/etc/vulkan/icd.d/amd_icd32.json radv_force_64k_sparse_alignment=true %command%
Fedora:
VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json
radv_force_64k_sparse_alignment=true %command%
Arch:
Install AMDVLK and to be safe lib32-amdvlk
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_icd64.json
radv_force_64k_sparse_alignment=true %command%