https://bugs.winehq.org/show_bug.cgi?id=53499
--- Comment #14 from Stanislav Slow stanislav.rimsha@gmail.com --- (In reply to Hans Leidekker from comment #13)
(In reply to Stanislav Slow from comment #12)
The question now is - why does it try to bind to a DOWN state interface under wine but doesn't do it on windows? Does GetAdaptersInfo supply state info?
It doesn't.
Then the issue may be in the getIfEntry method which should supply the interface status (according to microsoft docs) and is called right before binding. I can open another issue on that if thats ok. And you can close this one since I was wrong about the GetAdaptersInfo.
Thanks for helping me investigating this case!