siide

Newbie
Aug 9, 2019
73
11
whenever i try to go to the streets the game crashes and i get the message an exception has occurred
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bk4/zhuli/idles/zhuli_big1.png'>:
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

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

Full traceback:
  File "bk4_xtra/bk4_scripts_xtra/b4_worldrooms.rpyc", line 293, in script
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, 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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4a
Mon Dec 30 01:45:07 2019
 
  • Like
Reactions: Pyjak Slayer

t4ewk

Member
Dec 15, 2017
328
379
I cant ignore this error... any thoughts?
There's a file you can download a few pages back with instructions on how to fix this. Roll back to before the error happened, load that file into the appropriate location in the FET folder structure, and try it again.
 

BastardX

Well-Known Member
May 13, 2018
1,405
519
There's a file you can download a few pages back with instructions on how to fix this. Roll back to before the error happened, load that file into the appropriate location in the FET folder structure, and try it again.
Its on page 651 and It Works! Thanks for the tip!
 

Diamond lou

Member
Apr 17, 2018
102
104
how the fuck do u play seige and win
If you want a fast way to win I've found a method, that being just spam click the middle card and that should do it, most of the time it will end with you getting 6 wins while your opponent gets 4, on the extreme i've gotten 10 wins while my opponent just gets 1.

In short spam click the middle card, there is no penalty for losing and it makes the whole ordeal faster.
 

Cake39

Member
Jun 3, 2017
124
30
whenever i try to go to the streets the game crashes and i get the message an exception has occurred
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bk4/zhuli/idles/zhuli_big1.png'>:
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

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

Full traceback:
  File "bk4_xtra/bk4_scripts_xtra/b4_worldrooms.rpyc", line 293, in script
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, 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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4a
Mon Dec 30 01:45:07 2019
I've had the same issue, unable to progress with storyline as I can't finish the Lin quest
 

Sureku

New Member
Oct 31, 2018
5
1
Hi i'm blocked in the dream when you have to meditate in it :s
i really have no idea what to do pls someone have the solution ? :/
 

masterdragonson

Engaged Member
Jan 30, 2018
3,281
4,662
whenever i try to go to the streets the game crashes and i get the message an exception has occurred
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bk4/zhuli/idles/zhuli_big1.png'>:
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

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

Full traceback:
  File "bk4_xtra/bk4_scripts_xtra/b4_worldrooms.rpyc", line 293, in script
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, 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 "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\New folder (3)\fourelementstrainerv084a-pc\Four_Elements_Trainer_v.0.8.4a-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'bk4/zhuli/idles/zhuli_big1.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4a
Mon Dec 30 01:45:07 2019
For missing graphics you could just give the game what it's asking for in the location it expects it to be

Just made a copy of 'game\bk4\fight\worldrooms\zhuli_big1.png'

Also not sure if this breaks anything but took label korra_spank4 and renamed it to label korra_spank3 in 'game\bk4_xtra\bk4_scripts_xtra\bk4_s_main.rpy' as the game complained that label didn't exist

Edit: Apparently ckkm3 done this earlier and better
Just a heads up, the missing image and label code can be found in the previous version (8.3c) of the game, so you don't need to repurpose/jerry rig other items to fit in its place. I packaged it up and posted it a few days ago:

Zhuli bug fix: https://f95zone.to/threads/four-elements-trainer-v0-8-4a-mity.730/page-650#post-2819281
Korra_spank3 fix: https://f95zone.to/threads/four-elements-trainer-v0-8-4a-mity.730/page-651#post-2819475
 
Last edited:
  • Like
Reactions: ckkm3 and Sole

wevryn1

Newbie
Aug 11, 2019
15
16
Try dropping this file into your game folder and rerunning the game -- not sure exactly where you're at for me to reproduce or test the fix, so it might not work. Just took the old code again and packaged it up.

If you upload a save from right before the error I can test it from there in case it breaks something else.
Thanks for the upload, appreciate it.
 

antmtony

Newbie
Aug 4, 2018
34
29
anything new for 8.4a, i want to download for android but it only has 8.3 and i dont want to have to miss something important
 

t4ewk

Member
Dec 15, 2017
328
379
anything new for 8.4a, i want to download for android but it only has 8.3 and i dont want to have to miss something important
Wait until 8.4b drops in a couple days. There are a couple really annoying bugs in 8.4a and I'm not sure how easy it is to "fix" the android release.
 
4.50 star(s) 276 Votes