View Single Post
  #31  
Old 04-07-2004, 01:07 AM
Standard Standard is offline
Junior Member
 
Join Date: Mar 2004
Posts: 8
Default IMHO, it\'s timing

I've seen the bug 2 or 3 times. I have an ATI; but I do not believe that it has anything to do with graphics whatsoever.

Are you playing multiple tables at the time?

IMHO, it's timing or logic related - the server is waiting for you to send a message; but your client hasn't yet been informed that you rae able to specify an input.

There's some tiny window of time over which the misalignments of probably 3 separate entities (a couple of threads in a program, and a message) misalign such that the message is discarded and then the program spends forever waiting for the message (until it gets the message from the server that you timed out and were thrown out).

Reply With Quote