- Apr 6, 2018
- 298
- 379
Okay, darn, I tested the cosplay and it worked fine but then I made a last minute addition and a typo occurred.EDIT: just change the image name and it works fine.Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'images/SBi8.jpg'>: File "game/Costumes_Shop.rpy", line 41, in script $renpy.pause () File "game/Costumes_Shop.rpy", line 41, in <module> $renpy.pause () IOError: Couldn't find file 'images/SBi8.jpg'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Costumes_Shop.rpy", line 41, in script $renpy.pause () File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\ast.py", line 912, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\python.py", line 2004, in py_exec_bytecode exec bytecode in globals, locals File "game/Costumes_Shop.rpy", line 41, in <module> $renpy.pause () File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\exports.py", line 1471, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\ui.py", line 295, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\core.py", line 3191, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\core.py", line 2091, in draw_screen renpy.config.screen_height, File "render.pyx", line 546, in renpy.display.render.render_screen File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\screen.py", line 675, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\behavior.py", line 763, in render rv = super(Button, self).render(width, height, st, at) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\layout.py", line 1127, in render st, at) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\im.py", line 584, in render return cache.get(self, render=True) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\im.py", line 266, in get surf = image.load() File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\display\im.py", line 629, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "G:\Downloads\Download\Future_Fantasy_Harem-1.0-pc\Future_Fantasy_Harem-1.0-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/SBi8.jpg'. Windows-8-6.2.9200 Ren'Py 7.3.2.320 Future Fantasy Harem - Part 1 1.0 Sun Jul 12 21:42:51 2020
so completing all the quest, leads to a game over, how disappointing this is
The issue is actually on line 41 of the costume shop file, there was an extra space
in your version it's coded as - $renpy.pause ()
but it should be
$renpy.pause()
I made the fix and now everything works fine. I will have to reload FFH 1.0... this is a rather nasty bug and it will prevent you from checking out Sapphire''s costumes.... Damn
EDIT: nevermind, also some issue with the image name, anyways I'll fix it and post an updated version (or instructions on how to fix so you don't have to redownload)
EDIT2: Okay, I see what happened... this issue occurs if you visit Sapphire's outfits after buying the lingerie costume.... the image has a different name from what I typed in
I will fix it and upload a new version, but actually it's not a huge issue.... if you buy the lingerie costume last and don't go back to Sapphire's section of the shop the bug won't affect anything else and you can see the scene with Sapphire wearing the lingerie.
EDIT3: I fixed the issue but in the end it's pretty minor.... as I said you can buy the costume and see the scenes.... just don't go back to Sapphire's section after you buy her lingerie
Alternatively, you can fix is this way:
open all script files
click on the 'Fern Stats .rpy'
to to line 427
change SBi8.jpg to SBIBl8.jpg (or change the name of the image SBIBI8.jpg to SBi8.jpg)
Last edited: