TheRealCDay / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

does not record a move if it gets into a state, and no more moves are received or sent. fics #801

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is on fics. Recently, on several occasions, I'd make a move and it will 
not register on the server. Or Raptor will show it has registered, but there 
will be no response from my opponent.

Following that, the client doesn't receive any of my opponent's moves (even 
though it turns out one was made). The UI continues to show it's the opponent's 
move. And one can normally execute other commands -- such as tell, request 
adjournment or abort, etc.

Recently, this happened several times. Noticed that there was some verbiage 
printed by the client before it went into that state -- i.e., it had most 
likely received some strings back from the server, and it printed them out. The 
process is not easy to replicate (because the server is probably sending 
something the client does not know how to handle). However, it seems to happen 
quite a bit.

Original issue reported on code.google.com by amarnath...@yahoo.com on 6 Mar 2015 at 9:28

GoogleCodeExporter commented 9 years ago
Hello,

That is not much information to start looking for the problem. Next time this 
happens, could you try and capture the "verbiage" printed by the client and 
send it to me?

Also, what version of the software are you using and on which platform? Note 
that the Raptor version string is not enough: since the last installer was 
build, that version number has not been increased, but the code in the 
repository has been changed. On Macs running Yosemite there is already an 
incompatibility between the SWT in the installer and the OS: I expect that as 
time goes by, more and more incompatibilities, also on other platforms, will 
show up. That is why I insist on reporting that information too. If you feel 
like it, you could try to upgrade SWT on your system and see if the issue goes 
away? (it looks like it could be caused by a missed or incorrectly processed 
event somewhere)

Regards.

Original comment by evil...@gmail.com on 7 Mar 2015 at 7:56

GoogleCodeExporter commented 9 years ago
Hello.
Thanks for your response. Next time it happens, will capture the string on the 
client interface and send it to you. Do you save logs on the local system? If 
so, I can try digging them out.

The version is the one that is the latest on your site from a few days ago. 

Also, update the OS a day or two ago (after the crashes, I think).
Cheers.a

     On Saturday, March 7, 2015 11:56 AM, "raptor-chess-interface@googlecode.com" <raptor-chess-interface@googlecode.com> wrote:

Original comment by amarnath...@yahoo.com on 7 Mar 2015 at 11:30