https://bugs.winehq.org/show_bug.cgi?id=30188
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Summary|Megaman X8 freezes |Megaman X8 freezes / fails | |to play intro movie Resolution|--- |FIXED CC| |focht@gmx.net Component|-unknown |quartz URL| |https://www.fileplanet.com/ | |archive/p-2658/Mega-Man-X8- | |Demo/download Status|UNCONFIRMED |RESOLVED
--- Comment #18 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming. The "freeze" was gone around Wine 5.0 but no movie is shown until main menu (audio can be heard). The intro movie started working with Wine 5.5
The launcher is ActiveMARK based DRM which needs some native IE8 overrides to work.
* ieframe * mshtml * urlmon
Essentially minimized 'winetricks -q ie8'
ProtectionID scan for documentation:
--- snip --- -=[ ProtectionID v0.6.9.0 DECEMBER]=- (c) 2003-2017 CDKiLLER & TippeX Build 24/12/17-21:05:42 Ready... Scanning -> C:\Program Files\Capcom\Megaman X8\MEGAMANX8.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 3482113 (0352201h) Byte(s) | Machine: 0x14C (I386) Compilation TimeStamp : 0x425210AC -> Tue 05th Apr 2005 04:14:36 (GMT) [TimeStamp] 0x425210AC -> Tue 05th Apr 2005 04:14:36 (GMT) | PE Header | - | Offset: 0x00000120 | VA: 0x00400120 | - -> File has 290817 (047001h) bytes of appended data starting at offset 030B200h [File Heuristics] -> Flag #1 : 00000000000000011100001000110101 (0x0001C235) [Entrypoint Section Entropy] : 7.98 (section #13) ".data " | Size : 0x17A00 (96768) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 17 (0x11) | ImageSize 0x4BEC000 (79609856) byte(s) [ModuleReport] [IAT] Modules -> COMDLG32.DLL | DSOUND.DLL | VERSION.DLL [!] ActiveMARK v5.42.1218 detected! (packer version) LibTool Version : *unknown* / Capabilities : amvfs,amcrypt,amperl,amlicense,amencode,amjava PeTool Version : *unknown* / Capabilities : pefile,peglue,pelock,pecompress Protect Time : 2005/08/22 16:41:36 - Scan Took : 0.688 Second(s) [0000002B0h (688) tick(s)] [566 of 580 scan(s) done] --- snip ---
$ sha1sum megamanx8_en.exe 8eb4831c09e106253ae99718e8b3c6865e2e843b megamanx8_en.exe
$ du -sh megamanx8_en.exe 901M megamanx8_en.exe
$ wine --version wine-5.10
Regards