[Bug 47083] MySQL 8.0.x community installer (.NET 4.5.x app) fails to configure mysql, needs support for WS_AF_INET6 in 'iphlpapi.GetExtendedTcpTable'

WineHQ Bugzilla wine-bugs at winehq.org
Sat Mar 28 04:18:16 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=47083

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |94588567afc2bed740e10f65943
                   |                            |1ef2305ff3060
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

this is fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/94588567afc2bed740e10f659431ef2305ff3060
("iphlpapi: Implement GetTcp6Table on Linux.")

Part of Wine 5.3 release

Thanks Alex.

Prerequisite: 

* 'winetricks -q dotnet452'
* 'winetricks -q vcrun2015' <-- needed for MySQL server install

--- snip ---
$ WINEDEBUG=+seh,+loaddll,+process,+msi,+iphlpapi wine msiexec -i
mysql-installer-community-8.0.16.0.msi >>log.txt 2>&1
...
004f:trace:loaddll:load_so_dll Loaded
L"C:\\windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\iphlpapi.dll"
at 0x7f0693a30000: builtin
...
004f:trace:iphlpapi:GetNetworkParams pFixedInfo (nil), pOutBufLen 0x22d350
004f:trace:iphlpapi:GetNetworkParams pFixedInfo 0x1a7bc3f0, pOutBufLen 0x22d350
004f:trace:iphlpapi:GetNetworkParams returning 0
004f:trace:iphlpapi:GetAdaptersAddresses (0, 000000c0, (nil), (nil), 0x22d800)
...
004f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack table 0x22d0f8,
bOrder 0, heap 0x10000, flags 0x00000000
004f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack returning ret 0 table
0x1a7bc3f0
004f:trace:iphlpapi:adapterAddressesFromIndex wlp4s0: 1 IPv4 addresses, 2 IPv6
addresses:
004f:trace:iphlpapi:adapterAddressesFromIndex IPv4 1/1: 192.168.178.45
004f:trace:iphlpapi:adapterAddressesFromIndex IPv6 1/2:
2002:4ffd:ea21::cac0:cc53:27c3:f84f
004f:trace:iphlpapi:adapterAddressesFromIndex IPv6 2/2:
fe80::cd8d:fb5d:74e1:74fe
004f:trace:iphlpapi:GetAdaptersAddresses num adapters 3
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 1, pPerAdapterInfo (nil),
pOutBufLen 0x22d018)
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 1, pPerAdapterInfo 0x1e159b80,
pOutBufLen 0x22d018)
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 2, pPerAdapterInfo (nil),
pOutBufLen 0x22d018)
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 2, pPerAdapterInfo 0x1e11c040,
pOutBufLen 0x22d018)
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 3, pPerAdapterInfo (nil),
pOutBufLen 0x22d018)
004f:trace:iphlpapi:GetPerAdapterInfo (IfIndex 3, pPerAdapterInfo 0x1e11c040,
pOutBufLen 0x22d018) 
...
004f:trace:iphlpapi:GetTcpTable pTcpTable (nil), pdwSize 0x22dbc8, bOrder 1
004f:trace:iphlpapi:GetExtendedTcpTable pTcpTable (nil), pdwSize 0x22dbc8,
bOrder 1, ulAf 2, TableClass 2, Reserved 0
004f:trace:iphlpapi:build_tcp_table returning ret 0 table 0x1e20e990
004f:trace:iphlpapi:GetTcpTable pTcpTable 0x1e20e990, pdwSize 0x22dbc8, bOrder
1
004f:trace:iphlpapi:GetExtendedTcpTable pTcpTable 0x1e20e990, pdwSize 0x22dbc8,
bOrder 1, ulAf 2, TableClass 2, Reserved 0
004f:trace:iphlpapi:build_tcp_table returning ret 0 table 0x1e20eeb0
004f:trace:iphlpapi:GetExtendedTcpTable pTcpTable (nil), pdwSize 0x22dbc8,
bOrder 1, ulAf 23, TableClass 5, Reserved 0
004f:trace:iphlpapi:build_tcp6_table returning ret 0 table 0x1dec0530
004f:trace:iphlpapi:GetExtendedTcpTable pTcpTable 0x1dec0530, pdwSize 0x22dbc8,
bOrder 1, ulAf 23, TableClass 5, Reserved 0
004f:trace:iphlpapi:build_tcp6_table returning ret 0 table 0x1dec0050
...
--- snip ---

$ wine --version
wine-5.5

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list