-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Points calculation bug impacting game play #97
Comments
Thanks for the bug report. Few questions:
|
1. Yes
2. At least in quick online multiplayer games. I don't play duels or custom.
3. Yes.
yiotro ***@***.***> schreef op 27 mei 2023 15:50:38 CEST:
…Thanks for the bug report. Few questions:
- Do I understand right that if bug happened at one turn then it will keep happening till the end of the match?
- Does it happen in quick matches? In duels? Or only in custom games?
- Is this still happening after recent update (around a week ago)?
--
Reply to this email directly or view it on GitHub:
#97 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
I was able to record one specific occurrence of this bug. See https://imgur.com/a/0qasi7c. |
Thanks for the video. Hard to tell exactly what is going on internally but my assumption is that it's one of those rare desync bugs when game state on server is different than game state on your device, so server thinks that you're trying to make illegal move and undoes it (it's the protection against cheaters, it makes it impossible to make illegal moves). I've spent quite a lot of time on this problem few years ago and achieved some success (it was way worse previously). But it's surprisingly complicated, so I wasn't been able to fully fix it. |
There were another few occurrences.
I don't think it's a rare bug. Over the last couple of months it happened quite a few times. It can go weeks without occurring, but I've also experienced this multiple times (>5) in just a couple of days. Let me know if you want to see more video clips (I now know how to screen video capture). Is there anything I can do to help debugging? Can I run a server locally to check? Anything else? I don't suspect the client code will reveal much. |
And another. Sorry I'm going to quit playing for a while. I really like the game, but this becomes quite frustrating. Please let me know if there's anything I can do to help debugging.
Edit: for some reason my other comment from yesterday did not go through. I had more occurrences yesterday evening, before I posted this comment. I've lost two games in a row because I had to forfeit turns which i couldn't recover from (playing against higher ELPs).
|
And another one. This is really ruining the game play. You can't afford to forfeit a turn on the higher ELP ratings.
|
Sometimes there's a weird points calculation bug in a quick online multi player game. And that bug screws up my turn. I wanted to make a video clip, but it's difficult making a video while I'm playing.
It happens sometimes that I have sufficient points to buy a piece. But as soon as I select a piece on the board, the points go below zero and that move becomes impossible/rejected. The piece I put on the board also disappears. When I press Undo to revert the move, everything looks fine again, with more than enough points to buy a piece. But as the clock is ticking there's nothing I can do anymore then to just skip the turn. And that's pretty frustrating when I play online, because at the higher ELPs, there's no way you can recover from a skipped turn. It's basically a death sentence for that game. I think in the last couple of months I had to forfeit a dozen games because of this.
The text was updated successfully, but these errors were encountered: