Ismail12s3

Newbie
May 16, 2022
85
41
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch_FatCop.rpy", line 249, in <module>
AttributeError: 'CaseRecord' object has no attribute 'KnowAboutSisPregnancy'

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

Full traceback:
  File "script.rpyc", line 6, in script call
  File "GameData.rpyc", line 773, in script call
  File "ch_FatCop.rpyc", line 503, in script call
  File "ch_FatCop.rpyc", line 547, in script call
  File "ch_FatCop.rpyc", line 249, in script
  File "D:\rouugee\sttimes\StraitenedTimes-0.27.0-pc\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\rouugee\sttimes\StraitenedTimes-0.27.0-pc\StraitenedTimes-0.27.0-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\rouugee\sttimes\StraitenedTimes-0.27.0-pc\StraitenedTimes-0.27.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ch_FatCop.rpy", line 249, in <module>
AttributeError: 'CaseRecord' object has no attribute 'KnowAboutSisPregnancy'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Straitened Times 0.27.0
Tue May 24 19:29:02 2022
i keep get this when i sit with the cop in the bar

its a problem or just ignore it not big deal ?
 

WCold

Active Member
Aug 17, 2016
578
332
Code:
AttributeError: 'CaseRecord' object has no attribute 'KnowAboutSisPregnancy'
i keep get this when i sit with the cop in the bar

its a problem or just ignore it not big deal ?
Not much of a problem. You can click at ignore than repeat the dialogue when the bug will be fixed so the investigation will be updated properly
 
Last edited:
  • Like
Reactions: Chaosguy

tyo26

Newbie
Dec 30, 2021
37
16
I get an error on my smartphone

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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 1424, in execute
  File "game/screens.rpy", line 1424, in execute
  File "game/screens.rpy", line 1440, in execute
  File "game/screens.rpy", line 1441, in execute
  File "game/screens.rpy", line 1449, in execute
  File "game/screens.rpy", line 1453, in execute
  File "game/screens.rpy", line 1619, in execute
  File "game/screens.rpy", line 1619, in execute
  File "game/screens.rpy", line 1647, in execute
  File "game/screens.rpy", line 1650, in execute
  File "game/screens.rpy", line 1654, in execute
  File "game/screens.rpy", line 1669, in execute
  File "game/screens.rpy", line 1671, in execute
  File "game/screens.rpy", line 1706, in execute
  File "game/screens.rpy", line 1711, in execute
  File "game/screens.rpy", line 1717, in execute
  File "game/screens.rpy", line 1718, in execute
  File "game/screens.rpy", line 1739, in execute
  File "game/screens.rpy", line 1740, in execute
  File "game/screens.rpy", line 1740, in <module>
  File "game/PersonClass.rpy", line 361, in GetAddersList
  File "game/GameObject.rpy", line 243, in GetVariablesList
  File "game/GameObject.rpy", line 230, in GetSortedList
  File "game/GameObject.rpy", line 230, in <lambda>
KeyError: u'SleepGroup'

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

Full traceback:
  File "script.rpyc", line 6, in script call
  File "GameData.rpyc", line 785, in script
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1424, in execute
  File "game/screens.rpy", line 1424, in execute
  File "game/screens.rpy", line 1440, in execute
  File "game/screens.rpy", line 1441, in execute
  File "game/screens.rpy", line 1449, in execute
  File "game/screens.rpy", line 1453, in execute
  File "game/screens.rpy", line 1619, in execute
  File "game/screens.rpy", line 1619, in execute
  File "game/screens.rpy", line 1647, in execute
  File "game/screens.rpy", line 1650, in execute
  File "game/screens.rpy", line 1654, in execute
  File "game/screens.rpy", line 1669, in execute
  File "game/screens.rpy", line 1671, in execute
  File "game/screens.rpy", line 1706, in execute
  File "game/screens.rpy", line 1711, in execute
  File "game/screens.rpy", line 1717, in execute
  File "game/screens.rpy", line 1718, in execute
  File "game/screens.rpy", line 1739, in execute
  File "game/screens.rpy", line 1740, in execute
  File "game/screens.rpy", line 1740, in <module>
  File "game/PersonClass.rpy", line 361, in GetAddersList
  File "game/GameObject.rpy", line 243, in GetVariablesList
  File "game/GameObject.rpy", line 230, in GetSortedList
  File "C:\Users\PC-26\Downloads\times\StraitenedTimes-0.27.0-pc\renpy\python.py", line 731, in do_mutation
    return method(self, *args, **kwargs)
  File "game/GameObject.rpy", line 230, in <lambda>
KeyError: u'SleepGroup'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Straitened Times 0.27.0
Wed May 25 05:40:38 2022
[/CODE]
 

Ismail12s3

Newbie
May 16, 2022
85
41
Not much of a problem. You can click at ignore than repeat the dialogue when the bug will be fixed so the investigation will be updated properly
does there new update about the lawyer or the judge or father case cause every task for me is under development
 

pussyhunter33

Member
Jan 1, 2021
210
139
I had this bug when i pointed Jill on my phone and Alexa in the room! had to go back to an older save and start from there again
And a little help to newcomers ;)
at the start after talking to Mom and the girls!
Shift-o "Player.Money=3000000
And other consol commands
like this
Relations["Mom"].allure.Value=200
 

MrDL

Well-Known Member
Nov 11, 2017
1,160
1,575
I think I'm going to hold out several months before I come back again so there's more to do before running out.
 

jk11

Member
May 16, 2017
151
76
got this error on stepmom modeling
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Required parameter w_stockings has no value.

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

Full traceback:
  File "script.rpyc", line 6, in script call
  File "ch_SMom.rpyc", line 2185, in script call
  File "ch_SMom.rpyc", line 2303, in script
  File "D:\Download\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 855, in execute
    values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
  File "D:\Download\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 158, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "D:\Download\StraitenedTimes-0.27.0-pc\renpy\ast.py", line 122, in apply
    raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter w_stockings has no value.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Straitened Times 0.27.0
Wed May 25 09:28:38 2022
 
  • Like
Reactions: Doe467

Sk1tz

Newbie
Nov 9, 2021
87
23
Is there a way to play with Jill if u catch her masterbating peaking near the window. thanks

Also how to have threesome with Xshop owner and young sister
 
Last edited:

JackMiejov

Well-Known Member
May 20, 2021
1,214
2,177
How to get the blowjob?
It was new for v0.26, I am going from memory, but I think it's this:
Choose option to do selfie on the bed. Repeat until sexual tension stops increasing.
Choose option to do handjob where MC cums on Alexa's tits. Repeat until sexual tension stops increasing.
Choose option to do selfie again. It will be a naked selfie. Repeat until sexual tension stops increasing.
Choose option to do blowjob. Repeat until sexual tension stops increasing.
 
3.70 star(s) 160 Votes