Page 1 of 1

End of game (players disagree on the game results)

Posted: 25 June 2020, 10:51
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 :)

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

Posted: 26 June 2020, 00:51
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: