Dolphin, the GameCube and Wii emulator - Forums
Dolphin Emulator on Arch Linux crashes when launching a game - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Dolphin Emulator on Arch Linux crashes when launching a game (/Thread-dolphin-emulator-on-arch-linux-crashes-when-launching-a-game)



Dolphin Emulator on Arch Linux crashes when launching a game - tobias6626 - 09-01-2018

I am running the latest version of Arch with the (newest) git version of dolphin, but every time I try to run a game it crashes with:


Code:
ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
terminate called after throwing an instance of ‘std::system_error’
what(): Das Argument ist ungültig //Translation: Invalid argument


Does aynbody know how to fix this error?


RE: Dolphin Emulator on Arch Linux crashes when launching a game - tobias6626 - 09-02-2018

(09-01-2018, 05:08 AM)tobias6626 Wrote: I am running the latest version of Arch with the (newest) git version of dolphin, but every time I try to run a game it crashes with:



Code:
ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
terminate called after throwing an instance of ‘std::system_error’
what(): Das Argument ist ungültig //Translation: Invalid argument


Does aynbody know how to fix this error?


Solved it myself I just had to change the audio-backend to pulse


RE: Dolphin Emulator on Arch Linux crashes when launching a game - telinlethaed - 10-19-2019

( Late answer ) If you have a frensh install you might miss an audio package therefore archlinux is crashing. Just do :

# sudo pacman -Sy pulseaudio-alsa

and you will be able to launch dolphin-emu.