HexGL icon indicating copy to clipboard operation
HexGL copied to clipboard

Black Screen

Open cubecraftgalaxy opened this issue 8 years ago • 6 comments

Screen turns black after clicking start and nothing happens

cubecraftgalaxy avatar Mar 24 '17 00:03 cubecraftgalaxy

same issues occurred to me sigh

ShuchangXu avatar May 15 '17 02:05 ShuchangXu

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.

jagadish-shenoy avatar May 20 '17 11:05 jagadish-shenoy

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.

sradforth avatar Jun 12 '17 17:06 sradforth

Any idea to fix this issue?

Asimogan avatar Mar 12 '21 12:03 Asimogan

yes

Tejasprogrammer avatar May 21 '21 07:05 Tejasprogrammer

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

rachimvdr avatar May 31 '21 12:05 rachimvdr