http://bugs.winehq.org/show_bug.cgi?id=7187
------- Additional Comments From focht@gmx.net 2007-06-02 17:31 ------- Created an attachment (id=4820) --> (http://bugs.winehq.org/attachment.cgi?id=4820&action=view) new showstopper call trace after CoGetCallContext and CoSwitchCallContext works
With CoGetCallContext and CoSwitchCallContext implemented i got further.
WINEDEBUG=+ole,+process,+loaddll,+olerelay wine wmicore.exe >log 2>&1
Showstopper this time: ------------ trace:ole:CoUnmarshalInterface (0x1983d8, {00000000-0000-0000-0000-000000000000}, 0x616d6628) err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001 trace:ole:RpcStream_Release size=0 err:seh:_local_unwind2 __try block cleanup not implemented - expect crash! warn:ole:CStdStubBuffer_Invoke a stub call failed with exception 0x8003001e (-2147287010)
... crashes thereafter
------------
This error seems to be pretty common when querying the bug database. Someone mentioned it showed up after fixing some rpcrt4 stuff (regression?)