You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a crash in EGTB.cs if there are two different en passant captures possible by two pawns on two different files, capturing the same pawn en passant.
This is because the following code is trying to execute the capture a second time, without resetting the first capture, in the method egtb_get_dtm: