rpc:RpcMgmtSetComTimeout

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vitrun
Newbie
Newbie
Posts: 1
Joined: Thu Dec 04, 2008 4:49 pm

rpc:RpcMgmtSetComTimeout

Post by vitrun »

Hello
I am a newbie. I tried to run an app and got error. Please show me how to debug this. thanks inadvance !!!

hungv@hungv-ubuntu:~$ wine "c:\program files\deltek\time collection\user\etusr32.exe"
fixme:rpc:RpcMgmtSetComTimeout (0x145d48, 0): stub
wine: Call from 0x7ee02450 to unimplemented function rpcrt4.dll.NdrRpcSmClientAllocate, aborting
fixme:rpc:RpcMgmtSetComTimeout (0x145d48, 5): stub
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

rpc:RpcMgmtSetComTimeout

Post by austin987 »

On Thu, Dec 4, 2008 at 4:00 PM, vitrun <[email protected]> wrote:
Hello
I am a newbie. I tried to run an app and got error. Please show me how to debug this. thanks inadvance !!!

hungv@hungv-ubuntu:~$ wine "c:\program files\deltek\time collection\user\etusr32.exe"
fixme:rpc:RpcMgmtSetComTimeout (0x145d48, 0): stub
wine: Call from 0x7ee02450 to unimplemented function rpcrt4.dll.NdrRpcSmClientAllocate, aborting
fixme:rpc:RpcMgmtSetComTimeout (0x145d48, 5): stub





File a bug. The needed function is unimplemented.

--
-Austin
Locked