miguel-ambrona / D3-Chess

Chess Unwinnability Analyzer is an implementation of a decision procedure for checking whether there exists a sequence of legal moves that allows a certain player to checkmate their opponent in a given chess position.
https://chasolver.org
GNU General Public License v3.0
51 stars 8 forks source link

Crash with some positions #35

Closed viktpal closed 1 year ago

viktpal commented 1 year ago

Hi! CHA crashes with some positions, e.g.: 8/8/5p2/2p1pPp1/2PbPk1b/2pBp1pB/2P1P1P1/5BRK b - -

miguel-ambrona commented 1 year ago

Thank you so much for the feedback and for using the tool!

I've identified the issue. I'll work on a fix tomorrow.