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.
Made a fresh reinstall of Julia 1.5.1 on a Debian machine and after installing SimpleDirectMediaLayer.jl and
using SimpleDirectMediaLayerSimpleDirectMediaLayer.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.confALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM defaultCreating 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.1the warnings disappear.