Jam Bonneau2

New Member
Dec 5, 2023
4
0
I don't understand why but i can't use my last save, i can only use old save 200 days before

can someone help me pls, i'm on MacOs

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

While running game code:
  File "game/scrs_game_menus.rpy", line 739, in __call__
ImportError: No module named scenelists

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 3582, 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 "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1075, in handle_click
    rv = run(action)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 739, in __call__
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
ImportError: No module named scenelists

Darwin-23.1.0-arm64-arm-64bit arm64
Ren'Py 7.6.3.23091805
Straitened Times 0.50.0
 

Jam Bonneau2

New Member
Dec 5, 2023
4
0
I don't understand why but i can't use my last save, i can only use old save 200 days before

can someone help me pls, i'm on MacOs

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

While running game code:
  File "game/scrs_game_menus.rpy", line 739, in __call__
ImportError: No module named scenelists

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 3582, 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 "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1075, in handle_click
    rv = run(action)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 739, in __call__
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "/Users/me/Desktop/StraitenedTimes.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
ImportError: No module named scenelists

Darwin-23.1.0-arm64-arm-64bit arm64
Ren'Py 7.6.3.23091805
Straitened Times 0.50.0
I can use my old save on the 0.49 and all is good but not for 0.50 version
 

Assassin

Newbie
May 31, 2017
89
22
how to persuade mom about the evidence things in father case any help please?
and how to go to grandma house?
 
Last edited:

yourmomma

Active Member
Apr 4, 2018
539
1,018
Does anyone else feel like this game should wrap up? I mean at this point we've banged every character and being a vanilla game there's not going to be much more progress in that area except in where and what other girl is thrown into the mix and the father story arch hasn't even really progressed at all. Poor guy is sitting in jail while his son is running around impregnating the neighborhood.
 

Morgan42

Active Member
Oct 9, 2019
706
3,658
Does anyone else feel like this game should wrap up? I mean at this point we've banged every character and being a vanilla game there's not going to be much more progress in that area except in where and what other girl is thrown into the mix and the father story arch hasn't even really progressed at all. Poor guy is sitting in jail while his son is running around impregnating the neighborhood.
Doesn't he still need to bang the grandmothers?
 

Haxaur

Member
Apr 11, 2019
102
75
Things i found So far in
v0.50.0

Mia- Rest in your Room 12:00-16:00pm - Play with Her
- can also be triggered at 16:00pm in girls room during exercise, support Mia - lay with Mia - play with her
Judge- Visit 21:00 Relax Together- Fuck her- Video For Daughter
-Repeat 2-3 times to have an new option (Use Daughter For Release)
Grandma Ava- 21:00-22:00 Visit Her Room - Knock
Neighbor Mom- 16:00-18:00 Garden Help - only Gardening
SMom- 18:00 Model- Sex Toys - Give Helping Hand - replace the toy- Time for a threesome
Sam Photographer- Naughty - Ask For Reward- Anal Sex ( After 3some with SMom)
Principal- Be late for classes- try to Get caught by principal - Do what she wants- PICK No, lets get straight to business- Try to go further
- do 2-3times to get a different option
 
Last edited:

Haxaur

Member
Apr 11, 2019
102
75
THESE 2 is the old things I think,bc i already seen them,
Judge- Visit 21:00 Relax Together- Fuck her- Video
For DaughterNeighbor Mom- 16:00-18:00 Garden Help - only Gardening
Judge - you and judge go to lawyers apartment to finish the job while lawyer watches
Neighbors mom- thigh Job
 

Haxaur

Member
Apr 11, 2019
102
75
OK,it is ,thank you. We keep sharing:

Smom can 3some while modeling,after that,can assfuck Sam(phtotgrapher)
oh thanks

not sur e but principal only has picture updates i think
and Aunt just gives option in the morning after taking a bath in hotel
 

Shirobine

Member
Sep 17, 2017
286
567
Does anyone else feel like this game should wrap up? I mean at this point we've banged every character and being a vanilla game there's not going to be much more progress in that area except in where and what other girl is thrown into the mix and the father story arch hasn't even really progressed at all. Poor guy is sitting in jail while his son is running around impregnating the neighborhood.
Game is still missing impregnation ala Summertime Saga style. Creator knows this I'm sure and is drip feeding us till then. Maybe DAZ doesn't make good impreg models or something though.
 

Yadhutm

New Member
Jul 27, 2021
4
1
Some one help i cant trigger aunt/mom 3some
1.creampied both
2. Selecting aunt every time as the winner on clothing contest and she wont fk theMC when sleeping together with mom.
3. Also when sleeping together with aunt and Mom leaves after sometime and (relationship get worse )

Have been grinding this event like whole night it's not triggering Heard the aunt need to fk MC beside mom but it's not happening

Is it bug or something.
 
Apr 13, 2024
63
32
Some one help i cant trigger aunt/mom 3some
1.creampied both
2. Selecting aunt every time as the winner on clothing contest and she wont fk theMC when sleeping together with mom.
3. Also when sleeping together with aunt and Mom leaves after sometime and (relationship get worse )

Have been grinding this event like whole night it's not triggering Heard the aunt need to fk MC beside mom but it's not happening

Is it bug or something.
I didn't know there was a threesome between the mother and aunt. But I have fucked them both beside each other at night. I don't know if its what triggers it, but keep doing the clothes inspection events between the mother and aunt until both are naked and sit on you. Then whoever you pick seems to be the one you fuck at night beside the other.
 

Yadhutm

New Member
Jul 27, 2021
4
1
I didn't know there was a threesome between the mother and aunt. But I have fucked them both beside each other at night. I don't know if its what triggers it, but keep doing the clothes inspection events between the mother and aunt until both are naked and sit on you. Then whoever you pick seems to be the one you fuck at night beside the other.
Well i have been keep picking aunt like whole night..and yeah both of them get ended up being naked but the thing is the mom leaves the bed after some time and the aunt wont fk the MC too i dont know why this is happening...

Also do u know how to make jill gf
 
Apr 13, 2024
63
32
Things i found So far in
v0.50.0

Mia- Rest in your Room 12:00-16:00pm - Play with Her
- can also be triggered at 16:00pm in girls room during exercise, support Mia - lay with Mia - play with her
Judge- Visit 21:00 Relax Together- Fuck her- Video For Daughter
-Repeat 2-3 times to have an new option (Use Daughter For Release)
Grandma Ava- 21:00-22:00 Visit Her Room - Knock
Neighbor Mom- 16:00-18:00 Garden Help - only Gardening
SMom- 18:00 Model- Sex Toys - Give Helping Hand - replace the toy- Time for a threesome
Sam Photographer- Naughty - Ask For Reward- Anal Sex ( After 3some with SMom)
Any specific day to trigger the mia event. I have done all the rest you mention.
 
3.70 star(s) 156 Votes