[Bug 20036] Monopoly Tycoon crashes if sound is enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 3 14:28:48 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=20036

Paul Gofman <gofmanp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gofmanp at gmail.com

--- Comment #13 from Paul Gofman <gofmanp at 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).aspx)
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.



More information about the wine-bugs mailing list