https://bugs.winehq.org/show_bug.cgi?id=49918
Bug ID: 49918 Summary: [5.17 regression] 0050:err:ole:start_rpcss Failed to open RpcSs service Product: Wine Version: 5.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: xantares09@hotmail.com Distribution: ArchLinux
Created attachment 68291 --> https://bugs.winehq.org/attachment.cgi?id=68291 log
since 5.17, when wine runs a basic hello world c++ executable it show a new error: Failed to open RpcSs service
see attached wine.log for full output
also happens in 5.18 happens in 32 and 64 bits modes
hello world example used: https://github.com/hubshuffle/cmake-hello-world/blob/master/main.cpp
https://bugs.winehq.org/show_bug.cgi?id=49918
xantares xantares09@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=49918
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- I think it's closely related to this:
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7 0050:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
Which already happened before. You shouldn't see these message if you create the prefix first, shutdown, and run your program after.
https://bugs.winehq.org/show_bug.cgi?id=49918
--- Comment #2 from xantares xantares09@hotmail.com --- I just tried to create the prefix first. The error message appears during the prefix creation but not the exe run. So the problem is still there, your proposition just moves it. With 5.16 that error message does not appear at all, even in prefix creation.
https://bugs.winehq.org/show_bug.cgi?id=49918
xantares xantares09@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=49918
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[5.17 regression] |0050:err:ole:start_rpcss |0050:err:ole:start_rpcss |Failed to open RpcSs |Failed to open RpcSs |service |service |
https://bugs.winehq.org/show_bug.cgi?id=49918
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole32 |-unknown Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- If it bothers you just suppress wine debug output. Otherwise it's basically the same as bug 41713.
*** This bug has been marked as a duplicate of bug 41713 ***
https://bugs.winehq.org/show_bug.cgi?id=49918
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=49918
--- Comment #4 from xantares xantares09@hotmail.com --- I think this is a different bug since it does not happen with wine 5.16 Please reconsider
https://bugs.winehq.org/show_bug.cgi?id=49918
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Rpcss wasn't used for local servers in 5.16, otherwise the problem is the same - registry is not ready that early, which is the bug I linked this to.
https://bugs.winehq.org/show_bug.cgi?id=49918
--- Comment #6 from xantares xantares09@hotmail.com --- ok, thanks
https://bugs.winehq.org/show_bug.cgi?id=49918
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.