https://bugs.winehq.org/show_bug.cgi?id=56426
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- I tried to reproduce but it does not fail with wine-9.8, with build 21.0.3+9-LTS.
So I I did a bisect which led me to this fixing commit: commit 1bab7ea25e2c1e7bad6940c63c83ec0c1ef5c8f6 Author: Rastislav Stanik gitlab@rastos.org Date: Thu Jan 25 21:14:20 2024 +0100
iphlpapi: Add stub for GetAnycastIpAddressTable().
This change adds an implementation of Win32 API function GetAnycastIpAddressTable() that does not return real information, it just says "no entries found".
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56065
Therefore is the issue for you resolved?