https://bugs.winehq.org/show_bug.cgi?id=46788
Bug ID: 46788 Summary: RtlIpv6AddressToStringA is not supported Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: g.rodola@gmail.com Distribution: ---
See: https://github.com/giampaolo/psutil/issues/1448 Somewhat related to: https://bugs.winehq.org/show_bug.cgi?id=46149
https://bugs.winehq.org/show_bug.cgi?id=46788
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |4.3 Component|-unknown |ntdll
https://bugs.winehq.org/show_bug.cgi?id=46788
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com Ever confirmed|0 |1 Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/ntdll-RtlIpv4Str | |ingToAddress Status|UNCONFIRMED |STAGED
https://bugs.winehq.org/show_bug.cgi?id=46788
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- It turns out that psutil also depends on GetExtendedTcpTable supporting AF_INET6, so just adding a semi-stub for RtlIpv6AddressToStringA doesn't do psutil any good.
https://bugs.winehq.org/show_bug.cgi?id=46788
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Steps to reproduce:
1. Download and run the Python 3.7.4 Windows x86-64 executable installer from https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe
2. Run `wine "C:\users\$USER\Local Settings\Application Data\Programs\Python\Python37\Scripts\pip.exe" install psutil`
2. Run `wine "C:\users\$USER\Local Settings\Application Data\Programs\Python\Python37\python.exe" -c "import psutil; print('\n'.join(map(str, psutil.net_connections())))" | grep AF_INET6`
https://bugs.winehq.org/show_bug.cgi?id=46788
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |0af08318b75bd31928c31c87523 | |9c0f863ab4e0d
--- Comment #3 from Alex Henrie alexhenrie24@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/0af08318b75bd31928c31c8752...
https://bugs.winehq.org/show_bug.cgi?id=46788
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.10.