3.70 star(s) 14 Votes

Zephery

Newbie
Jun 10, 2017
78
54
For those of you who are having issues with displaying the Friendly list for Megan and get the error message that 'goodnight' doesn't exist for the megan_char, you need to go into story.rpy and change all of the lines with megan_char.goodnight to megan_char.goodnight_level. There are about 6 lines starting at or around line 1191 to about line 1201.

Or I have attached the fixed file for v1.9.0.
 

redkit7878

Newbie
Aug 9, 2017
61
31
For those of you who are having issues with displaying the Friendly list for Megan and get the error message that 'goodnight' doesn't exist for the megan_char, you need to go into story.rpy and change all of the lines with megan_char.goodnight to megan_char.goodnight_level. There are about 6 lines starting at or around line 1191 to about line 1201.

Or I have attached the fixed file for v1.9.0.
this message for me friend. İf u say yes thank u :)
 
  • Like
Reactions: JenoTar

BiggusDikkus

Member
Jan 5, 2018
411
191
Same Stacy office crash. First her info in status screen shows a error after that he stats cannot be viewed anymore and keeps crashing in the office chat.

error in status is as follows:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/store.rpy", line 594, in script
    call screen status()
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/store.rpy", line 617, in execute
    screen status():
  File "game/store.rpy", line 617, in execute
    screen status():
  File "game/store.rpy", line 736, in execute
    frame background "#ffffffff" pos 995,100 xysize 500,900:
  File "game/store.rpy", line 737, in execute
    vbox:
  File "game/store.rpy", line 748, in execute
    if holder==susan_char:
  File "game/store.rpy", line 749, in execute
    use hints_susan()
  File "game/store.rpy", line 1593, in execute
    screen hints_susan():
  File "game/store.rpy", line 1593, in execute
    screen hints_susan():
  File "game/store.rpy", line 1594, in execute
    vbox:
  File "game/store.rpy", line 1636, in execute
    if susan_char.office_quest[0]>0 and susan_char.office_quest[1]>0:
  File "game/store.rpy", line 1639, in execute
    if office_quest==0:
  File "game/store.rpy", line 1642, in execute
    if monica_char.office_quest[0]==0 and monica_char.sex==0:
  File "game/store.rpy", line 1642, in <module>
    if monica_char.office_quest[0]==0 and monica_char.sex==0:
AttributeError: 'GameCharacter' object has no attribute 'office_quest'

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

Full traceback:
  File "game/store.rpy", line 594, in script
    call screen status()
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\exports.py", line 3420, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\core.py", line 2166, 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:\Temp\corruptsin-1.9.0-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\Temp\corruptsin-1.9.0-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/store.rpy", line 617, in execute
    screen status():
  File "game/store.rpy", line 617, in execute
    screen status():
  File "game/store.rpy", line 736, in execute
    frame background "#ffffffff" pos 995,100 xysize 500,900:
  File "game/store.rpy", line 737, in execute
    vbox:
  File "game/store.rpy", line 748, in execute
    if holder==susan_char:
  File "game/store.rpy", line 749, in execute
    use hints_susan()
  File "game/store.rpy", line 1593, in execute
    screen hints_susan():
  File "game/store.rpy", line 1593, in execute
    screen hints_susan():
  File "game/store.rpy", line 1594, in execute
    vbox:
  File "game/store.rpy", line 1636, in execute
    if susan_char.office_quest[0]>0 and susan_char.office_quest[1]>0:
  File "game/store.rpy", line 1639, in execute
    if office_quest==0:
  File "game/store.rpy", line 1642, in execute
    if monica_char.office_quest[0]==0 and monica_char.sex==0:
  File "game/store.rpy", line 1642, in <module>
    if monica_char.office_quest[0]==0 and monica_char.sex==0:
AttributeError: 'GameCharacter' object has no attribute 'office_quest'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 1.9.0
Sat Mar  1 22:46:01 2025

