On-line blitz tourney October

Discussion of chess software programming and technical issues.

Moderator: Ras

Engin
Posts: 1000
Joined: Mon Jan 05, 2009 7:40 pm
Location: Germany
Full name: Engin Üstün

Re: On-line blitz tourney October

Post by Engin »

then Tornado have a chance to win :)
Spock

Re: On-line blitz tourney October

Post by Spock »

The challenge is on ! :)
User avatar
Greg Strong
Posts: 388
Joined: Sun Dec 21, 2008 6:57 pm
Location: Washington, DC

Re: On-line blitz tourney October

Post by Greg Strong »

Engin wrote:hi all !

it seems for this time there will be more engines participating then last time ?

if also operators can use any engine and not only authors, then i am afraid this tourney can be much more fun :)

lets suprise us....

Engin
Agreed.

It would also be great if operators used some medium-strength engines rather than the top-notch engines. That would be far more usful to those of us developing/testing our engines. Getting totally stomped by Crafty doesn't help that much :)
Spock

Re: On-line blitz tourney October

Post by Spock »

Greg Strong wrote:Agreed.

It would also be great if operators used some medium-strength engines rather than the top-notch engines. That would be far more usful to those of us developing/testing our engines. Getting totally stomped by Crafty doesn't help that much :)
Yes I agree - which is why I should probably restrict Zappa to just one CPU, although I'm not sure how strong this Zappa 1.1 actually is anyway
Spock

Re: On-line blitz tourney October

Post by Spock »

Once H.G. sets me up with a user name, I'm often around in the evenings UK time, and would be very open to playing some matches from time to time. So far I have Hermann, E.T. Chess and Zappa 1.1 working successfully. You can't seem to stay idle on the server too long, it times you out or something, so it is difficult just to stay logged on accepting challenges
Richard Allbert
Posts: 794
Joined: Wed Jul 19, 2006 9:58 am

Re: On-line blitz tourney October

Post by Richard Allbert »

Hi HG,

I'll be there, engine called "Jabba"

Thanks

Richard
User avatar
hgm
Posts: 28342
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line blitz tourney October

Post by hgm »

The time-out period of the ICS is set to 10 hours, so I can hardly believe that would be a problem. Perhaps your router kills connections that have been inactive for too long?

WinBoard has an option -keepAlive M, which makes it send a "date" command to the ICS every M minutes (starting counting at the last move it made).
Richard Allbert
Posts: 794
Joined: Wed Jul 19, 2006 9:58 am

Re: On-line blitz tourney October

Post by Richard Allbert »

What should I use as log in?

Thanks!

Richard
Spock

Re: On-line blitz tourney October

Post by Spock »

hgm wrote:The time-out period of the ICS is set to 10 hours, so I can hardly believe that would be a problem. Perhaps your router kills connections that have been inactive for too long?

WinBoard has an option -keepAlive M, which makes it send a "date" command to the ICS every M minutes (starting counting at the last move it made).
When a game has finished, I come back some time later, and whatever I type in the window elicits no response. Not even "logout" gets a response. I have to close out and go back in.

So I just add -keepAlive M to the end of this ?

winboard -ics -icshost 80.100.28.169 -icshelper timeseal -zp -fcp 'et_chess.exe h512' -fd 'C:\Engines\ETChess' -autoKibitz
User avatar
hgm
Posts: 28342
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line blitz tourney October

Post by hgm »

At the end will do (in fact any order of the options will do, as long as any value immediately follows the option to which it belongs).

The behavior you describe is strange. When the connection dies, WinBoard should popup an error dialog saying "connection closed by ICS". When you OK or close that dialog, WinBoard exits. Maybe the popup was hidden behind some other window.