[Wine] Re: Help me patch wine

jan1024188 wineforum-user at winehq.org
Sun Mar 18 19:00:05 CDT 2012


John Drescher wrote:
> 
> > Its been 'patching' for 13 hours now...is this normal or its not working at all?
> > 
> 
> No applying a patch should normally take less than 1 second.
> 
> John


Than its not working.

> [jan at janpc ~]$ cd Games/wine-1.3.36/
> [jan at janpc wine-1.3.36]$ patch -p1 winepatch.patch 
> ^C
> [jan at janpc wine-1.3.36]$ patch -p1 winepatch.patch 
> ^C
> [jan at janpc wine-1.3.36]$ cat winepatch.patch 
> commit 3ed9efa63394e500e9a7a4dbbe14303da8086f6c
> Author: Jan Zerebecki <jan.wine at zerebecki.de>
> Date:   2010-01-11 20:18:43 +0100
> 
>     ole32: force inproc instead of local server
> 
> diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
> index 583a9cb..c23de80 100644
> --- a/dlls/ole32/compobj.c
> +++ b/dlls/ole32/compobj.c
> @@ -2261,6 +2261,11 @@ HRESULT WINAPI CoGetClassObject(
>  
>      TRACE("CLSID: %s,IID: %s\n", debugstr_guid(rclsid), debugstr_guid(iid));
>  
> +    if(CLSCTX_LOCAL_SERVER == dwClsContext) {
> +        dwClsContext = CLSCTX_INPROC_SERVER;
> +        WARN("forcing CLSCTX_INPROC_SERVER instead of CLSCTX_LOCAL_SERVER\n");
> +    }
> +
>      if (!ppv)
>          return E_INVALIDARG;
>  
> 
> [jan at janpc wine-1.3.36]$ 
> 








More information about the wine-users mailing list