Hi there.
I’m running Last Epoch on Arch Linux through Steam and I get no audio.
Here are the relevant log & config files + system information dumps:
- Player.log (616.3 KB)
- le_graphicsmanager.ini (489 Bytes)
- system-information.txt (74.5 KB)
From the logs, it seems like LE is trying access my 3 audio cards through ALSA and is failing to do so:
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
[FMOD] Studio::System::initialize returned ERR_OUTPUT_INIT, defaulting to no-sound mode.
FMODUnity.RuntimeManager:Initialize()
FMODUnity.RuntimeManager:get_Instance()
FMODUnity.RuntimeManager:GetBus(String)
WindowFocusManager:OnApplicationFocus(Boolean)
My sound system is PipeWire which supports ALSA, PulseAudio & Jack based applications.
I should also mention that I have 3 sound cards and the correct one is the only one that’s enabled: https://imgur.com/a/ncQQYwK
I have been able to play LE with audio about two patches ago. Since then I moved from PulseAudio to PipeWire. I’m not sure if it’s my change of sound system or the last 2 patches that are causing this. I’ll try to switch back to PulseAudio to see if that does the trick.