str8up

Engaged Member
Jun 4, 2020
3,358
1,522
so many different people in this game i often forget who is who and where they are
where do i find Trisha and Eva exactly?
 

hiroshikatsuo

New Member
Jan 29, 2018
9
0
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/5517.png'>:
Exception: Could not load image u'images/5517.png': error('Error reading the PNG file.',)

Does anyone have an idea on how to fix this?
 

Techstar

Crlazy Compressor - Retired
Modder
Game Compressor
Donor
Dec 31, 2017
1,286
23,290
Corruption [v2.40 >> v2.45] - Unofficial Update Patch [Mr.C]
You like this game and want to support the developer, click on the developer name below.

Developer:

This update patch is unofficial which might break the game.


v2.40 >> v2.45
Uncompressed Update (Heavy) Size 422 MB
Compressed Update Size 20.9 MB

PS: There been report that the script is having issue for this update.
Looking for v2.40 save file if anyone can provide to help with the troubleshooting.
Do ping me or PM me with your save file


Previous update here

Give me a "(y)like" if you enjoy this unofficial update patch
You don't have permission to view the spoiler content. Log in or register now.
Like always, we waiting our Hero with Pacth from 2.40 to 2.45
is there an update-only????
 
Last edited:

Kloighoul

Newbie
Jul 5, 2019
61
63
Can someone send me a save that you can see the MC if you elect Mayor no matter how hard I try I can't see.
 

xxyou009

New Member
Aug 19, 2019
5
0
what wrong of the creators?seriously,why the new event the camera don't look at the character head,do they not have a head?
 

Kunvar Singh

Newbie
May 16, 2020
18
4
what wrong of the creators?seriously,why the new event the camera don't look at the character head,do they not have a head?
It might be because the images are too big and doesn't show completely on the screen. You might wanna try the patch that reduces the images size. It has been uploaded here a few pages back.
 

poplarchan

Member
Apr 28, 2017
185
98
the mayor office is bugged for me, no pic of the secretary + no election scene because of that bug

Also, as a couple of posts above when trying to give the nurses in lobby the 2nd potion (i think), there an error

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

While loading <'Image' u'images/3320.png'>:
Exception: Could not load image u'images/3320.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "game/script.rpyc", line 11411, in script
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "G:\Games\corruption-v2.45(Lite)-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 "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "G:\Games\corruption-v2.45(Lite)-pc\renpy\display\pgrender.py", line 160, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/3320.png': error('Error reading the PNG file.',)

Windows-8-6.2.9200
Ren'Py 7.0.0.196
corruption 2.45
Mon Aug 02 03:46:14 2021
 
Last edited:

Pollacchione

Newbie
Feb 19, 2021
16
5
They should, and if you use the attached file, they will be.

Just download the file, and put it in the "[path to the game]/corruption 2.45/game/" directory ; where there's the "rpyc" files and the "archive.rpa" file. Then, when you'll launch the game, all images will appear as being 1920x1080, and will be fully shown.
Good Job! Many Thanks!
 
3.70 star(s) 199 Votes