syzygy1 / Cfish

C port of Stockfish
GNU General Public License v3.0
137 stars 58 forks source link

Error in GUI Scid vs. PC #64

Open guru64 opened 6 years ago

guru64 commented 6 years ago

An error occurred while moving the chess pieces manually in the infinite analysis mode.

Error log: expected integer but got "1792712readyok" expected integer but got "1792712readyok" while executing "format "%u " $analysis(nps$n)" (procedure "updateAnalysisText" line 48) invoked from within "updateAnalysisText $n" (procedure "::uci::processAnalysisInput" line 210) invoked from within "::uci::processAnalysisInput 3"

syzygy1 commented 6 years ago

I have found the problem and will fix this.

syzygy1 commented 6 years ago

The problem should now be fixed, but I will keep the issue open for the moment because I have not tested the fix on Windows.

There may also be compilation problems on Windows or other platforms (although I have tried to avoid such problems).

guru64 commented 6 years ago

Works great!