1) The man page is wrong. It should be "-polyglotDir", not "-PolyglotDir".
2) If I specify a -polyglotDir, it didn't work. Xboard creates the polyglot_1st.ini and polyglot_2nd.ini files in the current directory and then terminates with "Faild to start first chess program polyglot ./polyglot_1st.ini ... No such file or directory".
My start script is:
- Code: Select all
./xboard \
-fcp "../Engines/Stockfish-1.5/stockfish" -fUCI \
-scp "../Engines/Shredder-12/Shredder12Mac" -sUCI \
-size 80,1,12,0,12,1 \
-coords \
-movesound \
-highlight \
-clock \
-xponder \
-usePolyglotBook true \
-polyglotBook "../Books/performance.bin" \
-polyglotDir "../tmp/" \
-fNoOwnBookUCI \
-sNoOwnBookUCI \
-defaultPathEGTB "../Bases/Nalimov/" \
-smpCores 1 \
-defaultHashSize 512 \
-darkSquareColor "#7085B6" \
-lightSquareColor "#EFEFEF" \
-whitePieceColor "#FFFFFF" \
-blackPieceColor "#202020" \
-highlightSquareColor "#FF0000" \
-lowTimeWarningColor "#FF0000" \
-font "-bitstream-bitstream vera sans-medium-r-*-*-*-*-*-*-*-*-*"
Any problems here at my site?
Bye,
Holger