- Sep 28, 2017
- 34
- 57
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/common/00library.rpy", line 167, in _default_empty_window
nvl_show_core()
File "renpy/common/00nvl_mode.rpy", line 207, in nvl_show_core
return __nvl_show_screen("nvl", items=[ ])
File "renpy/common/00nvl_mode.rpy", line 201, in _m1_00nvl_mode__nvl_show_screen
return renpy.get_widget(screen_name, "what", config.nvl_layer)
File "game/phone/MSGphone.rpy", line 86, in execute
File "game/phone/MSGphone.rpy", line 86, in execute
File "game/phone/MSGphone.rpy", line 89, in execute
File "game/phone/MSGphone.rpy", line 101, in execute
File "game/phone/MSGphone.rpy", line 160, in execute
File "game/phone/MSGphone.rpy", line 160, in <module>
NameError: name 'd' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Events_Moon.rpyc", line 1022, in script
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\ast.py", line 889, in execute
statement_name(stmt_name)
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2794, in do_with
self.with_none()
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2812, in with_none
self.show_window()
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2780, in show_window
renpy.config.empty_window()
File "renpy/common/00library.rpy", line 167, in _default_empty_window
nvl_show_core()
File "renpy/common/00nvl_mode.rpy", line 207, in nvl_show_core
return __nvl_show_screen("nvl", items=[ ])
File "renpy/common/00nvl_mode.rpy", line 201, in _m1_00nvl_mode__nvl_show_screen
return renpy.get_widget(screen_name, "what", config.nvl_layer)
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/phone/MSGphone.rpy", line 86, in execute
File "game/phone/MSGphone.rpy", line 86, in execute
File "game/phone/MSGphone.rpy", line 89, in execute
File "game/phone/MSGphone.rpy", line 101, in execute
File "game/phone/MSGphone.rpy", line 160, in execute
File "game/phone/MSGphone.rpy", line 160, in <module>
NameError: name 'd' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.2.22081402
Deviant Anomalies 0.8.5(Part1)
Mon Sep 12 10:22:42 2022
Can anyone help with this ? I got error when I try to message Moon for the date. THxCode:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000window.rpy", line 114, in _window_auto_callback _window_show(auto=True) File "renpy/common/000window.rpy", line 69, in _window_show renpy.with_statement(trans) File "renpy/common/00library.rpy", line 167, in _default_empty_window nvl_show_core() File "renpy/common/00nvl_mode.rpy", line 207, in nvl_show_core return __nvl_show_screen("nvl", items=[ ]) File "renpy/common/00nvl_mode.rpy", line 201, in _m1_00nvl_mode__nvl_show_screen return renpy.get_widget(screen_name, "what", config.nvl_layer) File "game/phone/MSGphone.rpy", line 86, in execute File "game/phone/MSGphone.rpy", line 86, in execute File "game/phone/MSGphone.rpy", line 89, in execute File "game/phone/MSGphone.rpy", line 101, in execute File "game/phone/MSGphone.rpy", line 160, in execute File "game/phone/MSGphone.rpy", line 160, in <module> NameError: name 'd' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "Events_Moon.rpyc", line 1022, in script File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\ast.py", line 889, in execute statement_name(stmt_name) File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\ast.py", line 47, in statement_name i(name) File "renpy/common/000window.rpy", line 114, in _window_auto_callback _window_show(auto=True) File "renpy/common/000window.rpy", line 69, in _window_show renpy.with_statement(trans) File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\exports.py", line 1653, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2794, in do_with self.with_none() File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2812, in with_none self.show_window() File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\core.py", line 2780, in show_window renpy.config.empty_window() File "renpy/common/00library.rpy", line 167, in _default_empty_window nvl_show_core() File "renpy/common/00nvl_mode.rpy", line 207, in nvl_show_core return __nvl_show_screen("nvl", items=[ ]) File "renpy/common/00nvl_mode.rpy", line 201, in _m1_00nvl_mode__nvl_show_screen return renpy.get_widget(screen_name, "what", config.nvl_layer) File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\screen.py", line 1386, in get_displayable screen.update() File "D:\Games\DeviantAnomalies-0.8.5(Part1)-pc\renpy\display\screen.py", line 653, in update self.screen.function(**self.scope) File "game/phone/MSGphone.rpy", line 86, in execute File "game/phone/MSGphone.rpy", line 86, in execute File "game/phone/MSGphone.rpy", line 89, in execute File "game/phone/MSGphone.rpy", line 101, in execute File "game/phone/MSGphone.rpy", line 160, in execute File "game/phone/MSGphone.rpy", line 160, in <module> NameError: name 'd' is not defined Windows-10-10.0.19044 AMD64 Ren'Py 8.0.2.22081402 Deviant Anomalies 0.8.5(Part1) Mon Sep 12 10:22:42 2022
Then I guess you have to cheat using the console commands but don't ask me what they are because I do not know. I only know that it can be done using the console. Also, bear in mind that there might be repercussions if the console commands were not done correctly.Any other way to get keys from kitchen? I'm not kicking weak minder person off the ladder even in the game. It's just stupid.
That's then a one-time interaction with her and a friend of her. I think it was from that unfinished "Total Defense" thing which you can start via talking to Chanel in the bar.Sorry I actually meant the short haired blonde girl with the yellow top lol.
This thing is killing me..We fucked drunk Sage's brains out a long time ago, haven't heard from her since then
You must do her mother's sex events at night then a BDSM event at your house with her before Sophia gets the results.so i am wating for the result for sophia test for way too long
no idea how to check it
anyone can help me?
No and there is to many triggers to try and cheat it.Any other way to get keys from kitchen? I'm not kicking weak minder person off the ladder even in the game. It's just stupid.
If you raped her while she was passed out I don't think you get anymore.This thing is killing me..
Moon and Sage are the only 2 girls that makes me interested in this game so far.
And I can agree that this game has some serious potential, but countless amount of "side-quests/paths" are making things worse.
Use search function at the top of the page and type in "password" and one of the post will have every password in it.what is the computer password and door passcode?
This is exactly what I've done. I haven't played this last update, but all I remember is that she left MC in the morning at that place in mountain (or what place it was, I can't remember honestly) and there wasn't any interaction with her anymore. Hopefully, there will be more content with her in close future.You must share that last bottle and she will have sex with you.
Later but not in game yet both her and Moon moves into your house.
Okay then that is it, there no more content with her until a later update when she moves into MC's house.This is exactly what I've done. I haven't played this last update, but all I remember is that she left MC in the morning at that place in mountain (or what place it was, I can't remember honestly) and there wasn't any interaction with her anymore. Hopefully, there will be more content with her in close future.
As much as you want from 1 woman, it can go both ways, you being the dom or her being the dom.how much femdom content in this game ?
ty for the answerYou must do her mother's sex events at night then a BDSM event at your house with her before Sophia gets the results.
You can not skip the BDSM event and must go all the way through it.
No and there is to many triggers to try and cheat it.