Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helldivers 2 sound crackling/popping #520

Open
Azertinv opened this issue Feb 15, 2025 · 3 comments
Open

Helldivers 2 sound crackling/popping #520

Azertinv opened this issue Feb 15, 2025 · 3 comments

Comments

@Azertinv
Copy link

Describe the bug
Sound crackling and popping when playing Helldivers 2

To Reproduce
Steps used to reproduce the behavior:

  1. Set Helldivers 2 launch options in Steam to gamemoderun %command%
  2. Launch the game
  3. Hear crackling when on the bridge of the ship

Expected behavior
No sound popping, fixed when not using gamemoderun.

System Info (please complete the following information):

  • OS and version: Endeavouros (Arch linux based)
  • GameMode Version 1.8.2

Additional context
It seems that gamemode pins all the threads of helldivers to only 4 threads, other people have had issues with sound crackling when their cpu usage got too high so it may be related.
Also note that I'm running an i9-13900K and I have P/E cores.
If there is a way to disable core pinning with gamemode I could try that.

@Azertinv
Copy link
Author

Azertinv commented Feb 15, 2025

Ok so I've added this to my ~/.config/gamemode.ini

[cpu]
park_cores=no
pin_cores=no

and it fixed the issue

I tried both options separately and here is the cpu usage.
pin_cores=yes
Image

park_cores=yes
Image

So probably a P cores list detection issue ?

@Azertinv
Copy link
Author

You guys mention cpu freq heuristics here #352 (comment) but it doesn't seem to work on my machine ?

Image

@Azertinv
Copy link
Author

I fixed the cpu pinning by doing it manually for anyone having the same issue, add this to your ~/.config/gamemode.ini

[cpu]
park_cores=no
pin_cores=0-15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant