eevee / lexys-labyrinth

Chip's Challenge 2 emulator that runs in a browser
https://c.eev.ee/lexys-labyrinth/
Other
76 stars 13 forks source link

Cannot click on the chip's challenge level packs under "Just play something" section #9

Closed Benjins closed 4 years ago

Benjins commented 4 years ago

On the page https://c.eev.ee/lexys-labyrinth/, the "Just play something" level packs don't do anything when clicked

The web console shows this error:

main.js:1788 Uncaught (in promise) TypeError: Cannot read property 'total_score' of null
    at Conductor.load_game (main.js:1788)
    at Conductor.parse_and_load_game (main.js:1921)
    at Conductor.fetch_pack (main.js:1882)

Happens in both latest Chrome and Firefox

Are these not meant to be loaded? Do they require some additional user action?

eevee commented 4 years ago

Whoops, no, that's my bad. Only happens if you haven't played them yet, which is why I didn't notice! Should work now.