Page 1 of 1

Latest deployment cannot begin playing

Posted: 11 October 2020, 06:56
by yuke 0x0
I updated and deployed "illustori" that can play on BGA Studio.
But all players cannot play it on BGA, because of the javascript set up codes of BGA has syntax error like that,
ameui.completesetup( "illustori", "イラストリー (illustori)", 115708196, 86898425, /*archivemask_begin*/"6bca00622a93e7b3be451fd2b3e46941"/*archivemask_end*/, "3cf3016b84637bbc798e3a164cfc3a25","socketio", , {"86838144":{"user_id":"86838144","status":"offline","device":"desktop","language":"ja","player_name":"m-shige","grade":"3","rank":1300,"karma":"100","country":"XX","city":null,"avatar":"0c1417f202","tutorial_seen":"FFFFFFFFFFFFFFFFFFFFFFFFFFDDC07F","gender":null,"is_premium":"1","is_beginner":"0","languages":{"ja":{"id":"ja","level":"0"}},"country_infos":{"flag":249,"name":"Unknown","cur":"EUR","code":"XX","flag_x":384,"flag_y":99},"browserSubscriptions":[],"androidSubscriptions":[]},"86849412":{"user_id":"86849412","status":"offline","device":"desktop","language":"ja","player_name":"nagtos","grade":"3","rank":1300,"karma":"93","country":"JP","city":"Tokyo","avatar":"c99eaed986","tutorial_seen":"FFFFFFFFFFFFFFFFFFFFFFFFFFDFFA6F","gender":"1","is_premium":"0","is_beginner":"0","languages":{"ja":{"id":"ja","level":"0"}},"country_infos":{"flag":112,"name":"Japan","cur":"JPY","code":"JP","flag_x":176,"flag_y":22},"browserSubscriptions":[],"androidSubscriptions":[]},"86898425":{"user_id":"86898425","status":"offline","device":"desktop","language":"ja","player_name":"yuke 0x0","grade":"3","rank":1300,"karma":"100","country":"XX","city":null,"avatar":"eece2cbcde","tutorial_seen":"FFFFFFFFFFFFFFFFFFFFFFFFFFDDFA7F","gender":null,"is_premium":"1","is_beginner":"0","languages":{"ja":{"id":"ja","level":"0"}},"country_infos":{"flag":249,"name":"Unknown","cur":"EUR","code":"XX","flag_x":384,"flag_y":99},"browserSubscriptions":[],"androidSubscriptions":[]}}, "https://r2.boardgamearena.net:443", "r" );
8th argument of ameui.completesetup function is empty.
Could you tell me what I should fix?

This syntax error happen on Illustori production version 201005-1302.
The current playable version on BGA is 200906-0629.

Re: Latest deployment cannot begin playing

Posted: 11 October 2020, 18:46
by Victoria_La
What is the full error? It can be empty I don't think its a real problem. Could be syntax errors in your js file.

Re: Latest deployment cannot begin playing

Posted: 12 October 2020, 14:56
by yuke 0x0
That syntax error code is generated by BGA server.
It is shown when Illustori starts initializing and we can see the game package image.

Re: Latest deployment cannot begin playing

Posted: 12 October 2020, 16:52
by Tisaac
Have you tried to use the minified js on the studio (on game panel) to see if the error might be related to the minifier ?

Re: Latest deployment cannot begin playing

Posted: 18 October 2020, 05:31
by yuke 0x0
I could update my game by waiting for the deployment process that all messages had displayed.
I might close that message dialog too early.

Thank you for your supports.