Page 1 of 1
[Barbu] Arena broken when changing options
Posted: 15 June 2020, 17:35
by cpasbanal
When developing a new feature, I changed the game options.
I've tested it multiples times on the studio and handle multiple cases in the code to deal with current games.
Yet, it broke the Arena with the message "Don't know this option" when trying to find players.
Is there any easy way to fix this (without a rollback)?
Sorry for the mess,
Jérémie / cpasbanal
Re: [Barbu] Arena broken when changing options
Posted: 15 June 2020, 19:53
by Een
Yes, arena is meant to have the options set at the start of the season, and not change after that

So adding up options can indeed be tricky. I tried setting up all options in the arena configuration. Does that fix it?
Re: [Barbu] Arena broken when changing options
Posted: 16 June 2020, 08:02
by Draasill
Hi,
is there a "clean" process when we want to add options ?
Contacting you before deploying ?
Re: [Barbu] Arena broken when changing options
Posted: 16 June 2020, 08:44
by cpasbanal
Hello Een,
Actually, I still have the same bug this morning.
I did remove the option id 100 (play Geronimo) and added option id 107 (Game mode).
Should I temporarily add the option 100 again (even if it will be redundant with the Game mode #107)?
Sorry for all this mess,
Jérémie
Re: [Barbu] Arena broken when changing options
Posted: 16 June 2020, 09:28
by Een
cpasbanal wrote: ↑16 June 2020, 08:44
Hello Een,
Actually, I still have the same bug this morning.
I did remove the option id 100 (play Geronimo) and added option id 107 (Game mode).
Should I temporarily add the option 100 again (even if it will be redundant with the Game mode #107)?
Sorry for all this mess,
Jérémie
Yes, we can try that and see if it fixes it. First time we have this case, arena is still new. Indeed it's probably removing an option that caused the issue.
Re: [Barbu] Arena broken when changing options
Posted: 16 June 2020, 09:30
by Een
Draasill wrote: ↑16 June 2020, 08:02
Hi,
is there a "clean" process when we want to add options ?
Contacting you before deploying ?
Adding options should not break things. You can just message us after to let us know which option should be used for arena so that we update the arena configuration in order for everyone to play with the same options (otherwise by default the players can choose for this option).
Re: [Barbu] Arena broken when changing options
Posted: 16 June 2020, 09:58
by Draasill
Thanks !