4.10 star(s) 18 Votes

Dinaki

Member
Game Developer
Aug 18, 2017
113
823
i become this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/arena.rpy", line 18, in <module>
  File "game/places.rpy", line 129, in render_place2
  File "game/custom_doll.rpy", line 105, in draw_doll
Exception: Couldn't find file 'images/ino/5.top/top_short2.json'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "locations/shop.rpyc", line 95, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/arena.rpyc", line 18, in script
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/locations/arena.rpy", line 18, in <module>
  File "game/places.rpy", line 129, in render_place2
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\exports.py", line 1406, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2123, in do_with
    clear=clear)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 1234, in render
    self.update(st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 1221, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "game/custom_doll.rpy", line 105, in draw_doll
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\loader.py", line 620, in transfn
    raise Exception("Couldn't find file '%s'." % name)
Exception: Couldn't find file 'images/ino/5.top/top_short2.json'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kunoichi Trainer 0.4.2
Did you started a new game or loaded from older version save?
 

Dinaki

Member
Game Developer
Aug 18, 2017
113
823
so it seems that i finished the Hokage Work Storyline (Doughnut event) but still can't use any Jutsus or Train like in the older versions where you bought the Scrolls. How do i do it?
You need to pick up scroll in school.
 

Dinaki

Member
Game Developer
Aug 18, 2017
113
823
i started a new game
That's strange. Usually this error appears if you load from the old save file.
Try to restart a game and start a new game again.
If this won't help I don't know what would.
 

Vimpi

Member
May 25, 2017
140
117
i have 2 problem:
i cannot visit hinata in school after i 1x start working in the school
 

Dinaki

Member
Game Developer
Aug 18, 2017
113
823
i have 2 problem:
i cannot visit hinata in school after i 1x start working in the school
Yes. I know about this issue. I'll release a patch or fix that in the next version.
Temporary solution: don't work in school.
 
4.10 star(s) 18 Votes