I'm having a problem launching the game.
The image "CoxBeautyEmporium.png" is where it should be.
View attachment 4946377
##########################################################
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in script
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 282, in <module>
$ coxBeautyEmporium = Location("Cox Beauty Emporium", "coxEmporiumScreen", "Cox/coxSluttery/CoxBeautyEmporium.png")
File "game/Classes/Logic_Classes/Location.rpy", line 8, in __init__
ClickableImage.__init__(self, background_image, screen_position = screen_position, name = name, *args, **kwargs)
File "game/Classes/Display_Classes/ClickableBase.rpy", line 52, in __init__
self.image_size = renpy.image_size(starting_image)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\displayexports.py", line 755, in image_size
surf = im.load()
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 788, in load
raise e
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\im.py", line 738, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\loader.py", line 686, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'LocationImages/Cox/coxSluttery/CoxBeautyEmporium.png'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:28:27 2025
```
##########################################################
I click ignore...and there...
##########################################################
Code:
I'm sorry, but an uncaught exception occurred.
While running game code
File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
$ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8, screen_position = (1200, 850),
File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
$ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8, screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback
File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in script
$ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8, screen_position = (1200, 850),
File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpyast.py, line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File DCACIncoming1 - Jeux- AA Very FullHouseV0.35.4renpypython.py, line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File gameModscoxSlutterycoxSlutteryDefinitionsAndFunctions.rpy, line 297, in module
$ DeliveryGuy_store = ClickablePerson(DeliveryGuy Offmap, DeliveryGuy, imagesCoxcoxSlutteryDeliveryGuy_1_Standing, location = coxBeautyEmporium, live2d_height = 0.8, screen_position = (1200, 850),
NameError name 'coxBeautyEmporium' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 173519 2025
[code]
############################################################
I click ignore...and there
The game crashes
############################################################
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
with None
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
with None
KeyError: 'x52Overlay'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 652, in main
run(restart)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
with None
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
with None
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\ast.py", line 1367, in execute
renpy.exports.with_statement(trans, paired=paired)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\exports\statementexports.py", line 257, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1574, in do_with
self.with_none()
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1601, in with_none
for layer, d in self.compute_scene(scene_lists).items():
File "D:\CAC\Incoming\1 - Jeux\- A\A Very FullHouseV0.35.4\renpy\display\core.py", line 1785, in compute_scene
root.layers[layer] = rv[layer]
KeyError: 'x52Overlay'
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jun 15 17:39:07 2025
#############################################################
Any solution?