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

Black Screen #41

Open
cubecraftgalaxy opened this issue Mar 24, 2017 · 6 comments
Open

Black Screen #41

cubecraftgalaxy opened this issue Mar 24, 2017 · 6 comments

Comments

@cubecraftgalaxy
Copy link

Screen turns black after clicking start and nothing happens

@ShuchangXu
Copy link

same issues occurred to me sigh

@jagadish-shenoy
Copy link

I traced this issue to following error:
Uncaught TypeError: panner.setVelocity is not a function Audio.js:140

As dumb as it may sound, commenting this line at least allowed the game to start. I just cloned the code today, so I need to understand exactly what is happening in the code.

@sradforth
Copy link

sradforth commented Jun 12, 2017

ogg files don't load on iOS either which causes an exception. Again, some if's around that fixes it
Line 51 is audio.js needs a callback() added when an error is found otherwise it will hang.

@Asimogan
Copy link

Any idea to fix this issue?

@Tejasprogrammer
Copy link

yes

@rachimvdr
Copy link

you guys need to install python 3 and run this code:
python -m http.server 8000
then open your browser, type http://localhost:8000/

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

7 participants