- Sep 16, 2021
- 19
- 71
I really liked this game but almost 1 year for such minimal updates is incredibly disappointing.
Same here. On the second video animation there is a CTD with a trace :game dumps out when punishing Rachel
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Rachel_PS.rpy", line 5140, in <module>
MemoryError:
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "monday.rpyc", line 1143, in script call
File "monday.rpyc", line 4550, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 4550, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 2878, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 1143, in script call
File "monday.rpyc", line 1987, in script call
File "monday.rpyc", line 2878, in script call
File "monday.rpyc", line 4550, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 4550, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 5221, in script call
File "monday.rpyc", line 1987, in script call
File "monday.rpyc", line 4550, in script call
File "monday.rpyc", line 5031, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 550, in script call
File "Rachel_PS.rpyc", line 5140, in script
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Rachel_PS.rpy", line 5140, in <module>
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\exports.py", line 1480, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 405, in render
tex, _ = get_movie_texture(self.channel, self.mask_channel, self.side_mask)
File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 177, in get_movie_texture
tex = renpy.display.draw.load_texture(surf, True)
File "gldraw.pyx", line 738, in renpy.gl.gldraw.GLDraw.load_texture
File "gltexture.pyx", line 883, in renpy.gl.gltexture.texture_grid_from_surface
File "gltexture.pyx", line 319, in renpy.gl.gltexture.TextureCore.load_surface
File "gltexture.pyx", line 1174, in renpy.gl.gltexture.premultiply
MemoryError:
Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.0Beta
Mon Aug 29 14:23:21 2022
i had that issue so during the punishments i do a quick save so i dont lose my progress n eventually i cleared the punishment for Rachael till i reched the end of the update it shouyld be noted that this is the first beta build so its not completely stabler and if you r in the discord serveer with the beta channel access they will be notified n the patch with the rest of the content will be avaiable near the end of the weekSame here. On the second video animation there is a CTD with a trace :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Rachel_PS.rpy", line 5140, in <module> MemoryError: -- Full Traceback ------------------------------------------------------------ Full traceback: File "monday.rpyc", line 1143, in script call File "monday.rpyc", line 4550, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 359, in script call File "monday.rpyc", line 4550, in script call File "monday.rpyc", line 359, in script call File "monday.rpyc", line 2878, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 359, in script call File "monday.rpyc", line 1143, in script call File "monday.rpyc", line 1987, in script call File "monday.rpyc", line 2878, in script call File "monday.rpyc", line 4550, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 359, in script call File "monday.rpyc", line 4550, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 5221, in script call File "monday.rpyc", line 1987, in script call File "monday.rpyc", line 4550, in script call File "monday.rpyc", line 5031, in script call File "monday.rpyc", line 359, in script call File "monday.rpyc", line 550, in script call File "Rachel_PS.rpyc", line 5140, in script File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/Rachel_PS.rpy", line 5140, in <module> File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\exports.py", line 1480, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 3194, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2094, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805) rv = render(root, width, height, st, st) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 500, in render return wrap_render(self.target, width, height, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 405, in render tex, _ = get_movie_texture(self.channel, self.mask_channel, self.side_mask) File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 177, in get_movie_texture tex = renpy.display.draw.load_texture(surf, True) File "gldraw.pyx", line 738, in renpy.gl.gldraw.GLDraw.load_texture File "gltexture.pyx", line 883, in renpy.gl.gltexture.texture_grid_from_surface File "gltexture.pyx", line 319, in renpy.gl.gltexture.TextureCore.load_surface File "gltexture.pyx", line 1174, in renpy.gl.gltexture.premultiply MemoryError: Windows-8-6.2.9200 Ren'Py 7.3.5.606 The Headmaster 0.13.0Beta Mon Aug 29 14:23:21 2022
Just to play the role of devil's advocate, didn't the developer say that they realised that they needed to change the mechanism of progressing Rachels story towards conclusion during the creation of this update. Reading between the lines that suggests that it's possible that a considerable chunk of work maybe had to be thrown out and redone to fit the change of direction. As such, just to pick arbitrary numbers out of thin air to illustrate my point if you spend say 6 months writing/animating/coding etc, to get an update ready to release, then junk it and redo the work taking another 6 months then its obvious that the result will not look like 12 months work. Plus lets not forget that there is a whole portion of planned content for this update that just wasn't ready yet and that would factor into the time calculation above. As far as I am aware this developer hasn't given us any reason to distrust their word compared to some other creators in this space. Though I am happy to be corrected if I am wrong.I really liked this game but almost 1 year for such minimal updates is incredibly disappointing.
Often in RenPy sandbox type games you need to advance time once before the new stuff can happen, might be worth giving it a shot.Am I just dense or is this new version not actually new? I was pretty excited to see an update for this game, spent a nice long while waiting for the 5+gig d/l but every single quest left incomplete after 12.3 is still showing as 'coming soon' and all the cutscenes appear to be pretty much the same. Please don't tell me you need to start a new game.
Just a general reminder: if your RenPy game crashed, there is an autosave folder (The leftmost "A" when you are on the load screen), you might not have lost all progress.Save before choosing Rachel after school. Rachel crashed on me with her 8/16/8 punishment and quest #5 somehow got skipped on the religious woman and my quest log shows #6 as completed. Other than that, I have encountered no bugs.
Lots of it, just probably not the one you're looking for.Soooo...any twins action yet?
... and then I'll confuse everybody by putting the twins into different tiersSomeone with more free time than I do should make aYou must be registered to see the links.
8/16 humiliation --> 10/16 ---> 11/16 (5 AP left) ---> 14/16 (4AP left)It should be:
Hand above head --> body search AND take a photo
Bend over desk --> paddle
Lay on lap --> Rub pussy
Sit on lap --> Spank the girl while she is sitting on your lap ( as the headmaster only)
Diaper position --> Insert dildo. At that time you should have enough pleasure pain and humiliation to be able to.
Still, if you look at the new content and the so so execution (the very specific sequence of actions you need to perform to successfully level Rachel up), then it feels too long. Takes about 30 minutes of play to see the new content... and how many months to make? The new scenes are not something that necesitated changing the structure of the entire game. They use the same timeslot for Rachel's afterschool punishments and afternoon following around campus that have already been there in previous versions. No apparent conflicts with other storylines. What takes so long to write and draw several new scenes and add two new actions specific to only one of the girls? Was there a game-crashing conflict in the code with Amy's story? Cassandra's?Just to play the role of devil's advocate, didn't the developer say that they realised that they needed to change the mechanism of progressing Rachels story towards conclusion during the creation of this update. Reading between the lines that suggests that it's possible that a considerable chunk of work maybe had to be thrown out and redone to fit the change of direction. As such, just to pick arbitrary numbers out of thin air to illustrate my point if you spend say 6 months writing/animating/coding etc, to get an update ready to release, then junk it and redo the work taking another 6 months then its obvious that the result will not look like 12 months work. Plus lets not forget that there is a whole portion of planned content for this update that just wasn't ready yet and that would factor into the time calculation above. As far as I am aware this developer hasn't given us any reason to distrust their word compared to some other creators in this space. Though I am happy to be corrected if I am wrong.
how do I get 11 influence? best I can do is 10
Try the post below, and please don't use capital letters, it's not just rude, it's extremely annoying.AM I THE ONLY ONE WHO STUCKED AT LEVEL 6 RACHEL? I did everything. I spied her and distracted her in her room while she was playing. Next morning she falls a sleep at couch and I call other people to teach her a lesson and newman put a butt plug on her. Then I did 'make sure rachel stays awake at the class' one, she stayed awake and after the lesson she came to my office, I removed the butt plug. She slept on my lap. Then in the punishment the game warns me about a new position. I did everything exactly the guide said and all the meters ( humilation, pain, pleasure) or all full when I spank her while she facing me in the new position but SHE DOESN'T CUM! I REPEAT SHE DOESN'T CUM. I TRIED IT 50 times, she doesn't cum. The guide says ' You will then get a message saying you have raised her to the next level (Level 7). ' But that is not happening at all! The headmaster says to rachel don't cum and she says 'I'll try' then nothing happens. Nothing happens at all. It doesn't go up to level 7. Always stuck at 6. She doesn't cum. When I end the punisment there is two option: level 2 thank and level 7 promotion but I cannot do promotion it says 'rachel is no ready yet. Also her 'headmaster's pet' quest is still saying 'teach a class and make sure Rachel stays awak'. I FUCKING DID IT ALREADY! WHAT SHOULD I DO? Please for the love of god somebody help me
How did you do that. Just because i play in joyplay mean i can't do thatI encountered a bug, after doing Priti's test 1 where she's supposed to eat a chocolate cake and I'm supposed to buy her a bikini afterwards but I'm unable to do that. The shop lists it as an item that I've already bought, even though I didn't. When I try to go to the beach with her the game tells me to buy her a bikini.
So I'm stuck, any ideas to circumvent this bug?
Edit: Never mind, I only needed to change have_bikini2 from 0 to 1
Yep. Just to think all of Amy's storyline so far has already been there two years ago. And for two years those players who find her the least cringy of all the students have been teased with her agreeing to become a test dummy for other budding disciplinarians.Extremely disappointing in terms of amount of new content vs the time between the updates. Early stages of development should take the most time, but once you have a working system with ui, models and environment ready, most bugs fixed, all you do is some posing for renders, writing new text and copy-pasting code, not to mention all the experience you get meantime, so the speed should actually go up a lot, not down to snail pace like we have now.
Even if you compare the development speed with only the same developer on early updates and completely ignore what other developers can do, it's pretty obvious 90% of the current content was done at the beggining and right now we see some limit testing on how far you can go with doing nothing without losing all support. And I'm pretty sure we are not at the peak of that limit testing yet.
Upload your save file here:If anyone can give a bug fixe of priti's bikini. It will be awesome
How did you do that. Just because i play in joyplay mean i can't do that
Thank you, it's workUpload your save file here:You must be registered to see the links
Then search for have_bikini2
View attachment 2012665
Change the green number to 1
View attachment 2012667
Hit the download button
View attachment 2012668
Replace the original save file with the one you downloaded and you're good to go. I don't know where the save files are on android so you'll have to find them yourself.