Hi Mike,
Can you show the 'crafty.rc' configuration you are using?
Latest Crafty will crash using
- Code: Select all
smpnice=1
using more than one processor.
Here's my latest crafty.rc which works correctly:
Note there must be a carriage return/empty line right at the end too.
- Code: Select all
egtb
#adaptive 750K 24M 192M 24M 48M
tbpath=d:\progra~1\arena\nalimov
cache=32M
ponder off
# mode=tournament # (for use use with ponder on)
swindle on # (Allows Crafty to try to win drawn games (according to Endgame Tables))
learn 7 # (default)
book random 1 # (default)
bookw freq 0.7
bookw ratio 0.8
bookw eval 0.6
bookw learn 1
bookw cap 0.5
book width 4
book on #(default = book on)
show book
log=off
mt=2 # (Increases Crafty's MaxThreads to 2 for a dual CPU computer )
#smpnice=1 # (Not working - make Crafty not use cpu on opponents time)
timebook 80 8 # (Makes crafty use a lot more time on the first 8 moves out of book)
#adaptive NPS a
hash=45M
hashp=16M
exit
Jim.