https://bugs.winehq.org/show_bug.cgi?id=38887
Bug ID: 38887 Summary: (0x80004005): Overlapped I/O pending - NetworkAddressChanged Product: Wine Version: 1.7.44 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: baseballplyr1300@gmail.com Distribution: ---
Created attachment 51823 --> https://bugs.winehq.org/attachment.cgi?id=51823 Detailed exception text
This code throws the exception "System.Net.NetworkInformation.NetworkInformationException (0x80004005): Overlapped I/O pending".
Public Class Form1
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load AddHandler Net.NetworkInformation.NetworkChange.NetworkAddressChanged, AddressOf ipCallBack End Sub
Private Sub ipCallBack(ByVal sender As Object, ByVal e As EventArgs) MsgBox("called") End Sub End Class
https://bugs.winehq.org/show_bug.cgi?id=38887
Tyler Montney baseballplyr1300@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=38887
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |wineserver Resolution|--- |DUPLICATE Summary|(0x80004005): Overlapped |.NET application using |I/O pending - |System.Net.NetworkInformati |NetworkAddressChanged |on | |NetworkAddressChangedEventH | |andler throws | |NetworkInformationException
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 38062
Regards
*** This bug has been marked as a duplicate of bug 38062 ***
https://bugs.winehq.org/show_bug.cgi?id=38887
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.