http://bugs.winehq.org/show_bug.cgi?id=25245
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0863625bcc763e3e53aa061551e | |200510f6d77e2 Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |mshtml Resolution|--- |FIXED Summary|Gears of War installs but |Gears of War fails on |won't start |startup | |(ICustomDoc::SetUIHandler | |is a stub)
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
doesn't crash for me.
Looking at OP's initial backtrace, ICustomDoc::SetUIHandler() stub was most likely the reason (C++ exception the result).
--- snip --- ... fixme:mshtml:CustomDoc_SetUIHandler (0x151a20)->(0x4855f8) wine: Unhandled exception 0xe06d7363 at address 0x7b8377a2 (thread 0009), starting debugger... Unhandled exception: C++ exception(object = 0x0032efec, type = 0x00476760) in 32-bit code (0x7b8377a2). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7b8377a2 ESP:0032ef3c EBP:0032efa0 EFLAGS:00200246( - -- I Z- -P- ) EAX:7b82522d EBX:7b884ff4 ECX:00000000 EDX:e06d7363 ESI:e06d7363 EDI:0047fe58 ... Backtrace: =>0 0x7b8377a2 in kernel32 (+0x277a2) (0x0032efa0) 1 0x004279e1 in startup (+0x279e0) (0x0032efd8) --- snip ---
This was implemented some years ago by commit http://source.winehq.org/git/wine.git/commitdiff/0863625bcc763e3e53aa061551e...
Thanks Jacek
$ wine --version wine-1.7.18
Regards