munificent / hauberk

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

Character creation bugs #46

Closed En810 closed 5 years ago

En810 commented 5 years ago

The first bug occurs when you create a new character, as the [enter] key doesn't take you back to the menu after you are done. I hit [esc] instead and got back to the main menu and realized I had made several characters. so the character creation works but it's missing a link to take you back.

The second and more pressing error, is that my new characters don't seem to be saving. the second I close the browser, they are just gone. even if I complete several levels. :/

Ps. My older characters are still there but they don't seem to work well with the new content. the newer of the 2 old characters don't save any new progress.

munificent commented 5 years ago

Oof. :(

Can you open the developer console while you're playing and see if you get any errors in there? If so, stick them in a comment here and I'll take a look.

En810 commented 5 years ago

Looks lit it might be a problem with Microsoft edge, I just got it to work normally on internet explorer. Most of edges problems center around the enter key..?

Edit: just figured out how to get into the console: SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, http://download.microsoft.com/download/B/9/F/B9FF9327-7A72-4165-BF91-9B7EEB6C579B/DeviceList.json 9 SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, http://download.microsoft.com/download/B/9/F/B9FF9327-7A72-4165-BF91-9B7EEB6C579B/DeviceList.json 9 SCRIPT5007: Unable to get property '_sortOrder' of undefined or null reference main.dart.js (20627,9) SCRIPT5007: Unable to get property '_sortOrder' of undefined or null reference main.dart.js (20627,9) SCRIPT5007: Unable to get property '_sortOrder' of undefined or null reference main.dart.js (20627,9)

(this last 3 lines relate to me pressing Enter in the character creation screen)

En810 commented 5 years ago

yay, looks like you fixed it. :)

Ps. I like the new score screen after you complete a level.

munificent commented 5 years ago

:D