[Bug 50168] Error when running notepad.exe: Failed to start RpcSs service

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 7 14:39:18 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50168

Michael Setzer II <mikes at kuentos.guam.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikes at kuentos.guam.net

--- Comment #1 from Michael Setzer II <mikes at kuentos.guam.net> ---
I get a similar message when I run Pegasus email program.
0070:err:ole:start_rpcss Failed to start RpcSs service

It shows most of the time, but sometimes it doesn't. Program seems to run just
fine. 

Did a test with running note.pad and first run gets the error, but second
doesn't.
Both eventually have a line that an rpcrt4.so file doesn't exist??

Sometimes getting 0070:err:ole:start_rpcss Failed to start RpcSs service
But sometime not??

Simple test.
strace wine notepad 2>out ; sleep 1; strace wine notepad 2>out2 ; ge out*
First one gets error, second one doesn't?
Searched system for rpcrt4.so and not found. 
Checked dnf whatprovides */rpcrt4.so and nothing returned.


cat out  | grep -i rpc | more
0070:err:ole:start_rpcss Failed to start RpcSs service
lstat64("/home/msetzerii/.wine/dosdevices/c:/windows/syswow64/rpcrt4.dll",
{st_mode=S_IFREG|0664, st_size=2480967, ...})
 = 0
writev(3,
[{iov_base="+\0\0\0(\0\0\0\0\0\0\0\0\0\20\200\5\0\0\0\1\0\0\0`\0\0\0\0\0\0\0"...,
iov_len=64}, {iov_base="\0\0
\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=16},
{iov_base="/usr/lib/wine/rpcrt4.dll", iov_len=24}], 3) = 104
stat64("/usr/lib/wine/rpcrt4.dll", {st_mode=S_IFREG|0644, st_size=2480967,
...}) = 0
openat(AT_FDCWD, "/usr/lib/wine/rpcrt4.so", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =
-1 ENOENT (No such file or directory)


[root at setzconote msetzerii]# cat out2  | grep -i rpc | more
lstat64("/home/msetzerii/.wine/dosdevices/c:/windows/syswow64/rpcrt4.dll",
{st_mode=S_IFREG|0664, st_size=2480967, ...})
 = 0
writev(3,
[{iov_base="+\0\0\0(\0\0\0\0\0\0\0\0\0\20\200\5\0\0\0\1\0\0\0`\0\0\0\0\0\0\0"...,
iov_len=64}, {iov_base="\0\0
\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=16},
{iov_base="/usr/lib/wine/rpcrt4.dll", iov_len=24}], 3) = 104
stat64("/usr/lib/wine/rpcrt4.dll", {st_mode=S_IFREG|0644, st_size=2480967,
...}) = 0
openat(AT_FDCWD, "/usr/lib/wine/rpcrt4.so", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =
-1 ENOENT (No such file or directory)

Also, notice that If I run wine notepad.exe as root, I never seem to see the
message. 

Not sure if this is just a message that can be ignored, or if it is something.
Messages I get when running Pegasus
INTEL-MESA: warning: Ivy Bridge Vulkan support is incomplete
0070:err:ole:start_rpcss Failed to start RpcSs service

With the 0070 line being their most of time, but sometimes not??
Thanks. Otherwise it is running great.
Thanks for all the work.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list