EntirelyTom
Published
OPENSSL_ia32cap=~0x20000000 %command%.
Slight stuttering occassionally.
Intel 10th-12th gen has a problem with OpenSSL that causes the game to not launch at all. This can be fixed with the provided launch parameter and isn't a problem with Linux, but rather Intel CPUs as the same problem exists on Windows.
DXVK_CONFIG="dxgi.customVendorId = 1002" %command%
The game appears to maybe prioritize the iGPU rather than my dedicated GPU, which caused a lot of problems manifesting in the game not launching at all with no error message, instantly crashing showing the UE crash debugger or launching and crashing during shader caching depending on the Proton version selected.
Using the following launch parameters seems to force the game to use the correct GPU and launch with no problem.
DXVK_CONFIG="dxgi.customVendorId = 1002" %command%
"1002" is the PCI Vendor ID for AMD, "10DE" is the PCI Vendor ID for NVIDIA, "8086" is the PCI Vendor ID for Intel.
Thanks to all the people in the Linux Experience thread on the Forever Winter Discord for finally finding a potential fix for this.