- Nov 17, 2020
- 1,402
- 1,911
Don't know if it is an issue with the base game, the compressed version(I always go for compressed unless it causes issues) or JokerLeader mod but anytime I try to click on the stats menu, it pops an error...
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9082, in script
pov "It's a nice day out, huh."
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen stat_box is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9082, in script
pov "It's a nice day out, huh."
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1323, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "renpy/display/screen.py", line 1131, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen stat_box is not known.
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Casual Desires 0.17
Sun Apr 16 09:29:04 2023
```