http://bugs.winehq.org/show_bug.cgi?id=59356 --- Comment #5 from Lorenzo Ferrillo <lorenzofer@live.it> --- I'm seeing a discrepancy between log from wine 11.1 and wine-staging 8.15 Wine 11.1 0024:trace:dmusic:wave_download_to_dsound 02C8F750, 0011DE6C, 01CBC534 0024:trace:dsound:IDirectSound8Impl_CreateSoundBuffer (0011DE68,0022FA2C,0022FA20,00000000) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (01CBC780,0022FA2C,0022FA20,00000000) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (structsize=36) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (flags=0x00000000: 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer ) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (bufferbytes=15376384) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (lpwfxFormat=02E72AC0) 0024:trace:dsound:DirectSoundDevice_CreateSoundBuffer (formattag=0x0001,chans=2,samplerate=44100,bytespersec=176400,blockalign=4,bitspersamp=16,cbSize=0) wine staging 8.15 0190:trace:dsound:IDirectSound8Impl_CreateSoundBuffer (01064410,00B9FAB4,010E4DD4,00000000) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (01065DC0,00B9FAB4,010E4DD4,00000000) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (structsize=36) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (flags=0x00000000: 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer ) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (bufferbytes=15376384) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (lpwfxFormat=010E4DBC) 0190:trace:dsound:DirectSoundDevice_CreateSoundBuffer (formattag=0x0001,chans=2,samplerate=44100,bytespersec=176400,blockalign=4,bitspersamp=16,cbSize=32) cbSize is different being 32 on wine-staging and 0 on wine 11.1. I'm however unsure from where this difference come and if it's of any relevance (this is the first WAVE that got Download from the segment the bufferbytes being equals seems to imply they are in fact the same data ) -- 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.