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
I found that scoutfish crashes on an assert on a game from the Lichess database. I'm attaching the PGN of the particular game that causes the crash. The assert is in movegen.h on line 66 (assert(!pos.checkers());). Below is the stack trace:
I found that scoutfish crashes on an assert on a game from the Lichess database. I'm attaching the PGN of the particular game that causes the crash. The assert is in movegen.h on line 66 (
assert(!pos.checkers());
). Below is the stack trace:tester_pgn.txt
The text was updated successfully, but these errors were encountered: