Error in gameui.completesetup causing game load failure?

Game development with Board Game Arena Studio
Post Reply
User avatar
Ianizer
Posts: 4
Joined: 22 August 2020, 17:50

Error in gameui.completesetup causing game load failure?

Post by Ianizer »

I just entered into the Alpha stage of testing for Pedro, and have received a bug report listing a game hang when trying to load:
https://boardgamearena.com/bug?id=23406

Looking at the issue, it appears that the gameui.completesetup client-side method is missing an expected parameter (note the blank space between the two commas after socketio:

gameui.completesetup("pedro", "Pedro", 109158620, 88492060, /*archivemask_begin*/"301ec5cc3f304753ffe3068fdad20f6b"/*archivemask_end*/, "{COMETD_PRIVATE_CHANNEL}", "socketio", , { "39141269": { "user_id"...

Is there any documentation on this method or what this parameter could/should be? I don't experience this issue when testing using Express Start in development mode. Any suggestions would be greatly appreciated, thanks!
Post Reply

Return to “Developers”