Hmm. That's my patch, but it bumps into one from Robert Reif.
Robert, is plug:hw:N the correct device naming convention for PCM opens? I've always done plughw:N. It appears as though the snd_hctl_open of plug:hw:0 is failing.
I can't tell because of the lack of Alsa documentation which is supposed to be right; if we're supposed to do plughw:0 instead of plug:hw:0, I'll have to fudge that code for the volume control stuff.
Paul, you can test this for yourself by adding a
[ALSA] "PlaybackDevice"="plughw"
to your config (or just try "hw" if that fails too).
and seeing if everything still works (if the error below goes away but a new one pops up, then I have work to do :-/).
Cheers,
Jeremy
Paul Vriens wrote:
Hi,
after this patch:
http://cvs.winehq.org/patch.py?id=16795
the installation of Zoo Tycoon 1 demo shows:
ALSA lib control.c:654:(snd_ctl_open_noupdate) Invalid CTL plug:hw:0
my .config:
;"Drivers" = "wineoss.drv" ; default for most common configurations ;"Drivers" = "winearts.drv" ; for KDE "Drivers" = "winealsa.drv" ; for ALSA users ;"Drivers" = "winejack.drv" ; for Jack sound server ;"Drivers" = "winenas.drv" ; for NAS sound system ;"Drivers" = "wineaudioio.drv" ; for Solaris machines ;"Drivers" = "" ; to disable sound
sound doesn't seem to be affected.
Any idea's if this is serious enough?
Paul.