[Bug 34923] New: SolidWorks 2014 installer needs ieframe IWebBrowser2::Refresh2

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 15 11:43:54 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=34923

             Bug #: 34923
           Summary: SolidWorks 2014 installer needs ieframe
                    IWebBrowser2::Refresh2
           Product: Wine
           Version: 1.7.6
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ieframe
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: focht at gmx.net
    Classification: Unclassified


Hello folks,

as the summary says ...

--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+mshtml wine ./setup.exe >>log.txt 2>&1
...
0026:fixme:ieframe:WebBrowser_Refresh2 (0x1674b8)->({VT_I4: 3})
...
0026:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033fab8)
ret=00a691db
0026:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a8bf
ip=7b83a8bf tid=0026
0026:trace:seh:raise_exception  info[0]=19930520
0026:trace:seh:raise_exception  info[1]=0033fb7c
0026:trace:seh:raise_exception  info[2]=00f16b74
0026:trace:seh:raise_exception  eax=7b8268f1 ebx=7b8ba000 ecx=00f16b74
edx=0033fa10 esi=0033faa4 edi=0033fa70
0026:trace:seh:raise_exception  ebp=0033fa48 esp=0033f9e4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00200287 
...
0026:Call KERNEL32.lstrlenW(0122fb48 L"[E     0 1        sldIMView.cpp( 461)
18:36:01] {ID #800} The Installation Manager encountered a problem with the
Microsoft Web Browser control and must be shut down.\r\nNotify your local
support representative.\r\nIf you are running Windows XP, check that you have
the latest Service Pack installed.\r"...) ret=0046a276 
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/186d8553c10e21694b9dddfd93e82eb0639ffdc7:/dlls/ieframe/webbrowser.c#l302

--- snip ---
302 static HRESULT WINAPI WebBrowser_Refresh2(IWebBrowser2 *iface, VARIANT
*Level)
303 {
304     WebBrowser *This = impl_from_IWebBrowser2(iface);
305     FIXME("(%p)->(%s)\n", This, debugstr_variant(Level));
306     return E_NOTIMPL;
307 }
--- snip ---

$ wine --version
wine-1.7.6-225-g8c8d5a0

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list