[Bug 16942] Call of Duty 5 has no sound

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 7 03:58:16 CDT 2010


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

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

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

--- Comment #9 from Raymond <superquad.vortex2 at gmail.com> 2010-09-07 03:58:15 CDT ---
(In reply to comment #0)
> fixme:dsound:DirectSoundDevice_CreateSoundBuffer SubFormat
> {00000003-0000-0010-8000-00aa00389b71} not supported right now.
> 
> Call of Duty 5 has no sound because the subformat
> KSDATAFORMAT_SUBTYPE_IEEE_FLOAT is not implemented.

DSCAPS

dwFlags
    Flags describing device capabilities

DSCAPS_PRIMARY16BITS 

The device supports a primary buffer with 16-bit samples. 

DSCAPS_PRIMARY8BITS

The device supports primary buffers with 8-bit samples.

it seem that you are try to create a dsound buffer of 32bits which the devices
does not support

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