Day 14, after finding the stone, there is an error that doesn't let you proceed - the error screen keeps coming back! Traceback below
----
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen dorm_corridor_d14 is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day14_the_one.rpyc", line 237, in script
File "TheOneChapter1.app/Contents/Resources/autorun/renpy/ast.py", line 2010, in execute
self.call("execute")
File "TheOneChapter1.app/Contents/Resources/autorun/renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "TheOneChapter1.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "TheOneChapter1.app/Contents/Resources/autorun/renpy/exports.py", line 3127, in call_screen
show_screen(_screen_name, _transient=True, *args, **kwargs)
File "TheOneChapter1.app/Contents/Resources/autorun/renpy/display/screen.py", line 1115, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen dorm_corridor_d14 is not known.
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.4.7.1862
The One Chapter 1 1.01