PDF Xchange Editor - rpc_server errors

Questions about Wine on Linux
Post Reply
tigerjack
Level 2
Level 2
Posts: 10
Joined: Wed Jan 05, 2022 6:47 am

PDF Xchange Editor - rpc_server errors

Post by tigerjack »

Hello!
I am using the latest free version of PDF Xchange Editor (10).
The application works fine most of the time, but sometimes it stops with the following error message repeated over and over. Can someone explains what is failing? Is it related to some connection issue?

Code: Select all

0138:err:rpc:rpcrt4_protseq_np_wait_for_new_connection wait failed with error 87
032c:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
037c:err:sync:RtlpWaitForCriticalSection section 00006FFFFF61D3A0 "../wine-staging/dlls/rpcrt4/rpc_server.c: server_cs" wait timed out in thread 037c, blocked by 0144, retrying (60 sec)
03a0:err:sync:RtlpWaitForCriticalSection section 00006FFFFF61D3A0 "../wine-staging/dlls/rpcrt4/rpc_server.c: server_cs" wait timed out in thread 03a0, blocked by 0144, retrying (60 sec)
0324:err:sync:RtlpWaitForCriticalSection section 00006FFFFF948480 "../wine-staging/dlls/combase/rpc.c: dcom registered server interfaces" wait timed out in thread 0324, blocked by 0144, retrying (60 sec)
03c0:err:sync:RtlpWaitForCriticalSection section 00006FFFFF61D3A0 "../wine-staging/dlls/rpcrt4/rpc_server.c: server_cs" wait timed out in thread 03c0, blocked by 0144, retrying (60 sec)
03c8:err:sync:RtlpWaitForCriticalSection section 00006FFFFF61D3A0 "../wine-staging/dlls/rpcrt4/rpc_server.c: server_cs" wait timed out in thread 03c8, blocked by 0144, retrying (60 sec)
036c:err:sync:RtlpWaitForCriticalSection section 00006FFFFF948480 "../wine-staging/dlls/combase/rpc.c: dcom registered server interfaces" wait timed out in thread 036c, blocked by 0144, retrying (60 sec)
032c:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706bb
032c:err:ole:ifproxy_get_public_ref IRemUnknown_RemAddRef returned with 0x800706bb, hrref = 0
032c:err:ole:CoUnmarshalInterface StdMarshal UnmarshalInterface failed, hr 0x800706bb
032c:err:ole:ifproxy_get_public_ref IRemUnknown_RemAddRef returned with 0x800706bb, hrref = 0
032c:err:ole:CoUnmarshalInterface StdMarshal UnmarshalInterface failed, hr 0x800706bb
Post Reply