http://bugs.winehq.org/show_bug.cgi?id=18766 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Component|-unknown |rpc --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-06-13 14:15:46 --- happens for me too. could be a regression in rpcrt4, but i'm not sure. The hack below allows the download to start diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 0d12843..cf263a3 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -3358,7 +3358,7 @@ unsigned char * WINAPI NdrComplexStructUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, ULONG max_count = 0; ULONG offset = 0; ULONG array_size = 0; - +return 0;// TRACE("(%p,%p,%p,%d)\n", pStubMsg, ppMemory, pFormat, fMustAlloc); if (!pStubMsg->PointerBufferMark) -- 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.