Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Idle Plinko

Touch balls, get money, get more balls, touch more balls! · By Ian Lomas

main area blank

A topic by SkyCharger created Feb 26, 2021 Views: 775 Replies: 4
Viewing posts 1 to 4

main area seems to not be created at start


Web-Console gives

TypeError: save.zones is undefined[Meer info]  game.js:1336:1
    load https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/game.js:1336:1
    create https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/game.js:203:5
    create https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:73047:13
    loadComplete https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:72959:9
    emit https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:2346:22
    loadComplete https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:164636:9
    fileProcessComplete https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:164602:13
    onProcessComplete https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:4322:9
    onProcess/this.data.onload https://v6p9d9t4.ssl.hwcdn.net/html/3413860/JS/phaser.js:11764:13

       

Developer

Thanks for the stack, will look in the morning!

For me this was solved by changing browser (from Vivaldi to Chrome).

(+3)

Hard reset solved the issue for me.

(1 edit)

then, assuming this is a case of "can't load non-existing save", the simplest fix would be to trap this error into an automatic hard-reset call to generate the initial save to begin with.