What is the best GUI for RobboLitto and Toga the Killer?

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
F.Huber
Posts: 867
Joined: Thu Mar 09, 2006 4:50 pm
Location: Austria
Full name: Franz Huber

Re: What is the best GUI for RobboLitto and Toga the Killer?

Post by F.Huber »

F.Huber wrote: Yes, there is indeed something wrong either with the last Polyglot or Winboard version!
This command defintely doesn't work anymore, but it did work a few versions before ...
The problem is in Winboard!

I've tried it now with the last official version 4.4.1 and it works, but the new WB alpha release does not correctly work together with Polyglot.
User avatar
hgm
Posts: 28387
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: What is the best GUI for RobboLitto and Toga the Killer?

Post by hgm »

Which Polyglot version are you using?

The WB alpha release only works with Polyglots that accept their instructions on the command line; it does not use a polyglot.ini file. If the command

polyglot -noini -ec ENGINE.exe -ed ENGINE_DIR

does fail to start up the mentioned engine, you either have to replace the Polyglot for one that does, or change the /adapterCommand in the winboard.ini file to one that can start up the version of Polyglot you are using.
User avatar
F.Huber
Posts: 867
Joined: Thu Mar 09, 2006 4:50 pm
Location: Austria
Full name: Franz Huber

Re: What is the best GUI for RobboLitto and Toga the Killer?

Post by F.Huber »

hgm wrote:Which Polyglot version are you using?

The WB alpha release only works with Polyglots that accept their instructions on the command line; it does not use a polyglot.ini file. If the command

polyglot -noini -ec ENGINE.exe -ed ENGINE_DIR

does fail to start up the mentioned engine, you either have to replace the Polyglot for one that does, or change the /adapterCommand in the winboard.ini file to one that can start up the version of Polyglot you are using.
Of course I'm using the lastest Polyglot version 1.4.55b, and the command above works.

But when I try to do it from Winboard either in the startup dialog with "ChestUCI.exe -fUCI" or on the commandline with "winboard -fcp ChestUCI.exe -fUCI", I just get the following error message:
POLYGLOT: main(): Option "-ed" not found

BTW, this new Winboard alpha doesn't seem to understand "-fcp ChestUCI.exe -fUCI" as commandline anymore, it pops up the startup dialog withjust the simle entry "ChestUCI.exe" and has forgotten "-fUCI".
Michel
Posts: 2292
Joined: Mon Sep 29, 2008 1:50 am

Re: What is the best GUI for RobboLitto and Toga the Killer?

Post by Michel »

POLYGLOT: main(): Option "-ed" not found
Ok that should have an easy explanation. Apparently polyglot is called with

Code: Select all

polyglot -noini -ec ENGINE.exe -ed
instead of

Code: Select all

polyglot -noini -ec ENGINE.exe -ed .
This produces the error you mentionned.