4.00 star(s) 18 Votes

DustinGrrr

New Member
May 29, 2017
13
16
Hi there I am also running into this issue with the game not working. I also noticed that I can't get into the console screen either by hitting Shift button while the game is loading. I noticed when I had this issue with newly released Renpy games for windows I could go into the console screen and choose the option "force ANGLE renderer" would resolve the problem I was having. But this game will not even load the console screen when I hold down the shift key while loading the game. It just gives a trackball error. Does anyone know how to load the console screen in this game? Thank you for your help.
Read the comments above, there is a very easy possible solution.
 

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
8,015
78,240
Falling for Madison [v0.04] 5th Floor Games

Original Size Win/Linux: 825 MB
Original Size Mac: 788 MB

Compressed Size Win/Linux: 108 MB: -
Compressed Size Mac: 73 MB: -

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
 

lorenzo110

Newbie
Jul 25, 2020
64
50
Read the comments above, there is a very easy possible solution.

Thanks for the reply I should probably have added that I did try what was suggested with the python.exe file and that did not work at all. The game still didn't load after doing that and gave me the same trackball error. So I am guessing there is no other way to bring up the console other then the shift key?
 

stv713

New Member
Sep 30, 2019
12
3
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
 
Jun 14, 2020
53
62
Code:
...
  File "game/script.rpy", line 3732, in script
...
IOError: Couldn't find file 'ch3 100.webp'.
HELP
Did you mix up the script.rpy from v0.03 with v0.04? In the v0.03 version the images were all in the directory "FallingForMadison-0.03-pc\game\images" while in v0.04, the images are separated by versions, e.g. "FallingForMadison-0.04-pc\game\images\v003"

Either properly unpack the v0.04 version again, or (if you have time to kill, I guess) change the definitions of the paths for the images.
 

HowlingCurve

Newbie
Oct 29, 2018
86
69
Is win 7 the problem with some games now and why they wont launch?
The problem is well known now but the issue is the version of renpy the dev is using [7.4.0]. The official renpy website has already fixed the issue with an update to renpy but a LOT of devs haven't bothered with the update hence the game just white screening and CTD
 

lorenzo110

Newbie
Jul 25, 2020
64
50
The problem is well known now but the issue is the version of renpy the dev is using [7.4.0]. The official renpy website has already fixed the issue with an update to renpy but a LOT of devs haven't bothered with the update hence the game just white screening and CTD
Thanks for your post and yes you are right about the recent upgrade Renpy did to their software and how it is effecting lots of the newer games because of it. Usually I was able to pop open the console screen and change settings which would resolve the issue but for some reason this game will not even allow for the console to activate when hitting the Shift key while the game loads. Unsure why it won't even load the console screen when all the other renpy update problemed games at least let you do that. I just now tried testing out the compressed game file and get the same issue. At the 64 bit exe icon it won't let me load the console screen either. It just pops the game screen for a second and errors out. I did everything to try and resolve this issue with the exception of just deleting the game completely including save files and starting from scratch. I just don't want to go into my C drive and have to fuss with that stuff. I guess I will just wait to see if the next update has the same issue and if so just delete the game all together.
 
  • Like
Reactions: HowlingCurve

Harsh 007

Member
Jun 7, 2018
319
197
bro last version was working fine on my pc but this version 0.4 ....i have 32 bit version windows ....so every time i run the 32bit version it says this is not valid 32bit version and the game does not start .....all other games i have are working fine only this one ...anu idead how to fix this issue...please help...
 

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,053
13,316
I forgot about this game already. It's been so long since there was an update.
It's nice that this game is back. :D
 

Harsh 007

Member
Jun 7, 2018
319
197
bro last version was working fine on my pc but this version 0.4 ....i have 32 bit version windows ....so every time i run the 32bit version it says this is not valid 32bit version and the game does not start imean it does not even show main menu or loading screen just the message that this 32 bit version is invalid...any idea how to fix this issue...please help...
 

Cooling Prob

Well-Known Member
Mar 7, 2019
1,462
1,251
bro last version was working fine on my pc but this version 0.4 ....i have 32 bit version windows ....so every time i run the 32bit version it says this is not valid 32bit version and the game does not start imean it does not even show main menu or loading screen just the message that this 32 bit version is invalid...any idea how to fix this issue...please help...
Same problem here
 

Abhai

Devoted Member
Sep 12, 2018
8,678
36,188
bro last version was working fine on my pc but this version 0.4 ....i have 32 bit version windows ....so every time i run the 32bit version it says this is not valid 32bit version and the game does not start imean it does not even show main menu or loading screen just the message that this 32 bit version is invalid...any idea how to fix this issue...please help...
repack it in renpy 7.3.5, or switch exe files (and probably libs) from the previous version.
it is kinda messed up (at least the one i have downloaded also), looks like the dev mixed renpy 7.4 and 7.3.5 packages or so.
p.s.
or download compressed version, i believe Joker leader repacked it there already...after that just copy/paste "game" folders from the bugged version to the compressed/repacked version.
 

tg

Member
May 1, 2017
232
279
5thFloorGames
Can someone tell me what is this "NO DC" mean ?
all games works fine but this NO DC :poop: is visible in every render in all renpy games?!
It seems to be a rendering issue, so something to do with your graphics card?

Refer to this thread: https://f95zone.to/threads/no-dc-text-at-launch-solved.75263/

===

Anyway, that was just incidental help. What I'd like to say is I really like this milf, Madison. I like that she's a stepmom, and open to a relationship. The others are nice too. Stacy is a looker, and I'm starting to like Willow too. I think all three girls in the family are pretty nice. The other females around town are taken 'em or leave 'em. I don't really care about those others. But I like what i see with the family-girls.

There's some grammar mistakes. I see a mix up of your and you're quite bit through playing from 1 to 4. Pretty easy to correct, just need someone to do an editing pass. Overall, it's a good story, with fun characters. I look forward to more!
 
Last edited:
  • Red Heart
Reactions: hgooob2000
4.00 star(s) 18 Votes