https://bugs.winehq.org/show_bug.cgi?id=38134
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #7 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Bruno Jesus from comment #4)
Do I need a valid login to test?
The problem seems to be that the adapter does not have the DNS address set. We could fake it or try to get the real value somehow.
Thats not the problem. I spend a bit time to look into this issue today, and by hacking a bit around in iphlpapi/iphlpapi_main.c I made the network_info.txt test pass. The whole output looks fine but the main issue (hangs while trying to login) still persists. I guess the failing network check could be splitted into a separate bug if someone cares about it. ;)
I somehow fear that the main issue is related to secur32 / gnutls. While the application is hanging it tries over and over to establish some schannel connection. Will investigate this a bit more during the next days.