gui1117/ruga

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: DeviceNotAvailable'

Opened this issue · 1 comments

After successfull build when i run the game using the cmd './target/release/ruga' i got that error.

I thought the error is the responsibility of the third party library rodio. So i thought its better to create an issue thread on their page.

RustAudio/rodio#130

I have read the issues on rodio github page and found out that someone had the same issue and installing pulseaudio-alsa solved the issue. I can confirm it works now.