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