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.
http://bugs.winehq.org/show_bug.cgi?id=58576
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- What version of Wine? This information is not optional.
http://bugs.winehq.org/show_bug.cgi?id=58576
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Version|unspecified |10.12
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- What program is this?
http://bugs.winehq.org/show_bug.cgi?id=58576
--- Comment #3 from bingmatv@outlook.com --- My wine version may be 10.12, the program can be downloaded from https://j.mp/fgp88
http://bugs.winehq.org/show_bug.cgi?id=58576
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- On rereading, "disable rasapi32 using winecfg" does not do what you think it does, it prevents the DLL from loading. That doesn't mean the program actually needs it to expose any functionality once loaded. It's probable that the application is broken in some other way.
Can you provide step by step instructions on how to use the program? It's not obvious to me.
http://bugs.winehq.org/show_bug.cgi?id=58576
--- Comment #5 from bingmatv@outlook.com --- If it's the 1st time to run the program, it shows a license agreement, agree with it; then it shows a dialogue asking what websites should be proxied. Since people in China need proxy to bypass their country firewall (GFW), but may not need to proxy their domestic websites since it'll slow down the speed when accessing domestic sites, however, some Chinese people may need to proxy the domestic sites to anonymously access them; so the program asks what sites should be proxied, letting the user to choose speed or anonymity when accessing domestic sites in China. I chose that all connections go through proxy, then wine said RAS problem.