When i talk to samantha after the prologue i get this error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
elif config.window == "show":
File "renpy/common/000window.rpy", line 101, in _window_hide
File "game/logic/message.rpy", line 108, in execute
File "game/logic/message.rpy", line 108, in execute
File "game/logic/message.rpy", line 111, in execute
File "game/logic/message.rpy", line 112, in execute
File "game/logic/message.rpy", line 113, in execute
File "game/logic/message.rpy", line 118, in execute
File "game/logic/message.rpy", line 119, in execute
File "game/logic/message.rpy", line 119, in <module>
KeyError: u"u'images/notes_mini"
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/logic/main_interface/label.rpyc", line 196, in script
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/ast.py", line 1277, in execute
statement_name("scene")
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
elif config.window == "show":
File "renpy/common/000window.rpy", line 101, in _window_hide
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/exports.py", line 1646, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 2610, in do_with
clear=clear)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/screen.py", line 432, in visit_all
callback(self)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/screen.py", line 443, in per_interact
self.update()
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/logic/message.rpy", line 108, in execute
File "game/logic/message.rpy", line 108, in execute
File "game/logic/message.rpy", line 111, in execute
File "game/logic/message.rpy", line 112, in execute
File "game/logic/message.rpy", line 113, in execute
File "game/logic/message.rpy", line 118, in execute
File "game/logic/message.rpy", line 119, in execute
File "game/logic/message.rpy", line 119, in <module>
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/text/text.py", line 1525, in __init__
self.set_text(text, scope, substitute)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/text/text.py", line 1644, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "/Users/hugobatista/Desktop/renpy-7.4.4-sdk/renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u"u'images/notes_mini"
Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 7.4.4.1439
LustAcademy 0.2.1f
Thu Jun 10 16:08:56 2021
```