http://bugs.winehq.org/show_bug.cgi?id=27653
--- Comment #7 from Juan Lang juan.lang@gmail.com 2011-11-06 21:36:20 CST --- I took another glance at the logs, and I should have looked more closely before. This is curious: trace:iphlpapi:GetAdaptersInfo pAdapterInfo 0x0, pOutBufLen 0x33ad20 (snip) trace:iphlpapi:GetAdaptersInfo returning 111 trace:iphlpapi:GetAdaptersInfo pAdapterInfo 0x766f930, pOutBufLen 0x33ad20 (snip) trace:iphlpapi:GetAdaptersInfo returning 14
GetAdaptersInfo is never succeeding: it would return 0 on success. Instead, it's failing with ERROR_OUTOFMEMORY on the second call. This only appears to happen if getNonLoopbackInterfaceTable fails. Perhaps if_nameindex() doesn't work correctly?
You aren't by any chance running this in a chroot environment, are you?