munificent / hauberk

A web-based roguelike written in Dart.
http://munificent.github.io/hauberk/
Other
2k stars 200 forks source link

Wizard scroll crashes game #53

Open En810 opened 5 years ago

En810 commented 5 years ago

I activate the mapping scroll it mapped half of the dungeon and then hung the game. there was some fire on the screen at the time, not sure if it's related. Though I'd post it because I've seen this error twice now. :(

Here's the error code: SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, http://download.microsoft.com/download/B/9/F/B9FF9327-7A72-4165-BF91-9B7EEB6C579B/DeviceList.json 33

munificent commented 5 years ago

That error code doesn't seem relevant to the failure. (Hauberk doesn't do any XMLHttpRequests at all.) If you open the DevTools for the browser, you might get a more informative error?

En810 commented 5 years ago

I'll try and capture another error code next time it happens.

Ps. I think there was some water on the map as well.