https://bugs.winehq.org/show_bug.cgi?id=50168
Michael Setzer II mikes@kuentos.guam.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikes@kuentos.guam.net
--- Comment #1 from Michael Setzer II mikes@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@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.