Re: [Scidvspc-users] Bug between ScidVsPC and Stockfish
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Alex W. <al...@un...> - 2016-04-27 17:13:15
|
>> Index: tcl/tools/analysis.tcl >> =================================================================== >> --- tcl/tools/analysis.tcl (revision 2523) >> +++ tcl/tools/analysis.tcl (working copy) >> @@ -3544,6 +3544,9 @@ >> append cmd { [ } " after $delay sendPosToEngineUCI $n $delay >> " { ] } >> set analysis(after$n) [eval [list after idle $cmd]] >> } else { >> + if {[sc_pos moves] == {}} { >> + return >> + } >> ### Dont send position if annotating and in book >> if { $::annotate(Engine) == $n && ! $::wentOutOfBook && >> $::useAnalysisBook} { >> bookAnnotation > > Sorry about that. I just updated the bug > https://bugzilla.redhat.com/show_bug.cgi?id=1325013 so that it is > public. > > Thanks for the patch. On Monday, I can drop that patch into the RPM > that I've built for Fedora, rebuild it, and test it out. Thanks for > the quick response! The patch worked. I've already incorporated it into the Fedora build at http://copr.fedoraproject.org/coprs/awood/scid_vs_pc Thanks for the assistance! --------------- Regards, Alex |