- Jun 30, 2018
- 3,178
- 8,576
Hi all,
After this scene below. I got an error, seen below this picture. Anyone knows how to solve this?
View attachment 2112113
View attachment 2112111
just to let you know: it's a known and already fixed issue. It's just not released right now as it's a minor one. Will be released in next update together with new content and other fixes aswell.Happens in un-modded game ... I never bothered to report because it is only a minor / irrelevant interactionCode:I'm sorry, but an uncaught exception occurred. While running game code: Exception: Sayer 'Rafael' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "day_47_01.rpyc", line 1885, in script File "renpy/ast.py", line 681, in execute who = eval_who(self.who, self.who_fast) File "renpy/ast.py", line 574, in eval_who raise Exception("Sayer '%s' is not defined." % who) Exception: Sayer 'Rafael' is not defined. Windows-10-10.0.22621 Ren'Py 7.4.11.2266 DMD Chapter 4 0.35 Thu Oct 20 12:46:27 2022
Thanks for report nevertheless
EDIT:
if you know how to unren and edit scripts, just edit line 1885 from "Rafael" to "raf"
![1666267795936.png 1666267795936.png](https://attachments.f95zone.to/2022/10/thumb/2135543_1666267795936.png)
should be
![1666267841176.png 1666267841176.png](https://attachments.f95zone.to/2022/10/thumb/2135545_1666267841176.png)
EDIT: As i said..... "usually likely a typo" XD
Last edited: