Thousands of Models Streaming Live — Join Free! Click Here!
x

Drmwzrd2001

New Member
Feb 5, 2019
13
13
97
Old saves should work just fine.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Cabin by the Lake 0.17a
Sun Jan 22 22:08:10 2023
 

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,080
388
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Cabin by the Lake 0.17a
Sun Jan 22 22:08:10 2023
Ehem... Let me rephrase...

Old saves SHOULD work just fine...

Of course should doesn't mean will. There was a function that was causing some version mismatching type errors around version 0.11 or 0.12 and that's what this is. I sadly do not have a fix for you
 
  • Like
Reactions: hentai charley

Solinaru

New Member
Donor
Sep 7, 2021
2
8
33
This sounds really silly, but I love this game so much. <3

Running loops in a VN isn't new, but the way this game does it and gives you a map to explore the convo routes feels so refreshing to find the scenes I'm missing to unlockthe next acts of the game. <3

Looking forward to future updates as a new Patron!^^
 

JHNSeph

New Member
Nov 12, 2020
3
4
13
Yeah so, at this point I say the "What was that?" and "The Beginning" achievements are just broken.
I have spend hours doing back scroll and reselect "move closer" and nothing is happening. I've clicked all over it but there is no secret button in the end screen or anything.

My mouse probably has gone through a lifetimes worth of clicks with this by now. I'm not calling people liars or anything, but it just isn't working.
 

Lavisor

Member
Oct 15, 2018
114
79
179
Yeah so, at this point I say the "What was that?" and "The Beginning" achievements are just broken.
I have spend hours doing back scroll and reselect "move closer" and nothing is happening. I've clicked all over it but there is no secret button in the end screen or anything.

My mouse probably has gone through a lifetimes worth of clicks with this by now. I'm not calling people liars or anything, but it just isn't working.
I reached it with the current public version. But don't can say what exactly triggered it. Maybe also gaining a world corruption on the same run? Idk.
 

Bill Temple

Active Member
May 20, 2021
840
3,093
377
Yeah so, at this point I say the "What was that?" and "The Beginning" achievements are just broken.
I have spend hours doing back scroll and reselect "move closer" and nothing is happening. I've clicked all over it but there is no secret button in the end screen or anything.

My mouse probably has gone through a lifetimes worth of clicks with this by now. I'm not calling people liars or anything, but it just isn't working.
They work. They're just hard to get. Both achievements have World Corruption requirements to trigger. The spoilers below will tell you exactly how to get them, so if you still want to try to get them on your own, don't open them.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

JHNSeph

New Member
Nov 12, 2020
3
4
13
They work. They're just hard to get. Both achievements have World Corruption requirements to trigger. The spoilers below will tell you exactly how to get them, so if you still want to try to get them on your own, don't open them.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
So there are basic requirements after all. Funnily enough my world corruption was still at 29 when I tried it. ^_^;
Thanks for the clarification, hope this will at least make it clearer for future players searching for the answer.
 

jahall

Well-Known Member
Feb 20, 2019
1,849
1,223
340
I've completed the "watch porn with Alex" event, but to raise her corruption level I also need to get the Sunday midnight "sharing a bed" event to play out correctly. I've managed to get all the necessary precursors ticked off, and Alex invites me to her bedroom OK. But then when I share a bed with her (and with Haile) for some reason the "sharing a bed" isn't ticked off, regardless of which option I choose, and I never get to the "snuggle her so hard that she has to put on panties" sub-event. Any ideas?
 

poisonbug

Member
Dec 4, 2018
145
37
216
Is "reveal all guide paths" effect only current save ? Just wanna glimpse what i miss. Oh, btw, about guide. What exacly are nodes ?
 
  • Like
Reactions: GR8PAIN

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,080
388
Is "reveal all guide paths" effect only current save ? Just wanna glimpse what i miss. Oh, btw, about guide. What exacly are nodes ?
The guide is written into the current save, so if you go back to a previous save, then the guide will revert to how it was then.

Nodes are basically any point where there would be a meaningful branch or notable gain. These are primarily dialogue choices or stat checks.
- All dialogue choices are included as nodes, regardless of if there is a meaningful difference in selecting them.
- Many, but not all stat checks are included as nodes. A lot of the scenes respond to the current state of the game and this ranges from a single different line (Lisa referencing how Alex has friends if she is at C5) to entierly different scenes (Alex's corruption level during the hot tub). They are included whenever they would result in a stat change, dependent check later or new menu choices, but not if the only difference is dialogue.
- Stat changes and permanent unlocks are also nodes. This is mostly to help with planning and so you know roughly where these things happened. Real meat and potatoes of it all.
- Important events that are checked later in the run are... sometimes in the guide... This is mostly just because the exact form of the guide has undergone some evolution over the past year and it's not all in the form it eventually took shape into. I would love to go and refactor it, but I would love to outsource that even more as I prefer to write new content than spend two weeks refactoring something that is just a little sub par.
 

logros13

Newbie
Jan 17, 2018
61
93
241
Anyone know how to unlock Samis second corruption level?

According to corruption event tracker on the reset page I have seen all her events and I have all the rewards but I still don't have her second corruption level so I'm kind lost here...
 

Nobodysan

Newbie
Mar 11, 2021
48
38
142
Forgive me if I missed when someone explained this, but: I did the searching-for-Haily scene once, but it doesn't offer me the option any more. Twice I've looped through collecting the four clues, but come Sunday evening no choices come up about figuring out where she is, let alone visiting her. Am I missing something?
 
4.20 star(s) 80 Votes