Page 1 of 1

Problem with FRC PGN

Posted: Sun Dec 19, 2021 11:57 am
by RubiChess
Hi.

My first post...
I tried to import the PGN from this game https://tcec-chess.com/#div=frc4t&game=154&season=21 into Banksia but it seems to have problems with the castle move 10. O-O. Banksia only moves the rook to g1 instead of doing the complete castle.

Regards, Andreas

Re: Problem with FRC PGN

Posted: Thu May 19, 2022 9:51 am
by pham
Thanks for the report.

There are two problems with that game:
- PGN missing the tag Variant
- BSG has a bug in the second castle move (20. ... O-O-O)

The bug has been fixed for the next release

Re: Problem with FRC PGN

Posted: Sat May 21, 2022 5:21 am
by RubiChess
Okay, it works in 0.54 when I manually add the variant tag.
So my suggestion would be: If the tag is missing: Could you detect and set variant by reading the FEN? Like set chess960 when the FEN has [a-hA-H] castle flags instead of [kKqQ]? That would make it compatible to the TCEC pgns.

Thanks for your work on Banksia and best regards,
Andreas

Re: Problem with FRC PGN

Posted: Sat May 21, 2022 8:12 am
by pham
Good idea, thanks. I will implement it soon!