colbyga / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Crafty not allowed to use opening book in hint mode, CECPEngine.py turns book mode off #395

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. play any game in hint mode
2.
3.

What is the expected output? What do you see instead?

/usr/lib/python2.5/site-packages/pychess/Players/CECPEngine.py:           
    print >> self.engine, "book off"

Does it happen every time?

yes

What version of the product are you using?

Staunton 0.10 alpha 2

Did you use an installed version of PyChess or did you run in from a
tarball/svn?

.deb

Please provide any additional information below.

I'm using the latest modified CECPEngine.py that fixed the
move-regular-expressions bug #394

Please attach the latest pychess logfile. It's in a hidden folder, under
your homedirectory, named ".pychess/"

Original issue reported on code.google.com by PocketAc...@gmail.com on 18 Feb 2009 at 6:34

Attachments:

GoogleCodeExporter commented 9 years ago
I think it makes most sense to use analysers for analysing, not for their books.
If you enable the book in crafty, it doesn't do any searching, but simply 
outputs
something like: "    0      0       0      0  (d4 0%)".

Original comment by lobais on 18 Feb 2009 at 9:22