4.10 star(s) 42 Votes

stayphazed

New Member
Apr 22, 2021
11
9
Having the following error show up when trying to assign the evan masturbation chore:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 462, in script call
call expression conversation_label pass (*args, **kwargs)
File "game/Characters/Nerd/nerd_interact.rpy", line 112, in script call
call nerd_chore_assign_conversation()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 66, in script call
call nerd_chore_reward_select()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in script
$ nerd_masturbate_chore_chore.reset_duration = 4
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in <module>
$ nerd_masturbate_chore_chore.reset_duration = 4
NameError: name 'nerd_masturbate_chore_chore' is not defined

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

Full traceback:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 462, in script call
call expression conversation_label pass (*args, **kwargs)
File "game/Characters/Nerd/nerd_interact.rpy", line 112, in script call
call nerd_chore_assign_conversation()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 66, in script call
call nerd_chore_reward_select()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in script
$ nerd_masturbate_chore_chore.reset_duration = 4
File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in <module>
$ nerd_masturbate_chore_chore.reset_duration = 4
NameError: name 'nerd_masturbate_chore_chore' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
A Very Full House 0.18.1
Sun Sep 17 13:31:09 2023


Help?
 
  • Like
Reactions: philcollinsz22716

MetaMira

Active Member
Game Developer
Sep 14, 2021
567
1,371
Having the following error show up when trying to assign the evan masturbation chore:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 462, in script call
call expression conversation_label pass (*args, **kwargs)
File "game/Characters/Nerd/nerd_interact.rpy", line 112, in script call
call nerd_chore_assign_conversation()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 66, in script call
call nerd_chore_reward_select()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in script
$ nerd_masturbate_chore_chore.reset_duration = 4
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in <module>
$ nerd_masturbate_chore_chore.reset_duration = 4
NameError: name 'nerd_masturbate_chore_chore' is not defined

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

Full traceback:
File "game/script.rpy", line 283, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 462, in script call
call expression conversation_label pass (*args, **kwargs)
File "game/Characters/Nerd/nerd_interact.rpy", line 112, in script call
call nerd_chore_assign_conversation()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 66, in script call
call nerd_chore_reward_select()
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in script
$ nerd_masturbate_chore_chore.reset_duration = 4
File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Characters/Nerd/nerd_chore_automation.rpy", line 168, in <module>
$ nerd_masturbate_chore_chore.reset_duration = 4
NameError: name 'nerd_masturbate_chore_chore' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
A Very Full House 0.18.1
Sun Sep 17 13:31:09 2023


Help?
That's been fixed in v0.18.2, you can grab the most up-to-date version . Sorry for the trouble!
 

josiahtherat

Newbie
May 28, 2017
18
7
I've , which includes an update to Ren'py and Live2d. Could you give it a try and see if it resolves your issues? I believe the bug is related to a Mac security feature called not playing nicely with Ren'py. I expect it was fixed in the most recent release, but I don't have a local mac system to test on.

In other news: A Very Full House now has an official android version! Phone gamers rejoice!
I wouldn't doubt it's an issue with translocation, but I haven't had any issues with any other ren'py games so far, so maybe it's a Live2D issue? The Live2D files are in the folders so it's not that they aren't there, seems it wont give them permission to use them? Btw this happens on start up, can't even make it to the start menu, instant error screen.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

stayphazed

New Member
Apr 22, 2021
11
9
I broke it again...


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

While running game code:
  File "game/script.rpy", line 283, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 445, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/Home/Mom_Bedroom/mom_sewing_events.rpy", line 3, in script call
    menu (menu_id = "sewing_machine_menu"):
  File "game/Classes/Misc_Functionality/ModdedMenuOption.rpy", line 90, in script call
    call expression destination_label pass (*args, **kwargs)
  File "game/Mods/coxSluttery/coxSlutteryOtherEvents.rpy", line 60, in script
    $ mom.outfit_manager.refresh_texture_swaps()
  File "game/Mods/coxSluttery/coxSlutteryOtherEvents.rpy", line 60, in <module>
    $ mom.outfit_manager.refresh_texture_swaps()
  File "game/Classes/Logic_Classes/OutfitManager.rpy", line 236, in refresh_texture_swaps
    self.reset_texture_swaps() #Reset everything so we know we're working with a fresh canvas
  File "game/Classes/Logic_Classes/OutfitManager.rpy", line 227, in reset_texture_swaps
    target_displayable = renpy.get_registered_image(a_texture_swap.target_displayable)
AttributeError: 'NoneType' object has no attribute 'target_displayable'

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

Full traceback:
  File "game/script.rpy", line 283, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 445, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/Home/Mom_Bedroom/mom_sewing_events.rpy", line 3, in script call
    menu (menu_id = "sewing_machine_menu"):
  File "game/Classes/Misc_Functionality/ModdedMenuOption.rpy", line 90, in script call
    call expression destination_label pass (*args, **kwargs)
  File "game/Mods/coxSluttery/coxSlutteryOtherEvents.rpy", line 60, in script
    $ mom.outfit_manager.refresh_texture_swaps()
  File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Gamez\AVeryFullHouse-0.18.1-pc\AVeryFullHouse-0.18.1-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Mods/coxSluttery/coxSlutteryOtherEvents.rpy", line 60, in <module>
    $ mom.outfit_manager.refresh_texture_swaps()
  File "game/Classes/Logic_Classes/OutfitManager.rpy", line 236, in refresh_texture_swaps
    self.reset_texture_swaps() #Reset everything so we know we're working with a fresh canvas
  File "game/Classes/Logic_Classes/OutfitManager.rpy", line 227, in reset_texture_swaps
    target_displayable = renpy.get_registered_image(a_texture_swap.target_displayable)
AttributeError: 'NoneType' object has no attribute 'target_displayable'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
A Very Full House 0.18.1
Mon Sep 18 22:23:06 2023

This is after i got the minified stuff, and went to alter the outfit further
 
  • Like
Reactions: Zongor

MetaMira

Active Member
Game Developer
Sep 14, 2021
567
1,371
I wouldn't doubt it's an issue with translocation, but I haven't had any issues with any other ren'py games so far, so maybe it's a Live2D issue? The Live2D files are in the folders so it's not that they aren't there, seems it wont give them permission to use them? Btw this happens on start up, can't even make it to the start menu, instant error screen.
You don't have permission to view the spoiler content. Log in or register now.
I've read other people have had success unpacking the game and then manually moving everything into another folder - that seems to flag it to not require translocation. I'll keep doing some research and see if I can find something I can change on my end to fix this. If I can't we're at the mercy of Ren'py to fix this :(.
 

CarinaCox

Member
Sep 7, 2021
102
236
This is after i got the minified stuff, and went to alter the outfit further
I'm trying to find out why it's happening, but I have literally no idea. Running the same code in the console works fine, it just doesn't work in the event label, for some reason.
Temporary fix would be to type in this in the console (shift+O) for the unlocks:
coxTinyBlackSkirt.unlocked=True
mom.add_corruption_tag("coxSewedSkirtAgain")
 

sabu6

Member
Sep 26, 2017
323
164
First you must have the revealing outfit, every 4 or 5 days the director will inspect you and there you must ask what is wrong with the outfit, you have to read the dress code rules, then use the sewing machine to have the very revealing outfit
Where do you read the dresscode rules?
 
4.10 star(s) 42 Votes