I've tried a two match game between two UCI engines, and after the first game the second didn't happen. Board shows the last position from the first game, the white clock runs into negative values and all processes are "hanging". I've tried with and without -xreuse -xreuse2 ...
- Code: Select all
501 6826 6825 0 0:00.57 ttys000 0:01.45 xboard -fcp ../Engines/Stockfish-1.5/stockfish -fUCI -scp ../Engines/Shredder-12/Shredder12Mac -sUCI -matchGames 2 -xreuse -xreuse2 -size 80,1,12,0,12,1 -coords -movesound -highlight -clock -xponder -usePolyglotBook true -saveGameFile ../pgn/xboard.pgn -pgnExtendedInfo true -trivialDraws true -polyglotBook ../Books/performance.bin -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-*-*-*-*-*-*-*-*-*
501 6873 6826 0 0:00.00 ttys000 0:00.01 polyglot ./polyglot_1st.ini
501 6875 6873 0 0:00.01 ttys000 0:00.08 ../Engines/Stockfish-1.5/stockfish
501 6876 6826 0 0:00.00 ttys000 0:00.00 polyglot ./polyglot_2nd.ini
501 6877 6876 0 0:03.70 ttys000 0:06.05 ../Engines/Shredder-12/Shredder12Mac
Any suggestions?
Holger