[Bug 51079] New: System.Net.NetworkInformation.NetworkInformationException
https://bugs.winehq.org/show_bug.cgi?id=51079 Bug ID: 51079 Summary: System.Net.NetworkInformation.NetworkInformationExcept ion Product: Wine Version: 5.0.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs(a)winehq.org Reporter: motus.lechat(a)laposte.net Distribution: --- Created attachment 69942 --> https://bugs.winehq.org/attachment.cgi?id=69942 3 files : 1 to reproduce error + 1 error message + 1 backtrace I have a game which use iphlapi and I have an error when I try to launch it with wine. I have extract only small code from game to reproduce the problem. The exe works fine under windows but not on Ubuntu 20.04 with wine with error : Description: The process was terminated due to an unhandled exception. Exception Info: System.Net.NetworkInformation.NetworkInformationException at System.Net.NetworkInformation.SystemIPGlobalProperties.GetAllTcpConnect"... wine: Unhandled exception 0xe0434352 in thread 2f at address 7B032F82 (thread 002f), starting debugger... I join : - code in C# to reproduce the problem if you need - error message - trace Thank you for your help -- 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.
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.
https://bugs.winehq.org/show_bug.cgi?id=51079 --- Comment #2 from motus.lechat(a)laposte.net --- I have install stable version 6.0 and re-install dotnet 4.7.2 with winetricks and problem is not present -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51079 motus.lechat(a)laposte.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #3 from motus.lechat(a)laposte.net --- Problem not present with version 6.0 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51079 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Closing bugs marked as abandoned -- 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.
participants (1)
-
WineHQ Bugzilla