Mk-Chan / WyldChess

A UCI/Xboard compatible chess engine in C
GNU General Public License v3.0
6 stars 0 forks source link

Xboard mode Invalid Moves #41

Closed brianprichardson closed 7 years ago

brianprichardson commented 7 years ago

When running as Xboard under Winboard with an EPD file of starting positions, there are many games forfeited with invalid move errors. No problems so far as UCI under Winboard and same EPD file.

Mk-Chan commented 7 years ago

That's interesting... I tried this book and it seems to work perfectly fine under cutechess but indeed produces invalid move errors under Xboard.

I'll try to look into it, thanks for informing me. Until then I guess UCI is ok.

Mk-Chan commented 7 years ago

I believe I managed to fix it, it was apparently due to me setting the side to move based on the setboardcommand. It'll be included in the next release.