https://bugs.winehq.org/show_bug.cgi?id=20036 Paul Gofman <gofmanp(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gofmanp(a)gmail.com --- Comment #13 from Paul Gofman <gofmanp(a)gmail.com> --- The reason for crash is that program wants to create and use Windows Media Source DirectShow filter (https://msdn.microsoft.com/en-us/library/windows/desktop/dd390983(v=vs.85).a...) which is absent. This filter class is implemented in dxmasf.dll on Windows. The demo works for me with sound enabled if to copy native Windows dxmasf.dll and strmdll.dll to C:\windows\system32 (dxmasf.dll might also need registering through regsvr32). -- 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.