have a glitch when trying to load a game file, here's the code.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'readyCallback' on <renpy.python.StoreModule object at 0x000000000392f190>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/prologue.rpyc", line 569, in script
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\character.py", line 1045, in do_display
display_say(who,
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\core.py", line 2165, 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 "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\behavior.py", line 388, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\loadsave.py", line 828, in load
roots, log = loads(log_data)
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "C:\Users\bobby\AppData\Roaming\itch\apps\project-cor\ChampionOfRealms-0.92-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'readyCallback' on <renpy.python.StoreModule object at 0x000000000392f190>
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Champion of Realms 0.92
Wed Sep 11 23:07:18 2024
```