Page 1 of 1

Winboard and ICC

PostPosted: 22 Apr 2010, 04:42
by vladstamate
Hi all,

I am trying to run my engine on ICC. It looks like the command line I used to connect to Freechess.org does not work for Chessclub. This is what I am executing in a batch file. What am I doing wrong?
Code: Select all
"E:\Chess\Programs\WinBoard-4.4.0\Winboard\winboard.exe" -debug -zp -zippyMaxGames 5 -zippyReplayTimeout 600 -zippyGameStart "say Hi there! This is Plisk a friendly computer chess program." -zippyGameEnd "say Thank you for playing!\nhistory\nfinger\nseek 15 0 r m f\nseek 2 0 r m f\nseek 5 0 r m f" -zippyMaxGames 2 -ics -icshost chessclub.com -icshelper timeseal  -autoflag -fcp 'E:\Chess\Engines\Plisk\0.2.2\plisk-d-amd64.exe' -fd 'E:\Chess\Engines\Plisk\0.2.2' -sgf icc_game.pgn -xreuse


If I execute that I get on the console:
Code: Select all
Welcome to the INTERNET CHESS CLUB

web:   www.chessclub.com    email: icc@chessclub.com
phone: 1-412-521-5553

login: "vq" does not match any player's name exactly.
No such username
login: plisk
Invalid username
login:


And it keeps going. It won't accept my user name. Note that Winboard works fine if I just start it by using the link in the StartMenu to connect to chessclub. Also what causes the "vq" name? I am not typing that anywhere.

Regards,
Vlad.

Re: Winboard and ICC

PostPosted: 22 Apr 2010, 04:53
by vladstamate
It looks like if I do not pass the "-icshelper timeseal" the "vq" thing does not appear and my account is accepted and my engine can play.

Any idea why timeseal and ICC don't work well together?

Regards,
Vlad.

Re: Winboard and ICC

PostPosted: 22 Apr 2010, 08:28
by H.G.Muller
For ICC you have to use timestamp, not timeseal. They use other encryption, so ICC decodes your username completely wrong when you encrypted it with timeseal. Hence the 'vq'.

Re: Winboard and ICC

PostPosted: 22 Apr 2010, 15:33
by vladstamate
Hi HGM,

Thank you for explaining that. Now it makes sense. And I also realize this might have been the slightly wrong forum to post this. The "Winboard and related Topics" seems more appropriate. I apologize for that.

Kind regards,
Vlad.