After that Stacy is pretty much bugged all over cannot deselect her any more as favorite on phone.
Stat do not show on main screen anymore bottom right corner as before.
And as pointed out office chat with error code and BSOD.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/office.rpy", line 280, in script
call screen susan_office()
ScriptError: could not find label 'susan_office_chat'.

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

Full traceback:
File "E:\Temp\corruptsin-1.9.0-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\Temp\corruptsin-1.9.0-pc\renpy\main.py", line 637, in main
run(restart)
File "E:\Temp\corruptsin-1.9.0-pc\renpy\main.py", line 145, in run
renpy.execution.run_context(True)
File "E:\Temp\corruptsin-1.9.0-pc\renpy\execution.py", line 955, in run_context
context.run()
File "game/office.rpy", line 280, in script
call screen susan_office()
File "E:\Temp\corruptsin-1.9.0-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'susan_office_chat'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 1.9.0
Sat Mar 1 22:24:22 2025


Hope it helps.
When you try to chat with Susan at office, for some reason, a call is made to an action concerning Megan, which isn't what the code is expecting. If I knew where to look for that call, it would be an easy fix.
 

szabon

Member
Jun 16, 2019
311
204
When you try to chat with Susan at office, for some reason, a call is made to an action concerning Megan, which isn't what the code is expecting. If I knew where to look for that call, it would be an easy fix.
Isn't it because there's action an action to jump and no such named destination to jump onto?
Well, it would be nice if someone could fix that.
 

Boogg

Member
Apr 21, 2022
262
579
I so wish that someone would do a walkthrough. I am having trouble with certain areas where you have to meet Megan in a specific place when she is wearing a specific outfit. I try and try and can never seem to get them. Its driving me crazy. I have given up on the pool quests all together because it doesn't matter when you meet her there or got there with her. None of the quests pop up. Its maddening. right now I am trying to get to where I can get her and Ami's dad together. I have met him at the bar one time and haven't found anything since then to advance that. This is why I hate sandbox games so much!!

ALL OF THIS IS FRUSTRATING!!!!!!!!
 

Boogg

Member
Apr 21, 2022
262
579
Now there is this! Im getting it with the Red Seduction Dress both in the University Library and the city library. It ends in an error every time.
 

MMagiKK

New Member
May 22, 2021
4
2
I so wish that someone would do a walkthrough. I am having trouble with certain areas where you have to meet Megan in a specific place when she is wearing a specific outfit. I try and try and can never seem to get them. Its driving me crazy. I have given up on the pool quests all together because it doesn't matter when you meet her there or got there with her. None of the quests pop up. Its maddening. right now I am trying to get to where I can get her and Ami's dad together. I have met him at the bar one time and haven't found anything since then to advance that. This is why I hate sandbox games so much!!

ALL OF THIS IS FRUSTRATING!!!!!!!!
Unfortunately, I don't think most modders will take this game on in the state it's in. It's persistently buggy or broken and it'll just be more work for a modder to not only create the walkthrough, but fix the broken code on each release.

I'm hopeful that by the time the game is completed that someone might take it on, but in it's current state, I'd say it's unlikely.
 
  • Like
Reactions: MrBaitor

JamTart

Newbie
Nov 23, 2023
79
51
Love this game, but far to buggy to actually play. I can't even look at Megan's quest stuff on my phone or computer as both bug out and get an error page, so have no idea what's next for her questline. Mom also does this sometimes.
 

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,479
2,081
LiveInCorruption-1.9.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Like
Reactions: Ruffuss

MrBaitor

Member
Nov 4, 2018
376
368
anyone know why altering money with save editor no longer works?
In the new version (the bug fix one 1.9.1) there's a cheat added where you can add money from the status screen for all paths. Maybe that's the reason.
 
Last edited:
  • Like
Reactions: Ginji
3.70 star(s) 14 Votes