Just downloaded this one and try it. Find it strange though that I changed the MC defaults name and then starting into it, Nanami called the MC by it's default name "Roger".
And at some point of the game, the graphics change resolution as well and get shrink inside the ren'py window. Guess some bugs in there?
EDIT1:
I also caught an exception
EDIT 2:
It resolution shrinkage happened again after I left Nanami office after the hot debate:
EDIT 3:
I guess, I'm going to delete all the files and extract everything back to see if these happen again.
EDIT 5:
Weird things are still happening even after deleting all files and restart afresh. For example: the white banner is still appearing after conversation is off and you have choices to make:
EDIT 6:
Still being called by default MC name despite changing upon startup. Jane called MC "Rog" short name for Roger.
EDIT 7:
This game is full of bugs. I wonder if it had been tested before release. Getting another exception:
And at some point of the game, the graphics change resolution as well and get shrink inside the ren'py window. Guess some bugs in there?
EDIT1:
I also caught an exception
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/nanami/nanami02/nanami02B.rpy", line 381, in script
if(pregnancy_on):
File "game/images/chapters/nanami/nanami02/nanami02B.rpy", line 381, in <module>
if(pregnancy_on):
NameError: name 'pregnancy_on' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/nanami/nanami02/nanami02B.rpy", line 381, in script
if(pregnancy_on):
File "..\DR AMANA\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "..\DR AMANA\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "...\DR AMANA\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images/chapters/nanami/nanami02/nanami02B.rpy", line 381, in <module>
if(pregnancy_on):
NameError: name 'pregnancy_on' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 v1.0.7b
Wed Oct 30 17:38:13 2019
It resolution shrinkage happened again after I left Nanami office after the hot debate:
You don't have permission to view the spoiler content.
Log in or register now.
EDIT 3:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/nanami/nanami03/scene01/n0301.rpy", line 8, in script
python:
File "game/images/chapters/nanami/nanami03/scene01/n0301.rpy", line 9, in <module>
setMood(ns, "n0301")
NameError: name 'setMood' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/nanami/nanami03/scene01/n0301.rpy", line 8, in script
python:
File "..\DR AMANA\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "..\DR AMANA\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/images/chapters/nanami/nanami03/scene01/n0301.rpy", line 9, in <module>
setMood(ns, "n0301")
NameError: name 'setMood' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 v1.0.7b
Wed Oct 30 17:53:04 2019
EDIT 5:
Weird things are still happening even after deleting all files and restart afresh. For example: the white banner is still appearing after conversation is off and you have choices to make:
You don't have permission to view the spoiler content.
Log in or register now.
EDIT 6:
Still being called by default MC name despite changing upon startup. Jane called MC "Rog" short name for Roger.
You don't have permission to view the spoiler content.
Log in or register now.
EDIT 7:
This game is full of bugs. I wonder if it had been tested before release. Getting another exception:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images/chapters/cassie/chapter02/scene01/ch0201.rpy", line 161, in script
if(jh.data["ch0101_flashed"]):
File "game/images/chapters/cassie/chapter02/scene01/ch0201.rpy", line 161, in <module>
if(jh.data["ch0101_flashed"]):
KeyError: u'ch0101_flashed'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/images/chapters/cassie/chapter02/scene01/ch0201.rpy", line 161, in script
if(jh.data["ch0101_flashed"]):
File "..\DR AMANA\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "..\DR AMANA\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "..\DR AMANA\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images/chapters/cassie/chapter02/scene01/ch0201.rpy", line 161, in <module>
if(jh.data["ch0101_flashed"]):
KeyError: u'ch0101_flashed'
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 v1.0.7b
Wed Oct 30 19:59:53 2019
Last edited: