Wine regression; app stopped working after 0.9.9

Mike Hearn mike at plan99.net
Mon May 8 17:43:45 CDT 2006


On Sun, 07 May 2006 20:31:04 +0200, Herman Bos wrote:
> err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported
> err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported
> err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported

You're using a mix of native and builtin DCOM DLLs ... don't do that,
either use all native or all builtin. Specifically the following set must
all be the same:

  rpcrt4,oleaut32,ole32=native

OR
  
  rpcrt4,oleaut32,ole32=builtin

Does changing this help?

thanks -mike




More information about the wine-devel mailing list