• We will be performing maintenance to upgrade some of our forum tools. During this time, the site will remain online, but you may encounter some errors until the maintenance is complete. The report and search functions will be unavailable until the maintenance is complete.

    Maintenance is expected to last up to 4 hours.

    The maintenance window will start on Thursday, 2024/07/04, at: 1:00 PM GMT / 3:00 PM CEST / 9:00 AM EDT / 6:00 AM PDT / 12:00 AM AEDT

    Thank you for your patience.

PandaSuky

Member
Jul 25, 2019
293
171
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?
 

The Pie Rat

Active Member
Aug 26, 2021
933
2,295
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 is a problem with the Unofficial WT Mod.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,891
21,250
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?
1663229889998.png

Probably this... redownload the mod and overwrite.
 

SrRK

Well-Known Member
Donor
Game Developer
Jun 18, 2018
1,119
6,633
View attachment 2044919
I choose Maddie First but this text appears like i choosed Olivia before coming for Maddie.
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.

Seeing that text isn't possible in the base code unless you visited Liv before Maddison.

The exception that occurred is related to the WT mod also, since 'JEV21' doesn't exist in the base-game.

Dammed
What are the effects of having dark points ??
If it's just a few?

Nothing really at all. Even later in the game, it's possible to have more than a dozen or so dark points with no real effect.

It's only when you've made quite a few dark choices or intentionally steered yourself down the Dark Path that you'll notice anything that impacts the game. So long as your highest stats are "lust" or "purity" you don't have to worry about that.
 
Last edited:

dolfe67

Forum Fanatic
Apr 25, 2020
4,629
12,595
You 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.
Not even when you fuck the girl while on phone with Brooke? :unsure: She looks sad but I guess she'll overlooked it
 

SrRK

Well-Known Member
Donor
Game Developer
Jun 18, 2018
1,119
6,633
Not even when you fuck the girl while on phone with Brooke? :unsure: She looks sad but I guess she'll overlooked it
There's usually other variables at play for these kinds of choices, outside of just the usual pure/lust/dark points and relationship changes.
 
  • Like
Reactions: Allan Trumbull

SirWilliam

Member
Feb 16, 2019
217
92
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?
Me Too you think they going to fix soon?
 

theMickey_

Engaged Member
Mar 19, 2020
2,117
2,662
running game code name error jev21
Me Too you think they going to fix soon?
"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.

// EDIT: I just checked and the WT mod got updated yesterday, so maybe download the new version and try again. I can't see any "JEV21" jump in the updated mod anymore. As mentioned by the mod author here.
 
Last edited:

SrRK

Well-Known Member
Donor
Game Developer
Jun 18, 2018
1,119
6,633
running game code name error jev21
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.

In the meantime, you can uninstall/remove the mod and then use the official written walkthrough located here.
 
Last edited:
  • Like
Reactions: HathgarNiche
4.30 star(s) 271 Votes