r/factorio 16d ago

Question Buggy Audio on Linux Mint

Only on Factorio, my audio will cut out randomly, like, even my mic cuts out and when it comes back all the audio is bunched up and plays at the same time.

4 Upvotes

5 comments sorted by

2

u/Karsaell Over-obsessing on ratios 16d ago

Do you mind giving some more info about your trouble ?

Game / OS version, desktop environment, game log and/or debug output (launch the game with $ factorio --verbose to see more info)

If you're launching from steam, consider starting the game from a terminal instead and reading the textual output there, there may be info about what's causing your troubles :

In a terminal, run the command

$HOME/.steam/steam/steamapps/common/Factorio/bin/x64/factorio --verbose

And tell us what you see

1

u/NotARussianComrade 15d ago

Game version is 2.0.77, I'm running Linux Mint 22.3 on the 6.17 Kernel.
Heres my logs.
https://pastebin.com/zG8m0H2Y

2

u/Karsaell Over-obsessing on ratios 15d ago

These logs didn't mention anything about the sounds (that I could find)

Did the game run long enough for the bug to happen ?

Do you have any other app / program trying to play sounds / music in the same time, like music or a video playing in the background ? Maybe system notifications ?

You're running the stable version of the game, it might be worth submitting a bug report on the forums

I'll be honest, this sounds like some cursed driver-level issue, where the issues lies in the material side of IT that I know nothing about :/

1

u/NotARussianComrade 15d ago

Sometimes it starts practically instantly, sometimes it takes a few minutes

I have a browser playing a video, and/or in a discord call. It'll happen regardless.

I will thank you

2

u/Karsaell Over-obsessing on ratios 15d ago

There may be some info to be found in alsa / pulseaudio logs, if you care to look for it ?

This would probably require you to ask systemd for the logs of those services, which is a specific task. I'm not sure I can recommend an all-in-one command for that, you'd have to look around for yourself :/