http://bugs.winehq.org/show_bug.cgi?id=6440
Summary: emule Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting Product: Wine Version: 0.9.22. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: citizenr@gmail.com
When running emule with wine set to XP I get:
wine: Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting wine: Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting wine: Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting wine: Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting err:seh:setup_exception stack overflow 836 bytes in thread 0015 eip b7d21dc3 esp 7bcdecbc stack 0x7bcdf000-0x7bdef000
after that program runs, but in the background, doesnt draw its interface (only tray icon, but its dead, no RMB menu) it downloads and uploads (i can see it with wireshark). Only way to turn it off is to 'kill -9' it, ordinary kill leaves "emule.exe<defunc>" or something like that.
I tried to force native rpcrt4.dll, that gave me this :
fixme:ntdll:NtConnectPort (0x1a8baa8,L"\RPC Control\DNSResolver",0x7bde923c,(nil),(nil),(nil),0x7bde9264,0x7bde924c),stub! fixme:ntdll:NtConnectPort (0x1a8baa8,L"\RPC Control\DNSResolver",0x7bde923c,(nil),(nil),(nil),0x7bde9264,0x7bde924c),stub! fixme:ntdll:NtConnectPort (0x1a8baa8,L"\RPC Control\DNSResolver",0x7bde923c,(nil),(nil),(nil),0x7bde9264,0x7bde924c),stub! wine: Call from 0x77e78887 to unimplemented function ntdll.dll.RtlDllShutdownInProgress, aborting
running with Win98 gives same wine: Call from 0x7ee65f30 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting err:seh:setup_exception stack overflow 836 bytes in thread 001d eip b7ce4dc3 esp 7bbcbcbc stack 0x7bbcc000-0x7bcdc000
error, but the interface is going up and program works normal.