[Bug 27653] EVE Online responds with "Connection Failure: Handshake Error" on login attempt.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 6 21:36:20 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=27653

--- Comment #7 from Juan Lang <juan.lang at 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?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list