MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,565
2,483
Getting the same kind of error while using Katy too for the chemical plant chapter. Can you again help fix it?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/chemical/sc_3/03_kat.png'>:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 292, in script
    ve "Oh, wait the show has begun!"
IOError: Couldn't find file 'locations/chemical/sc_3/03_kat.png'.

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

Full traceback:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 292, in script
    ve "Oh, wait the show has begun!"
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/chemical/sc_3/03_kat.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.14
Fri Jun 07 14:26:34 2019
just click ignore, is a missing picture, the only way to fix it is by adding it. I rendered it so i probably missnamed it. It will be fixed, but right now im quite busy writing the new update tbh
 

riktor

Active Member
Nov 26, 2018
906
1,160
Getting the same kind of error while using Katy too for the chemical plant chapter. Can you again help fix it?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/chemical/sc_3/03_kat.png'>:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 292, in script
    ve "Oh, wait the show has begun!"
IOError: Couldn't find file 'locations/chemical/sc_3/03_kat.png'.

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

Full traceback:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 292, in script
    ve "Oh, wait the show has begun!"
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\USER\Desktop\Focus (2015) [1080p]\Games\TakeOver-0.14-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/chemical/sc_3/03_kat.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.14
Fri Jun 07 14:26:34 2019
ok made the changes, updated the script attached to the other post here
 
Last edited:

Evangelion-01

Devoted Member
Apr 12, 2018
10,314
6,913
Train them for public use.....and agree to Emma so she can play with the informant. Personally I avoid ntr, so can't tell how hard it is.
It seems more like Voyerism on the player part as the girls will still be loyal to him thanks to the Creed training...
I am not 100% sure that the NTR tag is actually varranted as the girls are not "stolen" from you... at best they regulary cheat on you...
but we had these discussions in several other threads and the subject is touchy at best... so let's avoid it please
 
  • Like
Reactions: Twelvemonkey

Cmann

Active Member
Donor
Feb 7, 2019
517
744






 
Last edited:
Sep 19, 2017
51
22






Am I the only one getting a 403 from Zippyshare?

Also, for Linux users: grant execution permission to TakeOver.sh and the associated binary.
 
3.70 star(s) 79 Votes