Please list the day that bug occurs and description of the specific game error, thank you for you support of our game!
Day 4 - Missing Image At Wrestling Club
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'freeze_gabe_d4'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day4.rpyc", line 392, in script call
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 1705, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "day4.rpyc", line 392, in script call
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'freeze_gabe_d4'.
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 19:47:39 2025
[/code]
Day 7 at pool it says could not find label 'freeze_ben_d7'
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'freeze_ben_d7'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day7.rpyc", line 318, in script call
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 1705, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "day7.rpyc", line 318, in script call
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'freeze_ben_d7'.
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 19:56:48 2025
[/code]
Day 9 at gym name 'Peter_Fun' is not defined
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/freeze_peter.rpy", line 9, in <module>
NameError: name 'peter_fun' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "freeze_peter.rpyc", line 9, in script
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/freeze_peter.rpy", line 9, in <module>
NameError: name 'peter_fun' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 20:00:28 2025
[/code]
Day 11 - Basketball Courter Both - Sayer 'william' is not defined & Sayer 'mike' is not defined
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'william' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day11.rpyc", line 62, in script
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 881, in execute
who = eval_who(self.who, self.who_fast)
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 774, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'william' is not defined.
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 20:07:01 2025
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'mike' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "freeze_mike.rpyc", line 28, in script
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 881, in execute
who = eval_who(self.who, self.who_fast)
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 774, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'mike' is not defined.
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 20:07:33 2025
[/code]
Day 13 - Invalid Syntax
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
SyntaxError: invalid syntax (game/day13.rpy, line 118)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day13.rpyc", line 118, in script
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\python.py", line 1027, in py_compile
raise e
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\python.py", line 979, in py_compile
raise orig_e
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0-pc\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/day13.rpy, line 118)
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Wed Oct 29 20:11:16 2025
[/code]
Day 7 Bug at Pool - name 'ben_d7' is not defined
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/freeze_ben.rpy", line 10, in script
$ ben_d7 += 1
File "game/freeze_ben.rpy", line 10, in <module>
$ ben_d7 += 1
NameError: name 'ben_d7' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/freeze_ben.rpy", line 10, in script
$ ben_d7 += 1
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\jeffr\OneDrive\Desktop\ClockStopper-1.0.1-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/freeze_ben.rpy", line 10, in <module>
$ ben_d7 += 1
NameError: name 'ben_d7' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0.1
Thu Oct 30 09:20:37 2025
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Sayer 'william' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day11.rpyc", line 62, in script
File "F:\itch.io\cs\ClockStopper-1.0-pc\renpy\ast.py", line 881, in execute
who = eval_who(self.who, self.who_fast)
File "F:\itch.io\cs\ClockStopper-1.0-pc\renpy\ast.py", line 774, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'william' is not defined.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Clock Stopper 1.0
Mon Nov 10 20:22:34 2025
[/code]