xboard says that my engine doesn't support capablanca
Posted: 31 Jan 2023, 13:40
Hello everybody!
I am trying to understand why xboard says that my engine doesn't support Capablanca variant.
Here is my script to start xboard:
Here is what the engine answers to uci command:
Would someone have an idea?
It's xboard 4.9.1.
P.-S. I also tried with -fUCCI but in that case xboard crashes.
I am trying to understand why xboard says that my engine doesn't support Capablanca variant.
Here is my script to start xboard:
- Code: Select all
#!/bin/sh
SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`
echo $SCRIPTPATH
LC_ALL=C xboard -size average -debug -debugfile xboard.debug -timeControl 5:00 \
-cp \
-fcp $SCRIPTPATH/durandal64 \
-fd $SCRIPTPATH -fUCI /variant=capablanca
Here is what the engine answers to uci command:
- Code: Select all
[roland@localhost durandal-2301311206]$ ./durandal64
uci
id name Durandal 0.1.3
id author Roland Chastain
option name UCI_Chess960 type check default false
option name UCI_Capablanca type check default false
option name UCI_Caparandom type check default false
option name UCI_Gothic type check default false
option name UCI_Variant type combo default chess var capablanca var caparandom var chess var fischerandom var gothic
uciok
Would someone have an idea?
It's xboard 4.9.1.
P.-S. I also tried with -fUCCI but in that case xboard crashes.