oceanbobo4

Member
Feb 12, 2021
189
316
Great update to the best game.

Hilarious!

It even has a moral lesson: people with bad ideas (Maxine) can be good on the inside. Objectively bad, but subjectively good in her intentions.

Hilarious that a porn game has this moral lesson in it!

Then . . . the super triumphant music from the Jupiter movement of Holst's The Planets to celebrate Maxine's successful fundraiser!

Funny, funny stuff.

And it keeps me wanting more. (Lucy cleaning at the headmaster's apartments in her new outfits? Yes.)
 

Gegecucu

Member
Game Developer
Nov 18, 2017
249
721
I'm talking about the students only, i can care less about the teachers Etc. The whole game revolves around you being a teacher and besides the first girl you had sex with at the start. Which got you in this predicament to begin with. Has any other student got the hammer from the MC is what im asking?? I mean, by now has bagged all the teachers, prinicipal and guidance counselor? Are we saving the students for when the story is over and the milking has ended? I mean 4 yrs and only one young one...? I mean you can do a pantie check, spank, have others spank and thats it? Its been -----> 4 years??????? WTF?
As I said, the 2 last updates (v13 and v14) involve sex with 2 students.
Plus, I don't know in details what Altos has in mind for the next updates but I guess it will go on...
 

Jeepster

Active Member
Apr 17, 2018
692
455
As I said, the 2 last updates (v13 and v14) involve sex with 2 students.
Plus, I don't know in details what Altos has in mind for the next updates but I guess it will go on...
Sorry for rant, just reminds me of a Bait and Switch. Sorta how A wife and mother first came out, Good wife bad wife. This one was bang that girl , get caught then get a job helping young youth LOL How long could he hold out. :love: Then the change... To extreme slow burn ETC. To make that cash, to the point of, i'll come back when it is done LOL I think like i said in a earlier post my last download of this is during or around the water fight. Any normal concept of creation is to finish and move to another concept. Use what you have learned for a bigger and better story line. But yes, thank you for taking the time to give feed back (y)
 
  • Like
Reactions: Gegecucu

Valamyr

Member
Oct 7, 2020
261
213
Bug reports for the latest update:

1. Trying to have Newman act in discipline sessions late game has caused reproductible CTDs.
2. Lots of Renpy errors at different points of the new segments of the storyline.
3. French translation is great in this game, but out of nowhere at every point of the game some slides revert to English. A lot of times. Someone able to fix it will likely need to do a full playthrough; there are still instances of those out-of-place English slides even in the intro.
 

Gegecucu

Member
Game Developer
Nov 18, 2017
249
721
Bug reports for the latest update:

1. Trying to have Newman act in discipline sessions late game has caused reproductible CTDs.
2. Lots of Renpy errors at different points of the new segments of the storyline.
3. French translation is great in this game, but out of nowhere at every point of the game some slides revert to English. A lot of times. Someone able to fix it will likely need to do a full playthrough; there are still instances of those out-of-place English slides even in the intro.
  1. Is that with Rachel when laying on Sally's knees? If so, this is a known bug that is going to be investigated
  2. Could you share the traceback.txt filse so we can look into these errors?
  3. This was expected since lot's of changes (mainly typo corrections) have been made in the English version. A new pass needs to be done on the french version but we have a way to 'quickly' spot the lines that are not translated anymore. There could still be some misses of course but not so much. If you are interested in participating to the upcoming french beta test of this new version, let me know.
 

Cailisto

New Member
Jun 9, 2018
2
2
Getting this error when trying to enact the vote for headmaster doing punishments.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events.rpy", line 4085, in <module>
  File "game/screens custom.rpy", line 1572, in execute
  File "game/screens custom.rpy", line 1572, in execute
  File "game/screens custom.rpy", line 1598, in execute
  File "game/screens custom.rpy", line 1640, in execute
  File "game/screens custom.rpy", line 1640, in execute
  File "game/screens custom.rpy", line 1649, in execute
  File "game/screens custom.rpy", line 1672, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 581, in execute
  File "game/rules.rpy", line 581, in <module>
IndexError: list index out of range

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

Full traceback:
  File "events.rpyc", line 4085, in script
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/events.rpy", line 4085, in <module>
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\exports.py", line 1537, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 3377, 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.14.1beta-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/screens custom.rpy", line 1572, in execute
  File "game/screens custom.rpy", line 1572, in execute
  File "game/screens custom.rpy", line 1598, in execute
  File "game/screens custom.rpy", line 1640, in execute
  File "game/screens custom.rpy", line 1640, in execute
  File "game/screens custom.rpy", line 1649, in execute
  File "game/screens custom.rpy", line 1672, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 579, in execute
  File "game/rules.rpy", line 581, in execute
  File "game/rules.rpy", line 581, in <module>
  File "E:\TheHeadmaster-0.14.1beta-pc\renpy\revertable.py", line 217, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
The Headmaster 0.14.1beta
Sat May  6 22:39:06 2023
 
  • Sad
  • Like
Reactions: Xarvi and Gegecucu

Radial2322

New Member
Sep 30, 2022
4
3
Suceeded in passing the vote for headmaster to be able to do the punishment. then got this :'(

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events.rpy", line 4085, in <module>
File "game/screens custom.rpy", line 1572, in execute
File "game/screens custom.rpy", line 1572, in execute
File "game/screens custom.rpy", line 1598, in execute
File "game/screens custom.rpy", line 1640, in execute
File "game/screens custom.rpy", line 1640, in execute
File "game/screens custom.rpy", line 1649, in execute
File "game/screens custom.rpy", line 1672, in execute
File "game/rules.rpy", line 579, in execute
File "game/rules.rpy", line 579, in execute
File "game/rules.rpy", line 581, in execute
File "game/rules.rpy", line 581, in <module>
IndexError: list index out of range

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

Full traceback:
File "monday.rpyc", line 1466, in script call
File "monday.rpyc", line 2003, in script call
File "monday.rpyc", line 2003, in script call
File "monday.rpyc", line 2901, in script call
File "monday.rpyc", line 3152, in script call
File "monday.rpyc", line 3694, in script call
File "monday.rpyc", line 2003, in script call
File "monday.rpyc", line 5269, in script call
File "monday.rpyc", line 4730, in script call
File "monday.rpyc", line 2003, in script call
File "monday.rpyc", line 1704, in script call
File "events.rpyc", line 4085, in script
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/events.rpy", line 4085, in <module>
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\exports.py", line 1537, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 3377, 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:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens custom.rpy", line 1572, in execute
File "game/screens custom.rpy", line 1572, in execute
File "game/screens custom.rpy", line 1598, in execute
File "game/screens custom.rpy", line 1640, in execute
File "game/screens custom.rpy", line 1640, in execute
File "game/screens custom.rpy", line 1649, in execute
File "game/screens custom.rpy", line 1672, in execute
File "game/rules.rpy", line 579, in execute
File "game/rules.rpy", line 579, in execute
File "game/rules.rpy", line 581, in execute
File "game/rules.rpy", line 581, in <module>
File "G:\Other\G\Headmaster\TheHeadmaster-0.14.1beta-pc\renpy\revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
The Headmaster 0.14.1beta
Sat May 6 23:39:38 2023
Tried Rollback and progressing just did the same thing. Tried spam clicking ignore and nothing happened either
 

sunaboz

Active Member
Donor
Jun 25, 2018
523
1,927
unplayable atm. rachels spanking always leeds to a crashed (not really crashing the game just close like hitting the red X) game.
Is that with Rachel when laying on Sally's knees? If so, this is a known bug that is going to be investigated
The game doesn't like AMD's newest drivers (that's what this atio6axx.dll is about). On my laptop with Nvidia card there is no crash but I've found a workaround - you can play on Linux (I'm using Lubuntu) and having the game on a portable memory. You don't even need to install Linux, you can boot it up from a usb stick (or a CD even if you have an optical drive) and then run the game by clicking on headmaster.sh (so not on headmaster.exe, that would require Wine or something similar). You could also use a much older driver but that's suboptimal.
 

Gegecucu

Member
Game Developer
Nov 18, 2017
249
721
Suceeded in passing the vote for headmaster to be able to do the punishment. then got this :'(



Tried Rollback and progressing just did the same thing. Tried spam clicking ignore and nothing happened either
Suceeded in passing the vote for headmaster to be able to do the punishment. then got this :'(



Tried Rollback and progressing just did the same thing. Tried spam clicking ignore and nothing happened either
This bug has been corrected for the next release.
As a workaround for the current version, please try to:
  1. Rollback
  2. Open console (shift + o)
  3. Write rule_page = 1
  4. Press enter
I cannot test it on my side because I'm not at home but it worths a try
 

Gato21

Active Member
Oct 16, 2021
955
2,896
This bug has been corrected for the next release.
As a workaround for the current version, please try to:
  1. Rollback
  2. Open console (shift + o)
  3. Write rule_page = 1
  4. Press enter
I cannot test it on my side because I'm not at home but it worths a try
Have you been getting error reports regarding Faye's 2nd event at the Nurse's Office?
You don't have permission to view the spoiler content. Log in or register now.
 

youpeng

New Member
Mar 3, 2022
4
4
Anyone resolve the Maxine events not triggering?
Patrol during the weekday. You will see Maxine is collecting money to save some rat, give her 100. She will meet you in the office next morning.
Okay I'm pretty confused at this point. I have a 0.13.2public save from October22. I've cycled through several weeks in-game but nothing new is happening. Things I've tried or noticed:

* I keep getting the "Anna talking outside of Chang's classroom" event while patrolling. Like, a lot. Sometimes I've gotten it twice in one day. Usually I get it every day. In fact, I get that one, usually the other will be the windy skirts scene. A handful of times I get the "group studying outside at a table" event. *Once* I got crying girl on bench outside; once out of probably a couple of dozen patrol events firing off.

* I've done a couple of weeks with nothing but patrols, morning and night. Same on weekends.

* I've done two weeks where it's nothing but classes.

* I did a week with classes morning and football in the afternoon.

* I've summoned every girl available from the "pick one to punish" menu. Some of them generated the new "quest log update" screen which is why I went through them all, thinking a flag wasn't set or something. Nothing.

* I've spied on every dorm window and the showers multiple times.

* I checked all classrooms (not every day), I did paperwork and graded papers in the office, I went to the cafeteria during the day, I went to the lake on the weekend both Sat and Sunday. Dove in the water with Amy on Saturday. Played D&D, watched the TV show, did movie night several times, baked a cake with Priti, body-searched every girl, checked Harriett at the Friday staff meeting twice in two weeks.

* I saw the "patch" file above, pulled that down, copied my 0.13.2 public folder, deleted the lib and renpy folders as instructed and copied the patch file's contents, and have done several more weeks (full patrol, full teach, a handful of other things). Still nothing.

The quest log shows Maxine's new quests under Student Quests, and says to donate generously to unlock her quest.

Still not getting anything new. Supposedly there's, like, I don't even remember but Altos was banging on about how there was SO MUCH new content. SO MUCH new story. A really long story it had taken him five months to write. Nada. I did find the message screen that says the one thing I've been waiting for several updates now isn't there (the staff training with Amy), but nothing else. No group class punishments, no Maxine, no new school uniforms, zippo.

What am I doing wrong? Is this a Beta bug, or am I going to have to redo my game *again*, which I already did back in October. Though, at the time, I actually wanted to. Right now, I have lots of other things going on and really don't want to plow back through old content.

If it matters, this save has maxed (150) Grades and Discipline, and starts with 75-ish Popularity. 18 Horniness. I don't believe I cheated anything in it, just played it straight.

Helpful advice appreciated.
You can use my save ,it finished all event in 13.2 and NEW Maxine event just begin.
View attachment saves.zip 屏幕截图 2023-05-07 130740.png
View attachment saves.zip
 
4.50 star(s) 274 Votes