http://bugs.winehq.org/show_bug.cgi?id=14624
--- Comment #12 from Alan A. grsfdhj@tiscali.it 2008-08-21 03:50:25 --- Woooooo! Videos now play! Or almost... It seems like the Intel Codecs installer (the one that winetricks downloads and installs) doesn't register the ir50_32.dll dll after installation. So movies were not played. This can be easily fixed this way: open a shell, go to your WINEPREFIX/drive_c/windows/system32 folder and type
wine regsvr32 ir50_32.dll
The dll is then registered and Indeo 5.0 movies are played. However, talking about Metal Fatigue, the Psygnosis intro movie hangs on my machine after a few seconds, with this output: err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x3770e90 next block has PREV_FREE flag err:heap:HEAP_ValidateInUseArena Heap 0x110000: in-use arena 0x38022e0 next block has PREV_FREE flag wine: Unhandled page fault on read access to 0x32573215 at address 0x7ef9c564 (thread 0016), starting debugger...
Any ideas to overcome this situation?