4.00 star(s) 18 Votes

5thFloorGames

Falling for Madison
Game Developer
Jul 7, 2019
91
348
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'ch3 100.webp'>:
  File "game/script.rpy", line 3732, in script
    pause
  File "renpy/common/000statements.rpy", line 439, in execute_pause
    renpy.pause()
IOError: Couldn't find file 'ch3 100.webp'.

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

Full traceback:
  File "game/script.rpy", line 3732, in script
    pause
  File "renpy/ast.py", line 1960, in execute
    self.call("execute")
  File "renpy/ast.py", line 1948, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 439, in execute_pause
    renpy.pause()
  File "renpy/exports.py", line 1519, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3477, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2359, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 927, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 927, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 651, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 766, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'ch3 100.webp'.

HELP
It's probably an issue with your old save file not being compatible with this update. Try starting a new playthrough and see if that corrects it.
 

Abhai

Devoted Member
Sep 12, 2018
8,585
35,952
I repacked the game using a renpy 7.3.5
Mega
Let me know if that solves the issues some of you are having. Thanks.
it works, i have did it for myself as soon as the problem arised.
however it would be good to replace the op-links with that repacked/new version ;)
 

Bonhomie

Active Member
Aug 20, 2018
746
618
The main thing happening at the moment is that saves from previous updates are not automatically loading into a new update.

I had to open the game in update 0.04 to create the 'save' folder in the 'game' folder.
Then I opened the save folder in the game folder in the version 0.03 folder and copied the saves over to the new 'save' folder in 0.04

Everything worked fine thereafter.

You don't have permission to view the spoiler content. Log in or register now.
 

Mikey Mike

Engaged Member
Feb 18, 2018
2,001
2,967
The main thing happening at the moment is that saves from previous updates are not automatically loading into a new update.

I had to open the game in update 0.04 to create the 'save' folder in the 'game' folder.
Then I opened the save folder in the game folder in the version 0.03 folder and copied the saves over to the new 'save' folder in 0.04

Everything worked fine thereafter.

You don't have permission to view the spoiler content. Log in or register now.
LOL I agree with your Spoiler comments, and wonder if:
You don't have permission to view the spoiler content. Log in or register now.
 

Tarfog

Newbie
Apr 3, 2019
23
27
This version is full of viruses. at least 7 different files alerts "Reputation 1" by Norton DO NOT DOWNLOAD !!!
Renpy games don't have rep 1 files that trigger your AV. so DO NOT DOWNLOAD !!!
 

Abhai

Devoted Member
Sep 12, 2018
8,585
35,952
This version is full of viruses. at least 7 different files alerts "Reputation 1" by Norton DO NOT DOWNLOAD !!!
Renpy games don't have rep 1 files that trigger your AV. so DO NOT DOWNLOAD !!!
dont troll.
 
4.00 star(s) 18 Votes