http://bugs.winehq.org/show_bug.cgi?id=2087
Summary: dsound.dll: CreateSoundBuffer fails Product: Wine Version: 20040309 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs@winehq.org ReportedBy: adam@tpetaccia.com
I was able to get sound in the starcraft installer, but unable to get sound in the game itself. I ran the game with --debugmsg dsound and got the following: trace:dsound:setup_dsound_options appname = [starcraft.exe\dsound] trace:dsound:GetDeviceID (0x43a856f8,0x406afdb0) trace:dsound:DirectSoundCreate8 expecting GUID {bd6dd71a-3deb-11d1-b171-00c04fc20000}. trace:dsound:DirectSoundCreate8 got GUID {bd6dd71a-3deb-11d1-b171-00c04fc20000} for wod 0. trace:dsound:DSOUND_callback (0x8000,3bb,403ca928,0,0) trace:dsound:DSOUND_callback entering at 2897, msg=000003bb(MM_WOM_OPEN) trace:dsound:DSOUND_callback completed trace:dsound:DSOUND_RecalcVolPan (0x403cad2c) trace:dsound:DSOUND_RecalcVolPan left = ffff, right = ffff trace:dsound:DSOUND_PrimaryCreate (0x403ca928) warn:dsound:DSOUND_PrimaryCreate IDsDriver_CreateSoundBuffer failed warn:dsound:DirectSoundCreate8 DSOUND_PrimaryCreate failed trace:dsound:IDirectSoundImpl_Release (0x403ca928) ref was 1, thread is 000f trace:dsound:DSOUND_PrimaryDestroy (0x403ca928) trace:dsound:DSOUND_PrimaryClose (0x403ca928) trace:dsound:DSOUND_callback (0x8000,3bc,403ca928,0,0) trace:dsound:DSOUND_callback entering at 2933, msg=000003bc(MM_WOM_CLOSE) trace:dsound:DSOUND_callback completed trace:dsound:IDirectSoundImpl_Release (0x403ca928) released
I am using the wineoss driver. If there is anymore information I can provide, I would be happy to provide it.