Resident Evil Requiem keeps freezing after some time

I bought Resident Evil Requiem yesterday, and went to play as soon as I did, but when I went to change my graphics settings, the game froze.
After that, I’ve tried changing proton versions, rollbacking drivers (it seems there’s been problems with newest NVIDIA drivers for the 50 series), going straight for a new game, changing my monitor’s refresh rate from 75 to 60, and limiting my fps to 60, but nothing seems to work.
The game’s audio seems to keep playing normally, but my inputs and video just freeze completely.

My setup:
Operating System: Fedora Linux 43
KDE Plasma Version: 6.6.1
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
Kernel Version: 6.18.13-200.fc43.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700X 8-Core Processor
Memory: 32 GiB of RAM (31,3 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 5060
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550M K
System Version: -CF

Have a look at the system journal for errors from the amdgpu driver.

This command lists the logs from the current boot.

sudo journalctl -g amdgpu -b 0

For example when I try to start Clair Obscur: experidition 33 a seconds time I see lots of errors reported by the amdgpu driver in the logs.

1 Like

I’ll try when I get home today, but I’m just confused: would I still have a amdgpu driver even though my graphics processor is NVIDIA?

Also, sorry for the delay, lol

The amdgpu driver is in the kernel, so it exists on your system. However, it shouldn’t be doing anything because your AMD CPU doesn’t have an iGPU - the Nvidia card is the only thing in your system that can render graphics.

You could just replace amdgpu with nvidia in the suggested command :slightly_smiling_face:

1 Like

Ah I see.
I’ll try it as soon as I can then, thanks!!

Doh! No you have an nvidia driver… I saw the AMD CPU line of sigh…

Look for nvidia driver messages.

1 Like

Okay so I figured it out!! I just added %command% /WineDetectionEnabled:False to launch options and it worked!! Suggested by someone in a reddit thread. No idea why, but if it works it works lol

Thank you guys!!

1 Like