[Bug 26271] winecfg does not play 'Test Sound'

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 4 19:10:05 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26271

Raymond <superquad.vortex2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |superquad.vortex2 at gmail.com

--- Comment #10 from Raymond <superquad.vortex2 at gmail.com> 2011-03-04 19:10:05 CST ---

> fixme:winmm:proc_PlaySound Couldn't play header
> fixme:winmm:proc_PlaySound Couldn't play header

This is because winepulse does not support WODM_PREPARE

you should ask the author of winepulse ?

+    case WODM_PREPARE:
+    case WODM_UNPREPARE:
+
+    case WODM_GETPITCH:
+    case WODM_SETPITCH:
+
+    case WODM_GETPLAYBACKRATE:
+    case WODM_SETPLAYBACKRATE:
+        return MMSYSERR_NOTSUPPORTED;

-- 
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.



More information about the wine-bugs mailing list