On-line engine blitz tourney December

Discussion of chess software programming and technical issues.

Moderator: Ras

Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

On-line engine blitz tourney December

Post by Joost Buijs »

The monthly on-line engine blitz tourney for December will take place on:

Saturday December 3, 2:00 PM EST (Boston time), 20:00 CET (Amsterdam time)

To connect:

winboard -zp -ics -icshost nightmare-chess.nl -icshelper timeseal -fcp ENGINE.exe -fd ENGINEFOLDER -autoKibitz -keepAlive 30

(for UCI engines, add -fUCI)

People without account can submit a request for an account to admin@nightmare-chess.nl

Our tournament manager will be: Eendje (Lisebeth at ICC)

The format will be: 9 rounds Swiss 5/1

Lisebeth likes to start the tournament on top of the hour, please try to be on-line 15 minutes prior to tournament start, late joins are not supported.
User avatar
flok
Posts: 558
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: On-line engine blitz tourney December

Post by flok »

Dog 1.0 will participate!
Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

Re: On-line engine blitz tourney December

Post by Joost Buijs »

flok wrote: Fri Dec 02, 2022 5:52 pm Dog 1.0 will participate!
Hi Folkert, I will tell Lisebeth to add Dog this time.
Succes vanavond!
User avatar
flok
Posts: 558
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: On-line engine blitz tourney December

Post by flok »

Joost Buijs wrote: Sat Dec 03, 2022 10:31 am
flok wrote: Fri Dec 02, 2022 5:52 pm Dog 1.0 will participate!
Hi Folkert, I will tell Lisebeth to add Dog this time.
Succes vanavond!
No sorry I meant DogPC!
Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

Re: On-line engine blitz tourney December

Post by Joost Buijs »

flok wrote: Sat Dec 03, 2022 10:45 am
Joost Buijs wrote: Sat Dec 03, 2022 10:31 am
flok wrote: Fri Dec 02, 2022 5:52 pm Dog 1.0 will participate!
Hi Folkert, I will tell Lisebeth to add Dog this time.
Succes vanavond!
No sorry I meant DogPC!
Ok, no problem, so it will be DogPC instead of Dog.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: On-line engine blitz tourney December

Post by Henk »

I can't connect anymore.

I use this to run skipper on my machine
"Skipper 14" -fcp SkipperConsoleApp2 -fd "C:\Users\van en belt\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net6.0"

On my old machine this used to work:

cd C:\WinBoard-4.8.0\WinBoard
winboard -zp -ics -icshost nightmare-chess.nl -icshelper timeseal -fcp "dotnet C:\Users\Gebruiker\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net5.0\SkipperConsoleApp2.dll" -autoKibitz

So on my new machine this should be:

cd C:\WinBoard-4.8.0\WinBoard
winboard -zp -ics -icshost nightmare-chess.nl -icshelper timeseal -fcp "dotnet C:\Users\van en belt\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net6.0\SkipperConsoleApp2.dll” -autoKibitz

But it gives an error. So what to do?
User avatar
flok
Posts: 558
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: On-line engine blitz tourney December

Post by flok »

Henk wrote: Sat Dec 03, 2022 7:04 pm I can't connect anymore.

I use this to run skipper on my machine
"Skipper 14" -fcp SkipperConsoleApp2 -fd "C:\Users\van en belt\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net6.0"

On my old machine this used to work:

cd C:\WinBoard-4.8.0\WinBoard
winboard -zp -ics -icshost nightmare-chess.nl -icshelper timeseal -fcp "dotnet C:\Users\Gebruiker\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net5.0\SkipperConsoleApp2.dll" -autoKibitz

So on my new machine this should be:

cd C:\WinBoard-4.8.0\WinBoard
winboard -zp -ics -icshost nightmare-chess.nl -icshelper timeseal -fcp "dotnet C:\Users\van en belt\source\repos\ChessLibraryCore\SkipperConsoleApp2\bin\Release\net6.0\SkipperConsoleApp2.dll” -autoKibitz

But it gives an error. So what to do?
WHAT error
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: On-line engine blitz tourney December

Post by Henk »

first chess program [dotnet ....] exited unexpectedly
User avatar
flok
Posts: 558
Joined: Tue Jul 03, 2018 10:19 am
Full name: Folkert van Heusden

Re: On-line engine blitz tourney December

Post by flok »

Henk wrote: Sat Dec 03, 2022 7:17 pm first chess program [dotnet ....] exited unexpectedly
Does it speak xboard? Try running it directly from cmd.exe.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: On-line engine blitz tourney December

Post by Henk »

already using cmd,exe
Maybe it has no privileges. Just guessing
So I now started a powershell with administrators rights but giving same error

Only difference when using powershell is that I have to use .\winboard
otherwise it even can't find winboard