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
at startup (including the quotes since otherwise WB rejects that feature command). According to the WB spec the GUI should now send
prior to each "new" command, but actually here it doesn't, now matter how often I repeat to start a new game.
Extract from winboard.debug:
Code: Select all
578 <first : feature egt="gaviota"
578 >first : accepted egt
578 <first : feature done=1
578 >first : accepted done
594 >first : new
random
594 >first : level 40 120 0
594 >first : post
594 >first : hard
594 >first : easy
594 >first : ping 1
594 <first : pong 1
Any clue why? What am I missing? It is probably trivial ...
Sven