rijalati / raptor-chess-interface

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

Exception when game should start (while doing some commands on console) #677

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

First seeking a 1 0 game, then looking for history, then looking for bughouse 
games going on . When the 1 0 game should start, an exception gets thrown. 

What is the expected output? What do you see instead?

I expect a game to be started, however, I get an exception. See the following 
(slightly edited) console output.

seek 1 0 unrated 
Your seek has been posted with index 96. 
(62 player(s) saw the seek.) 
hi 
History for XXX ...
bug g
Bughouse games in progress ...

Error occured! We are trying to make Raptor bug free and we need your help! 
Please take a moment to report this issue by selecting the menu: Help -> Report 
Issue TimesealSocketMessageProducer Connector Error in DaemonRun Thwoable 
java.lang.RuntimeException: Error occured parsing message: GuestSVTQ accepts 
your seek. Creating: XXX (1682) GuestSVTQ (++++) unrated lightning 1 0 {Game 
302 (XXX vs. GuestSVTQ) Creating unrated lightning match.} <g1> 302 p=0 
t=lightning r=0 u=0,1 it=60,0 i=60,0 pt=0 rt=1682,0P ts=1,0 m=2 n=0 <12> 
rnbqkbnr pppppppp -------- -------- -------- -------- PPPPPPPP RNBQKBNR W -1 1 
1 1 1 0 302 XXX GuestSVTQ 1 1 0 39 39 60 60 1 none (0:00) none 0 0 0 fics%  at 
raptor.connector.ics.IcsConnector.parseMessage(Unknown Source)  at 
raptor.connector.ics.IcsConnector.messageArrived(Unknown Source)    at 
raptor.connector.ics.timeseal.TimesealSocketMessageProducer.messageLoop(Unknown 
Source)     at 
raptor.connector.ics.timeseal.TimesealSocketMessageProducer$1.run(Unknown 
Source)     at java.lang.Thread.run(Thread.java:679) Caused by: 
java.lang.NumberFormatException: null   at 
java.lang.Integer.parseInt(Integer.java:443)    at 
java.lang.Integer.parseInt(Integer.java:514)    at 
raptor.connector.ics.Style12Parser.timeTakenStringToInt(Unknown Source)     at 
raptor.connector.ics.Style12Parser.parse(Unknown Source)    at 
raptor.connector.ics.IcsParser.parseGameEvents(Unknown Source)  at 
raptor.connector.ics.IcsParser.parse(Unknown Source)    ... 5 more Disconnected

What version of the product are you using? On what operating system and
what environment?

See my var output (maybe a style error?):

Variable settings of XXX: time=3 private=0 shout=0 pin=0 style=12 inc=0 
jprivate=0 cshout=0 notifiedby=1 flip=0 rated=1 kibitz=1 availinfo=0 
highlight=0 open=1 automail=0 kiblevel=0 availmin=1600 bell=0 pgn=1 tell=1 
availmax=3000 width=80 bugopen=0 ctell=1 gin=0 height=35 mailmess=1 seek=0 
ptime=0 tourney=0 messreply=0 chanoff=0 showownseek=1 tzone=WET provshow=1 
silence=0 Lang=English autoflag=1 unobserve=3 echo=1 examine=0 minmovetime=1 
tolerance=5 noescape=0 notakeback=0 Prompt: fics% Interface: "Raptor .98u3f5 
(Sun Microsystems Inc. 1.6.0_24; Linux; eng)" f1: bughouse f2: lightning and 
rated and !computer f3: lightning and rated and inc=0

I am using Ubuntu 12.04.1 LTS

Please provide any additional information below.

Maybe it is a similar issue to ID 640?

Thanks for developing this great interface

Original issue reported on code.google.com by Philippe...@gmail.com on 18 Sep 2012 at 10:40

GoogleCodeExporter commented 9 years ago
Could be fixed with latest version in source repository

Original comment by evil...@gmail.com on 31 Oct 2014 at 9:53