Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

jeffreyb0615

25
Posts
56
Following
A member registered Nov 26, 2018

Recent community posts

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]

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 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 10 - At the pool if you click on the clock it does nothing. I tried it the next day and the clock was working. 

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 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 6 at Soccer Field it says Image 'tim_angry' not found

Day 6 at the gym it says 'cg_tomhandjob7' not found

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]

Hi, the game has lots of promise. I do think it ends aruptly without an ending page. Maybe have a ending page letting the player know that's all there is for now.

I don't blame you. Josh is a cutie.

You will probably need to start a new save. On this save, refuse to tutor Josh, this gives you extra time where you can get the Officer Johnson CG.

If you look on his Patreon you can see the locked posts are for this game so he's probably making the CGs right now.

Here is the walkthrough for James: https://www.patreon.com/posts/james-with-91896888

All the male LIs will have versatile scenes but may top or bottom more frequently, depending on their preference. August's preference is not confirmed yet. He is my favorite as well.

so it's after the 19th. I'm hoping the update comes soo

Any news on the update

The dev said that all male characters will have verse scenes but do have preferences and will sometimes lean more into particular positions. I don't think any preferences have been clearly stated yet but I do think Prof. Rojas leans verse-top.

Here is an unofficial guide that fans are running. 

https://docs.google.com/spreadsheets/d/1o6VFK12N3ZITRa6Ln3ZJA0IBT5E6vHG2QCVBebPK...

No worries, the question about August being romanceable is a hot topic, lol. I saw it answered here on Itch.io! The first time CHYSA 100% confirmed it here was seven months ago in the comments. You can see it if you scroll down!

P.S.: I agree; I am obsessed with all the characters, but August is my ride-or-die.

CHYSA has confirmed that August, the best friend, is a romance option! He is not listed on the Itch.io page, but he is listed on the Steam page as one. Also your taste in characters are great as mine is the same.

In terms of NSFW scenes, all male characters are verse but may lean to specific positions; some are verse/tops or verse/bottoms. So, the MC can be top or bottom, but he may lean towards a position with particular characters.

On his Twitter, he said the update would be released sometime this week. It was a lot more work then he expected.

Looking forward to the next release whenever that is. Keep up the hard work!

I loved the intro and can't wait to see more! Did you take any inspiration from the Night Muse? It's another one of my favorite HTML gay games.

I'm looking forward to the next update and can't wait to see our character get involved in more of the action. Great job and your hard work for the past few months definitely paid off. I really enjoyed the cast we met and can't wait to see more of them.

Will the walkthrough ever be available for purchase for those who did not back the Kickstarter?