Command & Obey your model on Jerkmate — you’re in control. Join Now!
x

joelurmel

Engaged Member
Nov 3, 2022
2,697
4,742
397
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/ch1 - 00/beerpong.rpy", line 149, in execute
  File "game/scripts/ch1 - 00/beerpong.rpy", line 149, in execute
  File "game/scripts/ch1 - 00/beerpong.rpy", line 162, in execute
NameError: name 'joueur_cups_hit' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/ch1 - 00/beerpong.rpyc", line 419, in script
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\core.py", line 2218, 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 "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/scripts/ch1 - 00/beerpong.rpy", line 149, in execute
  File "game/scripts/ch1 - 00/beerpong.rpy", line 149, in execute
  File "game/scripts/ch1 - 00/beerpong.rpy", line 162, in execute
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\text\text.py", line 2177, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\text\text.py", line 2216, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "G:\Roman jeux\En cours\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\GrowingThingsUp-0.42b-pc\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'joueur_cups_hit' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Growing things Up 0.42b
Sat Aug  2 12:38:26 2025
Use a clean French translation
 
  • Like
Reactions: Etres44

Rouruki

Newbie
May 31, 2021
77
57
120
I need help. I can't pass through where the MC is showering while selecting who's he gonna jerk off. I keep looping on the selection, no matter who I picked.

PS> playing on Android port
 
Last edited:

quark300

New Member
Jul 27, 2025
3
7
3
I need help. I can't pass through where the MC is showering while selecting who's he gonna jerk off. I keep looping on the selection, no matter who I picked.

PS> playing on Android port
After the first one, there should appear a "Continue" button as the last Item to pick from.
 

Rouruki

Newbie
May 31, 2021
77
57
120
After the first one, there should appear a "Continue" button as the last Item to pick from.
Well, that's the problem. I think the "continue" option might be outside the screen because the "Jerk off Anna" option is already way bottom of the screen. The "continue" option may be lower than the screen fit. So maybe the Android port is buggy. ‍♂
 
3.80 star(s) 83 Votes