increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

Online editor error #1025

Open MatttNguyen opened 1 month ago

MatttNguyen commented 1 month ago

When I open https://www.puzzlescript.net/editor.html I was welcomed by a blank white screen and the text "0"

image
increpare commented 1 month ago

@MatttNguyen Hi, thanks for the report. Could you let me know what browser/operating system you're using (and what version of the browser)? Could you force-refresh (shift+f5 maybe) and let me know if it's still a problem. I can't reproduce it here on windows/edge....

If the problem has persisted, could you also view-source and let me know if the page is just an 0, or if it secretly contains something else in addition perhaps? And, if you could open the javascript-console and let me know if there are any errors there, that might be elucidating.

david-pfx commented 1 month ago

Something like this can happen if you've managed to save a corrupt game, which will crash the editor when it's loaded at start time. Does it work if you go in by this link https://www.puzzlescript.net/index.html? Can you load a program from the gallery? Does the hack link work?

MatttNguyen commented 1 month ago

everything else works fine except for that link

MatttNguyen commented 1 month ago

and yes, i can hack, so i just access the editor from there?

MatttNguyen commented 1 month ago

@MatttNguyen Hi, thanks for the report. Could you let me know what browser/operating system you're using (and what version of the browser)? Could you force-refresh (shift+f5 maybe) and let me know if it's still a problem. I can't reproduce it here on windows/edge....

If the problem has persisted, could you also view-source and let me know if the page is just an 0, or if it secretly contains something else in addition perhaps? And, if you could open the javascript-console and let me know if there are any errors there, that might be elucidating.

the source is normal, and the console is empty

MatttNguyen commented 1 month ago

its funny that puzzlescript plus also has the same exact issue except it's a 9 instead of a 0

MatttNguyen commented 1 month ago

@MatttNguyen Hi, thanks for the report. Could you let me know what browser/operating system you're using (and what version of the browser)? Could you force-refresh (shift+f5 maybe) and let me know if it's still a problem. I can't reproduce it here on windows/edge.... If the problem has persisted, could you also view-source and let me know if the page is just an 0, or if it secretly contains something else in addition perhaps? And, if you could open the javascript-console and let me know if there are any errors there, that might be elucidating.

the source is normal, and the console is empty

oh and im using mac so :(

increpare commented 1 month ago

Thanks for the info. Hmm.

and yes, i can hack, so i just access the editor from there?

It should just work regardless of the particular url lol.

oh and im using mac so :(

@MatttNguyen What browser are you using? Safari? Could you tell me what version (Safari->About Safari should show the version number in a window). Do you have any browser extensions installed?

MatttNguyen commented 1 month ago

nah im using chrome and im not using any extensions (at least that's affecting the website)

MatttNguyen commented 1 month ago

and https://www.puzzlescript.net/editor.html?hack=0 works for some reason