Ren'Py Secrets of the Family [v0.2.6BR2] [Stiffman Games]

3.80 star(s) 13 Votes

Hybris

Active Member
May 9, 2017
577
1,171
I want to love this game so much. Lesbian incest games are like hens teeth, but useless quest guide and the bugs make it really hard to stay positive about this games prospects.
 

comman00

New Member
May 10, 2020
4
1
Seems like there's a bug when doing any action to progress time in the "Night" phase on weeknights (seems to work okay on weekends). It can be ignored, but I think you then miss any morning events.

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

While running game code:
  File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
  File "game/script.rpy", line 37, in advance
  File "game/characters/CHAR_Angela.rpy", line 37, in update
AttributeError: 'module' object has no attribute 'choices'

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

Full traceback:
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 182, in script call
  File "StageOne/Quests/quests.rpyc", line 22, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "StageOne/Actions/diningroomactions.rpyc", line 90, in script call
  File "StageOne/Quests/quests.rpyc", line 22, in script call
  File "StageOne/Quests/quests.rpyc", line 531, in script call
  File "StageOne/Quests/quests.rpyc", line 384, in script call
  File "StageOne/Quests/quests.rpyc", line 441, in script call
  File "StageOne/Quests/quests.rpyc", line 415, in script call
  File "StageOne/Quests/quests.rpyc", line 287, in script call
  File "StageOne/Quests/quests.rpyc", line 475, in script call
  File "StageOne/Quests/quests.rpyc", line 506, in script call
  File "StageOne/Quests/quests.rpyc", line 338, in script call
  File "StageOne/Quests/quests.rpyc", line 307, in script call
  File "StageOne/Actions/diningroomactions.rpyc", line 90, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "StageOne/Actions/miscActions.rpyc", line 15, in script
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
  File "game/script.rpy", line 37, in advance
  File "game/characters/CHAR_Angela.rpy", line 37, in update
AttributeError: 'module' object has no attribute 'choices'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Secrets of the Family VER.0.2.6A
Fri Jun  2 11:11:57 2023
getting this nightly and I think this is why angela never showers in the morning
 

comman00

New Member
May 10, 2020
4
1
getting this nightly and I think this is why angela never showers in the morning
```
I think this line might just need to say "choice" instead of "choices"

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/main.rpy", line 148, in script call
call tutorial from _call_tutorial
File "game/StageOne/Actions/diningroomactions.rpy", line 90, in script call
call trytowithmom from _call_trytowithmom
File "game/Navigation/navigation.rpy", line 673, in script call
call listeningatdoor from _call_listeningatdoor
File "game/StageOne/Actions/miscActions.rpy", line 15, in script
$ clock.advance()
File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
$ clock.advance()
File "game/script.rpy", line 37, in advance
ang.update()
File "game/characters/CHAR_Angela.rpy", line 37, in update
self.act = random.choices(["Showering"]*65 + ["Dressing"]*35, k=1)[0]
AttributeError: 'module' object has no attribute 'choices'

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

Full traceback:
File "game/main.rpy", line 148, in script call
call tutorial from _call_tutorial
File "game/StageOne/Actions/diningroomactions.rpy", line 90, in script call
call trytowithmom from _call_trytowithmom
File "game/Navigation/navigation.rpy", line 673, in script call
call listeningatdoor from _call_listeningatdoor
File "game/StageOne/Actions/miscActions.rpy", line 15, in script
$ clock.advance()
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
$ clock.advance()
File "game/script.rpy", line 37, in advance
ang.update()
File "game/characters/CHAR_Angela.rpy", line 37, in update
self.act = random.choices(["Showering"]*65 + ["Dressing"]*35, k=1)[0]
AttributeError: 'module' object has no attribute 'choices'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Secrets of the Family VER.0.2.6A
Fri Jun 2 13:00:32 2023
```
 
Last edited:

andydany

Newbie
Jun 3, 2017
55
34
Seems like there's a bug when doing any action to progress time in the "Night" phase on weeknights (seems to work okay on weekends). It can be ignored, but I think you then miss any morning events.

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

While running game code:
  File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
  File "game/script.rpy", line 37, in advance
  File "game/characters/CHAR_Angela.rpy", line 37, in update
AttributeError: 'module' object has no attribute 'choices'

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

Full traceback:
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 182, in script call
  File "StageOne/Quests/quests.rpyc", line 22, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/infomenu.rpyc", line 25, in script call
  File "Navigation/infomenu.rpyc", line 123, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "StageOne/Actions/diningroomactions.rpyc", line 90, in script call
  File "StageOne/Quests/quests.rpyc", line 22, in script call
  File "StageOne/Quests/quests.rpyc", line 531, in script call
  File "StageOne/Quests/quests.rpyc", line 384, in script call
  File "StageOne/Quests/quests.rpyc", line 441, in script call
  File "StageOne/Quests/quests.rpyc", line 415, in script call
  File "StageOne/Quests/quests.rpyc", line 287, in script call
  File "StageOne/Quests/quests.rpyc", line 475, in script call
  File "StageOne/Quests/quests.rpyc", line 506, in script call
  File "StageOne/Quests/quests.rpyc", line 338, in script call
  File "StageOne/Quests/quests.rpyc", line 307, in script call
  File "StageOne/Actions/diningroomactions.rpyc", line 90, in script call
  File "Navigation/navigation.rpyc", line 673, in script call
  File "StageOne/Actions/miscActions.rpyc", line 15, in script
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/StageOne/Actions/miscActions.rpy", line 15, in <module>
  File "game/script.rpy", line 37, in advance
  File "game/characters/CHAR_Angela.rpy", line 37, in update
