-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning messages about ALSA lib after fresh install on v0.2.1 #52
Comments
I get the same problem. My guess is that one of the I am also guessing that this " |
I guess this should also be reported to https://github.com/JuliaPackaging/Yggdrasil as this issue can only get fixed there. |
I see. The "SDML" contributors here are not the maintainers of the Thanks for the heads-up @Gnimuc. Apparently, an issue has already been created: |
Anyone have time to try this solution? |
SidetrackedI've sort of had to look at other packages instead of SDML to get my work done. So: sorry. not yet. Quick analysisAt first glance, it is sort of surprising that setting I would have thought the ENV variable would have to be I also don't quite get the My view... So I'm sort of guessing that post was mostly provided some vague direction on how to move forward. Sorry. I haven't yet had time to allocate neurons on this one. |
There is a
|
This is how I got sound working on Linux. But I'm not sure how to convert that into a permanent solution: JuliaPackaging/Yggdrasil#1432 (comment) |
With #65, I still get these warnings on CI. But that's probably because the config path on CI is not "/usr/share/alsa/alsa.conf".
|
Made a fresh reinstall of Julia 1.5.1 on a Debian machine and after installing SimpleDirectMediaLayer.jl and
using SimpleDirectMediaLayer
SimpleDirectMediaLayer.init()
I receive the following warning (or error) messages on the terminal, which repeatedly appear every several seconds
ALSA lib conf.c:4048:(snd_config_update_r) Cannot access file /workspace/destdir/share/alsa/alsa.conf
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
Creating windows and rendering works still fine (I never use sound), but the warning messages overfill the terminal and are very annoying.
Maybe this it is related to #51. When I pin the version to something before v0.2.* in the package manager
pkg> pin SimpleDirectMediaLayer@0.1.1
the warnings disappear.
The text was updated successfully, but these errors were encountered: