• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

userrandy

Member
Jan 8, 2020
148
126
Love that Raven is in this. If character request is a thing, I'd love to see Ino Yamanaka and Ty Lee added as options!
 

Look-see

Engaged Member
Aug 19, 2018
2,917
5,310
so for whatver damn reason i never got the aqua scene until now and goddamn did that suck. thought this was a new addition and its been over a year:LOL:. i figured its cause i skipped all the whore updates but that makes no sense so was i really that unlucky or in this case luck to avoid the aqua scene for that long? ugh what a waste. the only girl so far from the bonus that i dont wanna finish the scene.
 
  • Like
Reactions: Ssato243

jklcontrol

New Member
May 23, 2018
2
4
This latest patch is extremely busted. For context, I don't play the old game at all, so whoever is talking about saves getting mixed up from the H version and the other version doesn't know what they're talking about. I don't have saves from the other game, period. So there's no way for them to get mixed up with a game I don't even have installed.

You basically can't interact with half the characters at all without assets from the other game cropping up. The dev must use the same base structure to develop them both and the assets themselves have been overwitten from the assets from the other game.

This needs a fix, as it's unplayable in its current state.
 
Last edited:

Wolfindex

New Member
Sep 30, 2018
1
6
Too big,
The android apk install process is limited on the size it can read and process,
2.4GB is too big,
Really large games like 2.4 to 6GB requires an OBB file,
So the meat of the game can be added after the apk shell gets installed.
How do you do that? I want to play it but i don't know that much about how this work, or does this version for Android doesn't work?
 

Bonsey

Member
Jul 15, 2018
184
92
This update's a complete train wreck! Full of glitches, like, Megumi floating in the air in the living room and Rachel from H appearing in some of Ravens' scenes, nothing happens with the cafe, it's a mess! It crashes when I try to sleep in the mansion, smh
 

OverLord gamer

Active Member
Nov 27, 2018
664
289
I find android ports don't work if there over 2GB and the creator isn't that good at porting to android apparently can someone please port to android with 2GB or less
 
Last edited:
  • Like
Reactions: Wolfindex

lqkas

New Member
Jan 18, 2020
6
5
The same thing happened with sorcerer and that other game by the same dev:
These games by same dev use same directory structure and your OS identifies them as the same.
Well, I have never played the H version and never had it downloaded. So that sure is not why.
Seems with the update today it was fixed though.
 

DubDubDub

Member
Aug 23, 2019
137
228
I'm getting errors after the Teacher moves in.. I try to enter the room and it gives:

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 25, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 26, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 39, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 40, in execute
Exception: Imagebutton does not have a idle image.

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

Full traceback:
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "taMegumin/MeguminMenu.rpyc", line 33, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tmansion/Mansion.rpyc", line 538, in script call
  File "tmansion/Maid/maid.rpyc", line 4, in script call
  File "tmansion/Mansion.rpyc", line 521, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "taMegumin/MeguminMenu.rpyc", line 33, in script call
  File "tmansion/Mansion.rpyc", line 403, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3691, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 25, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 26, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 39, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 40, in execute
  File "renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 948, in choice
    raise Exception("Imagebutton does not have a %s image." % (name,))
Exception: Imagebutton does not have a idle image.

Windows-10-10.0.19041
Ren'Py 7.4.8.1868
Public Sex Life v0.33
Mon Sep  6 17:19:09 2021
 

ParadiceZone

Member
Game Developer
Sep 7, 2019
481
2,678
I'm getting errors after the Teacher moves in.. I try to enter the room and it gives:

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 25, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 26, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 39, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 40, in execute
Exception: Imagebutton does not have a idle image.

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

Full traceback:
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "taMegumin/MeguminMenu.rpyc", line 33, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tmansion/Mansion.rpyc", line 538, in script call
  File "tmansion/Maid/maid.rpyc", line 4, in script call
  File "tmansion/Mansion.rpyc", line 521, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "tSleep/Bed.rpyc", line 34, in script call
  File "taMegumin/MeguminMenu.rpyc", line 33, in script call
  File "tmansion/Mansion.rpyc", line 403, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3691, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3691, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 6, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 25, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 26, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 28, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 39, in execute
  File "game/taTeacher/Mansion/TeacherMansionScreens.rpy", line 40, in execute
  File "renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 948, in choice
    raise Exception("Imagebutton does not have a %s image." % (name,))
Exception: Imagebutton does not have a idle image.

Windows-10-10.0.19041
Ren'Py 7.4.8.1868
Public Sex Life v0.33
Mon Sep  6 17:19:09 2021
uploading fixed version now
 

Bonsey

Member
Jul 15, 2018
184
92
This update's a complete train wreck! Full of glitches, like, Megumi floating in the air in the living room and Rachel from H appearing in some of Ravens' scenes, nothing happens with the cafe, it's a mess! It crashes when I try to sleep in the mansion, smh
Well, he updated it, much better so far. The scenes don't have H characters names anymore and look like they did before. Nice work there:)
 
  • Like
Reactions: Wolfindex
4.10 star(s) 44 Votes