- Jul 16, 2018
- 278
- 271
I installed your mod, but when I choose 'Sancho's preferred' settings I get this crash:
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/script.rpyc", line 168, in script
File "renpy/ast.py", line 1642, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1038, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1274, in display_menu
rv = renpy.ui.interact(mouse='menu', 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 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transform.py", line 960, in event
rv = d.event(ev, cx, cy, st)
File "renpy/display/layout.py", line 1243, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 975, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 910, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 1.1.0-(Extended)
Fri Dec 30 13:12:03 2022
```