Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Level 8 - Insufficient editable section - Unable to complete #259

Open
frenchi opened this issue May 28, 2014 · 7 comments
Open

Bug Level 8 - Insufficient editable section - Unable to complete #259

frenchi opened this issue May 28, 2014 · 7 comments

Comments

@frenchi
Copy link
Contributor

frenchi commented May 28, 2014

So far I'm unable to reproduce, but I received this bug on my first play through, which confused me for a while:

I had insufficient editable section on line 100, as some of the text had been moved into the

<span class="cm-string">

element, instead of the expected "editable" class. This left me with insufficient space to type in the correct response for the level.

Screenshots: https://imgur.com/a/ANMkC

Oddly enough levels/08_intoTheWoods.jsx:114 correctly has this as

map.getPlayer().setPhoneCallback(functionList[#{#"movePlayerToExit"#}#]);

so I'm not sure of any bug fixes I could suggest, possible this was a once off. Happy to provide gists of the html/local storage that I had, if others want to investigate.

My resolution: in Chrome localstorage: level8.lastGoodState had the following:

"editableSections":{"100":[[50,61]]}

edited this back to what I believe was intended.

"editableSections":{"100":[[50,67]]}

allowed me to progress with the game.

Chrome 35.0.1916.114

@0xJoey
Copy link

0xJoey commented Aug 8, 2014

@frenchi
Copy link
Contributor Author

frenchi commented Aug 9, 2014

TBH, I can't remember the specifics of this. Proceeded on with the game, despite the legitimate bug. Closing, because this seems like it can't be reproduced.

@frenchi frenchi closed this as completed Aug 9, 2014
@rolansh
Copy link

rolansh commented Aug 21, 2014

@frenchi I just have reproduced the same problem you described.
Chrome: 36.0.1985.143 m
untrusted

@AlexNisnevich AlexNisnevich reopened this Aug 22, 2014
@AlexNisnevich
Copy link
Owner

@rolansh I'm still having trouble reproducing it. Do you remember the steps that led to it?

@rolansh
Copy link

rolansh commented Aug 23, 2014

Sorry, but I don't remember the exact steps.
It was the way the Level 8 appeared in the first place.
As @frenchi described, viewing the localstorage showed the problem.
This actually matched the problem - I had only 12 editable characters, you can see on the image that I attached to the previous post - all editable chars are deleted.

@mongoose11235813
Copy link

I had the same problem. Browser: chrome. It's be browser specific: in windows 10 (I don't remember it's name) browser this level works as expected.

@ghost
Copy link

ghost commented Aug 26, 2016

It happens on Chrome osX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants