I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'MenuChoices' on <renpy.python.StoreModule object at 0x7fe447587a90>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/core.py", line 2215, 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 "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/behavior.py", line 1182, in event
return handle_click(self.clicked)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/behavior.py", line 1103, in handle_click
rv = run(action)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/display/behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/loadsave.py", line 837, in load
roots, log = loads(log_data)
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/compat/pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/compat/pickle.py", line 101, in load
return up.load()
File "/home/supernova874/874/1tb-ntfs/Games/EroticRT/Beta Status/L to Z/Rank #2/Trophies/O&M-874/renpy/compat/pickle.py", line 97, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'MenuChoices' on <renpy.python.StoreModule object at 0x7fe447587a90>
Linux-6.12.23-317.current-x86_64-with-glibc2.41 x86_64
Ren'Py 8.3.4.24120703
Trophies: A Corruption Tale 0.080EX
Mon May 5 19:10:26 2025