全ての報告
サンライズ・サンセット (Sunrise Sunset)の報告
#168052: "No one is given to take turn."
duplicate: このバグは他のバグと重複しています
1
どういった内容ですか?
どうしましたか?以下から選んでください
何もゲームアクションができない箇所があった(ゲームはブロックされて放棄された)
詳細
• どの段階でこの問題が起こりましたか?(画面の指示はどうなっていましたか)
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.• ゲームアクションを行おうとしたとき、何が起こりましたか?(エラーメッセージ、ステータスバーメッセージ、他)
There is no option to do anything.• あなたのブラウザは何ですか?
Google Chrome v135
報告履歴
2025年 5月 4日 8:48 •
giantroach • このバグは他のバグと重複しています:
2025年 5月 4日 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
}
}
```
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。