MichaelB7 / Crafty

Crafty is the "son" (direct descendent) of the chess program Cray Blitz. it is designed totally around the bit-board data structure for reasons of speed of execution, ease of adding new knowledge, and a significantly cleaner overall design. it is written totally in ANSI C with some few UNIX system calls required for I/O, etc.
http://craftychess.com
53 stars 14 forks source link

crash in settc #11

Closed Rescator7 closed 3 years ago

Rescator7 commented 3 years ago

unable to open book file [./book.bin]. book is disabled unable to open book file [./books.bin].

Crafty v25.6

machine has 8 processors

White(1): settc 0 5 0 5 time remaining: 5:00 (white). time remaining: 5:00 (black). 0 moves to next time control (white) 0 moves to next time control (black) Floating point exception (core dumped)

MichaelB7 commented 3 years ago

usage: settc <wmoves> <wtime> <bmoves> <btime>

You can not use zero, it's a division by zero error.