4.20 star(s) 39 Votes

Gregtex

Newbie
May 13, 2021
53
98
EDIT: I guess it's due to the coxSluttery mod. Fuck me sideways

When I try to load savegame from 0.20.1

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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x000000000431f550>

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\core.py", line 3587, 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 "G:\AVeryFullHouse-0.21.2-pc\renpy\display\core.py", line 4548, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x000000000431f550>

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.2.23090503
A Very Full House 0.21.2
Sun Dec 17 19:30:29 2023
 
Last edited:

frankmtl

Newbie
Feb 18, 2020
29
11
When I try to load savegame from 0.20.1

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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x000000000431f550>

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\core.py", line 3587, 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 "G:\AVeryFullHouse-0.21.2-pc\renpy\display\core.py", line 4548, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "G:\AVeryFullHouse-0.21.2-pc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'coxClothing' on <renpy.python.StoreModule object at 0x000000000431f550>

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.2.23090503
A Very Full House 0.21.2
Sun Dec 17 19:30:29 2023

you used the cox mod in that save, which it is not up to date
 

Merlinsdragon

Newbie
Nov 21, 2018
19
9
i can't get it to work anymore. all version before worked fine.
this one just quits itself after a few seconds. deleted the settings folder in appdata, but no better. anyone else have this or know what to do?
 

EEHop

Member
Dec 27, 2019
271
352
hi, my save has a bug that i ignored for months but now its coming up to advance in the content, the bug is that, apparently, never had cheer wearing the revealing outfit, i right skipped to the very revealing one and now i can't get her to tease her "step brothers"

any help to fix this?
 

Remussx

Newbie
Jun 18, 2019
96
91
What does the "Tease your brothers" option do? I still haven't figured out what it unlocks. Candy has agreed to tease them, in exchange for a higher allowance, but the scenes remain the same.
 
4.20 star(s) 39 Votes