I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 919, in script call
$ result = ui.interact()
File "game/BKhelp.rpy", line 54, in script
$ target_label = menu(menu_list)
File "game/BKhelp.rpy", line 54, in <module>
$ target_label = menu(menu_list)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/Mods/king's way/kings_way 2.0.rpy", line 16, in refresh_market
slavemarket.girls = get_girls(12)
File "game/BKfunctions.rpy", line 252, in get_girls
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 185, in generate_girls
girl.load_ini()
File "game/BKgirlclass.rpy", line 335, in load_ini
self.init_dict = read_init_file(self.ini)
File "game/BKfunctions.rpy", line 3152, in read_init_file
renpy.say("{color=[c_red]}{b}Error parsing " + file + "{/b}{/color}", "{color=[c_red]}" + str(fix) + "{/color} is not a valid fixation.\nCheck the correct use of brackets and quotes.")
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 "game/BKmain.rpy", line 919, in script call
$ result = ui.interact()
File "game/BKhelp.rpy", line 54, in script
$ target_label = menu(menu_list)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKhelp.rpy", line 54, in <module>
$ target_label = menu(menu_list)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\exports.py", line 1226, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-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/Mods/king's way/kings_way 2.0.rpy", line 16, in refresh_market
slavemarket.girls = get_girls(12)
File "game/BKfunctions.rpy", line 252, in get_girls
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 185, in generate_girls
girl.load_ini()
File "game/BKgirlclass.rpy", line 335, in load_ini
self.init_dict = read_init_file(self.ini)
File "game/BKfunctions.rpy", line 3152, in read_init_file
renpy.say("{color=[c_red]}{b}Error parsing " + file + "{/b}{/color}", "{color=[c_red]}" + str(fix) + "{/color} is not a valid fixation.\nCheck the correct use of brackets and quotes.")
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\exports.py", line 1343, 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 "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\character.py", line 842, in do_display
**display_args)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\BK 2021\Test_version_for_0.2_patch\Test version for 0.2+patch\Brothel_King-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
Brothel King 0.2 v210316
Thu Jun 17 23:57:12 2021