I have developed all the logic and framework on the paper.
I am trying to develop a game for the BGA. First of all there is not a single tutorial that works. Even I downloaded https://github.com/elaskavaia/bga-heartsla I setup the sftp. Even that is not working. This is the error I am getting:
Unexpected error: Wrong formatted data from gameserver 1 (method: createGame): JSON_ERROR_SYNTAX
Fatal error: Uncaught Error: Call to undefined method heartandmind::stNewHand() in /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php:502 Stack trace: #0 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php(398): Gamestate->jumpToState() #1 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/table.game.php(878): Gamestate->nextState() #2 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/table.game.php(383): Table->start() #3 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/gameserver/gameserver.game.php(171): Table->setupNewGameTable() #4 /var/tournoi/release/tournoi-230921-1000-gs/www/action/gameserver/gameserver.action.php(56): Gameserver->createGame() #5 /var/tournoi/release/tournoi-230921-1000-gs/www/action/gameserver/gameserver.action.php(64): action_gameserver->callClusterJob() #6 /var/tournoi/release/tournoi-230921-1000-gs/www/include/webActionCore.inc.php(189): action_gameserver->createGame() #7 /var/tournoi/ in /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php on line 502
(reference: GS0 27/09 16:59:40)
My sftp for hearts game is:
{
"name": "BGA",
"host": "1.studio.boardgamearena.com",
"protocol": "sftp",
"port": 22,
"username": "arvind",
"password": "<my_password>",
"remotePath": "heartandmind",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}
I am trying to develop a game and getting this error:
General messages
27/09/2023
Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 27/09 17:06:36) (reference: GS0 27/09 17:06:36)
It has become very frustrating as I cannot even get the game started, the debugging is just out of the question. Please can you tell me what I am doing wrong. Because it is not even starting in Express start. It started once and suddenly it stopped If you can look at "lakshadweepgame". I can share the entire codebase to you coz it literally has nothing. https://github.com/notasuperhero/laks/tree/main.
Please Help me. Point me to a working tutorial or tell me what am I doing wrong.
I am trying to develop a game for the BGA. First of all there is not a single tutorial that works. Even I downloaded https://github.com/elaskavaia/bga-heartsla I setup the sftp. Even that is not working. This is the error I am getting:
Unexpected error: Wrong formatted data from gameserver 1 (method: createGame): JSON_ERROR_SYNTAX
Fatal error: Uncaught Error: Call to undefined method heartandmind::stNewHand() in /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php:502 Stack trace: #0 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php(398): Gamestate->jumpToState() #1 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/table.game.php(878): Gamestate->nextState() #2 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/table.game.php(383): Table->start() #3 /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/gameserver/gameserver.game.php(171): Table->setupNewGameTable() #4 /var/tournoi/release/tournoi-230921-1000-gs/www/action/gameserver/gameserver.action.php(56): Gameserver->createGame() #5 /var/tournoi/release/tournoi-230921-1000-gs/www/action/gameserver/gameserver.action.php(64): action_gameserver->callClusterJob() #6 /var/tournoi/release/tournoi-230921-1000-gs/www/include/webActionCore.inc.php(189): action_gameserver->createGame() #7 /var/tournoi/ in /var/tournoi/release/tournoi-230921-1000-gs/www/game/module/table/gamestate.game.php on line 502
(reference: GS0 27/09 16:59:40)
My sftp for hearts game is:
{
"name": "BGA",
"host": "1.studio.boardgamearena.com",
"protocol": "sftp",
"port": 22,
"username": "arvind",
"password": "<my_password>",
"remotePath": "heartandmind",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}
I am trying to develop a game and getting this error:
General messages
27/09/2023
Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 27/09 17:06:36) (reference: GS0 27/09 17:06:36)
It has become very frustrating as I cannot even get the game started, the debugging is just out of the question. Please can you tell me what I am doing wrong. Because it is not even starting in Express start. It started once and suddenly it stopped If you can look at "lakshadweepgame". I can share the entire codebase to you coz it literally has nothing. https://github.com/notasuperhero/laks/tree/main.
Please Help me. Point me to a working tutorial or tell me what am I doing wrong.