http://bugs.winehq.org/show_bug.cgi?id=12302
Daniel Santos daniel.santos@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #14831|0 |1 is obsolete| |
--- Comment #69 from Daniel Santos daniel.santos@pobox.com 2008-07-16 15:52:46 --- Created an attachment (id=14856) --> (http://bugs.winehq.org/attachment.cgi?id=14856) WSASendTo not clearing last error on success
Well, well, it looks like I've discovered the real underlying cause and it was in wine, not in lotro. WSASendTo() was not doing WSASetLastError(0) to clear the "last error" upon success, although it was correctly returning zero. Most apps aren't going to bother calling WSAGetLastError() when a function says that it worked, but they are in lotro and believed it failed, so they just kept trying over and over and over and over and over and over again.