http://bugs.winehq.org/show_bug.cgi?id=34971
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2013-11-25 13:46:33 CST --- Thanks for the reply. No need for other logs for now.
0009:trace:winsock:WS_getaddrinfo "84.244.178.114", (null) 0x32f864 -> 0x32f894 -7 0009:trace:winsock:WS_connect socket 01a0, ptr (nil) (nil), length 0
The call to getaddrinfo is failing but the application ignores that and tries to connect sending a NULL address. We need to figure out why it's failing.
In linux that -7 return means #define EAI_SOCKTYPE -7
I need to add more debug messages to getaddrinfo, I'll attach a new patch soon.