Express Start button not activating the game page

Game development with Board Game Arena Studio
Post Reply
User avatar
ric1950
Posts: 24
Joined: 22 January 2025, 09:06

Express Start button not activating the game page

Post by ric1950 »

I have only been developing since the beginning of the year but I have only had this happen in the last few days. In one of the games I am developing (not the second one) I can get to the create a new table page and the create button transfers, as usual, to the next page but the "Express Start" button on that page does not move me to the page where the game opens up.
Does anyone know what might be causing this? and what to do about it?
Thanks.
User avatar
thoun
Posts: 1620
Joined: 10 December 2020, 22:25

Re: Express Start button not activating the game page

Post by thoun »

Maybe you swith to turn based games ? For those, you need to click Open table after express starting it. But the good point is it doesn't change your other Studio tabs, when the Real-time wipes them all.
User avatar
ric1950
Posts: 24
Joined: 22 January 2025, 09:06

Re: Express Start button not activating the game page

Post by ric1950 »

Thanks for your suggestion. I have already tried just about every combination I can think of. Can't get the game started.
User avatar
thoun
Posts: 1620
Joined: 10 December 2020, 22:25

Re: Express Start button not activating the game page

Post by thoun »

Are there some error displayed, in a red message or the console?
User avatar
ric1950
Posts: 24
Joined: 22 January 2025, 09:06

Re: Express Start button not activating the game page

Post by ric1950 »

Console after loading the create game page:

After first require
lobby?game=12666:1356 Dojo configuration:
lobby?game=12666:1357 {async: true, packages: Array(4), baseUrl: 'https://studio.boardgamearena.com:8083/ ... root/dojo/', parseOnLoad: false, useXDomain: true, …}
lobby?game=12666:1438 ebg.core.mainsite object created
index.js:58 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
Gft @ index.js:58
m @ index.js:64
Ns @ index.js:1
Gs @ index.js:1
BgaPlayerMenu @ index.js:64
create @ ly_metasite.js:1
(anonymous) @ lobby?game=12666:1451
(anonymous) @ dojo.js:1
He @ dojo.js:1
(anonymous) @ dojo.js:1
Xe @ dojo.js:1
We @ dojo.js:1
r @ dojo.js:1
(anonymous) @ dojo.js:1
dojo.js:1 [Violation] 'load' handler took 465ms
lobby?game=12666:1494 GET https://browser-update.org/update.min.js net::ERR_BLOCKED_BY_CLIENT
$buo_f @ lobby?game=12666:1494

I get much the same(though in a different order) when I start (successfully) my other game.

Nothing new in the console after clicking on the create button or express start button.


About10 seconds after clicking Express Start in the top message bar: Unable to contact the server. Are you connected to the internet?
User avatar
thoun
Posts: 1620
Joined: 10 December 2020, 22:25

Re: Express Start button not activating the game page

Post by thoun »

ric1950 wrote: 30 June 2025, 12:12 About10 seconds after clicking Express Start in the top message bar: Unable to contact the server. Are you connected to the internet?
Is it possible you may have an infinite loop in your setup? Try commenting part of it until it starts, you should locate the error this way.
User avatar
ric1950
Posts: 24
Joined: 22 January 2025, 09:06

Re: Express Start button not activating the game page

Post by ric1950 »

You have put me on the right track - it does seem to be some issue with my code - I will track it down now. Thanks for your help.
User avatar
ric1950
Posts: 24
Joined: 22 January 2025, 09:06

Re: Express Start button not activating the game page

Post by ric1950 »

For anyone else experiencing this, my issue was with an error in the javascript file. It was the first time it didn't go through to trying to open up the game and giving the error in the console.
Post Reply

Return to “Developers”