https://bugs.winehq.org/show_bug.cgi?id=36225
Bug ID: 36225 Summary: Avant Browser 2012 Build 28 wants IHTMLWindow2::get_opener Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
split off from bug 29952 (the current stub is not the cause of the bug) but at least to target the stub separately.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Avant Browser
$ WINEDEBUG=+tid,+seh,+relay,+mshtml,+ole,+variant wine ./avant.exe >>log2.txt 2>&1 ... 0078:Call KERNEL32.WideCharToMultiByte(000004e4,00000000,03536144 L"http://www.bing.com%22,00000013,043fb0b8,00000fff,00000000,00000000) ret=00404fcf 0078:Ret KERNEL32.WideCharToMultiByte() retval=00000013 ret=00404fcf 0078:Call oleaut32.SysFreeString(03536144 L"http://www.bing.com") ret=004056a4 0078:Ret oleaut32.SysFreeString() retval=00000000 ret=004056a4 0078:fixme:ieframe:IEHTMLWindow2_get_opener (0x35305cc)->(0x43fc280) 0078:Call ole32.GetErrorInfo(00000000,043fc190) ret=0047c586 0078:trace:ole:GetErrorInfo (0, 0x43fc190, (nil)) 0078:Ret ole32.GetErrorInfo() retval=00000001 ret=0047c586 0078:Call KERNEL32.FormatMessageA(00003200,00000000,80004001,00000000,043fbfd4,00000100,00000000) ret=0040e900 0078:Ret KERNEL32.FormatMessageA() retval=00000000 ret=0040e900 0078:Call user32.LoadStringA(00400000,0000ff1a,043fb0cc,00001000) ret=00407407 0078:Ret user32.LoadStringA() retval=0000000e ret=00407407 0078:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,043fc144) ret=0055a6bf 0078:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83ac57 ip=7b83ac57 tid=0078 0078:trace:seh:raise_exception info[0]=0055a6bf 0078:trace:seh:raise_exception info[1]=006ded20 0078:trace:seh:raise_exception info[2]=80004001 0078:trace:seh:raise_exception info[3]=0055a6bf 0078:trace:seh:raise_exception info[4]=043fc680 0078:trace:seh:raise_exception info[5]=043fc194 0078:trace:seh:raise_exception info[6]=043fc160 0078:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=0055a6bf edx=043fc0a4 esi=043fc144 edi=043fc110 0078:trace:seh:raise_exception ebp=043fc0e8 esp=043fc084 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 0078:trace:seh:call_stack_handlers calling handler at 0x47c640 code=eedfade flags=1 0078:trace:seh:call_stack_handlers handler at 0x47c640 returned 1 0078:trace:seh:call_stack_handlers calling handler at 0x55a769 code=eedfade flags=1 ... --- snip --
$ sha1sum absetup.exe 9420b4bd00aa8c395dec5cb66147951a8dd4b0db absetup.exe
$ du -sh absetup.exe 3.6M absetup.exe
$ wine --version wine-1.7.17-175-gc1bf61e
Regards