[Bug 11286] Teach2000 8.22 starts with OLE error 80004001.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 20 14:22:01 CST 2008


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


Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox_xerox2000 at yahoo.co.uk




--- Comment #4 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk>  2008-01-20 14:22:00 ---
Maybe a dupe of #8919. Could you try if the patch in that bug (see here  below)
helps?

diff --git a/dlls/shdocvw/webbrowser.c b/dlls/shdocvw/webbrowser.c
index 55f1620..01b3672 100644
--- a/dlls/shdocvw/webbrowser.c
+++ b/dlls/shdocvw/webbrowser.c
@@ -732,7 +732,9 @@ static HRESULT WINAPI
WebBrowser_get_ReadyState(IWebBrowser2 *iface, READYSTATE
 {
     WebBrowser *This = WEBBROWSER_THIS(iface);
     FIXME("(%p)->(%p)\n", This, lpReadyState);
-    return E_NOTIMPL;
+
+    *lpReadyState = READYSTATE_COMPLETE;
+    return S_OK;
 }


-- 
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