https://bugs.winehq.org/show_bug.cgi?id=51079
motus.lechat@laposte.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|iphlpapi |api-ms-win-*
--- Comment #1 from motus.lechat@laposte.net --- Error can be reproduce easely with 6 lines of C# code :
using System; using System.Net.NetworkInformation;
static void Main(string[] args) { IPGlobalProperties iPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties(); TcpConnectionInformation[] activeTcpConnections = iPGlobalProperties.GetActiveTcpConnections(); Console.ReadLine(); }
Problem come from System.Net.NetworkInformation