WCold

Active Member
Aug 17, 2016
735
586
291
Anybody else has the travel bug? Since 0.63.2 and now 0.64, I get an error message when I try to get places. I can ignore, but it's annoying.

here's the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/itm_GlobalMap.rpy", line 90, in <module>
File "game/GameData.rpy", line 622, in TravelEventGen
TypeError: 'NoneType' object is not iterable

Darwin-24.6.0-arm64-arm-64bit arm64
Ren'Py 7.6.3.23091805
Straitened Times 0.64.0
Mon Aug 25 13:46:25 2025

Is there anything I can do, or should I just wait for an update?
This variable should be inited during update of your savefile.
Did you have errors when you loaded the game?

you can try to use console code:
GData.DeepUpdate = "on load"
then save and load the game. It should update your game's variables when you load the game.
Just do it in free roaming mode.
 

RobbieAbz

Newbie
Oct 12, 2023
37
19
52
All are busy with error fixing...;)
Anyone knows how to complete these quests???o_O

//New content for Lisa and Sophia Gardner, Ava Jensen, and Principal
and something for Teen Maid, Art Teacher, and others

This time, Lisa Gardner received her personal ending.
And you can look for new Principal event near her office BJs. //

Thanks (y)
 

NicosTheYoung

Newbie
Apr 4, 2024
15
3
38
Another issue I get is when trying to travel at 3am to trigger the action with Mia and Violet. I can't trigger it, and I get this message:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/itm_GlobalMap.rpy", line 90, in <module>
File "game/GameData.rpy", line 623, in TravelEventGen
File "game/ch_OSfriend.rpy", line 348, in OSfOnTravel
AttributeError: 'PersonClass' object has no attribute 'LastPoliceCheckTM'

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

Full traceback:
File "script.rpyc", line 7, in script call
File "GameData.rpyc", line 954, in script call
File "itm_GlobalMap.rpyc", line 90, in script
File "/private/var/folders/w4/g96cs23n3ws__rv0jypt9fz00000gn/T/AppTranslocation/C958A34B-2E24-4E27-B660-925E5B0FDE65/d/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 "/private/var/folders/w4/g96cs23n3ws__rv0jypt9fz00000gn/T/AppTranslocation/C958A34B-2E24-4E27-B660-925E5B0FDE65/d/StraitenedTimes.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/itm_GlobalMap.rpy", line 90, in <module>
File "game/GameData.rpy", line 623, in TravelEventGen
File "game/ch_OSfriend.rpy", line 348, in OSfOnTravel
AttributeError: 'PersonClass' object has no attribute 'LastPoliceCheckTM'

Darwin-24.6.0-arm64-arm-64bit arm64
Ren'Py 7.6.3.23091805
Straitened Times 0.64.0
Mon Aug 25 19:28:11 2025



Is there anything I can do for this?
 

L-A

New Member
Dec 23, 2023
5
10
71
Some troubles

File "game/GameData.rpy", line 957, in <module>
File "game/GameItem.rpy", line 42, in Activate
File "game/loc_MotelMyBath.rpy", line 49, in MotelMyBathOnFocus
File "game/loc_MotelMyBath.rpy", line 136, in BathAllowToStay
File "game/ch_M.rpy", line 1378, in MomIsAllowInsideBath
AttributeError: 'DynamicVar' object has no attribute 'CheckNOpinion'
Temporary Fix for Straitened Times v0.64.0


This is a small override patch to bypass the CheckNOpinion error that appears in Straitened Times v0.64.0.
It simply replaces the function MomIsAllowInsideBath with a safe version so the game can continue without crashing.


How to use:


  1. Download the attached file override_fix.rpy.
  2. Place it inside your game’s game/ folder.
  3. Launch the game – it should now run without errors.

⚠ Note: This is only a temporary fix for v0.64.0.
The developer has already confirmed that the issue is officially fixed in v0.64.1, so you can safely remove this patch after updating.
 
  • Like
Reactions: Enot1964

bsnook981

Newbie
Aug 10, 2018
55
21
98
Hey,
I'm struggling a bit on getting Anna to take off her top. I got to the point where she has no bra on, but no matter how many times I catch her drunk in the hallway or enter her room to drink with her, I can't get her to remove it. I've followed the walk-through and completed every other one of her solo quest lines, but still I cant get her to remove her top.
 

PaHaN6

New Member
Feb 21, 2019
7
0
45
Hello.How can i get office cuni with Victoria(i can't make any progress futher with her,but all stats full)?
 

Enot1964

Well-Known Member
May 20, 2019
1,321
1,290
338
Hello.How can i get office cuni with Victoria(i can't make any progress futher with her,but all stats full)?
HJ, Foot job with bare feet, or in stiletto shoes, cunnilingus (will appear after a couple of successful parties in her apartment). If the previous steps are already ineffective, then we ask HJ again and Victoria will want to get closer. If MC agrees, Victoria becomes MC's girlfriend and makes him a BJ.
 

megaera

Active Member
Nov 12, 2016
555
674
306
Is Sister + Aunt currently bugged? Can't seem to trigger it?

Duo Sisters scene cause this bug which is why i am asking:


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

While running game code:
SyntaxError: invalid syntax (ch_OS.rpy, line 3863)

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

Full traceback:
  File "script.rpyc", line 7, in script call
  File "GameData.rpyc", line 954, in script call
  File "ch_YS.rpyc", line 1736, in script call
  File "ch_OS.rpyc", line 3719, in script call
  File "ch_OS.rpyc", line 3861, in script
  File "renpy/ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1151, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 1088, in py_compile
    raise e
SyntaxError: invalid syntax (ch_OS.rpy, line 3863)

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
Straitened Times 0.64.0
Tue Aug 26 11:19:13 2025
 
Last edited:
Aug 28, 2017
376
749
285
Last version I played was 0.62, and none of my saves works with .64.
I tried to add the file from the OP but didn't work.

Any solution?
 

WCold

Active Member
Aug 17, 2016
735
586
291
Last version I played was 0.62, and none of my saves works with .64.
I tried to add the file from the OP but didn't work.
Any solution?
Did you try to load the game with the same mods (cheat, walkthrough) as in the game it was saved?
What errors do you have?
 
3.70 star(s) 208 Votes