I found a couple! The first is a bug with the endings list in the extras screen, here's the exception:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/endings.rpy", line 471, in script
$ grant_achievement("Ending 1")
File "game/endings.rpy", line 471, in <module>
$ grant_achievement("Ending 1")
File "game/extras.rpy", line 185, in grant_achievement
renpy.show_screen("achievement_get", name=name)
Exception: Screen achievement_get is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/endings.rpy", line 471, in script
$ grant_achievement("Ending 1")
File "renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/endings.rpy", line 471, in <module>
$ grant_achievement("Ending 1")
File "game/extras.rpy", line 185, in grant_achievement
renpy.show_screen("achievement_get", name=name)
File "renpy/display/screen.py", line 1327, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen achievement_get is not known.
Windows-10-10.0.22621 AMD64
Ren'Py 7.8.2.24090902
Pulsatio Cordis 2.0
Sat Nov 9 23:07:07 2024
```
That ^ one is pretty much the same with all of the endings I've gotten so far. The other I've found is:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/endings.rpy", line 1942, in script
"There's a steaming plate of [lunch] sitting there. But what does that change?"
NameError: name 'lunch' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/endings.rpy", line 1942, in script
"There's a steaming plate of [lunch] sitting there. But what does that change?"
File "renpy/ast.py", line 2573, in execute
Say.execute(self)
File "renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports/sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1440, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1354, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1334, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "renpy/substitutions.py", line 86, in interpolate
raise e
NameError: name 'lunch' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 7.8.2.24090902
Pulsatio Cordis 2.0
Sat Nov 9 23:27:57 2024
```
Additionally, there were a couple typos I found (I'll have to go back and find them, I'll hit ya with another comment when I get the chance) & I could be completely wrong because I played the demo like 2 years ago LOL but I think there was originally some music stopping or changing or something similar (to add suspense) during the lunch scene that is no longer a thing? Unless I'm not remembering correctly and it was never a thing, haha
anyway, hope this helps a bit!