search for: rpcserveruseprotseq

Displaying 5 results from an estimated 5 matches for "rpcserveruseprotseq".

2008 Jul 18
1
Can't make "Running MS Office 97 under Linux with Wine" work
...truction given in http://www.wine-reviews.net/microsoft/running-ms-office-97-under-linux-with-wine.html failed to work for me. I get to the point where it says to install DCOM98. The terminal listing shows many errors: ralph at ralph-laptop:~/Download_folder$ wine dcom98.exe err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 err:setupapi:SetupDefaultQueueCallbackW copy error 32 L"C:\\windows\\temp\\IXP002.TMP\\rpcrt4.dll" -> L"C:\\windows\\system32\\rpcrt4.dll" err:setupapi:SetupDefa...
2009 Jan 12
5
java with internet explorer under wine
...ndows user friend as well.) So my only remaining option is IE with wine. It's easy to install IE6 with ies4linux, but installing java won't work. I've tried to install it as: $ env WINEPREFIX="/home/nagyv/.ies4linux/ie6" wine jre-6u11-windows-i586-p-s.exe err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 Any ideas? Thanks, Viktor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20090112/abf0260a/att...
2006 Nov 10
0
Wine release 0.9.25
...of ntlm.c. winedump: Fix printf warning in the generated code. rpcrt4: Remove unnecessary quotes in traces, as debugstr_a and debugstr_w add them instead. include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2. rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread. rpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn't make much sense on the server side rpcrt4: Use MaxCalls from the protseq when determining the backlog length to pass in to listen. rpcrt4: For TCP endpoints, bind to all the address...
2009 Mar 27
0
Wine release 1.1.18
...eW, not the out parameter. services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer. services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W. rpcrt4: Fix crash when calling RpcServerUseProtseq for ncacn_np and ncalrpc. rpcrt4: Implement stubless asynchronous NDR interpreter. rpcrt4: Implement RPC over HTTP support. widl: Include the version number in the __WIDL__ preprocessor definition. rpcrt4: Re-use already registered endpoints for a protocol sequence. rp...
2009 Apr 10
0
Wine release 1.1.19
...processor is present. Rico Sch?ller (1): Implement d3dx9_41 and forward the functions to d3dx9_36. Rob Shearman (15): include: Add definition for CreateProcessWithLogonW and associated flags. include: Add declarations for RpcMgmtInqStats and RpcMgmtStatsVectorFree. rpcrt4: RpcServerUseProtseqEp(..., NULL, ...) should return RPC_S_OK. rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions. include: Move some declarations in ws2tcpip.h to where they belong in new ws2ipdef.h header. include: Add TCP and IPv6 opti...