http://bugs.winehq.org/show_bug.cgi?id=58576
Bug ID: 58576 Summary: windows proxy that explicitly uses rasapi32 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: rasapi32 Assignee: wine-bugs@winehq.org Reporter: bingmatv@outlook.com Distribution: ---
Host OS: ArchLinux, which is rolling-release distro. Some proxy tools explicitly needs RAS implementation, if I disable rasapi32 using winecfg, the proxy just crashes. Log:
0128:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot 0128:fixme:ras:RasEnumConnectionsA (023E0340,0012DF50,0012DF54),stub! 0128:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! 0128:fixme:seh:EnumDeviceDrivers (0012C908, 4096, 0012C904): stub 012c:fixme:ver:GetCurrentPackageId (0257FF10 00000000): stub 0128:fixme:shell:InitNetworkAddressControl stub
If I disable rasapi32, the proxy just crashes. So it's important to implement RAS in wine. Furthermore, wine should support Wayland, so I can use windows apps without Xorg.