AM2R-Community-Developers / AM2RLauncher

Host respository for the AM2RLauncher.
GNU General Public License v3.0
348 stars 19 forks source link

No Audio In Game With Arch Linux And PipeWire #24

Closed Duder963 closed 2 years ago

Duder963 commented 2 years ago

As the title states, on Arch Linux, there's no audio in game. Executing AM2R.AppImage from the terminal shows a stream of OpenAL errors. I am using pipewire, so that could be the issue.

These errors continuously repeat in the terminal.

OpenAL error: 40964 (SoundHardware::Tick)
OpenAL error: 40964 (Audio_Tick Start)
OpenAL error: 40964 (Audio_Tick End)
Miepee commented 2 years ago

You may be missing these packages: lib32-libopenal and lib32-libpulse

Duder963 commented 2 years ago

Yep. lib32-libpulse solved it