this post was submitted on 17 Jul 2025
35 points (100.0% liked)

Linux Gaming

20112 readers
27 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I've been experiencing freezes after ~1h of playing. Those are hard freezes when even switching workspace doesn't work. Restarting the game helps for another hour

I've tried what few options from protondb but haven't noticed much change

Am I the only one?

  • GPU: Radeon 5700 xt
  • CPU: AMD
  • 48 GB RAM
  • SSD
top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 days ago (1 children)

I use gamemode to run mine on e-cores only because hyperthreading causes it to freeze after loading in (either for the first time, or when changing maps). It was usually temporary, but once it just froze my entire system, and when I loaded back in, I was in the middle of quicksand and my copter was gone. :( Turning off hyperthreading also solves that problem, but that would affect everything else I run.

[–] [email protected] 1 points 2 days ago

I've heard that ht can cause issues on Intel. I'll check that, thanks

[–] [email protected] 11 points 3 days ago (2 children)

Similar specs, I was getting full lock-ups after 1-3hrs.

GPU: AMD Radeon RX 6950 XT CPU : AMD Ryzen 7 3700X 8-Core Ram: 32gb

Enabled a setting in game to always reserve one cpu core for basic sys functions and haven't crashed since. (Haven't played the recent patches either though)

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago) (1 children)

Found the setting; Settings > Graphics > Limit Process CPU Usage (Experimental)

"Reserves 1 CPU core for background tasks (process affinity). Will reduce game performance."

Enabled and testing.

[–] [email protected] 5 points 2 days ago (1 children)
[–] [email protected] 1 points 2 days ago

Glad to hear it!

[–] [email protected] 2 points 3 days ago (1 children)

It's the experimental one that might be translated to my locale as " limit CPU use"?

[–] [email protected] 2 points 2 days ago (1 children)

Yes! It didn't really impact my performance but definitely stopped the crashes.

[–] [email protected] 1 points 2 days ago

Thanks, but I already have that. It did make things better but I was still getting freezes so far

[–] [email protected] 3 points 3 days ago

Weird, mine has been fine on a mix of linux computers, one had some power or thermal issues resulting in instant power off, but the game works. Lord knows ive spent more than a few 5 hr runs just building the base lol.

[–] [email protected] 3 points 3 days ago

Yep! Similar freeze after some period of playing, haven't found a solution yet.

GPU: NVIDIA RTX 3070 CPU: AMD Ryzen 7 5700X3D RAM: 32GB SSD

I'll update Proton version detail later today and report back on the suggested fixes in this thread.

[–] [email protected] 3 points 3 days ago* (last edited 3 days ago) (1 children)

Do you have steam overlay disabled? If so try the LD_PRELOAD workaround by entering:

LD_PRELOAD="" %command%

in the game's launch options.

This was supposed to be fixed by now but I still have the issue intermittently with some games. Usually they just start lagging, but rarely they will full crash.

Please update once you confirm it does or doesn't work.

EDIT: More about what this variable does, for the curious: https://wiki.archlinux.org/title/Steam/Troubleshooting

[–] [email protected] 1 points 3 days ago

Oh, I haven't tried that and AFAIK I'm not even using it. I'll check, thanks