Page 1 of 1

'Private parallel states' still available?

Posted: 26 October 2022, 12:12
by yumapuru
hello,
I have just started bga game development and am developing a test program while looking at the reference.

https://en.doc.boardgamearena.com/Your_ ... lel_states
I refer to this page, but an error occurs when starting the game and it doesn't work well.

Code: Select all

Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 26/10 13:13:57) (reference: GS0 26/10 13:13:57)
When I remove the state related to 'Private parallel states', the error does not occur and it starts normally.

I searched for other information about 'Private parallel states' but could not find it.
Are 'Private parallel states' still available?

thanks.

Re: 'Private parallel states' still available?

Posted: 26 October 2022, 13:28
by ufm
It works well. The error message means an error has occured during setup and is not limited to private states.
Check the codes related to private states again.

Re: 'Private parallel states' still available?

Posted: 26 October 2022, 14:49
by yumapuru
ufm wrote: 26 October 2022, 13:28 It works well. The error message means an error has occured during setup and is not limited to private states.
Check the codes related to private states again.
thank you for your answer.
I understand that I can use it, so I will try to investigate the cause again.