klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
2k stars 295 forks source link

Fatal error on Start #448

Closed baricks closed 6 years ago

baricks commented 6 years ago

Using the desktop/software version of Twine + Sugarcube, changing the tag colors in passages causes the following fatal error:

Apologies! A fatal error has occurred. Aborting.
Error: starting passage ("Start") not found.

Apparently this is a known bug in Twine's browser/software version. I'm unable to launch the story at all. I tried restarting, changing the 'Start' passage, and exporting and re-importing the HTML file. I tried adding the following code to the JS but it does not help: Config.passages.start = "Start";

Is there a quick fix I can try to either the browser version or the HTML code to fix this? My story contains 80+ passages and I really don't want to copy and paste everything into a new story.

baricks commented 6 years ago

Update: Removing the entire <tw-tag> HTML tag fixed the problem for me, although I still haven't been able to re-import the file into the editor.