I'm trying to start the 2 player game by clicking Express Start button. At first it displays 2 players (player0 and player1), which is correct, but suddenly stops loading with "Unexpected error: Invalid player number for this game: 1" message. And indeed on Accept/Refuse page only player0 is present.
I read a few topics regarding this error, but not much of them and I seem to have a different issue. This is my first game, so I'm not even sure where to start. I added var_dump() to the beginning of setupNewGame() function, but seems like this issue happens earlier. Full error message is:
I read a few topics regarding this error, but not much of them and I seem to have a different issue. This is my first game, so I'm not even sure where to start. I added var_dump() to the beginning of setupNewGame() function, but seems like this issue happens earlier. Full error message is:
Unexpected error: Wrong formatted data from BGA gameserver 1 (method: createGame): JSON_ERROR_SYNTAX
Notice: Undefined variable: actplayer in /var/tournoi/release/games/blitzkrieg/999999-9999/states.inc.php on line 12
Notice: Undefined variable: you in /var/tournoi/release/games/blitzkrieg/999999-9999/states.inc.php on line 13
{"status":"0","error":"BGA service error (1.studio.boardgamearena.com 24\/06 10:12:42)","expected":0,"code":100}
Unexpected error: Invalid player number for this game: 1