http://bugs.winehq.org/show_bug.cgi?id=30668
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Jörg Höhle hoehle@users.sourceforge.net 2012-12-15 12:34:19 CST --- I think we don't need 2 bugs about MCM2, e.g. one per stubbed amstream function. So far, it's too early to tell whether the crash is caused by GetFormat, GetState or any other stubs.
For the last 3 years, I have been tempted to write a patch like:
dlls/amstream/mediastream.c: static HRESULT WINAPI DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetFormat(IDirectDrawMediaStream *iface, DDSURFACEDESC *current_format, IDirectDrawPalette **palette, DDSURFACEDESC *desired_format, DWORD *flags) { FIXME("stub, expect crash soon!\n"); so people know what to expect...
*** This bug has been marked as a duplicate of bug 17836 ***