Skip to content
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

Fire OS Silk Browser advanced setting prevents asset packs from loading. #335

Open
BBaysinger opened this issue Apr 8, 2015 · 2 comments

Comments

@BBaysinger
Copy link

Probably not something you would run into very often, but just spent hours trying to figure out why one of our Kindles would not load an asset pack, and I wasn't getting any error messages. Turns out "load images" was turned off in Silk advanced settings, which caused HtmlAssetPackLoader.detectImageFormats to trip up on detecting JPEG XR support. Possibly fails silently, without ever calling jxr.onload, or jxr.onerror.

@aduros
Copy link
Owner

aduros commented Apr 9, 2015

If that JPEG XR (and maybe also the WebP) check is commented out, does the game work even with "load images" disabled?

@BBaysinger
Copy link
Author

With the JPEG XR commented out, and formatTests set to 1, the asset pack will complete, but no, the game wont work, because the browser is set to not load images. In a perfect world, it would be nice to have a message that indicates that the browser settings will not allow the game to run. No biggie though. It definitely perplexed me for a while, and I had to do some digging to figure out why my game wasn't working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants