Hey all. I'm trying to play this game using Joiplay but I keep getting this error right at the beginning. Any ideas?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/events/day1.rpy", line 911, in script call
File "game/events/day1.rpy", line 911, in script call
ScriptError: could not find label 'xR_Day1_TVDream'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/events/day1.rpy", line 911, in script call
File "renpy/ast.py", line 1414, in execute
File "game/events/day1.rpy", line 911, in script call
File "renpy/script.py", line 1103, in lookup
ScriptError: could not find label 'xR_Day1_TVDream'.
```
Normally errors like this give me the option to ignore, this one does not. Help?