GNOME Bugzilla – Bug 696474
Stockfish engine resigns instantly
Last modified: 2013-05-12 03:25:36 UTC
gnome-chess detects the Stockfish engine, but doesn't understand any of its output and treats it as an immediate resignation. This is the only UCI engine I've tested gnome-chess with so I'm not sure if it's not a more general UCI issue. ** (glchess:5267): DEBUG: chess-engine.vala:155: Writing line to engine: 'uci' ** (glchess:5267): DEBUG: chess-engine.vala:155: Writing line to engine: 'ucinewgame' ** (glchess:5267): DEBUG: chess-engine-uci.vala:69: Read from engine: 'Stockfish 2.3.1 64bit by Tord Romstad, Marco Costalba and Joona Kiiski' ** (glchess:5267): WARNING **: chess-engine-uci.vala:108: Unknown command: 'Stockfish 2.3.1 64bit by Tord Romstad, Marco Costalba and Joona Kiiski' ** (glchess:5267): DEBUG: chess-engine-uci.vala:69: Read from engine: 'Unknown command: ' ** (glchess:5267): WARNING **: chess-engine-uci.vala:108: Unknown command: 'Unknown command: '
I'm sorry, please close this bug. That was tested in 3.6.1, but in running gnome-chess from git master, either from jhbuild or compiled normally, Stockfish seems perfectly fine. (I wasn't able to identify the commit that resolved this.)
Hm, I'm still able to reproduce this on master when not using jhbuild... something's up, I'll need to investigate further.
Aha, it was a regression caused by the fix for Bug #691031.