saliens-hack icon indicating copy to clipboard operation
saliens-hack copied to clipboard

TypeError: this.m_Background is undefined

Open smmalis37 opened this issue 6 years ago • 3 comments

CBattleSelectionState.prototype.Shutdown
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/game.js:1232:2

CGame.prototype.Update
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/game.js:123:4

CGame.prototype.Start/<
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/game.js:84:3

[120]</i</t.prototype.emit
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:18820

[119]</c</t.prototype.update
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:17776

t/this._tick
https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:15959

g</< eval:2:479 

ja/c[d] eval line 1 > Function:52:483

Error gets printed right after Joining Zone. Error does not occur with the script disabled. Firefox with Tampermonkey on Windows.

smmalis37 avatar Jun 22 '18 00:06 smmalis37

I'm almost positive this is due to a few of the setTimeouts not waiting long enough. If you replace the 5000s to 10000 in the script, I think that may help

coryshaw1 avatar Jun 22 '18 03:06 coryshaw1

worked, thanks

SADSZ avatar Jun 22 '18 03:06 SADSZ

replacing it to 15000 worked for me

azumukupoe avatar Jun 22 '18 11:06 azumukupoe