- Oct 6, 2018
- 235
- 328
When i click the Amanda picture to start her Chapter i Only get this
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/amanda/chapter02/scene01/ac0201.rpy", line 143, in script
scene ac0201 emily swimming 01 with dissolve
File "game/images/chapters/amanda/chapter02/scene01/ac0201_defs.rpy", line 3, in <module>
if(alt_game_modes["nude"][0]):
NameError: name 'alt_game_modes' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/amanda/chapter02/scene01/ac0201.rpy", line 143, in script
scene ac0201 emily swimming 01 with dissolve
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\ast.py", line 1375, in execute
renpy.exports.with_statement(trans, paired)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\exports.py", line 1578, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2240, in do_with
clear=clear)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\transition.py", line 360, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1265, in render
self.update(st, at)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1252, in update
child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1323, in condition_switch_show
return condition_switch_pick(switch), None
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1316, in condition_switch_pick
if renpy.python.py_eval_bytecode(code):
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images/chapters/amanda/chapter02/scene01/ac0201_defs.rpy", line 3, in <module>
if(alt_game_modes["nude"][0]):
NameError: name 'alt_game_modes' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 v1.0.7b
Mon Feb 24 10:14:45 2020
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/amanda/chapter02/scene01/ac0201.rpy", line 143, in script
scene ac0201 emily swimming 01 with dissolve
File "game/images/chapters/amanda/chapter02/scene01/ac0201_defs.rpy", line 3, in <module>
if(alt_game_modes["nude"][0]):
NameError: name 'alt_game_modes' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/amanda/chapter02/scene01/ac0201.rpy", line 143, in script
scene ac0201 emily swimming 01 with dissolve
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\ast.py", line 1375, in execute
renpy.exports.with_statement(trans, paired)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\exports.py", line 1578, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2240, in do_with
clear=clear)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\transition.py", line 360, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1265, in render
self.update(st, at)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1252, in update
child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1323, in condition_switch_show
return condition_switch_pick(switch), None
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\display\layout.py", line 1316, in condition_switch_pick
if renpy.python.py_eval_bytecode(code):
File "C:\Users\19twa\Downloads\DrAmana_Sexual_Therapist-v115-pc\DAST001-v1.1.5-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images/chapters/amanda/chapter02/scene01/ac0201_defs.rpy", line 3, in <module>
if(alt_game_modes["nude"][0]):
NameError: name 'alt_game_modes' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 v1.0.7b
Mon Feb 24 10:14:45 2020