ImpowerGames / impower

An all-in-one, community-powered indie development platform that gives creative people the tools they need to bring their ideas to life.
https://www.impower.app
2 stars 1 forks source link

Switching between auto-progression text and click to progress text sometimes causes an error #173

Open Wipeless opened 2 years ago

Wipeless commented 2 years ago

Describe the bug When changing between auto-progression and click to progress text, sometimes an error is generated.

Steps To Reproduce

  1. Create the following script:
    
    # Root

JANE How does that sound?

Expected Result No error is generated.

2. Play the script.
3. Progress until you reach the end of the script and the choices are displayed.
4. Stop the script.
5. Delete the blank space to create an auto-progress script similar to the following script:

Root

JANE How does that sound?

Actual Result A white screen with the following error appears: "Application error: a client-side exception has occurred (see the browser console for more information)."

Desktop (please complete the following information):

Additional context It won't work all the time. I'd say this bug has a reproducibility percentage of about 60%. If these instructions fail to create an error, repeat adding and removing the blank space between running and stopping the script. It eventually happens. I was able to get it on the first try for a few times using the steps above.