https://bugs.winehq.org/show_bug.cgi?id=42497
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Confirming the crash. Just before the crash it goes like this:
0009:Ret msvfw32.DrawDibOpen() retval=00000001 ret=004511df 0009:Call gdi32.SetMapMode(000a004c,00000001) ret=004511ed 0009:Ret gdi32.SetMapMode() retval=00000001 ret=004511ed 0009:Call user32.GetWindowRect(0001005e,0033d780) ret=0045123e 0009:Ret user32.GetWindowRect() retval=00000001 ret=0045123e 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=(nil) ip=00000000 tid=0009 0009:trace:seh:raise_exception info[0]=00000000 0009:trace:seh:raise_exception info[1]=00000000 0009:trace:seh:raise_exception eax=0033d760 ebx=01294898 ecx=00030051 edx=0033d768 esi=012a4838 edi=0001005e 0009:trace:seh:raise_exception ebp=0033d794 esp=0033d71c cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010206 0009:trace:seh:call_stack_handlers calling handler at 0x83dd9e code=c0000005 flags=0 0009:Call KERNEL32.GetLastError() ret=0073b937 0009:Ret KERNEL32.GetLastError() retval=00000578 ret=0073b937
tried using native msvfw32 --> didn`t help; GetLastError() retval=00000578 seems to be ERROR_INVALID_WINDOW_HANDLE, I have no clue why this app crashes; needs an expert to look into this