Alle Meldungen
Sunrise Sunset Meldungen
#168052: "No one is given to take turn."
duplicate: Dieser Fehler ist ein Duplikat eines anderen Fehlers
1
Worum geht es bei dieser Meldung?
Was ist passiert? Bitte wähle unten aus
An einem Punkt war es unmöglich auch nur irgendeine Aktion durchzuführen (Spiel blockiert und nicht mehr spielbar)
Detaillierte Beschreibung
• An welcher Stelle im Spiel ist das Problem aufgetreten? Was war die aktuelle Spielanweisung?
With the opening of the table - no move was done since no one is given to take the turn. Games remains open with no options.• Was passiert, wenn du die Spielaktion ausführen möchtest (Fehlermeldung, Statusmeldung des Spiels, ...)?
There is no option to do anything.• Welchen Browser benutzt du?
Google Chrome v135
Meldungshistorie
4. Mai 2025 8:48 •
giantroach • Dieser Fehler ist ein Duplikat eines anderen Fehlers:
4. Mai 2025 17:44 • Thanks for the report.
Confirmed that this is the same bug as boardgamearena.com/bug?id=164874
`active_player` is set but state is `roundSetup`, i.e. state transition is not functioning correctly.
Though this is duplicate, but it is very precious to know that this bug happens again + letting me investigate the game data.
```json
{
"id": 2,
"active_player": "85755522",
"args": null,
"reflexion": {
"total": {
"85755522": "259200",
"88545125": "259200"
}
},
"updateGameProgression": 0,
"name": "roundSetup",
"type": "game",
"action": "stRoundSetup",
"transitions": {
"mulliganTurn": 11
}
}
```
Confirmed that this is the same bug as boardgamearena.com/bug?id=164874
`active_player` is set but state is `roundSetup`, i.e. state transition is not functioning correctly.
Though this is duplicate, but it is very precious to know that this bug happens again + letting me investigate the game data.
```json
{
"id": 2,
"active_player": "85755522",
"args": null,
"reflexion": {
"total": {
"85755522": "259200",
"88545125": "259200"
}
},
"updateGameProgression": 0,
"name": "roundSetup",
"type": "game",
"action": "stRoundSetup",
"transitions": {
"mulliganTurn": 11
}
}
```
Ergänze diese Meldung
Bitte erwähne hier alles, was bedeutsam sein könnte, um diesen Fehler nachzuvollziehen oder deinen Vorschlag zu verstehen:
- Eine weitere Tisch-ID/Zug-ID
- Konnte F5 das Problem lösen?
- Trat das Problem öfter auf? Jedes Mal? Zufällig?
- Falls du einen Screenshot dieses Fehlers hast (optimale Vorgehensweise), kannst du ihn bei Imgur.com hochladen, den Link kopieren und hier einfügen.