AttributeError: 'module' object has no attribute 'choices'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Secrets of the Family VER.0.2.6A
Fri Jun  2 11:11:57 2023

Same thing happends to me also,clean install,started a new game...nothing works...
 

vX_Phoenix

Newbie
Aug 3, 2022
72
39
We patiently wait for some solid updates and insted we get all these hotfixes/bugfixes, things that does not add new content. Don't get me wrong it's great that these issues are worked on but I lost track now how many updates were more or less the same bugfixes and once again when a new version comes out (0.2.6.A) drums...has a lot of bugs in it.
Maybe the game should be renamed to "Secrets of the Bugs" :sneaky:

EDIT:
I get this same error message almost everytime I try to sleep and like 100% if I decided to skip time to change day.
Started a new game twice now and I have yet never seen mom in the shower at the mornings.
1685740190999.png
 
Last edited:
  • Haha
Reactions: Udayana

RabidRanger45

Newbie
Jun 9, 2020
59
57
Unable to see the mother in the shower, unable to go into the mother's bedroom in the morning, ( so for the first one I have to scroll back, ( which you used to be able to do without getting the rollback ), and, you used to be able to see the mother in the shower every day, but not anymore, ( bug maaybe ), not sure, but whatever it is, it needs to get fixed.

Next up, why do I get a "Working" text when the mother's not AT work, ( bug again, maaybe, all I know is that sometimes when I scroll back then forward it fixes itself, other times it doesn't ), which, if it IS a bug, needs to get fixed.
 

vX_Phoenix

Newbie
Aug 3, 2022
72
39
Unable to see the mother in the shower, unable to go into the mother's bedroom in the morning, ( so for the first one I have to scroll back, ( which you used to be able to do without getting the rollback ), and, you used to be able to see the mother in the shower every day, but not anymore, ( bug maaybe ), not sure, but whatever it is, it needs to get fixed.

Next up, why do I get a "Working" text when the mother's not AT work, ( bug again, maaybe, all I know is that sometimes when I scroll back then forward it fixes itself, other times it doesn't ), which, if it IS a bug, needs to get fixed.
I got the very same issue in the latest update with not being able to see the mom in the shower during mornings.
Also get error messages when I try to sleep or skip the day for a new day/chance to see her in the shower. Made my own post recently.
 

RabidRanger45

Newbie
Jun 9, 2020
59
57
Not only that, but you can't even go into the mother's room in the morning, ( just hope the issues gets fixed soon ).
 

andydany

Newbie
Jun 3, 2017
55
34
The way i see it,with each update there are new bugs,and with each update the old bugs wont get fixed,so i wonder if the dev is reading what we are saying here on this forum...i understand that he hasnt got a lot of experience,but i think that there are a few guys here that can give him some help or advices (i am not one of them,unfortunatly).I am very sorry for the criticism,i know that its not easy to write a code,or to create a game,and for that i respect those that do this kind of work,and i really hope that things will get better...and soon these bugs will be adressed.
 

sharpys

Active Member
May 21, 2017
691
1,751
How's that sandbox going? Looking at all the bugs that seems to compound every update, pretty well.
 

spasimosk

Member
Feb 15, 2018
129
44
The game is perfect but is unplayable..full error and cant progress..i try to play from beginning but the errors comes much more!!
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,187
7,379



Unlocked

Hello everyone!
So just a quick say about what is going on...
I have found some holes in the storyline, and certain triggers did not happen because of either mis-spellings or I needed to finish the scenes where the bubbles happen to make things happen. I actually remade some of the renders because I was not happy with them, or the camera was quite close for focus.
On the other hand, I did make new content for some of the holes, and created another event for Lynn while she is at the arcade working. WIFI is now available as well for the phone and the laptop. However, laptop is coming next update. The first part of the Brynn pool event is also being made to trigger properly after you see Angela kiss Val.
The continuation of that will be in update 2.7, and a new event for Angela and Val will be in that as well. I will be also adding a few more things to the engine, which will be secrets through-out the game. Certain actions or findings during gameplay will activate a new set of screens on the laptop.
Lana's events should be done by 2.8 and Mari's storyline will start during 2.7. Lots of work to do, so I will leave you with good feelings and have a great rest of your night. Thanks!



1 Like
 
3.80 star(s) 13 Votes