- Sep 10, 2021
- 5,019
- 4,917
This is a problem with the Unofficial WT Mod.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch3.rpy", line 3930, in script menu: File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute NameError: Name 'JEV21' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/ch3.rpy", line 3930, in script menu: File "renpy/ast.py", line 1903, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1010, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1250, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute File "renpy/ui.py", line 992, in _textbutton text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs) File "renpy/text/text.py", line 1594, in __init__ self.set_text(text, scope, substitute) File "renpy/text/text.py", line 1712, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "renpy/substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'JEV21' is not defined. Windows-10-10.0.19041 AMD64 Ren'Py 7.5.3.22090809 Radiant 0.4 Thu Sep 15 08:47:49 2022
I get this error after Brooke starts to go for a "help" in MC pants and after this error MC stops her.... is this error part of a choice?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch3.rpy", line 3930, in script menu: File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute NameError: Name 'JEV21' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/ch3.rpy", line 3930, in script menu: File "renpy/ast.py", line 1903, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1010, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1250, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute File "renpy/ui.py", line 992, in _textbutton text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs) File "renpy/text/text.py", line 1594, in __init__ self.set_text(text, scope, substitute) File "renpy/text/text.py", line 1712, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "renpy/substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'JEV21' is not defined. Windows-10-10.0.19041 AMD64 Ren'Py 7.5.3.22090809 Radiant 0.4 Thu Sep 15 08:47:49 2022
I get this error after Brooke starts to go for a "help" in MC pants and after this error MC stops her.... is this error part of a choice?
This would again be the unofficial WT Mod. Nothing we can do about that unfortunately... seems a lot of 'if/else statements' were removed or changed around for reasons I'm not quite sure of.View attachment 2044919
I choose Maddie First but this text appears like i choosed Olivia before coming for Maddie.
If it's just a few?Dammed
What are the effects of having dark points ??
Not even when you fuck the girl while on phone with Brooke? She looks sad but I guess she'll overlooked itYou never lose points with any of the girls or get punished on any technical level for going full throttle and seeking out that ultimate harem. Happy hunting, sir.
There's usually other variables at play for these kinds of choices, outside of just the usual pure/lust/dark points and relationship changes.Not even when you fuck the girl while on phone with Brooke? She looks sad but I guess she'll overlooked it
Yeah. I thought this one is abandoned. Fortunately, not deleted the save fileWho would've guessed, release a decent update=patrons come back. Wow.
Me Too you think they going to fix soon?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch3.rpy", line 3930, in script menu: File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute NameError: Name 'JEV21' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/ch3.rpy", line 3930, in script menu: File "renpy/ast.py", line 1903, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1010, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1250, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 582, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 451, in visit_all callback(self) File "renpy/display/core.py", line 3810, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 462, in per_interact self.update() File "renpy/display/screen.py", line 653, in update self.screen.function(**self.scope) File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 212, in execute File "game/screens.rpy", line 215, in execute File "game/screens.rpy", line 216, in execute File "game/screens.rpy", line 217, in execute File "renpy/ui.py", line 992, in _textbutton text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs) File "renpy/text/text.py", line 1594, in __init__ self.set_text(text, scope, substitute) File "renpy/text/text.py", line 1712, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "renpy/substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'JEV21' is not defined. Windows-10-10.0.19041 AMD64 Ren'Py 7.5.3.22090809 Radiant 0.4 Thu Sep 15 08:47:49 2022
I get this error after Brooke starts to go for a "help" in MC pants and after this error MC stops her.... is this error part of a choice?
running game code name error jev21There's usually other variables at play for these kinds of choices, outside of just the usual pure/lust/dark points and relationship changes.
running game code name error jev21
"They" (if you're referring to the developers of this game) won't do anything about this "JEV21" bug. Because it's not in their code. It's caused by the Walkthrough mod you've got installed.Me Too you think they going to fix soon?
What "glitch" are you talking about? Can't see one in your screenshot, nor in my playthrough.so i thought this is fixed version, yet here still same graphic glitch as in beta , thru whole scene
yep that looks weird as see true, now if thats intentional fuck it my bad, but still looks weirdWhat "glitch" are you talking about? Can't see one in your screenshot, nor in my playthrough.
You don't have permission to view the spoiler content. Log in or register now.
Yeah sorry buddy we can't do anything about that one, as it's caused by the mod you're using rather than the game itself. That said I'm sure Joker will release a fix for it, if it wasn't already fixed in his latest mod update.running game code name error jev21
It seems its fix, you have to download the Walkthrough mod again that was a bug caused by thatMe Too you think they going to fix soon?
ok thank youIt seems its fix, you have to download the Walkthrough mod again that was a bug caused by that
OK thank youYeah sorry buddy we can't do anything about that one, as it's caused by the mod you're using rather than the game itself. That said I'm sure Joker will release a fix for it, if it wasn't already fixed in his latest mod update.
In the meantime, you can uninstall/remove the mod and then use the official written walkthrough located here.
Shameless plug for those that don't know it's a thing. So many features they have to put inside spoilersSomething wicked this way comes....
SanchoMod proudly presents:
Radiant - MultiMod Edition (v0.4 Update)
View attachment 2027019
Go get you some.
( simply click on the banner pic above )
You don't have permission to view the spoiler content. Log in or register now.Please enjoy. Mod core is updated to the latest v6a with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.You don't have permission to view the spoiler content. Log in or register now.
- Sancho