Actor:
Focus:
17.4.2020, 10:51:02.0 GameManagerWorkerInterface constructor
Forking GameManagerWorker.
17.4.2020, 10:51:04.2 GameManagerWorker main
GameManagerWorker coming online.
17.4.2020, 10:51:04.3 Server start
Starting server (server should reside in ./server directory)
17.4.2020, 10:51:04.3 Server start
starting server.jar in /home/aaron/Workspace/socha-gui/server, Port: 13050
17.4.2020, 10:51:04.7 GameManagerWorkerInterface getGameServerStatus
Error getting game server info: TypeError: Failed to fetch
17.4.2020, 11:01:29.6 App startGameWithOptions
starting game with options: {"kind":"Versus","firstPlayer":{"kind":"Human","name":"c1","timeoutPossible":false},"secondPlayer":{"kind":"Human","name":"c2","timeoutPossible":false},"gameName":"test","gameId":0}
17.4.2020, 11:01:29.7 Game constructor
Creating game 0
17.4.2020, 11:01:29.7 Game constructor
Options: {
  "kind": "Versus",
  "firstPlayer": {
    "kind": "Human",
    "name": "c1",
    "timeoutPossible": false
  },
  "secondPlayer": {
    "kind": "Human",
    "name": "c2",
    "timeoutPossible": false
  },
  "gameName": "test",
  "gameId": 0
}