mljac1

New Member
Jan 11, 2025
8
8
Im getting this error all the time, could someone help with it?
How did you get that stacy_char.preg!=0 ???
It is not initialized anywhere in the game so I guess this is reason for your error
If you activate developer console with unren, you can set this variable to 0 which should avoid your error
 
  • Like
Reactions: krupp86

mljac1

New Member
Jan 11, 2025
8
8
In church, Susan always confess same sin all the time. If you want to hear other sins, in church.rpy, in line 76, change this
Code:
if len(susan_char.sin)>0:
to this
Code:
if len(susan_char.sin)<=0:
 
  • Like
Reactions: krupp86

krupp86

New Member
Jul 13, 2019
5
3
How did you get that stacy_char.preg!=0 ???
It is not initialized anywhere in the game so I guess this is reason for your error
If you activate developer console with unren, you can set this variable to 0 which should avoid your error
If i would know..but your fix worked, thanks a lot :)
 

markus T

Engaged Member
Jun 11, 2017
3,073
3,574
This is the first game of this dev's that I actually like. I liked harem camp for a a bit but it was always a buggy mess but started losing interest towards the end. I mean no offense ofcourse. Looking forward to more of this one.
 
  • Like
Reactions: Seawulf00

deadspin

Newbie
Jun 1, 2017
43
30
So I replaced the pool and store rpy as well deleting the rypc files before replacing them and still get error trying to switch to friendly. I think this game dev has always breaks something in his game. Never gets fixed just waits for more supporters. Hopefully the next version will actually work but I doubt it.

1746926024242.png
 

MrBaitor

Member
Nov 4, 2018
425
392
So I replaced the pool and store rpy as well deleting the rypc files before replacing them and still get error trying to switch to friendly. I think this game dev has always breaks something in his game. Never gets fixed just waits for more supporters. Hopefully the next version will actually work but I doubt it.

View attachment 4827450
No he won't fix anything. This bug is old like 4 updates ago. Just a little hint, if you click on the pink letters appearing when there's no image the game will move forward as if there was the actual image in this case, Megan stretching out .
 

deadspin

Newbie
Jun 1, 2017
43
30
No he won't fix anything. This bug is old like 4 updates ago. Just a little hint, if you click on the pink letters appearing when there's no image the game will move forward as if there was the actual image in this case, Megan stretching out .
Yeah, thanks for the reply. I should have got back sooner, but I got Expedition 33 and been stuck in that game for TOO LONG. I am out of my binge of it for now, but I know it is lurking in the back of my mind waiting to swallow me again. At this point just waiting for new update and try again then. I gave up with his first game Goodnight Kiss as that one was big mess. I was hoping he would fix his scripts but as I can see he has not. Oh well, such is the life of a pirate :p .
 

markus T

Engaged Member
Jun 11, 2017
3,073
3,574
How much sharing scenes with the mother fir now ? Only the daughter ?
There is a threesome with calvin and her husband and one scene where she blows her boss. I don't think the boss one can be repeated unless is random and I'm just unlucky.
 
  • Like
Reactions: rgnar62

murlok

Newbie
Mar 17, 2018
47
15
No he won't fix anything. This bug is old like 4 updates ago. Just a little hint, if you click on the pink letters appearing when there's no image the game will move forward as if there was the actual image in this case, Megan stretching out .
nothing new XD all the game he create have so many error
 
  • Like
Reactions: IZtsGhoSt

ThEReAlIcEmAn

New Member
Nov 25, 2022
14
6
There is still an error when trying to see Megan's friendly path
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/store.rpy", line 610, 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 633, in execute
    screen status():
  File "game/store.rpy", line 633, in execute
    screen status():
  File "game/store.rpy", line 752, in execute
    frame background "#ffffffff" pos 995,100 xysize 500,900:
  File "game/store.rpy", line 753, in execute
    vbox:
  File "game/store.rpy", line 760, in execute
    if holder==megan_char:
  File "game/store.rpy", line 761, in execute
    viewport scrollbars "vertical" xsize 480 ysize 800:
  File "game/store.rpy", line 763, in execute
    use hints_megan()
  File "game/store.rpy", line 1148, in execute
    screen hints_megan():
  File "game/store.rpy", line 1148, in execute
    screen hints_megan():
  File "game/store.rpy", line 1149, in execute
    vbox:
  File "game/store.rpy", line 1206, in execute
    if award==2 and megan_char.goodnight==0:
  File "game/store.rpy", line 1206, in <module>
    if award==2 and megan_char.goodnight==0:
AttributeError: 'GameCharacter' object has no attribute 'goodnight'

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

Full traceback:
  File "game/store.rpy", line 610, in script
    call screen status()
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "N:\Live in Corruption\corruptsin-2.2.1-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 "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\exports.py", line 3420, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "N:\Live in Corruption\corruptsin-2.2.1-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 "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "N:\Live in Corruption\corruptsin-2.2.1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/store.rpy", line 633, in execute
    screen status():
  File "game/store.rpy", line 633, in execute
    screen status():
  File "game/store.rpy", line 752, in execute
    frame background "#ffffffff" pos 995,100 xysize 500,900:
  File "game/store.rpy", line 753, in execute
    vbox:
  File "game/store.rpy", line 760, in execute
    if holder==megan_char:
  File "game/store.rpy", line 761, in execute
    viewport scrollbars "vertical" xsize 480 ysize 800:
  File "game/store.rpy", line 763, in execute
    use hints_megan()
  File "game/store.rpy", line 1148, in execute
    screen hints_megan():
  File "game/store.rpy", line 1148, in execute
    screen hints_megan():
  File "game/store.rpy", line 1149, in execute
    vbox:
  File "game/store.rpy", line 1206, in execute
    if award==2 and megan_char.goodnight==0:
  File "game/store.rpy", line 1206, in <module>
    if award==2 and megan_char.goodnight==0:
AttributeError: 'GameCharacter' object has no attribute 'goodnight'

Windows-10-10.0.19041 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 2.2.1
Sun Jun  1 04:55:09 2025
 

Haremm lover

Well-Known Member
Sep 20, 2017
1,451
633
Hmm... try going to Options and enable Hints from there. You should see something like this in settgings page :
View attachment 4638300

and then in status page on Calvin's pc you should see this:
View attachment 4638302
My status page after putting hints on is still not showing cheats for money and other cheats. Just showing current money not showing cheat +350 and in suspicion also cheat:clear not showing though i have put hints to on
 
3.70 star(s) 14 Votes