http://bugs.winehq.org/show_bug.cgi?id=20680 Raymond <superquad.vortex2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2(a)gmail.com --- Comment #3 from Raymond <superquad.vortex2(a)gmail.com> 2010-05-31 04:39:37 --- in dlls/winealsa.drv/waveinit.c ALSA_TestDeviceForWine() require the driver must support 2 channels /* set the count of channels */ retcode = snd_pcm_hw_params_set_channels(pcm, hwparams, 2); if (retcode < 0) { reason = "Could not set channels"; goto exit; } did you see the error messages "Could not set channels" ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.