http://bugs.winehq.org/show_bug.cgi?id=3116
Summary: App won't start; RtlRaiseException STATUS_INTEGER_DIVIDE_BY_ZERO Product: Wine Version: CVS Platform: Other URL: ftp.isu.edu.tw/pub/Windows/softking/soft/en/w/Winny2b71. zip OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi, here's another app that returns to the prompt immediately after it get's started. I encountered quite a few apps that have this behaviour. This one really has a short log. I did a +relay, +seh log and will attach it. Remarkable is this sequence of lines i guess;
0009:Ret ntdll.LdrInitializeThunk() retval=00400200 ret=6ac65fc9 0009:Call ntdll.RtlImageNtHeader(00400000) ret=6ac65fd1 0009:Ret ntdll.RtlImageNtHeader() retval=00400200 ret=6ac65fd1 0009:Starting process L"Z:\root\Desktop\Winny2\Winny.exe" (entryproc=0xf08ba2) 0009:trace:seh:__regs_RtlRaiseException code=c0000094 flags=0 addr=0xf089d1 0009:trace:seh:__regs_RtlRaiseException eax=00f08775 ebx=6aca1ad4 ecx=00000000 edx=00000000 esi=00f0895e edi=00f08ba2 0009:trace:seh:__regs_RtlRaiseException ebp=7bbbfff4 esp=7bbbfee0 cs=0073 ds=007b es=007b fs=003b gs=0033 flags=00210246 0009:trace:seh:EXC_CallHandler calling handler at 0xf089c2 code=c0000094 flags=0 0009:trace:seh:__regs_RtlRaiseException code=80000004 flags=0 addr=0xf08a19
c0000094 means STATUS_INTEGER_DIVIDE_BY_ZERO Looks like it doesn't even have a chance to startup. Anyone know how to fix this, or point me into a direction? thx in advance.