gbtami / pychess-variants

Chess variant server
https://www.pychess.org
GNU Affero General Public License v3.0
236 stars 115 forks source link

bughouse check (checkamate) highlight wrong #1523

Closed nnickoloff1234 closed 3 months ago

nnickoloff1234 commented 3 months ago

There is a check on both boards, but same coordinate is used to highlight the king on both boards thus making a wrong highlight on the other board.

Unclear if this happens every time there is a check on both boards, or the fact that it is a checkmate caused it, or even maybe the clock running out the same time as seen on the screenshot might have caused some sort of flag end game message simultaneously that resulted in wrong rendering of highlighted square.

image

gbtami commented 3 months ago

You can find another example with game link in https://github.com/gbtami/pychess-variants/issues/1516