Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I seem to have broken it! Playing in Chrome, all running fine up to this point, but now if I reload it, it just runs for a second then freezes completely.

Mhmmm at this point you're, I've never experienced it, and I usually reload the app so much to apply new changes internally or to test stuff. Meanwhile can you try to keep reloading it until it works? You can also press F12 and see the console so you can tell me the error, so I can fix it quickly. 

(-1)

I don't have an F12 key (on a chromebook!) but the console is showing the following:

atom-idle:13 Unrecognized feature: 'monetization'.
atom-idle:13 Unrecognized feature: 'xr'
atom-idle:13 Allow attribute will take precedence over 'allowfullscreen'
cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation
And then a couple of things like RangeError: Invalid string length

(+1)

Okay, seems like the problem is that you're using a chromebook, but anyways, I'll find a solution to it, because I've been notified that there are similar problems when using Firefox. Thank you for sending the problem!!

(1 edit)

i crashed in similar spot in firefox, cant play the game anymore


InternalError: allocation size overflow    getAlphabeticSuffix https://html-classic.itch.zone/html/14272974-1315108/Atom Idle/index.html:28

    formatNumber https://html-classic.itch.zone/html/14272974-1315108/Atom Idle/index.html:48

    Header https://html-classic.itch.zone/html/14272974-1315108/Atom Idle/index.html:195

    React 10

react-dom.production.min.js:121:178    React 11

(+1)

Okay, now I know what's the problem, it's related to the way the game manages higher numbers. I'll fix it in a future update. Thank you! And sorry for the problem

I get a similar error on Chrome in the same place so probably fixed by the same fix but just in case it's useful:

react-dom.production.min.js:121 RangeError: Invalid string length
     at getAlphabeticSuffix (index.html:28:35)     at formatNumber (index.html:48:18)
     at Header (index.html:195:93)     at mf (react-dom.production.min.js:105:412)
     at zf (react-dom.production.min.js:127:55)     at Qk (react-dom.production.min.js:251:489)
     at Ri (react-dom.production.min.js:195:185)     at Ok (react-dom.production.min.js:195:116)
     at Nd (react-dom.production.min.js:194:492)     at Qf (react-dom.production.min.js:187:439)

yeah, it's the same. Tomorrow I'll get that fixed when I release the next alpha patch