You are not logged in.

#1 2025-05-29 22:09:28

16bt2
Member
Registered: 2025-05-29
Posts: 5

Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

Since tuesday, I haven't been able to launch steam games through proton. The games get perpetually stuck in the "launching state" (the steam button never goes back to "play", unless I cancel it). I tried with 3 arch installations, one ubuntu installation and one fedora installation on the same machine. It happened on every distro (all of them on gnome wayland + nvidia 570 drivers). The game I tested with (Doom 2016), was working just fine until tuesday.

Arch was the distro I spent the most time troubleshooting it in, here's what I did so far:
- Tried running the games with the native, native runtime and flatpak versions of steam
- Checked the system had 32 bit vulkan support
- Tried running the game on x11
- Tried different proton versions (experimental, 9.0, 10.3 and protonGE 10.3)

I can get it to process the vulkan shaders if I open the steam through the terminal and ctrl+C to cancel it when it gets stuck, but it still won't launch. I think it might be related to the new 570 drivers, cause I think the issue started after I updated to it, but I'm way out of my depth here.

Steam proton logs:
Pt. 1 https://pastebin.com/GYV3apP7
Pt. 2 https://pastebin.com/xFuXxkzR

Terminal output:
https://pastebin.com/CKjBQAX3

Specs wrote:

    Arch Linux
    Linux 6.14.7-arch2-1
    DE/WM » Mutter (Wayland)
    PC » MS-7C56 (1.0)
    AMD Ryzen 5 5600X (12) @ 4.65 GHz
    NVIDIA GeForce RTX 3060 Ti [Discrete]
    8.33 GiB / 15.53 GiB (54%)

Vulkan Devices:

	apiVersion        = 1.4.303 (4210991)
	driverVersion     = 570.153.2.0 (2393260160)
	vendorID          = 0x10de
	deviceID          = 0x2414
	deviceType        = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
	deviceName        = NVIDIA GeForce RTX 3060 Ti
	driverID                                             = DRIVER_ID_NVIDIA_PROPRIETARY
	driverName                                           = NVIDIA 
OpenGL Renderer: wrote:

OpenGL renderer string: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2

  
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.153.02             Driver Version: 570.153.02     CUDA Version: 12.8     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3060 Ti     Off |   00000000:2B:00.0  On |                  N/A |
|  0%   44C    P5             30W /  200W |    1200MiB /   8192MiB |      1%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

SOLVED: I was missing the lib32-gnutls package. Installing it fixed the issue

Last edited by 16bt2 (2025-05-30 18:57:41)

Offline

#2 2025-05-29 22:17:57

cmt
Member
Registered: 2025-03-11
Posts: 22

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

You've tried other games besides Doom (2016) right?

Offline

#3 2025-05-29 22:25:42

16bt2
Member
Registered: 2025-05-29
Posts: 5

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

cmt wrote:

You've tried other games besides Doom (2016) right?

Yes. I tested mainly with Doom 2016, because it's a game I was playing before and knew for sure it was working flawlessly. I can't get a single game to launch through proton. Every game I tested exhibits the same behavior, too

Offline

#4 2025-05-29 22:28:09

cmt
Member
Registered: 2025-03-11
Posts: 22

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

Interesting. I would assume this is a Steam regression because even across distros, packaging methods (native vs flatpak), Steam uses a runtime that it pulls on first launch. I've had this issue before but it's always been resolved by restarting Steam. Try installing supertuxkart and seeing if that runs properly under your system. I'd also try using Steam beta if you haven't already, you can opt into it using the Steam settings.

Offline

#5 2025-05-29 22:36:49

16bt2
Member
Registered: 2025-05-29
Posts: 5

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

cmt wrote:

Interesting. I would assume this is a Steam regression because even across distros, packaging methods (native vs flatpak), Steam uses a runtime that it pulls on first launch. I've had this issue before but it's always been resolved by restarting Steam. Try installing supertuxkart and seeing if that runs properly under your system. I'd also try using Steam beta if you haven't already, you can opt into it using the Steam settings.

Thanks for the suggestions! I forgot to mention in the OP, but linux native games are working perfectly fine on steam (as is super tux kart).

I also tried using the steam beta, but the issue persists sad

Offline

#6 2025-05-30 04:12:27

cmt
Member
Registered: 2025-03-11
Posts: 22

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

This makes perfect sense since they aren't running via WINE/Proton, which appears to be the primary issue. I'm honestly at a loss other than that however. The fact you've reinstalled and tried different issues is the odd thing, because driver versions across distros will vary. Have you tried Xorg?

Last edited by cmt (2025-05-30 04:13:21)

Offline

#7 2025-05-30 11:28:22

tekstryder
Member
Registered: 2013-02-14
Posts: 508

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

Sounds like one of the multiple Xwayland regression in mutter 48.3

https://gitlab.gnome.org/GNOME/mutter/-/issues/4138

Arch mutter pkgver -2 addresses one of them

https://gitlab.archlinux.org/archlinux/ … /issues/12

but a 'proper' fix landed upstream:

https://gitlab.gnome.org/GNOME/mutter/- … uests/4466

There will likely be a mutter pkgver -3 or an upstream microrelease.

Offline

#8 2025-05-30 17:53:53

16bt2
Member
Registered: 2025-05-29
Posts: 5

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

cmt wrote:

This makes perfect sense since they aren't running via WINE/Proton, which appears to be the primary issue. I'm honestly at a loss other than that however. The fact you've reinstalled and tried different issues is the odd thing, because driver versions across distros will vary. Have you tried Xorg?

Well, I did make sure to get the most up to date nvidia drivers, even when testing with ubuntu (looking back, that might've been a mistake). Not sure if they were the exact same version, but they were all 570 at least. As for x11, just tried one more time to be sure, but the same thing happens

tekstryder wrote:

Sounds like one of the multiple Xwayland regression in mutter 48.3

https://gitlab.gnome.org/GNOME/mutter/-/issues/4138

Arch mutter pkgver -2 addresses one of them

https://gitlab.archlinux.org/archlinux/ … /issues/12

but a 'proper' fix landed upstream:

https://gitlab.gnome.org/GNOME/mutter/- … uests/4466

There will likely be a mutter pkgver -3 or an upstream microrelease.

Oh, thanks, that makes a lot of sense! But if that's my issue, would I still be having problems even when using x11?

Offline

#9 2025-05-30 18:56:42

16bt2
Member
Registered: 2025-05-29
Posts: 5

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

Well, I feel dumb... I was missing lib32-gnutls. installing it fixed the issue. (still confused on why I had the same issue on Fedora and Ubuntu, and why it suddenly stopped working a few days ago, but I guess it doesn't matter)

Thanks cmt and tekstryder for helping me troubleshoot!

Offline

#10 2025-05-30 19:19:38

tekstryder
Member
Registered: 2013-02-14
Posts: 508

Re: Proton games hang on launch with NVIDIA 570 drivers (Wayland, GNOME)

Ha. I admittedly only saw Steam freeze + Wayland + Gnome in your post and went right to the current hot mutter issue without reading your details. Glad it's sorted.

Offline

Board footer

Powered by FluxBB