http://bugs.winehq.org/show_bug.cgi?id=7541
Summary: Yahoo Magic Match 2 aborts silently on startup Product: Wine Version: CVS Platform: Other URL: http://get.games.yahoo.com/proddesc?gamekey=magicmatch2 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
+all shows that magic match 2 dies very quickly, after attaching winedos.dll:
0009:Ret PE DLL (proc=0x7e086254,module=0x7e050000 L"winedos.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1 0009:trace:module:process_attach (L"winedos.dll",(nil)) - END 0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x180c60): returning TRUE 0009: event_op( handle=0x7c, op=1 ) 0009: event_op() = 0 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ff53e
This game uses common controls version 6; the .exe has a .exe.manifest next to it that says name="Microsoft.Windows.Common-Controls" version="6.0.0.0" http://msdn2.microsoft.com/en-us/library/ms997646.aspx#xptheming_topic2 says that version 6 is not redistributable... so it looks like we need to implement version 6 to run this game. No idea if this is the cause of this crash, though.