Fathlete

New Member
Sep 25, 2017
5
5
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
 

OEJ

'Dirth ma, harellan. Ma banal enasalin. Mar solas'
Moderator
Donor
Dec 9, 2017
1,817
26,619
new UI is so confusing. how to get to main menu or load?
 

polaco

Member
Mar 16, 2017
298
376
I can't seem to trigger Alexis cinema date event, I've searched the thread for help but nothing worked. She's at 30 LP, I've taken her on a date basically every day of the week, afternoon and evening, and nothing happens. Anyone else got this problem?
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,960
I can't seem to trigger Alexis cinema date event, I've searched the thread for help but nothing worked. She's at 30 LP, I've taken her on a date basically every day of the week, afternoon and evening, and nothing happens. Anyone else got this problem?
Can you upload your save pls ?
 
  • Like
Reactions: L30

ZoneX95

Newbie
Mar 28, 2019
44
13
Hey guys how to trigger Sasha Tv FJ she's got a lot of dom points & I got massage skill, already saw massage scene too or do I have to be female protag to do it? Also is there some cheats it takes SOOO much effort to do everything
 
Last edited:
3.60 star(s) 286 Votes