```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_engine/patches.rpy", line 151, in patronus_execute_menu
AttributeError: 'module' object has no attribute 'K_10'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_engine/main_engine.rpyc", line 598, in script call
File "_engine/event_dispatcher.rpyc", line 491, in script call
File "characters/alfidia.rpyc", line 818, in script call
File "characters/alfidia.rpyc", line 354, in script
File "game/_engine/patches.rpy", line 151, in patronus_execute_menu
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\exports.py", line 983, in menu
rv = renpy.store.menu(new_items)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\exports.py", line 1217, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\core.py", line 3510, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\screen.py", line 707, in event
rv = self.child.event(ev, x, y, st)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\sl2\sldisplayables.py", line 103, in event
return self.child.event(ev, x, y, st)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\transform.py", line 882, in event
rv = d.event(ev, cx, cy, st)
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\behavior.py", line 902, in event
if map_event(ev, self.keysym):
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\behavior.py", line 226, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "D:\randomfiles\shared\Download\games\Patronus-Trunk-winnozip\renpy\display\behavior.py", line 149, in compile_event
rv += " and ev.key == %d)" % (getattr(pygame.constants, key))
AttributeError: 'module' object has no attribute 'K_10'
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Sun Feb 07 16:26:06 2021
```