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

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 21 14:36:54 CST 2008


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


Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch




--- Comment #6 from Austin English <austinenglish at gmail.com>  2008-01-21 14:36:53 ---
(In reply to comment #4)
> 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;
>  }
> 

Yes, this patch fixes it. Confirming in wine 0.9.53.


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