coryshaw1 / saliens-hack

Hack for Sailens, the game of Steam Summer Sale 2018 - AutoSelect Planet, Invincibility, and InstaKill
MIT License
106 stars 31 forks source link

TypeError: this.m_Background is undefined #6

Open smmalis37 opened 6 years ago

smmalis37 commented 6 years ago
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.

coryshaw1 commented 6 years ago

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

SADSZ commented 6 years ago

worked, thanks

azumukupoe commented 6 years ago

replacing it to 15000 worked for me