Niteowl

Member
Game Developer
Apr 6, 2018
297
377
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
EDIT: just change the image name and it works fine.

so completing all the quest, leads to a game over, how disappointing this is
Okay, darn, I tested the cosplay and it worked fine but then I made a last minute addition and a typo occurred.

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:

SeveredRealms

Well-Known Member
Game Developer
Apr 10, 2020
1,531
5,965
The point is that I want to take a break and think of ways to improve the game.... this is a temporary ending...either the story will be continued or redone.
Its all good like I said ill just wait til there is more content. I spent 3 years non stop building maps and custom mods for various games as well as streaming. Now I am burned out and screwing around with these types of games. We all need breaks now and then.
 
  • Like
Reactions: Niteowl

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
Its all good like I said ill just wait til there is more content. I spent 3 years non stop building maps and custom mods for various games as well as streaming. Now I am burned out and screwing around with these types of games. We all need breaks now and then.
fair enough and couldn't agree more

Regarding content, though, I'd like to point out that while it's true the main story is far from finished (about 20% done actually) the game does have a lot of content, including about 2,000 images and several scenes and animations... and it is bigger than many games that are 100% complete.
 
  • Like
Reactions: SeveredRealms

SeveredRealms

Well-Known Member
Game Developer
Apr 10, 2020
1,531
5,965
fair enough and couldn't agree more

Regarding content, though, I'd like to point out that while it's true the main story is far from finished (about 20% done actually) the game does have a lot of content, including about 2,000 images and several scenes and animations... and it is bigger than many games that are 100% complete.
My world in gaming creation is much different. Do not ask me to write something cause i suck most of mine was spent in 3d world editors and notepad++ doing xml work. a taste of my world in the image. all created by me from the cehicles to the map world.
You don't have permission to view the spoiler content. Log in or register now.
 

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
My world in gaming creation is much different. Do not ask me to write something cause i suck most of mine was spent in 3d world editors and notepad++ doing xml work. a taste of my world in the image. all created by me from the cehicles to the map world.
You don't have permission to view the spoiler content. Log in or register now.
Very nice.... I wish I could do stuff like that but Renpy is time consuming enough already...Besides, I like writing.
 

Shades19

Active Member
Jun 8, 2017
828
730
Very nice game

Played through the update.

Love the writing for sure. Would love to fuck slaves without stockings (Im more of a fuck a bitch with her bare legs+feet showing kinda guy).
 
  • Like
Reactions: Niteowl

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
Bruh we live in the same city. Awesome stuff.
Cool dude. By the way, I live in Marpole. What's your neighborhood?

And when I get back to work on it I'll remember to go easy on the lingerie...;) (but not too easy... it's nice to have some, imo)
 

Deadlyreaper

Active Member
Nov 20, 2017
738
694
so in other words you screw up your whole game by completing the available story arcs and get sent home..... hmmm would think that would be for royally screwing up since the game is not even anywhere near finished with the main story. I could see a to be continued but in this stage to be sent home and your harem scattered is a bit off the deep end... ill wait to play again when there is a lot more content i guess.. kinda dont like being screwed over before finishing if you know what i mean.
The point is that I want to take a break and think of ways to improve the game.... this is a temporary ending...either the story will be continued or redone.
So if I understand that right, the game is still unfinished and the story is over .... um ... well, let's say badly as I wrote it in the first quote
and then you write that you want to take a break right? So it sounds to me as if it is not at all worth playing the game really a shame, where actually curious about it would have been, finally something else could be a shame actually
 

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
So if I understand that right, the game is still unfinished and the story is over .... um ... well, let's say badly as I wrote it in the first quote
and then you write that you want to take a break right? So it sounds to me as if it is not at all worth playing the game really a shame, where actually curious about it would have been, finally something else could be a shame actually
Well man, your post is not very clear.... For example, not sure what 'is a shame' according to you.... ? That the game's main story is not finished? Well, true, but part 1 is finished.
The main story is very long and time consuming so, yeah, it will take time.

Is it worth playing? Well, it has 2,000 images and various scenes, more than a lot of completed games.
Honestly, for my tastes it's certainly worth playing and better than most games... But I suppose the mainstream doesn't share my opinion... Either way it's really up to you. If you like fantasy you'll probably like it....

The break, unfortunately, was necessary... I put a lot of work into the game but the support didn't reflect that so, yeah, time to take a break and think of ways to make it better.
 

Osamabeenfappin

Well-Known Member
Nov 24, 2019
1,985
4,593
Well man, your post is not very clear.... For example, not sure what 'is a shame' according to you.... ? That the game's main story is not finished? Well, true, but part 1 is finished.
The main story is very long and time consuming so, yeah, it will take time.

Is it worth playing? Well, it has 2,000 images and various scenes, more than a lot of completed games.
Honestly, for my tastes it's certainly worth playing and better than most games... But I suppose the mainstream doesn't share my opinion... Either way it's really up to you. If you like fantasy you'll probably like it....

The break, unfortunately, was necessary... I put a lot of work into the game but the support didn't reflect that so, yeah, time to take a break and think of ways to make it better.

Expand on the slave thing. More Slaves,more slave training. Give the MC.the.opportunity to acquire his own slaves. Maybe have MC start corrupting.some of the main female NPC's.
 
  • Like
Reactions: str8up and Niteowl

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
Is the game supposed to end after buying Willow or did I do something wrong?
The game is supposed to end when you complete one storyline for each of the three girls in the harem.
Getting Willow completes the Fern storyline, but to get to the ending you also have to complete a storyline for Sapphire (goths story, so either side with Ilyana or Rouge and complete that arc) and one for Shandar (involving Shandar's girl)
 

Niteowl

Member
Game Developer
Apr 6, 2018
297
377
Any information about expected release date of next update ?
I'm still taking a break from coding and rendering, so no date yet.
Frankly, I am not sure I will continue. I would like to, but it's a lot of work and there was little support for it.
At the moment I'm considering my options and working on unrelated writing projects (payments on Patreon have been and will be suspended every month until I resume working on the game, I'm not a scammer)
 

Kay_Kay

Member
Aug 31, 2019
254
469
This must be breaking some sort of record on how to screw your own game. I understand that you want to take a break, but there's quite literally 0 NEED at all to screw yourself with an ending like that.

''Oh but it's not an ending, i will remake it in the future'', then don't include an ending like that to begin with? If it's subject to change in the future then what's the point of even includin an ending like that?

Like, just leave the game there and wait until you feel like updating? There was no need to pull an ending like that, lmao.

Plus i think you should really chill on the remarks such as: ''Honestly, for my tastes it's certainly worth playing and better than most games...''

I don't think a game who pulls an ''improvised ending'' like this can even be called better than most games, at all.

Still, i enjoyed it quite a bit before you pulled al that mumbo jumbo at the end, so... Guess it wasn't that bad until you decided to hurt your own game lol.
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,939
The point is that I want to take a break and think of ways to improve the game.... this is a temporary ending...either the story will be continued or redone.
So more "On Hold" than "Abandoned."
I'm still taking a break from coding and rendering, so no date yet.
Frankly, I am not sure I will continue. I would like to, but it's a lot of work and there was little support for it.
At the moment I'm considering my options and working on unrelated writing projects (payments on Patreon have been and will be suspended every month until I resume working on the game, I'm not a scammer)
Ah, so maybe Abandoned after all.
I admit, I dropped into the thread because of the dichotomy of Abandoned and Part 1 statuses.
 
3.30 star(s) 3 Votes