Closed ghost closed 7 years ago
Thanks for the report. What GUI or interface was used such that I may be able to duplicate this?
I used winboard with the UCI2WB adapter and instructions from this thread http://talkchess.com/forum/viewtopic.php?t=61959
Here is the command line I used
WinBoard -zp -ics -icshost freechess.org -fcp "stockfish.exe" -fd "C:\Stockfish-master\src" -fUCCI -variant crazyhouse -zippyVariants crazyhouse -zippyGameEnd='seek zh 1 0 f\n seek zh 2 0 f\n' -icshelper timeseal -firstFeatures {variants="crazyhouse"}
I doubt that the mate in 1 game was caused by the fact that the game was played through winboard, but the "hanging" issue probably is!
Thanks; likely Stockfish did something insane under these conditions and now I understand how to test this such that I may attempt to duplicate & fix it.
I didn't realize UCI2WB supported crazyhouse and I knew that PolyGlot (in place of UCI2WB) does not support crazyhouse.
UCI2WB is a 'variant agnostic' adapter, which should automatically support almost any variant that does not use incompatible move or FEN notation between UCI and CECP. When there is an incompatibility in this respect it is aware of (such as the move notation in USI Shogi engines,where moves are written as 6g6f instead of c3c4, it does the conversion. But otherwise it just transforms the syntax of one protocol into that of the other without being aware what the moves mean.
With the latest version, where I packaged WinBoard, UCI2WB and Stockfish-variant, even KOTH and racing Kings seemed to work fine.
Many thanks @HGMuller ! :-)
By the latest version you're referring to WinBoard 4.8-beta on http://hgm.nubati.net/ , correct? Several players are asking me where to find such a download.
(Also a player contacted me asking for a 32-bit Windows download!)
I updated to the very latest UCI2WB adapter and at least in 10 games the problem didn't occur. But I cannot really test it properly since I do not survive long enough :) If someone could log on onto FICS (with tjchess or so) and play a series of games to test, I'd appreciate it. FICS handle is demattos.
@demts I hope that by "the very latest" you refer to either sf-x instructions or this comment which both link to the WinBoard-AA beta release.
I used winboard 4.8.0b with the "very latest" http://hgm.nubati.net/UCI2WB.exe I have not yet tried winboard-AA - but like I said, problem seems to be solved for now - if you like you can always close this issue, and we could reopen it if problems reoccur.
I have stockfish - crazyhouse setup on FICS, and while it is playing a great game usually, it regulary freezes, here is one example
Here black (stockfish) became unresponsive, and seemed to not have received the move (it kept pondering).
As of now, it only lost one game against a human, but that seemed to be a bug - it allowed a mate in 1. Here is the game (stockfish white)
The version that played was compiled today, so latest version.