https://bugs.winehq.org/show_bug.cgi?id=53421
Bug ID: 53421 Summary: useless 002c:err:winediag:getaddrinfo Failed to resolve your host name IP Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: david@ixit.cz Distribution: ---
I'm running apitrace, which has no access to the internet and works only locally.
When using Wine 5.0, I'm not getting any warnings, so I assume no process tried to communicate over IP.
With winehq-stable wine, I'm getting this warning:
```
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
```
I assume it's not critical, but WINE seems to try to do something beyond what is needed.
I'm looking at changes here: https://gitlab.winehq.org/wine/wine/-/commits/master/dlls/ws2_32/protocol.c but I'm not seeing anything obvious.