Assassin

Newbie
May 31, 2017
99
23
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/loc_SHouseRooms.rpy", line 797, in <module>
KeyError: u'TVCaress'

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_StepYS.rpyc", line 1458, in script call
File "loc_SHouseRooms.rpyc", line 797, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/loc_SHouseRooms.rpy", line 797, in <module>
KeyError: u'TVCaress'

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.2.23090503
Straitened Times 0.42.0
Sat Sep 16 05:55:39 2023


Anyone can help with this? please
 

john1230

Active Member
Oct 6, 2020
868
764
He probably means that the menu showing up is all that works. You can't use the menu for anything and you can't make it go away either. Just because the graphics appear doesn't mean that the functions behind them actually work. Any decent coder would know that. Put quite simply, looks can be deceiving.
Firstly, I want to commend you for using the search. well done(y)

Secondly, that issue was not related to the current mod not working because RenPy updated it's keymapping.

Thirdly, I'm no coder. I'm just some idiot trying to learn python from other people's coding and figuring out what the code is doing. So I am no where near decent, but the mod was working just fine before so if it was showing up on screen then it was working.
 

BlackMage69

Newbie
Apr 1, 2019
43
16
One mod to rule it all. Wow
Except that it makes the Photo Studio completely vanish and leave you stuck with an appointment you cannot keep because there is no studio to go to or model to ask. In downtown you only get Mall and Bank. Nothing else despite the appointment. Cannot use phone to fix problem either because it's stuck in a 'you've got an appointment' loop regarding the job search
 
  • Like
Reactions: ALegend27

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,139
6,587
Except that it makes the Photo Studio completely vanish and leave you stuck with an appointment you cannot keep because there is no studio to go to or model to ask. In downtown you only get Mall and Bank. Nothing else despite the appointment. Cannot use phone to fix problem either because it's stuck in a 'you've got an appointment' loop regarding the job search

Works fine for me... you sure you installed it right? and you aren't using any other mod?
 

DrSeaword

New Member
Sep 3, 2017
11
3
Are the events (Mom peeping, checking breasts) random? I'm following the walkthrough and I'm not getting the same events. Creator says to just keep leaving until you get the right one, but it never seems to work.
 

ept

Newbie
Aug 26, 2022
74
81
Are the events (Mom peeping, checking breasts) random? I'm following the walkthrough and I'm not getting the same events. Creator says to just keep leaving until you get the right one, but it never seems to work.
No, they're triggered. The walkthrough is more of a rough guide than a walkthrough. It must have taken forever to compile, but it's not too useful, sadly. Use it as a rough guide when you're stuck rather than a hand-holding list.

Once you meet the trigger conditions, the given event either happens next time or is enabled with a random chance and needs repeating (usually not too many). The pink page on your contact list helps, as does searching this thread.

(Hardest one for me was finding the right mix of actions for the drinking session with the lawyer - had to get help from this thread for that)
 

makeeyou

New Member
May 5, 2018
7
4
any help pls with this issue

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_MAunt.rpyc", line 2932, in script
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

macOS-13.5.2-arm64-arm-64bit arm64
Ren'Py 8.1.0.23051307
Straitened Times 0.42.0
Sat Sep 16 10:33:07 2023
 
3.70 star(s) 183 Votes