1.80 star(s) 9 Votes

gartal

Active Member
Feb 9, 2018
634
164
Why 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
 

xt2021

Active Member
Feb 16, 2018
647
2,160
this is official fix version from Developer , who has errors can use this version, enjoy it.

 
  • Like
Reactions: MasterofNTR

xt2021

Active Member
Feb 16, 2018
647
2,160
Why 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
you can use my link under your post
 
  • Like
Reactions: gartal
U

User_801245

Guest
Guest
you want to fix this game ? remove it dont EVER bother making a crap game like this
 
  • Like
Reactions: rockd

Muramasa0

Thicc thighs for breakfast
Donor
Jun 25, 2018
682
490
The overview and the screenshots aren't really helping me to realize if I want to play this or not, and I love Naruto parodies.
 
U

User_196312

Guest
Guest
Wait wait wtf is that shit this not your art you fucking thief.

This art its Narutopixxx. naruto_28_Self-Inflicted-Pleasure.jpg
 

nad destroyer

Active Member
Jul 27, 2017
720
352
After reading all the comments this is the first game I've unliked here lol. I don't mind if a few images here and there are copied but most of the game? Pass.
 

VNON

Member
Sep 25, 2016
460
297
2019
supporting honest devs
supporting poor devs
supporting rich devs
supporting scam devs
supporting thief devs
we are supporting all of them
 
  • Like
Reactions: woltka35

tibasu

Member
May 16, 2018
176
282
Are the people who support devs like this the same ones who say no when a site asks if they're over 18?
 

csaja

Member
Jul 11, 2017
439
280
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
 
1.80 star(s) 9 Votes