Hi !
I'am new on this game and I got an error with the last version (Episode 8 : I start from the begining with no save)
[/CODE]
It seems that file gui/assets/feel0.png doesn't exist. I check in the folder and I don't have "feel" assets.
Can you help me with this ?
Thanks
I'am new on this game and I got an error with the last version (Episode 8 : I start from the begining with no save)
Code:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 169, in execute_window_hide
_window_hide(trans)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 257, in script
File "I:\Myearlylife-8.07-win\renpy\ast.py", line 2259, in execute
self.call("execute")
File "I:\Myearlylife-8.07-win\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "I:\Myearlylife-8.07-win\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000window.rpy", line 169, in execute_window_hide
_window_hide(trans)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
File "I:\Myearlylife-8.07-win\renpy\exports.py", line 1757, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 2975, in do_with
return self.interact(trans_pause=True,
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 3579, 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 "I:\Myearlylife-8.07-win\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "I:\Myearlylife-8.07-win\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 4 more times]
File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 671, in visit_all
for d in self.visit():
File "I:\Myearlylife-8.07-win\renpy\display\image.py", line 785, in visit
self.find_target()
File "I:\Myearlylife-8.07-win\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
My early life 8.07
Thu Apr 11 14:47:42 2024
It seems that file gui/assets/feel0.png doesn't exist. I check in the folder and I don't have "feel" assets.
Can you help me with this ?
Thanks