Humnn... I tried a few things... Starting with an older save game didn't change anything. Changing the language didn't help much. (see error at the end)
What confused me the most is that, even when loading an older saved game, the same error occurred and, in addition, black screens began to appear, leaving only the hud appearing.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tl/english/Cap3XQZ.rpy", line 16843, in script
m "(It looks like they are more than comfortable with me being here... I suspect it might be the effect of one of my powers.)"
KeyError: 'PostYoga1_4e5c49b2'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tl/english/Cap3XQZ.rpy", line 16843, in script
m "(It looks like they are more than comfortable with me being here... I suspect it might be the effect of one of my powers.)"
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\exports.py", line 1474, in say
who(what, *args, **kwargs)
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\character.py", line 1003, in do_display
display_say(who,
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\display\core.py", line 3770, in interact_core
renpy.translation.check_language()
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\translation\__init__.py", line 731, in check_language
node = renpy.game.script.translator.lookup_translate(tid) # @UndefinedVariable
File "D:\Jogos\Hentai Games\WOTD-0.11.0-pc\renpy\translation\__init__.py", line 214, in lookup_translate
tl = self.default_translates[identifier]
KeyError: 'PostYoga1_4e5c49b2'
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
WOTD 0.11.0
Sun Apr 14 23:08:00 2024
```