jaketsu

Newbie
Jun 2, 2017
38
19
Any additional content in 16.2 over beta or is it just fixes?
more content. new quests for staff and students. also more scenes
also crash fixes:
Several minor bug fixes including; the Sunday night TV not working; some old save showing an error on load; incorrect money awarded for some punishments; a crash when visiting Sally’s apartment too soon; a crash when watching porn in your office.
 
May 17, 2024
1
0
I`m stuck on this
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/monday.rpy", line 2689, in <module>
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "game/_styles.rpy", line 424, in q_c_tag
NameError: name '点击' is not defined

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

Full traceback:
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 4659, in script call
File "monday.rpyc", line 4794, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "monday.rpyc", line 75, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "replay.rpyc", line 3491, in script call
File "cheat_menu.rpyc", line 575, in script call
File "cheat_menu.rpyc", line 581, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2689, in script
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/monday.rpy", line 2689, in <module>
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\exports.py", line 1662, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2166, 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 "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2263, in render
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 1973, in update
tokens = self.apply_custom_tags(tokens)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2528, in apply_custom_tags
new_contents = func(tag, value, contents)
File "game/_styles.rpy", line 424, in q_c_tag
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name '点击' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.3.24061702
The Headmaster 0.16.1beta
Fri Aug 23 12:12:11 2024
 

I'm Not Thea Lundgren!

AKA: TotesNotThea
Donor
Jun 21, 2017
6,628
19,127
I`m stuck on this
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/monday.rpy", line 2689, in <module>
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "game/_styles.rpy", line 424, in q_c_tag
NameError: name '点击' is not defined

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

Full traceback:
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 4659, in script call
File "monday.rpyc", line 4794, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "monday.rpyc", line 75, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "replay.rpyc", line 3491, in script call
File "cheat_menu.rpyc", line 575, in script call
File "cheat_menu.rpyc", line 581, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2689, in script
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/monday.rpy", line 2689, in <module>
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\exports.py", line 1662, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2166, 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 "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2263, in render
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 1973, in update
tokens = self.apply_custom_tags(tokens)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2528, in apply_custom_tags
new_contents = func(tag, value, contents)
File "game/_styles.rpy", line 424, in q_c_tag
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name '点击' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.3.24061702
The Headmaster 0.16.1beta
Fri Aug 23 12:12:11 2024
It's probably one of the things fixed in the full version. Checkout the Patreon page on the OP for the link.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,615
6,134
Playing through 16.2 at the moment and I'm getting a bunch of bugs with repeated scenes. Anything known/reported elsewhere about this Gegecucu? I've not come across it in any other game previously, either.

Examples:
  • I can't remember which dialogue it was, but I had a few lines repeat when walking into school with Samantha and finding Liz sitting on the wall (it was the first time I noticed it, so I didn't pay as much attention).
  • I visited Trixie's house one evening. Chose the option to ask for sex, and had her repeat lines several times around needing someone to treat her special first, etc.
  • The second Saturday in my resumed save, at home with Lucy, I asked for a handjob and it kept skipping back to the options either immediately, or after Lucy's response. This one happened a whole bunch of times before finally moving on.
  • The first visit to Samantha's house, I got to the point of taking my shirt off, then it literally started going backwards with every mouse click until I got to Sam's sister on the bench again (not sure if hitting the space bar here instead of the left mouse button was the reason it stopped and started going forwards again, but it was literally like playing in reverse, one click would move one render back...)
 
  • Thinking Face
Reactions: Gegecucu

Gegecucu

Member
Game Developer
Nov 18, 2017
250
753
Playing through 16.2 at the moment and I'm getting a bunch of bugs with repeated scenes. Anything known/reported elsewhere about this Gegecucu? I've not come across it in any other game previously, either.

Examples:
  • I can't remember which dialogue it was, but I had a few lines repeat when walking into school with Samantha and finding Liz sitting on the wall (it was the first time I noticed it, so I didn't pay as much attention).
  • I visited Trixie's house one evening. Chose the option to ask for sex, and had her repeat lines several times around needing someone to treat her special first, etc.
  • The second Saturday in my resumed save, at home with Lucy, I asked for a handjob and it kept skipping back to the options either immediately, or after Lucy's response. This one happened a whole bunch of times before finally moving on.
  • The first visit to Samantha's house, I got to the point of taking my shirt off, then it literally started going backwards with every mouse click until I got to Sam's sister on the bench again (not sure if hitting the space bar here instead of the left mouse button was the reason it stopped and started going forwards again, but it was literally like playing in reverse, one click would move one render back...)
I'll ask to the coders because these bugs do look weird.
 
Last edited:

Gegecucu

Member
Game Developer
Nov 18, 2017
250
753
Playing through 16.2 at the moment and I'm getting a bunch of bugs with repeated scenes. Anything known/reported elsewhere about this Gegecucu? I've not come across it in any other game previously, either.

Examples:
  • I can't remember which dialogue it was, but I had a few lines repeat when walking into school with Samantha and finding Liz sitting on the wall (it was the first time I noticed it, so I didn't pay as much attention).
  • I visited Trixie's house one evening. Chose the option to ask for sex, and had her repeat lines several times around needing someone to treat her special first, etc.
  • The second Saturday in my resumed save, at home with Lucy, I asked for a handjob and it kept skipping back to the options either immediately, or after Lucy's response. This one happened a whole bunch of times before finally moving on.
  • The first visit to Samantha's house, I got to the point of taking my shirt off, then it literally started going backwards with every mouse click until I got to Sam's sister on the bench again (not sure if hitting the space bar here instead of the left mouse button was the reason it stopped and started going forwards again, but it was literally like playing in reverse, one click would move one render back...)
Could you try to set Rollback Side to Disable in Preferences and see if it makes the problem go away ?
If you set it to Left or Right, it makes the mouse click on that side of the screen try to go back.
 
  • Like
Reactions: TonyMurray

TonyMurray

Engaged Member
Apr 8, 2024
3,615
6,134
Could you try to set Rollback Side to Disable in Preferences and see if it makes the problem go away ?
If you set it to Left or Right, it makes the mouse click on that side of the screen try to go back.
You know, I think that might be it.

It was set to "right". I think that's on "disabled" usually, so I don't know if I've accidentally set it here somehow, but it appears to have fixed it based on a basic test. I do often tend to gravitate to the right of the screen when using the mouse, just to avoid clicking too quick and accidentally hitting a choice in the middle of the screen!

Thanks (y)
 
  • Like
Reactions: Gegecucu
4.50 star(s) 278 Votes