http://bugs.winehq.org/show_bug.cgi?id=3105
------- Additional Comments From wine.dev@web.de 2005-11-12 12:51 ------- Created an attachment (id=1522) --> (http://bugs.winehq.org/attachment.cgi?id=1522&action=view) WINEDEBUG="+rpc,+ole"
With the NDR-Patches from Rob (1.Dec.2005, not in CVS yet), native winspool returned only "RPC_X_WRONG_STUB_VERSION". --- cut --- trace:ole:DllMain 0x7a0b0000 0x1 (nil) trace:ole:DllMain (0x79ce0000,1,(nil)) trace:rpc:NdrClientCall2 pStubDesc 0x777f1c20, pFormat 0x777f1cd0, ... trace:rpc:NdrClientCall2 &first_argument = 0x7b90f3e0 -> 0x7b90f3e8 trace:rpc:NdrClientCall2 Oi_flags = 0x48 trace:rpc:NdrClientCall2 MIDL stub version = 0x5030117 fixme:rpc:NdrClientCall2 RPC_FC_BIND_GENERIC trace:rpc:NdrClientCall2 pStubDesc 0x777f1c20, pFormat 0x777f1cd0, ... trace:rpc:NdrClientCall2 &first_argument = 0x7b90f0f4 -> 0x7b90f0fc trace:rpc:NdrClientCall2 Oi_flags = 0x48 trace:rpc:NdrClientCall2 MIDL stub version = 0x5030117 fixme:rpc:NdrClientCall2 RPC_FC_BIND_GENERIC trace:ole:DllMain (0x79ce0000,0,(nil)) trace:ole:DllMain 0x7a0b0000 0x0 (nil) --- cut ---
Then I commented out the RpcRaiseException() after the fixme in ndr_stubless.c and run
wine rundll32 printui.dll,PrintUIEntry /s
The Server-Properties-Window opens and react on the Mouse, but the Fields are Empty or filled with Garbage (same behaviour as buildin winspool.drv with my patch for OpenPrinter)
New log for "WINEDEBUG=+rpc,+ole" is attached