Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

boredguy787

14
Posts
11
Following
A member registered Nov 01, 2022

Recent community posts

Kana better be alive. The children? well i placed all mine with the artifact cos breeding kinks go BRRRRRRRT

Honestly mate, I think we are all just happy to hear from ya and to know whats going on and that everythings fine, so honestly, just do whatever you think is best man

awesome, thank you :D

(1 edit)

whenever i try purchasing anything i get this;

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, 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/shop.rpy", line 156, in buyItemHeadwear

  File "renpy/common/00library.rpy", line 268, in say

    who(what, interact=interact, *args, **kwargs)

Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 1121, in script call

  File "definitions.rpyc", line 372, in script call

  File "definitions.rpyc", line 582, in script call

  File "definitions.rpyc", line 449, in script call

  File "definitions.rpyc", line 1561, in script call

  File "script.rpyc", line 1404, in script call

  File "script.rpyc", line 1450, in script call

  File "cells.rpyc", line 660, in script call

  File "definitions.rpyc", line 372, in script call

  File "definitions.rpyc", line 449, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 1373, in script call

  File "definitions.rpyc", line 669, in script call

  File "definitions.rpyc", line 582, in script call

  File "script.rpyc", line 1533, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 971, in script call

  File "script.rpyc", line 2114, in script call

  File "cells.rpyc", line 660, in script call

  File "definitions.rpyc", line 582, in script call

  File "cells.rpyc", line 660, in script call

  File "definitions.rpyc", line 449, in script call

  File "definitions.rpyc", line 582, in script call

  File "script.rpyc", line 2214, in script call

  File "script.rpyc", line 2294, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 669, in script call

  File "definitions.rpyc", line 372, in script call

  File "definitions.rpyc", line 582, in script call

  File "definitions.rpyc", line 669, in script call

  File "cells.rpyc", line 660, in script call

  File "definitions.rpyc", line 372, in script call

  File "definitions.rpyc", line 582, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 1373, in script call

  File "definitions.rpyc", line 669, in script call

  File "script.rpyc", line 2652, in script call

  File "definitions.rpyc", line 1561, in script call

  File "script.rpyc", line 2680, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 669, in script call

  File "definitions.rpyc", line 372, in script call

  File "definitions.rpyc", line 582, in script call

  File "cells.rpyc", line 660, in script call

  File "definitions.rpyc", line 449, in script call

  File "definitions.rpyc", line 903, in script call

  File "definitions.rpyc", line 1561, in script call

  File "definitions.rpyc", line 971, in script

  File "renpy/ast.py", line 2015, in execute

    self.call("execute")

  File "renpy/ast.py", line 2003, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3136, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", 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/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/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 323, in run

    new_rv = run(i, *args, **kwargs)

  File "renpy/display/behavior.py", line 330, 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/shop.rpy", line 156, in buyItemHeadwear

  File "renpy/exports.py", line 1417, in say

    renpy.store.say(who, what, *args, **kwargs)

  File "renpy/common/00library.rpy", line 268, in say

    who(what, interact=interact, *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 3301, 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-10-10.0.19041

Ren'Py 7.4.11.2266

Jedi Trainer 0.8.0

Wed Jan 25 17:38:15 2023


gonna try uninstalling and reinstalling to see if that helps, will edit when i finnd out. yh no didnt work. and i cant progress unless i buy Mara an outfit to blend in with

use the itch app, its what I do.

granted you might have to restart from begining the first time (unless you copy save file across) BUT, you wont have to redo it every update then, as it will keep your save file and just update

Ayo, you play Kingdoms of corruption too? niceeee

ohhh fair enough lmao 

hell yeah, you sir are a legend!

how do we access Gwen & Ami: Kid Detectives??

Ami better return in CK2 and CK3...  or else

we saw EVERYTHING Arc

EVERYTHING

tbf, i think we should be able to sleep with people in Chapter 3 (lowkey miss Ami's wholesomeness when she is laying on MC)

heck yeahhhh, ami needs more lovin, shes so wholesome and cute ngl ty

we need more content for Ami, PLEASE, she is so adorable and lowkey wish she was treated as like a main girl (like pregnancy and more sex scenes etc)