http://bugs.winehq.org/show_bug.cgi?id=24038
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-08-18 06:22:57 --- Hello,
whoops, some part of relay snippet got cut out, now with more complete start to show the app's explicit call to UnhandledExceptionFilter() (any except filter previously in place is cancelled out before -> SetUnhandledExceptionFilter(0)):
--- snip --- ... 0026:Call KERNEL32.IsDebuggerPresent() ret=004c5986 0026:Ret KERNEL32.IsDebuggerPresent() retval=00000000 ret=004c5986 0026:Call KERNEL32.SetUnhandledExceptionFilter(00000000) ret=004c5990 0026:Ret KERNEL32.SetUnhandledExceptionFilter() retval=004cb097 ret=004c5990 0026:Call KERNEL32.UnhandledExceptionFilter(00312754) ret=004c599a wine: Unhandled exception 0xc000000d at address 0x68080023:0x004bd342 (thread 0026), starting debugger... 0026:trace:seh:start_debugger Starting debugger "winedbg --auto 37 252" 0027:Ret KERNEL32.Sleep() retval=00000000 ret=00484091 0027:Call KERNEL32.Sleep(00000032) ret=00484091 0028:Ret KERNEL32.Sleep() retval=00000000 ret=00484091 0028:Call KERNEL32.Sleep(00000032) ret=00484091 0026:Ret KERNEL32.UnhandledExceptionFilter() retval=00000000 ret=004c599a 0026:Call KERNEL32.GetCurrentProcess() ret=004c59b5 0026:Ret KERNEL32.GetCurrentProcess() retval=ffffffff ret=004c59b5 0026:Call KERNEL32.TerminateProcess(ffffffff,c000000d) ret=004c59bc --- snip ---
Regards