[Bug 13068] saga can't log in, complains "Server Not responding"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 9 13:10:50 CDT 2008


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





--- Comment #8 from Juan Lang <juan_lang at yahoo.com>  2008-05-09 13:10:50 ---
Created an attachment (id=12845)
 --> (http://bugs.winehq.org/attachment.cgi?id=12845)
+winsock log

The log shows a little of what's going on.  The program sends UDP packets to
the server 209.90.78.210, but never receives a reply.  The "ERROR 10035" is
WSAEWOULDBLOCK, because there's no reply received.

I also did a trace with wireshark.  The packets are sent all right, but they
all have an invalid UDP checksum.  It's always 0xd1d8 in my traces, but the
correct value varies depending on the data (and it's never 0xd1d8.)  So it's no
surprise that the server never replies to invalid packets.

The question is, where are the invalid checksums coming from?


-- 
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