Page 1 of 1

I experience a bug in prod that I can't reproduce in Studio mod

Posted: 27 November 2024, 15:40
by YoannLevet
Hi, how are you all?

I adapt my own game on BGA, Gamme Logic.

The game works very well but in games with a lot of players (20) sometimes, the game can't end. And the last player to play cannot make his last move.

When I restore the game in Studio, it works...

I know you cannot help me but I have some questions :

First Is it possible to launch a game with 20 people in studio without conencting to 20 accounts to create the game? The express start button is not use for this?

How can I debug from prod?

When the bug occurs, the player has this message :

Image

But there is no trace in "errors from production".

How can I have more information about this error?

Thank you all.
Yoann

Re: I experience a bug in prod that I can't reproduce in Studio mod

Posted: 27 November 2024, 16:07
by GTSchemer
To be honest, I thought games were still limited to 8 players!

I think Studio only gives developers 8 accounts for Express Start, so that probably helps explain why it does not launch.

Re: I experience a bug in prod that I can't reproduce in Studio mod

Posted: 08 December 2024, 08:55
by tchobello
does it happen more likely in real-time games ?

Re: I experience a bug in prod that I can't reproduce in Studio mod

Posted: 09 December 2024, 03:01
by ufm
I don't think this is a problem caused by the player number itself.
For example: https://boardgamearena.com/table?table=583487070 managed to finish the table with 30 players.

That error sometimes happens when the process is too long (like a very long loop) and the server has terminated it.
However, I'm not sure about why this happens in this case. :(