crazy2be / buildblast

Build a base, shoot intruders
MIT License
5 stars 1 forks source link

RequireJS load errors are never caught and displayed to the user. #142

Closed crazy2be closed 10 years ago

crazy2be commented 10 years ago

Steps to reproduce:

  1. Open http://bb.jmcgirr.com from a slow internet connection
  2. Notice that nothing seems to happen
  3. Open the developer console, and notice that you get a load timeout error, probably for THREE.js because it's the biggest

We probably have to move the fatalError() code to boot.js so that this can get caught there.

Ideally we would be able to get rid of these timeout errors too... they seem really tight in their time deadlines. I guess we're supposed to bundle them together for deployments, so the tight latency requirements might just be designed for development.