kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.37k stars 331 forks source link

Crash (black screen) when disabling shaders #48

Open Calinou opened 10 years ago

Calinou commented 10 years ago

To reproduce: type /shaders 0 and confirm. The CPU usage remains fairly low even though the screen is black and you can't do anything.

Some other settings that require confirmation like /fsaa (anti-aliasing) or /aniso (anisotropic filtering) work.

Firefox 29 ‑ Xubuntu 14.04, 64 bits ‑ NVIDIA 331.38, GeForce GTX 570

noahcoetsee commented 6 years ago

@kripken

Console Ouput for this error:

Rendering using the OpenGL fixed-function path.
could not load texture packages/textures/default.png

It seems there are many files missing from your implementation that prevent the full execution of shader change....