Regression : tools/wineinstall fails with an X Error

Paul Vriens Paul.Vriens at xs4all.nl
Thu Jan 20 13:32:14 CST 2005


On Thu, 2005-01-20 at 20:17, Mike Hearn wrote:
> On Thu, 20 Jan 2005 19:36:27 +0100, Paul Vriens wrote:
> > When I do the same change now, the X Error is gone as well. Does this
> > give you a clue?
> 
> Could you try this patch please?
> 
> --- dlls/ntdll/thread.c  (revision 109)
> +++ dlls/ntdll/thread.c  (local)
> @@ -73,6 +73,7 @@ static TEB *alloc_teb( ULONG *size )
>      teb->Peb               = &peb;
>      teb->StaticUnicodeString.Buffer        = teb->StaticUnicodeBuffer;
>      teb->StaticUnicodeString.MaximumLength = sizeof(teb->StaticUnicodeBuffer);
> +    teb->ReservedForOle    = NULL;
>      return teb;
>  }
> 
> thanks -mike
> 
> 
> 
Sorry, didn't help.

I'm going to try Rob's suggestions now.

Paul.




More information about the wine-devel mailing list