Page 1 of 1
[SOLVED] Unable to join new alpha game
Posted: 08 July 2020, 17:37
by Brainchild
My project (fistfulofgold) just went alpha but no one is able to play. When the second player tries to join the table they get a red error message:
Code: Select all
Unexpected error: Propagating error from GS 2 (method: createGame): BGA service error (2.boardgamearena.com 08/07 16:56:47)
and are kicked from the table.
Re: Unable to join new alpha game
Posted: 08 July 2020, 18:30
by Brainchild
I created a second account so I could experience the error from both sides and I got the following in the client log:
Code: Select all
Client error: Error: Error during callback from url /table/table/tableinfos.html. string.substitute could not find key "game_version" in template.
Re: Unable to join new alpha game
Posted: 08 July 2020, 18:50
by Draasill
I can't reproduce this in the studio, surprisingly.
Re: Unable to join new alpha game
Posted: 08 July 2020, 18:59
by Brainchild
Draasill wrote: ↑08 July 2020, 18:50
I can't reproduce this in the studio, surprisingly.
Thanks for trying! Yeah in Studio it works fine.
Re: Unable to join new alpha game
Posted: 08 July 2020, 20:57
by Brainchild
The problem was using define() in the stats.inc.php file. When the file is reloaded, the defines are stripped out.
I solved it by moving the defines to a separate file in the modules directory.