- Jun 9, 2017
- 490
- 1,769
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'door_open5.webp'>:
File "game/script.rpy", line 498, in script
scene dooropen2 with dissolve
File "renpy/common/000window.rpy", line 95, in _window_auto_callback
_window_hide()
File "renpy/common/000window.rpy", line 85, in _window_hide
renpy.with_statement(trans)
IOError: Couldn't find file 'door_open5.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 498, in script
scene dooropen2 with dissolve
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\ast.py", line 1217, in execute
statement_name("scene")
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\ast.py", line 43, in statement_name
i(name)
File "renpy/common/000window.rpy", line 95, in _window_auto_callback
_window_hide()
File "renpy/common/000window.rpy", line 85, in _window_hide
renpy.with_statement(trans)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\exports.py", line 1452, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2207, in do_with
clear=clear)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\transition.py", line 358, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'door_open5.webp'.
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
NarutoFamilyVacation 1.0
Wed Jan 23 00:41:51 2019
you can use my link under your postWhy do I get this error
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'door_open5.webp'>: File "game/script.rpy", line 498, in script scene dooropen2 with dissolve File "renpy/common/000window.rpy", line 95, in _window_auto_callback _window_hide() File "renpy/common/000window.rpy", line 85, in _window_hide renpy.with_statement(trans) IOError: Couldn't find file 'door_open5.webp'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 498, in script scene dooropen2 with dissolve File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\ast.py", line 1217, in execute statement_name("scene") File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\ast.py", line 43, in statement_name i(name) File "renpy/common/000window.rpy", line 95, in _window_auto_callback _window_hide() File "renpy/common/000window.rpy", line 85, in _window_hide renpy.with_statement(trans) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\exports.py", line 1452, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2207, in do_with clear=clear) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\transition.py", line 358, in render bottom = render(self.old_widget, width, height, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\image.py", line 495, in render return wrap_render(self.target, width, height, st, at) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 266, in get surf = image.load() File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "E:\Game\00 NEW DOWNLOADS\NarutoFamilyVacation-1.0-pc-fixed\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'door_open5.webp'. Windows-7-6.1.7601-SP1 Ren'Py 7.0.0.196 NarutoFamilyVacation 1.0 Wed Jan 23 00:41:51 2019
Actually there is both Incest netori, and mild NTR/cuckolding in this game. So with that said, add the tags friend @crustRussian dev. Has family in it's name. No incest.
HO LEE SHEET. That's a first.
Come on Russian devs, stop slacking lol
Dont botherThe overview and the screenshots aren't really helping me to realize if I want to play this or not, and I love Naruto parodies.
What??hey guys don't be so mad u cant be awesome as him i bet he is like that star wars dude he just got no time but its oke he is working on it trust me