https://bugs.winehq.org/show_bug.cgi?id=29952
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://avantbrowser.com/ |http://www.filehippo.com/do | |wnload_avant_browser/11835/ CC| |focht@gmx.net Summary|Avant Browser, creating new |Avant Browser 2012 Build |tab doesn't work |28: creating new tab | |doesn't work
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
the browser doesn't crash for me (improvement) but still doesn't work as proposed.
Updating download URL to exact version this bug is reported against.
It seems the browser embedding app looks for 'Internet Explorer_Server' window, probably in attempt to retrieve IWebBrowser2 instance from that window handle (which would be then running into bug 30353).
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Avant Browser
$ WINEDEBUG=+tid,+seh,+relay,+mshtml,+ole,+variant wine ./avant.exe >>log.txt 2>&1
0070:Call KERNEL32.WideCharToMultiByte(000004e4,00000000,03502d8c L"Start downloading http://www.google.com/%22,00000028,03e4b61c,00000fff,00000000,00000000) ret=00404fcf 0070:Ret KERNEL32.WideCharToMultiByte() retval=00000028 ret=00404fcf ... 0070:Call ole32.CoCreateInstance(03e4dc44,00000000,00000003,0352e150,0352e184) ret=7e1f92e7 0070:trace:ole:CoCreateInstance (rclsid={25336920-03f9-11cf-8fd0-00aa00686f13}, pUnkOuter=(nil), dwClsContext=00000003, riid={00000000-0000-0000-c000-000000000046}, ppv=0x352e184) 0070:trace:ole:CoGetClassObject CLSID: {25336920-03f9-11cf-8fd0-00aa00686f13},IID: {00000001-0000-0000-c000-000000000046} ... 0070:trace:ole:apartment_getclassobject found L"C:\windows\system32\mshtml.dll" already loaded 0070:trace:ole:apartment_getclassobject calling DllGetClassObject 0x7cb94864 0070:Call mshtml.DllGetClassObject(03e4dc44,7ec321ac,03e4dad8) ret=7eb43cf0 ... 0070:trace:mshtml:HTMLDocument_Create ((nil) {00000000-0000-0000-c000-000000000046} 0x352e184) ... 0070:trace:mshtml:load_gecko () ... 0070:Call user32.CreateWindowExW(00000000,03e4d700 L"MozillaWindowClass",6b30477e L"",42000000,00000000,00000000,00000064,00000064,000103bc,00000000,69c40000,00000000) ret=6aff0bcf ... 0070:Call user32.FindWindowExA(00030368,00000000,0048e38c "Shell DocObject View",00000000) ret=0048e2b7 0070:Ret user32.FindWindowExA() retval=0001039a ret=0048e2b7 0070:Call user32.IsChild(0001039a,00000000) ret=0048e2ce 0070:Ret user32.IsChild() retval=00000000 ret=0048e2ce 0070:Call user32.FindWindowExA(0001039a,00000000,0048e3a4 "Internet Explorer_Server",00000000) ret=0048e306 0070:Ret user32.FindWindowExA() retval=00000000 ret=0048e306 0070:Call user32.GetTopWindow(0001039a) ret=0048e322 0070:Ret user32.GetTopWindow() retval=00000000 ret=0048e322 0070:Call user32.IsWindow(00000000) ret=0048e32a 0070:Ret user32.IsWindow() retval=00000000 ret=0048e32a 0070:Call user32.IsWindow(00000000) ret=0048e33c 0070:Ret user32.IsWindow() retval=00000000 ret=0048e33c ... 0070:Call user32.GetMessageW(03e4e9d8,00000000,00000000,00000000) ret=0054f057 0070:Call winex11.drv.MsgWaitForMultipleObjectsEx(00000001,03e4e958,ffffffff,000004ff,00000000) ret=7e9f6287 ... 0070:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000000 ret=7e9f6287 ... --- snip ---
'ieframe:IEHTMLWindow2_get_opener' stub FIXME message is unrelated and has nothing to do with the problem. Nevertheless I created bug 36225 for that.
$ sha1sum absetup.exe 9420b4bd00aa8c395dec5cb66147951a8dd4b0db absetup.exe
$ du -sh absetup.exe 3.6M absetup.exe
$ wine --version wine-1.7.17-175-gc1bf61e
Regards