fromfrom12ws

New Member
Sep 4, 2020
4
0
this traceback only shows that it was some string variable

Does your game include translation to some other language?

Here the console code to clear the contacts screen:
Visual.FocusContact = None

Please, tell me what person and tab you click if the error returns
i still got an error after running Visual.FocusContact = None , the moment i try to open contact list or location it prompts this error
 

Mister Hentai

Member
Mar 22, 2022
254
308
Got the game to load on Joiplay, but get an error when trying to progress:

```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/GameData.rpy", line 955, in <module>
File "game/GameItem.rpy", line 42, in Activate
File "game/loc_MotelParking.rpy", line 107, in MotelParkingOnFocus
File "game/ZoneClass.rpy", line 409, in SetSizeByImage
KeyError: <renpy.display.im.Image object ('images/Motel/motel_parking_day_car_mom_act.jpg') at 0x7be98e4fa0>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 949, in script
File "renpy/ast.py", line 1843, in execute
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/GameData.rpy", line 955, in <module>
File "game/GameItem.rpy", line 42, in Activate
File "game/loc_MotelParking.rpy", line 107, in MotelParkingOnFocus
File "game/ZoneClass.rpy", line 409, in SetSizeByImage
File "renpy/display\im.py", line 384, in get
File "renpy/display\im.py", line 397, in kill
KeyError: <renpy.display.im.Image object ('images/Motel/motel_parking_day_car_mom_act.jpg') at 0x7be98e4fa0>
```
 
  • Like
Reactions: Cas4555

pasttrue

Newbie
Jun 4, 2023
22
9
Sadly, there are two different errors that softlocks different content. And the game will need a quick update.

'NightPussyJerking' Can be be fixed via console code:
Relations(YoungSis).allure.Adders.InitOnce("NightPussyJerking")
Date problem can be fixed if you set (but it's only until the next update):
Relations(YoungSis).allure.Adders["FuckRaw"].SupposedMin = 10000
the NightPussyJerking still isn't fixed using this method for me
 

Bommel34

Newbie
Aug 22, 2024
15
4
* Jill friend(Mia). Police station event related to Mia. 3p scene with Hotcop(Violet). Additional sex scene with Hotcop(Violet).
(Add Contacts portrait of uniformed female police officer (not important))

I always trigger this task on Thursdays.
The second time I give 200, I can trigger 3P.

I have triggered the event only once, since then never again, hence my question about the exact process
I am out and about in the city every day from 7 p.m. to 5 a.m. and I don't get a call telling me to pick up Mia from the police station
 

ginil1858

New Member
Nov 28, 2018
6
6
I have triggered the event only once, since then never again, hence my question about the exact process
I am out and about in the city every day from 7 p.m. to 5 a.m. and I don't get a call telling me to pick up Mia from the police station
I go to the bar at 03:00 on Thursdays and ask Mia to pick me up and take me home.
I get back to the hotel at 04:00.
You can get a call from Mia in the bar area or the police station area from 05:00 to 06:00.
 
  • Like
Reactions: Bommel34

neub1i

Member
Nov 26, 2023
258
661
Can someone help me figure this one out? i get this error message:

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

While running game code:
  File "game/scrs_game_menus.rpy", line 776, in __call__
AttributeError: Can't get attribute 'WalkthroughContent' on <renpy.python.StoreModule object at 0x0000000003d12670>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\python.py", line 1187, 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 "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 2218, 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 "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 776, in __call__
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\loadsave.py", line 837, in load
    roots, log = loads(log_data)
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 104, in loads
    return load(io.BytesIO(s))
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 101, in load
    return up.load()
  File "E:\Games\Neuer Ordner\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 97, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'WalkthroughContent' on <renpy.python.StoreModule object at 0x0000000003d12670>

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Straitened Times 0.63.1
Sun Jul 20 16:24:35 2025
 

CbunnySwtor

Member
Jul 18, 2024
241
522
The game gives this error in version 63.1
Either download the mod again (Alternate Gallery Mod on the first page), find WCold's variable replacement posted in the last few days or create your own replacement for the store variable.
 
Last edited:

MisterPervy

Member
Feb 1, 2018
112
76
What is the current end of Diya's route in the classroom? I got as far as her looking at Lily's work while MC is noticing she might not be wearing undies or something.
 
3.70 star(s) 197 Votes