-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't load #3
Comments
From the first log, it seems to be failing to save the preferences to your browsers' local storage. Maybe you have an extension that's blocking it somehow? ...as for the second error, I have no idea what the problem is. Seems to be an issue with itch.io's site rather than my game's code, although it's very hard to tell, since the problematic source files are obfuscated. It's also worth mentioning that the HTML5 version of Mindustry does not use Java; it uses a tool (GWT) to transpile Java code to JavaScript-- no Java applets or plugins are used. For now, I would recommend using the PC/Linux/Mac versions instead. |
I'd say all library errors should be caught and handled and the user should only face an exception if there's really no way to handle it in code. In this case giving the user a warning that his data is lost with closing the tab should be enough, right? The game itself should not be blocked by having no persistent storage. |
Alright, a warning should be displayed now, although there's no way I can test to be absolutely sure. I'll upload the fix to itch.io soon. |
Should be live now. This took a while to finish, since I wanted to implement a tutorial in the same release. |
I could confirm it works, even with uBlock Origin activated. The notification is also there and understandable. Thanks! |
Implemented the new power system with Consumers
Update master
updateing code
fixed flying over surge tower crash
What happens if the arrow length is phaseRangeBoost
* Update bundle_pt_BR.properties Added sector description [not finished] * Update 2 Finished first translation of sector descriptions (fixes and did the last one) Added some translations for not done entries. * Upgrade #3 Started fixing consistency issues Redid sector descriptions Translated last untranslated elements Co-authored-by: Anuken <arnukren@gmail.com>
* chore: Synchronize lines * chore: Remove empty space in bundle.properties * chore: Translate to baguette * Fixes for baguette language translations (#3) * fix fpr translate to bagette language --------- Co-authored-by: Phinner <62483793+phinner@users.noreply.github.com> * chore: Smolchange * chore: Apply @VizardAlpha suggestions --------- Co-authored-by: ZetaMap <56844734+ZetaMap@users.noreply.github.com>
id_ID bundle fix
Hi,
nice idea. Seems like Factorio + Tower Defense, right?
However, besides audio the game doesn't load in Chrome on Win10 playing on itch.io, with this error:
Also with uBlock Origin activated a second error occurs:
and FB fails to load, but that is more like a feature.
I wouldn't be surprised if Java is simply deactivated, which is quite normal in 2017.
The text was updated successfully, but these errors were encountered: