After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696474 - Stockfish engine resigns instantly
Stockfish engine resigns instantly
Status: RESOLVED FIXED
Product: gnome-chess
Classification: Applications
Component: General
git master
Other Linux
: High major
: ---
Assigned To: gnome-chess-maint
gnome-chess-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-24 02:31 UTC by Michael Catanzaro
Modified: 2013-05-12 03:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2013-03-24 02:31:35 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:  '
Comment 1 Michael Catanzaro 2013-03-24 02:42:31 UTC
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.)
Comment 2 Michael Catanzaro 2013-05-01 20:36:49 UTC
Hm, I'm still able to reproduce this on master when not using jhbuild... something's up, I'll need to investigate further.
Comment 3 Michael Catanzaro 2013-05-12 03:25:36 UTC
Aha, it was a regression caused by the fix for Bug #691031.