Page 1 of 1

My game no longer starts

Posted: 25 November 2019, 21:07
by VanHlebar
I tried to start a 2 player game and it crashed and now nothing will start. I didn't change any code, just wanted to test out a 2 player version. Before this my settings had always been 1 - 4 players and I always had 4 players when starting the game.

Now nothing works, it justh hangs there. Here is my log:

Code: Select all

dojo.js:8 Uncaught ReferenceError: bgagame is not defined
    at elgrande?table=65091:2085
    at _ce (dojo.js:8)
    at _37 (dojo.js:8)
    at dojo.js:8
    at _38 (dojo.js:8)
    at _81 (dojo.js:8)
    at _f6 (dojo.js:8)
    at HTMLScriptElement._10b (dojo.js:8)
  
Anyone have ideas?

Re: My game no longer starts

Posted: 26 November 2019, 09:21
by vincentt
Hi,

And in 4 player mode it still works?
Did you change your navigator? Did you check the last commit maybe something was done inadvertly.

If it doesn't work in 4 player, I suggest you to restore before last commit and try again.
I have invoked Een to check the studio (it seems I have network issue on my side)

Vincent

Re: My game no longer starts

Posted: 26 November 2019, 09:57
by vincentt
Hi,

Looks like the studio works so I guess a comma somewhere that was put by error

Vincent

Re: My game no longer starts

Posted: 26 November 2019, 10:34
by Een
This looks like a syntax error in the js file. It must have been fixed already as I was able to launch a game without error.