Closed dusadrian closed 9 years ago
Right. 70 is off the board, but for some reason p4wn thinks there is a black rook there.
It could be an interaction between the deeper search and the castling checks. The position described in the FEN is not actually possible as far as I can tell: it has the black queen-side castling option, but the king is not on his original square (he's on the queen's square).
The same FEN without the castling option seems to work:
r2k3B/ppp2p1p/7n/3p4/8/1P3N2/P4qP1/4RRK1 w - - 0 17
Oh, right...! That might be the problem indeed.
At step number 5, the command state.findmove(6) returns [70, 76, 69], and AFAIU 70 should not be a valid "from" square.