Page 1 of 1

New project cant switch to Spectator mode

Posted: 17 September 2026, 11:41
by ysubmarine
Hi,

im currently implementing a game with the help of AI. Ive got everything running from the prealpha checklist but the spectator mode.
Everytime i want to switch to spectator mode i get the error:

Code: Select all

Game not found
----------
trace:
#0 /var/tournoi/release/tournoi-260916-0950-gs/www/Bga/GameFramework/GamePageView.php(410): ModuleDbObject->masterNodeRequest('...', Array)
#1 /var/tournoi/release/tournoi-260916-0950-gs/www/view/common/ebg.view.php(21): Bga\GameFramework\GamePageView->generate_content(Array)
#2 /var/tournoi/release/tournoi-260916-0950-gs/www/include/webActionCore.inc.php(278): ebg_view->generate(Array)
#3 /var/tournoi/release/tournoi-260916-0950-gs/www/index.php(306): launchWebAction('...', '...', '...', false, false, NULL, true, false)
#4 {main}
Does anybody have any idea what causes that? I already tried switching it to public developer readonly access but that didn´t work. Also, i have never build or committed the game yet because i intended to finishing the checklist first. Help is really appreciated!

Re: New project cant switch to Spectator mode

Posted: 17 September 2026, 12:29
by thoun
Make sure all your players 0 to 9 are on the players group.

Re: New project cant switch to Spectator mode

Posted: 17 September 2026, 13:13
by ysubmarine
Thanks for the quick reply. Worked like a charm <3 can be closed.

PS: i´ve added this information to the wiki prerelease checklist so new devs wont fall into this pit