I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_town/_dh_club/dh_club.rpy", line 89, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_town/_jes_ambush/_jes_3_bj.rpy", line 124, in script
Exception: Switch could not choose a displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_town/_dh_club/dh_club.rpy", line 89, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_home/_kitchen/kitchen.rpy", line 246, in script call
File "game/_town/_jes_ambush/_jes_3_bj.rpy", line 124, in script
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\character.py", line 877, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\character.py", line 716, in do_display
**display_args)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\core.py", line 1955, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
cr = render(child, widtho, heighto, st - self.child_st_base, at)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\image.py", line 387, in render
return wrap_render(self.target, width, height, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\image.py", line 208, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 318, in render
surf = render(self.child, width, height, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 1222, in render
self.update(st, at)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 1209, in update
child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 1274, in condition_switch_show
return condition_switch_pick(switch), None
File "Y:\GAMES\Lust_and_Power-0.29.a-pc\renpy\display\layout.py", line 1270, in condition_switch_pick
raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.
Ren'Py 6.99.12.4.2187
Lust and Power 0.29.a