correct syntax for polyglot book option
Posted: 02 Oct 2013, 13:40
I would like to use the command-line to run a match between a winboard engine with its own book and a UCI engine with a specified polyglot book (I don't want to mess with .ini files or the GUI). I am using 4.7.0. I tried this:
winboard -debugMode true -smpCores 2 -defaultHashSize 256 -mg 200 -tc 4:0 -inc 1 -mps -1 -ponder -zp -xexit -fcp "\chess\engines\arasan16.2\arasanx-64-popcnt -H 256m -c 2 -ics -t" -scp "\chess\engines\fruit23\fruit23-em64t.exe" -sd "\chess\engines\fruit23" -sUCI true -usePolyglotBook true -polyglotBook "c:\chess\data\book\medium.bin" -sNoOwnBookUCI true
and I get this mysterious message in the winboard debug log:
Fatal Error: Can't have a match with no chess programs
GameEnds(28, xboard exit, 2)
If I leave off the Polyglot options though the match does run with the 2nd program not using a book.
--Jon
winboard -debugMode true -smpCores 2 -defaultHashSize 256 -mg 200 -tc 4:0 -inc 1 -mps -1 -ponder -zp -xexit -fcp "\chess\engines\arasan16.2\arasanx-64-popcnt -H 256m -c 2 -ics -t" -scp "\chess\engines\fruit23\fruit23-em64t.exe" -sd "\chess\engines\fruit23" -sUCI true -usePolyglotBook true -polyglotBook "c:\chess\data\book\medium.bin" -sNoOwnBookUCI true
and I get this mysterious message in the winboard debug log:
Fatal Error: Can't have a match with no chess programs
GameEnds(28, xboard exit, 2)
If I leave off the Polyglot options though the match does run with the 2nd program not using a book.
--Jon