-
Notifications
You must be signed in to change notification settings - Fork 347
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
Cannot load textures in Chrome #41
Comments
I tested on both my laptop with Intel HD 4000 and desktop with a Nvidia GPU. Even with the latest Version 37.0.2005.1 canary, BananaBread is still displaying the psychedelic and green textures. Similar errors/warnings. Here is my log:
|
This is a duplicate of #42 (emscripten bug, already fixed, but the demo is still outdated). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i try running the demo package in Chrome (31.0.1650.57 m),
at localhost:xxxx/index.html,
a level loads with all textures reduced to
green 'No Tex' signs.
In the logs, i see many messages in the format
Cannot find preloaded image xxxx.(png/jpg) game-setup.js
and
[STDOUT] could not load xxx.(png/jpg) game-setup.js
and
[STDOUT] could not read xxxx.cfg game-setup.js
and warnings of the form
WARNING: getProcAddress failed for xxxx game-setup.js
[STDOUT] WARNING: No texture rectangle support. (no full screen shaders) rowser,
I'm guessing its an issue with Chrome,
since everything works fine on Firefox (25.0.1).
Please help me in running the BB demo correctly on Chrome
The text was updated successfully, but these errors were encountered: