Hello,
I have this error during game creation : Fatal error during creation of database xxx : Not logged.
I identified the origin : a call to getCurrentPlayerId() in method "argMyGameState", where "myGameState" is my first game state with id 2 (apart from gameSetup).
The thing is, if I remove the call to getCurrentPlayerId(), start the game, then write the call back, it works, and I get my arguments.
I believe something must be done in the wrong order during game initialization : I should be able to access currentPlayerId in any state arguments method. This method should be called after getAllData, in which getCurrentPlayerId works.
Thanks for reading,
Tilalilalou
I have this error during game creation : Fatal error during creation of database xxx : Not logged.
I identified the origin : a call to getCurrentPlayerId() in method "argMyGameState", where "myGameState" is my first game state with id 2 (apart from gameSetup).
The thing is, if I remove the call to getCurrentPlayerId(), start the game, then write the call back, it works, and I get my arguments.
I believe something must be done in the wrong order during game initialization : I should be able to access currentPlayerId in any state arguments method. This method should be called after getAllData, in which getCurrentPlayerId works.
Thanks for reading,
Tilalilalou