20 Jan
2005
20 Jan
'05
7:32 p.m.
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.