4.10 star(s) 38 Votes

Games&Games

Active Member
May 7, 2023
519
301
Ahhh the people who create the game, how come the save from the latest version of the game doesn't work?

it gives this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
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 0x0000000003e1d820>

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\core.py", line 4548, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 1142, in event
return handle_click(self.clicked)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 1075, in handle_click
rv = run(action)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\loadsave.py", line 815, in load
roots, log = loads(log_data)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 0x0000000003e1d820>

Windows-10-10.0.19041 AMD64
Ren'Py 8.1.2.23090503
A Very Full House 0.23.3
Mon Mar 18 15:22:35 2024
 

macacodocrime

Newbie
May 16, 2020
92
274
Ahhh the people who create the game, how come the save from the latest version of the game doesn't work?

it gives this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
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 0x0000000003e1d820>

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\core.py", line 4548, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 1142, in event
return handle_click(self.clicked)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 1075, in handle_click
rv = run(action)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\display\behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\loadsave.py", line 815, in load
roots, log = loads(log_data)
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "D:\Windows.old\Users\Bruno\Desktop\AVeryFullHouse-0.23.3-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 0x0000000003e1d820>

Windows-10-10.0.19041 AMD64
Ren'Py 8.1.2.23090503
A Very Full House 0.23.3
Mon Mar 18 15:22:35 2024


Here I had the same problem, so I copied the saved files from v0.22.3 into the "saves" folder, including the "persistent" file into the "saves" folder from the v0.23 update, after which I was able to access the saved game from the previous version.
 

Brololol

Member
Oct 19, 2017
350
341
oh my god, finally. The only game worth while on this site for me xd
yeah the further we go the less and less of worth games there are. I remember thinking that games that were in development in 2016 will be complete in 2020. Yet those are still "in dev" or "abandoned", and I actually grew tired of numbers of games that went abandoned in years. You see interesting concept - abandoned. You see nice game - cashcow. being a hentai game player is so tiering.
 

Antman63995

Member
Aug 24, 2018
212
324
So what can you do with the schoolboys and schoolgirls? Seems like nothing but tease them a bit. Nothing interesting. Can't even get any of the gloryhole stuff to trigger from the walkthrough mod.
 

zerojack123

Member
Sep 6, 2018
170
194
Good game so far but my only grip so far is the unfinished art that bugs me like hell. Plus I don't know if anyone is bother by it but
How do you get this?
If you are asking for the bully cheating strip, so what you have to do is start class not gym and leave the classroom and go to the boys bathroom and the event will start. If you want the full experience make sure the bully has some control or you can't strip.
 

zerojack123

Member
Sep 6, 2018
170
194
View attachment 3457630

Where do I add the "Walkthrough" mod?


The game folder that was added, it has saves, cache and other folders not found in my folder.

My "saves" folder is a backup from where my saves are stored.

Do I just open as is? My saves are located in my C: drive, in the RenPy folder. I will say that I have been playing the game since 0.17.1 or so. I don't know if anything changed or was moved.
Just drop it into the game folder and when you start the game up check under mod manager and you should see walkthrough mod installed.
 

Antman63995

Member
Aug 24, 2018
212
324
Good game so far but my only grip so far is the unfinished art that bugs me like hell. Plus I don't know if anyone is bother by it but

If you are asking for the bully cheating strip, so what you have to do is start class not gym and leave the classroom and go to the boys bathroom and the event will start. If you want the full experience make sure the bully has some control or you can't strip.
How'd you get the school stuff to trigger!? I have done all the bully guy's stuff, but I can't trigger the classmates events. I have them levelled enough to tease them lv 3 in class so I don't think that's the issue.
 
  • Like
Reactions: katy_letv
May 29, 2023
117
108
So I may have totally forgot I made this a while ago, and never released it. I probably won't update it, though I doubt I'd actually need to as it should be compatible with future versions. Should very much reduce the grind.

You don't have permission to view the spoiler content. Log in or register now.
How do I install this, what is it I need to paste it over?
 
4.10 star(s) 38 Votes