Page 1 of 1

about start testing

Posted: 16 March 2023, 06:31
by konnok3
I coded a small game using the BGA studio tutorial as a guide.
I have created a project and uploaded the source code and would like to start testing and debugging.
Can you point me to a page in the guide that describes how to run the program using multiple of my IDs?

Re: about start testing

Posted: 16 March 2023, 10:55
by RicardoRix
use the 'express start' button from the game page.

click on the '>' next to the other players names to open a new browser window.

Re: about start testing

Posted: 16 March 2023, 11:26
by konnok3
Thank you for the information.
I will start testing.

Re: about start testing

Posted: 17 March 2023, 01:01
by konnok3
please help me again.

I want to start game with 4 players.

but I cannot invite my other user ID.
(He is not online.)

BGA server raises following error.
Unexpected error: Invalid player number for this game: 1

How can I start with my other user ID?

Re: about start testing

Posted: 17 March 2023, 09:51
by predatorc
Create a new table for your game, then set number of players to 4, and then EXPRESS START. Always use express start.

Re: about start testing

Posted: 17 March 2023, 12:20
by konnok3
Thank you very much.

I will review the program again, as I believe the problem is that the program is not starting properly.

Re: about start testing

Posted: 18 March 2023, 23:11
by konnok3
please help me again.

Is there a way to find out which statement was being processed when the error occurred?

Is it possible to refer to the contents of the player DB at the time the error occurred?