https://bugs.winehq.org/show_bug.cgi?id=51079 motus.lechat(a)laposte.net changed: What |Removed |Added ---------------------------------------------------------------------------- Component|iphlpapi |api-ms-win-* --- Comment #1 from motus.lechat(a)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 -- 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.