m889

Newbie
Sep 24, 2017
15
3
game dumps out when punishing Rachel
Same 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
 
  • Like
Reactions: scoopsmeister

lordmethos

Newbie
Jul 18, 2020
57
21
Same 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
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 week
 

ccxvidonaferens

Active Member
May 25, 2022
571
697
I really liked this game but almost 1 year for such minimal updates is incredibly disappointing.
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.
 
  • Like
Reactions: qweasdyxc12345

Cartageno

Devoted Member
Dec 1, 2019
8,605
14,611
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.
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.

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.
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.

Soooo...any twins action yet?
Lots of it, just probably not the one you're looking for.

Someone with more free time than I do should make a .
... and then I'll confuse everybody by putting the twins into different tiers ;)
 
  • Like
Reactions: TheDevian

madchef

Well-Known Member
Jan 10, 2020
1,106
1,955
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.
8/16 humiliation --> 10/16 ---> 11/16 (5 AP left) ---> 14/16 (4AP left)
14/16 humiliation; 4/9 pain
15/16 humiliation (surprise!); 4/9 pain; 3/9 pleasure
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.
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?
 
  • Like
Reactions: Mudas8
Nov 17, 2018
172
387
I 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
 
Last edited:

preskerd

Well-Known Member
Sep 27, 2017
1,736
3,546
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. I did everything exactly the guide says with headmaster should be the punisher and all the actions in order according to guide but again she simply 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. You can see that in the picture I uploaded. Then 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.
 
Last edited:

Blutregen

Active Member
May 25, 2017
589
603
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
Try the post below, and please don't use capital letters, it's not just rude, it's extremely annoying.
https://f95zone.to/threads/the-headmaster-v0-13-0-beta-altos-and-herdone.23470/post-2767500
 
  • Like
Reactions: Phil5k

sajdhs

Newbie
Jan 19, 2020
33
25
If anyone can give a bug fixe of priti's bikini. It will be awesome
I 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
How did you do that. Just because i play in joyplay mean i can't do that
 

Leobbb

Member
May 24, 2019
178
534
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.
 

madchef

Well-Known Member
Jan 10, 2020
1,106
1,955
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.
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.

But hey! There are other devs out there who also suffer from the unfinished porn-to-end-all-porn syndrome. 'Claire's Quest' has been developed since 2016 and it's still ver. 0.24, with a new, alternative prologue (no one asked for) added just two updates ago, which is this year. There's 'Lillith's Throne'... So I guess the fans and supporters of 'the Headmaster' don't have it that bad.
 
  • Like
Reactions: MidnightMirage

ramiurga

Member
Feb 9, 2020
149
281
I've got a strange bug that in the latest updates there is no music anymore to Trixie's Wednesday dance lesson. Anyone else got it? Is it a reported bug? Anyone know how to fix it?
 

InTheWoods

Member
Apr 13, 2022
140
252
After the 0.13.0 Beta update (and using a previous save file from 0.11.1Public), I encountered a situation where I do not have the bikini in my inventory yet the store shows it as "sold" - making it impossible to proceed with Priti's path.
 
Nov 17, 2018
172
387
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
Upload your save file here:
Then search for have_bikini2
1661795247301.png
Change the green number to 1
1661795272746.png
Hit the download button
1661795291247.png
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.
 
  • Like
  • Red Heart
Reactions: Dopew and syanure

syanure

New Member
Jan 18, 2020
6
1
  • Yay, new update!
Reactions: 约翰·西娜
4.50 star(s) 251 Votes