Abraxxas

Member
Oct 6, 2018
200
272
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 Not Thea Lundgren!

AKA: TotesNotThea
Donor
Jun 21, 2017
6,569
18,867
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
It looks like you've merged folders, delete the folder and start again.
 

Crazygamer43

¯\_(ツ)_/¯
Moderator
Game Compressor
Donor
Feb 25, 2018
3,816
64,531
Dr. Amana, Sexual Therapist [v1.1.5] [Ianvs]

Original Size: 1.50 GB
Compressed Size: 283 MB

Win/Linux - - - - -
 

jamdan

Forum Fanatic
Sep 28, 2018
4,228
22,536
The Amanda routes were both great, I'm sort of surprised she allowed that to happen so soon. Things are progressing nicely.

Need some Emily next time, you know if you wanna work on a tan...its better to be naked :cool:
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,005
13,875
should i still apply the incest patch for the new update even if there is no cassie content? Wondering if it will break the saves or anything like that if I don't apply the patch (or if i do).
 
  • Like
Reactions: Deathdawg
4.40 star(s) 78 Votes