Getting this bug screen when I try to cheat more INT
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/cheats.rpy", line 198, in cheat_attribute
File "game/cl/class_stat.rpy", line 95, in __iadd__
File "game/cl/class_stat.rpy", line 273, in update
File "game/cl/class_hero.rpy", line 73, in gain_talk_subject
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 320, in script call
File "cl/class_room.rpyc", line 224, in script
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/cheats.rpy", line 198, in cheat_attribute
File "game/cl/class_stat.rpy", line 95, in __iadd__
File "game/cl/class_stat.rpy", line 273, in update
File "game/cl/class_hero.rpy", line 73, in gain_talk_subject
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Rick\Documents\Ren.py\LoSeSb-Patreon-20.2.1b-pc\renpy\display\core.py", line 2680, in interact
raise Exception("Cannot start an interaction in the middle of an interaction, without creating a new context.")
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.2.1b
Sat Feb 22 03:38:52 2020