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

2 Errors appear in console #39

Open ByteRat opened 6 years ago

ByteRat commented 6 years ago

pixi-spine.js?v=.7OsC6yYlmcju:1834 Deprecation Warning: onComplete, onStart, onEnd, onEvent art deprecated, please use listeners from now on. 'state.addListener({ complete: function(track, event) { } })'

And

game.js?v=qCVmyMk-O83K&l=english:1403 Uncaught TypeError: Cannot read property 'destroy' of undefined at CBattleSelectionState.Shutdown (game.js?v=qCVmyMk-O83K&l=english:1403) at CGame.Update (game.js?v=qCVmyMk-O83K&l=english:108) at t.gApp.ticker.add [as fn] (game.js?v=qCVmyMk-O83K&l=english:69) at t.emit (pixi.min.js?v=.tDHAybGykI1O:16) at t.update (pixi.min.js?v=.tDHAybGykI1O:16) at Window._tick (pixi.min.js?v=.tDHAybGykI1O:16) at :2:491 at e.string.g.function.c.(/saliengame/play/anonymous function) (eval at exec_fn (:1:107), :52:483)

csis0247 commented 6 years ago

Whenever I see that pixi deprecation warning, the score of one of the rounds, either before or after the warning, will not be registered.

See my issue for a temporary fix for the latter bug.