TheRealCDay / raptor-chess-interface

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

Error when opening games tab and playing a game #699

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At times messages like 
"Checking to see if XXX is really out of time."
will appear if you have the games tab open. 

This causes a crash and a resignation of the game. It has been around before .91

Original issue reported on code.google.com by carsonday on 4 Feb 2013 at 7:31

GoogleCodeExporter commented 9 years ago
I probably wasn't clear. The message appears as part of the games message the 
games tab parses and that causes the crash.

A quick fix is just to check in the Games parser to make sure the first word 
encountered (after ignoring white space) is a number.

Original comment by carsonday on 4 Feb 2013 at 7:33