Poseidon77

New Member
Nov 30, 2020
6
2
When i try to save i get an error that requires me to ignore or rollback, no matter what i try i cant save, any idea how to fix?
 

McLOVINu

Active Member
Mar 18, 2018
627
335
When i try to save i get an error that requires me to ignore or rollback, no matter what i try i cant save, any idea how to fix?
Since don't know if you are windows/mac/android/whatever, I'll just say what I do know:
game is properly unzipped, no super long file path to game/folders, no non-basic characters for folder names, unsure if in-game variables users can input should have non-basic characters [usually good devs disable special characters in the input fields], some OS security/setting interfearing?
 

cmanzmstr

New Member
Sep 21, 2018
14
17
While in the gallery I got this error

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/gallery/gui/gallery_background_anim.png'>:
IOError: Couldn't find file 'images/gallery/gui/gallery_background_anim.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\transition.py", line 353, in render
    return render(self.new_widget, width, height, st, at)
  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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-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 "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\GameZ\Reunion\Reunion-0.60-pc\Reunion-0.60-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/gallery/gui/gallery_background_anim.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Reunion 0.60
Fri Oct 13 13:14:53 2023
 

Poseidon77

New Member
Nov 30, 2020
6
2
Since don't know if you are windows/mac/android/whatever, I'll just say what I do know:
game is properly unzipped, no super long file path to game/folders, no non-basic characters for folder names, unsure if in-game variables users can input should have non-basic characters [usually good devs disable special characters in the input fields], some OS security/setting interfearing?
im on windows, it just says there is no path for the it to follow to make a save, and i checked the file folder it unzipper properly, and there is a folder titled "Saves"
 

cxx

Message Maestro
Nov 14, 2017
59,984
30,023
im on windows, it just says there is no path for the it to follow to make a save, and i checked the file folder it unzipper properly, and there is a folder titled "Saves"
what's the path for game?

compressed or normal? av blocking it is possible.
 

McLOVINu

Active Member
Mar 18, 2018
627
335
im on windows, it just says there is no path for the it to follow to make a save, and i checked the file folder it unzipper properly, and there is a folder titled "Saves"
Well, it dual saves, to the games saves folder, and also to windows/users/???/appdata/raoming/renpy/Reunion-#######/
 

PhantomNT

Newbie
Aug 4, 2021
17
8
Ok ? i have a hard time reading because of eye issues so I have the Self voice enabled . But It keeps giving Points awarded to a people on every seen before reading the text. Dose anyone know how to get that to stop?
 

McLOVINu

Active Member
Mar 18, 2018
627
335
Ok ? i have a hard time reading because of eye issues so I have the Self voice enabled . But It keeps giving Points awarded to a people on every seen before reading the text. Dose anyone know how to get that to stop?
edit: Tested my edit with actual self-voice, seems to have disabled reading the points, however there is no longer a popup notification for points.

edit2: I suppose I could change the 'text' into 'images' for point notification, that way you'll still see the notification... does self-voice read textbuttons? if not we could maybe turn the text into textbuttons.

edit3: been tinkering with notify... seems I can't get it to be dynamic without having to alter every day_##.rpy contents, I would like to figure out how to get the achievement.rpy to point to $ renpy.notify('text') but I can't seem to figure it out.

Simply place in game folder, and please let me know if it works or not:
 
Last edited:
  • Like
Reactions: zevros

zevros

Newbie
Jan 21, 2020
15
21
edit: Tested my edit with actual self-voice, seems to have disabled reading the points, however there is no longer a popup notification for points.

edit2: I suppose I could change the 'text' into 'images' for point notification, that way you'll still see the notification... does self-voice read textbuttons? if not we could maybe turn the text into textbuttons.

edit3: been tinkering with notify... seems I can't get it to be dynamic without having to alter every day_##.rpy contents, I would like to figure out how to get the achievement.rpy to point to $ renpy.notify('text') but I can't seem to figure it out.

Simply place in game folder, and please let me know if it works or not:
thank you. will update if it works.

appears to fix it
 
Last edited:
Sep 12, 2023
291
477
You don't need the patch, the incest is between the 2 sisters (canon, and is actually in the story, that is why no patch needed, and are not related to the MC), the patch forces content that isn't really relevant to the story. If you're new as you say, I suggest playing without it.
Yeah to me no incest = no interest (if I was into midget porn only why would I fap to porn with no midgets?), and step-crap or when the MC isn't part of it doesn't count, so that tag is yet another shitty clickbait apparently. They used to have the patches right in the OP, sucks that the threads have to now be searched for patches (often for nothing and time wasted).
 

thebowkid

Member
Mar 12, 2018
110
447
The dev appears to be drowning himself in a glass of water yet again, judging by his last Patreon message. He is trapped by making multiple variations of the same scene whether a girl is in the harem or not. Personally, I think that is a waste of time. If someone is playing the full harem route there is no reason for them to be hand-picking girls.

What I would recommend is just to have 1 single scene that is triggered if you have all the right girls already in your harem, if you are missing even just 1 girl then the scene is not triggered. What the dev is doing will turn into a nightmare as the game progresses and he tries to make more advanced scenes. Just think about a final orgy, all the variations that are possible, it will be a nightmare I tell you.

If someone from the dev team or someone who can talk to him in a more direct way sees this then please let him know of this feedback. He is putting too much effort into the 20% instead of the 80% that most players will actually see and he will save himself from a big headache with this and other scenes to come.
 

yandex

Active Member
Oct 17, 2018
546
630
someone to share the report that came out on the 9th
Hello everyone,



Time for another dose of information on the upcoming update.

Work is progressing all the time, unfortunately I've reached a point where I need to spend more time preparing each scene because of the girls you may have skipped during the game.

I have just finished working on a scene involving Jennifer, Anya, Veronica and Jill. Veronica and Jill are girls that could have been omitted, so I had to prepare up to 4 versions of the same scene. It's not a problem to write such a scene, but when it comes to rendering, the number of frames needed increases drastically, which makes the whole thing take longer.

 

Mookys

Well-Known Member
Dec 19, 2022
1,837
4,171
Hello everyone,



Time for another dose of information on the upcoming update.

Work is progressing all the time, unfortunately I've reached a point where I need to spend more time preparing each scene because of the girls you may have skipped during the game.

I have just finished working on a scene involving Jennifer, Anya, Veronica and Jill. Veronica and Jill are girls that could have been omitted, so I had to prepare up to 4 versions of the same scene. It's not a problem to write such a scene, but when it comes to rendering, the number of frames needed increases drastically, which makes the whole thing take longer.

Thank you for sharing the news from the developers.
 
  • Like
Reactions: yandex
3.40 star(s) 125 Votes