On Sat, 29 Jan 2005 18:35:17 +0100, Uwe Bonnes wrote:
Now I get: ... fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:PipeBuf_GetDestCtx (0x752a8f9c,0x752a8fa0), stub! fixme:ole:RPC_QueueRequestAndWait no pipe found. fixme:ole:NdrClearOutParameters (0x752a8f28,0x751a4212,0x752a905c): stub fixme:ole:NdrProxyErrorHandler (0x80004003): semi-stub fixme:ole:PipeBuf_GetDestCtx (0x752a8f98,0x752a8f9c), stub! fixme:ole:RPC_QueueRequestAndWait no pipe found. fixme:ole:NdrClearOutParameters (0x752a8f24,0x751a422e,0x75ba1ed0): stub fixme:ole:NdrProxyErrorHandler (0x80004003): semi-stub fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0x8) 7627601c fixme:ole:RPC_QueueRequestAndWait no pipe found. err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x80004003
Are you using any native DLLs? Those Ndr* calls aren't being produced by Wine, that's for sure ...
Anyway, the "no pipe found" error is known, I will post a patch soon that fixes it (but breaks InstallShield in other ways). It'll be a few days, maybe a week before it's back up and running, sorry.
thanks -mike