Page 1 of 1
Express Start button not activating the game page
Posted: 30 June 2025, 09:22
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.
Re: Express Start button not activating the game page
Posted: 30 June 2025, 09:30
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.
Re: Express Start button not activating the game page
Posted: 30 June 2025, 10:41
by ric1950
Thanks for your suggestion. I have already tried just about every combination I can think of. Can't get the game started.
Re: Express Start button not activating the game page
Posted: 30 June 2025, 10:42
by thoun
Are there some error displayed, in a red message or the console?
Re: Express Start button not activating the game page
Posted: 30 June 2025, 12:12
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?
Re: Express Start button not activating the game page
Posted: 30 June 2025, 13:12
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.
Re: Express Start button not activating the game page
Posted: 01 July 2025, 02:22
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.
Re: Express Start button not activating the game page
Posted: 01 July 2025, 08:07
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.