http://bugs.winehq.org/show_bug.cgi?id=30379
--- Comment #4 from Qian Hong fracting@gmail.com 2012-04-08 08:08:04 CDT --- (In reply to comment #3)
(In reply to comment #2)
WINEDEBUG=ras,heap might be usefull
sry, wrong bug.
Here the error 1060 tells us: http://www.howtonetworking.com/casestudy/error1060.htm http://www.chicagotech.net/netforums/viewtopic.php?t=5167 So the RASM service does not exist or the registry key of SharedAccess is missing. Maybe it's possible to regsvr32 rasman.dll?
Thanks very much.
I try regsvr32 rasman.dll, but I got a "DllRegisterServer not implemented in DLL" message.
Then I try to follow the guide in http://www.chicagotech.net/netforums/viewtopic.php?t=5167,
export the registry for rasman from WinXP then import it to Wine, this time I get a crashing at unimplemented function rpcrt4.dll.RpcMgmtInqServerPrincNameW . Sounds like the unimplemented RpcMgmtInqServerPrincNameW() would be an invalid bug for Wine since native dlls are used, so I'll not file a separate bug for it. Looking forward for Bug 30378 then...