Looking forward to the new stuff! Also wanted to report this error (wasn't sure where to send it)
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/src/story/script.rpy", line 85, in script call
File "game/src/controllers/Navigation.rpy", line 176, in script call
File "game/src/controllers/Navigation.rpy", line 191, in script call
File "game/src/controllers/EventDispatcher.rpy", line 233, in script call
File "game/src/story/S01/E04/Day3/a_portarrival.rpy", line 364, in script
Exception: Say has image attributes ('loch',), but there's no image tag associated with the speaking character.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/src/story/script.rpy", line 85, in script call
File "game/src/controllers/Navigation.rpy", line 176, in script call
File "game/src/controllers/Navigation.rpy", line 191, in script call
File "game/src/controllers/EventDispatcher.rpy", line 233, in script call
File "game/src/story/S01/E04/Day3/a_portarrival.rpy", line 364, in script
File "renpy/ast.py", line 2925, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 991, in execute
renpy.exports.say(who, what, *args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/sayexports.py", line 129, in say
who(what, *args, **kwargs)
~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00library.rpy", line 217, in __call__
renpy.exports.say(who, what, *args, **kw)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/sayexports.py", line 129, in say
who(what, *args, **kwargs)
~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1503, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1321, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1249, in resolve_say_attributes
raise Exception(
...<2 lines>...
)
Exception: Say has image attributes ('loch',), but there's no image tag associated with the speaking character.
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.2.26010301
Infinite Stars 1.0426.0226p
Sun Mar 1 11:46:37 2026
[/code]