Page 1 of 1

[Bug - FIXED] Cannot start studio games

Posted: 06 May 2020, 14:17
by apollo1001
Sorry, another bug has started appearing when trying to start a game:

Code: Select all

Unexpected error: Invalid player number for this game: 0

Re: [Bug] Cannot start studio games

Posted: 06 May 2020, 14:21
by paramesis
Me too. I think there's a problem on the BGA Studio Server. I was just about to create a forum post myself:

I've started getting an error today occur whenever I try to start a game on either one of my projects: one game in development and one tutorial, both of which were able to start a game yesterday.

When I create a table (basic, turn based, manual) and press express start, I get three separate alerts, the top in red:

Unexpected error: Invalid player number for this game: 0
If your game interface seems unstable, press F5 or click here
Everyone accepted to start. Game setup in progress ...

I can see in phpMyAdmin that the database does not create an entry for this game id. On a possibly related note. My account page shows I have 12 turn-based games in progress (old ones I didn't express stop). When ever I click the link to list them I get the following error:

Code: Select all

Sorry, an unexpected error has occurred...

Sorry, our database is not responding. BGA admins has been warned. Please get back later.

#0 /var/tournoi/release/tournoi-200506-1506/www/view/common/lobby.view.php(33): APP_DbObject::ConnectSlaveDb()
#1 /var/tournoi/release/tournoi-200506-1506/www/view/mainsite/gameinprogress.view.php(29): gamelobby->build(true)
#2 /var/tournoi/release/tournoi-200506-1506/www/view/common/website.view.php(141): view_mainsite_gameinprogress->build_page(Array)
#3 /var/tournoi/release/tournoi-200506-1506/www/view/common/ebg.view.php(23): website_view->generate_content(Array)
#4 /var/tournoi/release/tournoi-200506-1506/www/include/webActionCore.inc.php(231): ebg_view->generate(Array)
#5 /var/tournoi/release/tournoi-200506-1506/www/index.php(230): launchWebAction('gameinprogress', 'action_gameinpr...', '__default', false, false, NULL, true, false)
#6 {main}

Re: [Bug] Cannot start studio games

Posted: 06 May 2020, 14:24
by apollo1001
Okay, I can confirm that it (for me at least) gives the error with the 'No Time Limit' option selected, but works okay when I select a real-time option.

Re: [Bug] Cannot start studio games

Posted: 06 May 2020, 14:32
by sourisdudesert
Hi

I confirm the problem: we are working on it.

In the meantime, please use realtime tables only.

Re: [Bug] Cannot start studio games

Posted: 06 May 2020, 14:38
by sourisdudesert
Problem has been fixed.

Re: [Bug] Cannot start studio games

Posted: 06 May 2020, 16:28
by apollo1001
Thanks!