I use WinBoard 4.4.2b and have implemented Gaviota tablebase access in my new engine which is a native WinBoard engine. The EGTB path is correctly set in the GUI dialog (D:\gtb), and the engine sends
Sven Schüle wrote:I use WinBoard 4.4.2b and have implemented Gaviota tablebase access in my new engine which is a native WinBoard engine. The EGTB path is correctly set in the GUI dialog (D:\gtb), and the engine sends
Any clue why? What am I missing? It is probably trivial ...
Sven
if I send feature egt="gaviota"
I telll xboard what the path is with the following command line switch:
-egtFormats "gaviota:/media/MIGUEL2/gtb4/"
and I receive
egtpath gaviota /media/MIGUEL2/gtb4/
Maybe if you include that command line switch in winboard it should do the trick. You are telling winboard the path to EGTBs, which WB thinks is Nalimov.
The GUI dialog only sets the Nalimov Path, as in Winboard_x it used to correspond to the (now deprecated) command-line option /defaultPathEGTB. I guess what is needed is some extra fields in the dialog that allow one to set path names & types for several types. At the moment the path can be set only through the /egtFormats option. But as this setting is stored in the winboard.ini file, you won have to do that too often, fortunately.