- Dec 17, 2017
- 7,426
- 9,707
Wouldn't want to put that in a spoiler or anything...You don't have permission to view the spoiler content. Log in or register now.
Wouldn't want to put that in a spoiler or anything...You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 98, in script
"Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?"
File "renpy/common/00library.rpy", line 266, in say
who(what, interact=interact, *args, **kwargs)
File "game/screens.rpy", line 497, in execute
File "game/screens.rpy", line 497, in execute
File "game/screens.rpy", line 499, in execute
File "game/screens.rpy", line 501, in execute
File "game/screens.rpy", line 506, in execute
NameError: name 'caps' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 98, in script
"Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?"
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\ast.py", line 678, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\exports.py", line 1201, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 266, in say
who(what, interact=interact, *args, **kwargs)
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 1027, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 819, in do_display
**display_args)
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 538, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 1265, in get_widget
screen.update()
File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 497, in execute
File "game/screens.rpy", line 497, in execute
File "game/screens.rpy", line 499, in execute
File "game/screens.rpy", line 501, in execute
File "game/screens.rpy", line 506, in execute
File "<screen language>", line 506, in <module>
NameError: name 'caps' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.1.0.882
DMD Chapter 3 0.26
Sun May 03 00:02:26 2020
I got this the first time I launched. Re-launched the game, saved it and it didn't happen again. Apart from that I can't tell you anything, good luck.first errors from start ??
Code:snip [/QUOTE] [/QUOTE] I got this the first time I launched. Re-launched the game, saved it and it didn't happen again. Apart from that I can't tell you anything, good luck.
looks like you played with lains walkthrough mod, you'll have to wait for it to update or start a new savefirst errors from start ??
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 98, in script "Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?" File "renpy/common/00library.rpy", line 266, in say who(what, interact=interact, *args, **kwargs) File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 499, in execute File "game/screens.rpy", line 501, in execute File "game/screens.rpy", line 506, in execute NameError: name 'caps' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 98, in script "Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?" File "F:\Game 2\DMD.CH3-0.26-pc\renpy\ast.py", line 678, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\exports.py", line 1201, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 266, in say who(what, interact=interact, *args, **kwargs) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 1027, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 819, in do_display **display_args) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 538, in display_say what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2]) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 1265, in get_widget screen.update() File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 499, in execute File "game/screens.rpy", line 501, in execute File "game/screens.rpy", line 506, in execute File "<screen language>", line 506, in <module> NameError: name 'caps' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.1.0.882 DMD Chapter 3 0.26 Sun May 03 00:02:26 2020
so i waited 3 months for 10min gameplay ... now thats just weak that wasnt even 2 days
First, put that giant dump of text in a spoiler. No need to dominate the page with your error message.first errors from start ?? could it be mod ?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 98, in script "Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?" File "renpy/common/00library.rpy", line 266, in say who(what, interact=interact, *args, **kwargs) File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 499, in execute File "game/screens.rpy", line 501, in execute File "game/screens.rpy", line 506, in execute NameError: name 'caps' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 98, in script "Lain" "Would you like to disable the quick menu so it doesn't block the bottom of the screen?" File "F:\Game 2\DMD.CH3-0.26-pc\renpy\ast.py", line 678, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\exports.py", line 1201, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 266, in say who(what, interact=interact, *args, **kwargs) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 1027, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 819, in do_display **display_args) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\character.py", line 538, in display_say what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2]) File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 1265, in get_widget screen.update() File "F:\Game 2\DMD.CH3-0.26-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 497, in execute File "game/screens.rpy", line 499, in execute File "game/screens.rpy", line 501, in execute File "game/screens.rpy", line 506, in execute File "<screen language>", line 506, in <module> NameError: name 'caps' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.1.0.882 DMD Chapter 3 0.26 Sun May 03 00:02:26 2020
Well, that would be fantastic ... from vanilla to rape, prostitution AND EVEN WORSEYou are not missing much anymore, really, his games have always been amazing but after he started adding this -->
sharing D with another male
It is kind of funny to see how low have Mrdots fallen over the years, from vanilla to such kinks now, I won't be surprised if they start adding rape, prostitution, or even worse kinks in the future.
At least I'm not giving him any more money after they started that path and they did warn the people, that much I respect.
You act as if sharing was never planned from the beginning and that the game has been great until MrDots all of a sudden just decided to add it. Newsflash, he hasn't ruined the game with anything. Sharing has always been planned and many of us enjoy it. There's plenty of 100% vanilla games out there for you. Actually, even this game has 100% vanilla, it's called the D only route.You are not missing much anymore, really, his games have always been amazing but after he started adding this -->
sharing D with another male
It is kind of funny to see how low have Mrdots fallen over the years, from vanilla to such kinks now, I won't be surprised if they start adding rape, prostitution, or even worse kinks in the future.
At least I'm not giving him any more money after they started that path and they did warn the people, that much I respect.
there will never ever be rape or prostitution.You are not missing much anymore, really, his games have always been amazing but after he started adding this -->
sharing D with another male
It is kind of funny to see how low have Mrdots fallen over the years, from vanilla to such kinks now, I won't be surprised if they start adding rape, prostitution, or even worse kinks in the future.
At least I'm not giving him any more money after they started that path and they did warn the people, that much I respect.
You act as if sharing was never planned from the beginning and that the game has been great until MrDots all of a sudden just decided to add it. Newsflash, he hasn't ruined the game with anything. Sharing has always been planned and many of us enjoy it. There's plenty of 100% vanilla games out there for you. Actually, even this game has 100% vanilla, it's called the D only route.
sharing (with males) was announced after having almost completed the whole Dmd 1there will never ever be rape or prostitution.
Sharing was announced long time ago
Even personally I would have cut that part completely, but at least it's avoidable.
The best outcome of the game will still be a loyal Daughter-only path.
All other paths will lead to a more or less "normal" ending (maybe bad ending) - but never be one of the best endings though.
exactly that, is not about shame-kink someone, but will you rather spend money on a dev that only do vanilla games or will you support someone that may do content you don't like, even if said content is avoidable?maybe it's because very few like those fetish - and even most players are ok as long as they can avoid, but still it's time of developement wasted for the big majority of players. Time, which could have been used for really important stuff rather than doing cuckold scenes