I tried that multiple times already... yes, all sceans are getting errors.
for example:
View attachment 3784605
View attachment 3784607
View attachment 3784608
View attachment 3784610
These 4 are from the 1st, 2nd, 3rd, and last scenes.
And the following is the comlete log for the last one:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/kuremiraywayo.rpy", line 3896, in script
r "But there's enough of my love for the two of you tonight... if you know what I mean..."
KeyError: 'viname'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/kuremiraywayo.rpy", line 3896, in script
r "But there's enough of my love for the two of you tonight... if you know what I mean..."
File "E:\Ns1.0.25-0.25-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Ns1.0.25-0.25-pc\renpy\exports.py", line 1474, in say
who(what, *args, **kwargs)
File "E:\Ns1.0.25-0.25-pc\renpy\character.py", line 1335, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "E:\Ns1.0.25-0.25-pc\renpy\character.py", line 1251, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "E:\Ns1.0.25-0.25-pc\renpy\character.py", line 1231, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\Ns1.0.25-0.25-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "E:\Ns1.0.25-0.25-pc\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'viname'
Windows-10-10.0.19041 AMD64
Ren'Py 8.1.3.23091805
Naruto: Shinobi Lord 0.25
Sun Jun 30 19:44:29 2024
```