3.70 star(s) 14 Votes
Nov 1, 2018
495
518
I get an error under Kate / Mom details being the same or similar issue (a hold over from v1.7.1?), when player cilcks on details in phone for Kate / Mom, v2.1.1
The only thing I have not done was start a new game.
I tried to restart and there is still the "NameError: name 'persist' is not defined" error on different context.
 
  • Like
Reactions: deadspin

Kudram

Newbie
Dec 26, 2017
83
125
It seems that this version as well is incompatible with our old saves. Damn, I really like this game but even with Quick Start feature is real pain to do all this again for each update.
And with every update adding new bugs it's even less appealing. I want to like this game, but the dev makes it pretty damn difficult.
 
  • Like
Reactions: TheUberstuff

deadspin

Newbie
Jun 1, 2017
40
20
I had to delete all my old saves from 1.7, just constant bug errors, from switching the hints, going anywhere, and using the computer. What bug fixes did this one correct?
Added : Even on a new game, I am still getting the same bugs
 
Last edited:
  • Like
Reactions: MisterKr

Ginji

Lightning Emperor
Donor
May 14, 2017
1,505
3,472
great game,regular updates but these constant bugs with each release is starting to drag it down.you can only restart so many times before it gets boring.Dev should really look at getting a couple of testers to run through before release even if it delays it.Hope it gets sorted :)
 

Assassin

Member
May 31, 2017
104
24
About inviting Stacy to a threesome with you and Megan, when you get the message( Calvin's thoughts) that you can push Stacy for something more and you have a yellow exclamation symbol on your phone (!), you will have to basically ignore Stacy for about a week if I remember correctly by fooling around more with Megan.


About not finding Stacy at the mall, just click on the message : image "stacy_back" not found View attachment 4731427 that is underlined in the pic when you find Stacy at the mall and you can continue your progress normally.
The same can happen in various occasions when there are missing characters in a scene, like sometimes Megan in the pool or when she is in the Gym as well.

About Black Lace outfit, it is bugged. There's nothing we can do about it. We will have to wait a fix or the next update.
Still not trigger threesome I ignore her like 3 week while ! is on not thing happen when i call Megan (I call every time she at home) and not trigger when I read her message too

The new pink lingerie seem bug too she always wear white corset
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,881
47,444
I'm just gonna keep playing version 1.9.1 'cause I really don't wanna start over. The new version's not compatible with my old saves :(
 
  • Sad
Reactions: KrLosZ

staninca

Newbie
Jun 8, 2018
98
53
I get an error under Kate / Mom details being the same or similar issue (a hold over from v1.7.1?), when player cilcks on details in phone for Kate / Mom, v2.1.1
The only thing I have not done was start a new game.
New game same error.
 

mostnose

New Member
Jun 9, 2023
5
4
The game is telling me to buy a vibrator for Megan. Thing is, I bought it in advance. Is this an issue? Is there a way to delete it from my inventory?

NVM, played for another 2 minutes and found out you give it to her while she's doing homework. Leaving this comment in case someone has the same "issue".
 

olololo1234

Member
May 11, 2019
222
121
Hi. How to purchase clothes for Megan? I can't trigger the second lingerie for the show. I've visited the mall countless times.
 
Last edited:

JulienJaden

Newbie
May 15, 2017
22
136
Hi. How to purchase clothes for Megan? I can't trigger the second lingerie for the show. I've visited the mall countless times.
I foundt it. You have to invite Megan to the mall. There you can shoose the lingerie store.
Critical information here (I literally spent an hour rifling through the entire code looking for the variables, calls, labels etc...):
You need to spend time with her in the afternoon when she is learning on her bed, 11 times or more.





I confirm there is an error:

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

While running game code:
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  [Previous line repeated 29 more times]
  File "game/script.rpy", line 5517, in script
   
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script.rpy", line 5542, in execute
    textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36  text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
  File "game/script.rpy", line 5542, in execute
    textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36  text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
  File "game/script.rpy", line 5545, in execute
    imagebutton idle "phone-bg" action Return()
  File "game/script.rpy", line 5637, in execute
    else:
  File "game/script.rpy", line 5638, in execute
   
  File "game/script.rpy", line 5639, in execute
    viewport scrollbars "vertical"  pos 735,195 xsize 470 ysize 630:
  File "game/script.rpy", line 5743, in execute
    if option==megan_char:
  File "game/script.rpy", line 5744, in execute
    use hints_megan()
  File "game/store.rpy", line 1635, in execute
    screen hints_susan():
  File "game/store.rpy", line 1635, in execute
    screen hints_susan():
  File "game/store.rpy", line 1636, in execute
    vbox:
  File "game/store.rpy", line 1683, in execute
    if susan_char.theater==1:
  File "game/store.rpy", line 1685, in <module>
    elif persist.hints>0:
NameError: name 'persist' is not defined

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

Full traceback:
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  File "game/tv.rpy", line 90, in script call
    call megan_tv_3 from _call_megan_tv_3
  [Previous line repeated 29 more times]
  File "game/script.rpy", line 5517, in script
   
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ast.py", line 1974, in execute
    self.call("execute")
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/statements.py", line 374, 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 "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/exports/statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2188, 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 "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2705, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/core.py", line 2705, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "/Users/smg/Desktop/corruptsin-2.1.1-mac.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 5542, in execute
    textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36  text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
  File "game/script.rpy", line 5542, in execute
    textbutton "< Back" action Return() pos 725,818 text_font "DejaVuSans.ttf" text_size 36  text_outlines [ (absolute(4), "#000", absolute(0), absolute(0)) ]
  File "game/script.rpy", line 5545, in execute
    imagebutton idle "phone-bg" action Return()
  File "game/script.rpy", line 5637, in execute
    else:
  File "game/script.rpy", line 5638, in execute
   
  File "game/script.rpy", line 5639, in execute
    viewport scrollbars "vertical"  pos 735,195 xsize 470 ysize 630:
  File "game/script.rpy", line 5743, in execute
    if option==megan_char:
  File "game/script.rpy", line 5744, in execute
    use hints_megan()
  File "game/store.rpy", line 1635, in execute
    screen hints_susan():
  File "game/store.rpy", line 1635, in execute
    screen hints_susan():
  File "game/store.rpy", line 1636, in execute
    vbox:
  File "game/store.rpy", line 1683, in execute
    if susan_char.theater==1:
  File "game/store.rpy", line 1685, in <module>
    elif persist.hints>0:
NameError: name 'persist' is not defined

Ren'Py 8.3.0.24082114
Live in Corruption 2.1.1
Fri May  2 20:44:17 2025
The solution is to open "store.rpy" with Notepad++ and replace the two instances of "persist" with "persistent" (the maker accidentally used a new label instead of the old one).
There's another script error I ran into (something with "goodnight" that was also the wrong label) that I fixed the same way. It's not nearly as complicated as some other games, literally just the last link of the traceback chain that you gotta fix, and that was pretty straightforward by just looking at the file.
 
3.70 star(s) 14 Votes