heyy i ran into a problem during the first nsfw scene if you can please lmk if its something i did or something wrong with the script :(
```
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('14 Nights With You/images/d1 nsfw/background.webp') at 0x000000000a3c7d70>:
File "game/14nightswithyou-paid/14 Nights With You/14nightswithyou.rpyc", line 472, in script
Exception: DynamicImage '14 Nights With You/images/d1 nsfw/ren hair [ren_hair].webp': could not find image. ('14 Nights With You/images/d1 nsfw/ren hair normal.webp')
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/14nightswithyou-paid/14 Nights With You/14nightswithyou.rpyc", line 472, in script
File "renpy/ast.py", line 1581, in execute
renpy.exports.with_statement(trans, paired=paired)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 260, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 1478, in do_with
return self.interact(
~~~~~~~~~~~~~^
trans_pause=True, suppress_overlay=not renpy.config.overlay_during_with, mouse="with", clear=clear
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/display/core.py", line 2154, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
)
^
File "renpy/display/core.py", line 2700, in interact_core
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 6 more times]
File "renpy/display/displayable.py", line 448, in visit_all
for d in self.visit():
~~~~~~~~~~^^
File "renpy/display/image.py", line 799, in visit
self.find_target()
~~~~~~~~~~~~~~~~^^
File "renpy/display/image.py", line 699, in find_target
raise Exception(error)
Exception: DynamicImage '14 Nights With You/images/d1 nsfw/ren hair [ren_hair].webp': could not find image. ('14 Nights With You/images/d1 nsfw/ren hair normal.webp')
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.5.2.26010301
14 Days With You 5.5
Wed Aug 26 18:19:50 2026
```