You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered this problem when trying to run an example from the Amethyst game engine. It returned an error:
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave
thread 'main' panicked at 'The device doesn't support any format!?: DeviceNotAvailable', src/libcore/result.rs:1009:5
Then i've tried using aplay on a audio file and got this:
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave
aplay: main:828: audio open error: No such file or directory
Obviously there is some kind of problem here, and i hope anyone knows how to fix it. I'm on arch by the way.
If you need more info please let me know!
The text was updated successfully, but these errors were encountered:
I just came here searching for the same issue happening somewhere else. A temporary workaround for you could be a manually created .asoundrc file. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913045 for some ideas. I just helped myself by downgrading the ALSA lib and plugins back to 1.1.6.
I've encountered this problem when trying to run an example from the Amethyst game engine. It returned an error:
Then i've tried using
aplay
on a audio file and got this:Obviously there is some kind of problem here, and i hope anyone knows how to fix it. I'm on arch by the way.
If you need more info please let me know!
The text was updated successfully, but these errors were encountered: