End of game (players disagree on the game results)

Game development with Board Game Arena Studio
Post Reply
User avatar
Lymon Flowers
Posts: 196
Joined: 01 April 2020, 21:14

End of game (players disagree on the game results)

Post by Lymon Flowers »

Recently, I stumbled accross the message End of game (players disagree on the game results) in my studio games. I was thinking this was an option in development so I paid no attention. But a submitter recently created a bug stating this. I looked at the lystudio.js (obfuscated) code and it looks like the player_score_aux fields are not what the interface expects and that if they have a special hardcoded value it means that players disagree on the result (I don't know what it means).

But, by loading the table DB into a studio game, I was able to see that player_aux_score is indeed correct into the DB. Is there something I missed, is this a bug in the platform? It looks like this affects games with tie or without tie.

Original bug report : https://boardgamearena.com/bug?id=19805

Thanks :)
User avatar
Lymon Flowers
Posts: 196
Joined: 01 April 2020, 21:14

Re: End of game (players disagree on the game results)

Post by Lymon Flowers »

Just found the bug : I created an argGameEnd function in order to populate the callback of gameend with some data, but this caused the override of the real argGameEnd function.

Problem solved ! :mrgreen:
Post Reply

Return to “Developers”