Freki

Well-Known Member
Game Developer
May 16, 2017
1,562
1,196
Hi Freki,
it´s a great game! Many thanks!
You are welcome :) I am not the dev, but just the one that goes over the script after he's done with it to make sure it's easily readable... I'm still working on going back through to catch anything I missed. :) it's not easy :) hehehe i'll relay your thanks though.
 
  • Like
Reactions: yandex

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,051
Hi I just got this error

I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'images/Kelly_wally/day_02_wall_animation_00100.jpg'>:
IOError: Couldn't find file 'images/Kelly_wally/day_02_wall_animation_00100.jpg'.

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

Full traceback:
File "day_02.rpyc", line 216, in script
File "H:\game\renpy\Reunion-0.4-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "H:\game\renpy\Reunion-0.4-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "H:\game\renpy\Reunion-0.4-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "H:\game\renpy\Reunion-0.4-pc\renpy\character.py", line 842, in do_display
**display_args)
File "H:\game\renpy\Reunion-0.4-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "H:\game\renpy\Reunion-0.4-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "H:\game\renpy\Reunion-0.4-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "H:\game\renpy\Reunion-0.4-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/Kelly_wally/day_02_wall_animation_00100.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Reunion 0.4
Thu May 27 17:08:29 2021
yeah that error was at previous version too
still not fixed ...
 

Freki

Well-Known Member
Game Developer
May 16, 2017
1,562
1,196
yeah that error was at previous version too
still not fixed ...
I will try to recreate it here and see what we have. I haven't had this error myself. Please let me know which version you are using, the full size, dev's compressed, or unofficial compressed.
 

SiJa

Engaged Member
Feb 21, 2018
2,067
21,915
Karabinek...

Like your game... but I think you need to look at swapping over to WebP format for images etc...
Will reduce the image sizes and maybe get this game to a more manageable single download size.
 

SerHawkes

Engaged Member
Oct 29, 2017
3,087
14,271
Sooo the downloads are borderline confusing to do now is using Winrar apparently breaks it... I'll wait a week before this downloading everything again and this gets cleared up.
 
  • Like
Reactions: AnyName'llDo

Freki

Well-Known Member
Game Developer
May 16, 2017
1,562
1,196
Karabinek...

like your game... but I think you need to look at swapping over to WebP format for images etc...
Will reduce the image sizes and maybe get this game to a more manageable single download size.
the compressed version is swapped over to that, thanks very much for the compliment and I'll forward it on to him. that's why I got him to upload the full game compressed to mega for you all :)
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,051
I will try to recreate it here and see what we have. I haven't had this error myself. Please let me know which version you are using, the full size, dev's compressed, or unofficial compressed.
latest pc version 14gb
not compressed

win10 x64
 
  • Like
Reactions: Freki

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,051
Sooo the downloads are borderline confusing to do now is using Winrar apparently breaks it... I'll wait a week before this downloading everything again and this gets cleared up.
why?
download all 4 parts
if done extract the file with .zip ending
(all 4 parts have to be in the same folder)
 
  • Like
Reactions: Freki

yandex

Active Member
Oct 17, 2018
546
631
You are welcome :) I am not the dev, but just the one that goes over the script after he's done with it to make sure it's easily readable... I'm still working on going back through to catch anything I missed. :) it's not easy :) hehehe i'll relay your thanks though.
Hmmmmm so you are the one i have to thank for the wait :)
(I'm joking, don't hurt me ;))
 

BlasKyau

Devoted Member
Jun 26, 2018
8,044
10,597
I see that the game has the tags male domination and bondage. Are they important fetishes of the game? They are two things that I don't like, and if the game is focused on them I prefer to know it.

I also see romance (in the genre section) and harem, which I like.
 
  • Like
Reactions: Freki

Draon79

Active Member
Oct 28, 2018
558
904
I see that the game has the tags male domination and bondage. Are they important fetishes of the game? They are two things that I don't like, and if the game is focused on them I prefer to know it.

I also see romance (in the genre section) and harem, which I like.
There isnt much that I recal from .3 but it is part of the plot as far as i know so IIRC its not avoidable, MC is generally a good dude except to one character that deserves it and more IMO.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,051
I see that the game has the tags male domination and bondage. Are they important fetishes of the game? They are two things that I don't like, and if the game is focused on them I prefer to know it.

I also see romance (in the genre section) and harem, which I like.
There isnt much that I recal from .3 but it is part of the plot as far as i know so IIRC its not avoidable, MC is generally a good dude except to one character that deserves it and more IMO.
yeah - at the end of 0.3 there was just a hint for upcoming "slave" /sub action
im not that far yet because i started a new game ;)
 
  • Like
Reactions: BlasKyau and Freki

Freki

Well-Known Member
Game Developer
May 16, 2017
1,562
1,196
I see that the game has the tags male domination and bondage. Are they important fetishes of the game? They are two things that I don't like, and if the game is focused on them I prefer to know it.

I also see romance (in the genre section) and harem, which I like.
no not important as you can avoid them with your choices in the game. there is a route that is going to be dominant but not degrading to the target (not giving anything away here) There is another that you can choose to engage in anything at all and currently there is no bondage in the game yet. :) you should be fine :)

Hmmmmm so you are the one i have to thank for the wait :)
(I'm joking, don't hurt me ;))
*Traces post through all the vpn hops and pops out of your monitor in a fighting stance then extends a hand saying GOOD GOING! you got me laughing!* hehehehe :p

Beg pardon but I'm not going to spend a day downloading 4 4gb parts. I'll wait for the dev to do some cleaning up of their workings before I do just that thank you.
I posted a link for a compressed version (FULL GAME) that is 1.72 GB from the dev directly and then someone else took that compressed version and made it even smaller. I don't see what you are having an issue with as other options are out there for you. what is it you think that needs to be done, but I would like to know so we can see what we can possibly do.
 
3.40 star(s) 125 Votes