- Aug 15, 2016
- 51
- 33
I get the error as well when clicking on the telescope.
Edit: There are no images in the folder it's looking at.
Edit: There are no images in the folder it's looking at.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/locations/evolton/parents_farm/parents_house/players_bedroom/_scripts/configuration/display.rpy", line 17, in script call
call construct_interactions(players_bedroom) from _call_construct_interactions_3
File "game/scripts/construct_interactions.rpy", line 26, in script call
$ renpy.call(item.selector.get_action(_return[0]).target)
File "game/locations/evolton/parents_farm/parents_house/players_bedroom/interactions/look/picture/01/script.rpy", line 8, in script
with dissolve
Exception: DynamicImage '[background_file_path][background_file_name]': could not find image. ('/locations/evolton/parents_farm/parents_house/players_bedroom/interactions/look/picture/01/backgrounds//01.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/locations/evolton/parents_farm/parents_house/players_bedroom/_scripts/configuration/display.rpy", line 17, in script call
call construct_interactions(players_bedroom) from _call_construct_interactions_3
File "game/scripts/construct_interactions.rpy", line 26, in script call
$ renpy.call(item.selector.get_action(_return[0]).target)
File "game/locations/evolton/parents_farm/parents_house/players_bedroom/interactions/look/picture/01/script.rpy", line 8, in script
with dissolve
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\ast.py", line 1678, in execute
renpy.exports.with_statement(trans, paired=paired)
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\exports.py", line 1758, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 2978, in do_with
return self.interact(trans_pause=True,
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 3582, 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 "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 3 more times]
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 686, in visit_all
callback(self)
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\image.py", line 793, in per_interact
self.find_target()
File "F:\AGames\KingofCourt-0.1.0.0-pc\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage '[background_file_path][background_file_name]': could not find image. ('/locations/evolton/parents_farm/parents_house/players_bedroom/interactions/look/picture/01/backgrounds//01.png')
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
King of Court 0.1.0.0
Tue Nov 21 06:07:59 2023