https://bugs.winehq.org/show_bug.cgi?id=28987
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|NEW |RESOLVED URL| |http://download.microsoft.c | |om/download/1/b/c/1bc0b1a3- | |c839-4b36-8f3c-19847ba09299 | |/MPSetup.exe CC| |focht@gmx.net Resolution|--- |FIXED Summary|Error in playing some video |Some video files fail to |files in Windows Media |play in Windows Media |Player |Player 9/10 (using native | |wmvcore/wmp dlls)
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this, video playback works fine with Windows Media Player 9/10.
You need to hack 'winetricks' for recent Wine 1.7.x versions - since the addition of wmp component.
--- snip --- - # Wine's wmvcore crashes when the installer asks it to register itself? - w_override_dlls native wmvcore + # remove builtin placeholders to allow update + rm -f "$W_SYSTEM32_DLLS"/wmvcore.dll "$W_SYSTEM32_DLLS"/wmp.dll + # need native wmp override to allow update and later checks to succeed + w_override_dlls native wmp --- snip ---
I used this example video for testing: https://archive.org/details/Windows7WildlifeSampleVideo ("Windows 7 Wildlife sample video")
VC1 codec needed: http://support.microsoft.com/kb/942423
$ wine --version wine-1.7.14-207-g8199430
Regards