Mythal

Newbie
Oct 25, 2018
34
17
206
How can i fix this error day 9? It says Sandra R is not defined, how do i define it?

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

While running game code:
  File "game/day_09.rpy", line 2874, in <module>
NameError: name 'sandra_relationship' is not defined

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

Full traceback:
  File "day_01.rpyc", line 669, in script call
  File "day_01.rpyc", line 716, in script call
  File "day_04.rpyc", line 602, in script call
  File "day_05.rpyc", line 153, in script call
  File "day_05.rpyc", line 1826, in script call
  File "day_07.rpyc", line 2410, in script call
  File "day_09.rpyc", line 475, in script call
  File "day_09.rpyc", line 2874, in script
  File "D:\Games\Small Games\Reunion\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Small Games\Reunion\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/day_09.rpy", line 2874, in <module>
NameError: name 'sandra_relationship' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Reunion 0.45
Mon Oct 18 00:53:33 2021
 

UnoriginalUserName

Forum Fanatic
Sep 3, 2017
5,182
18,815
910
Had the screen go completely black after letting Lisa hold my hand and the game crashed. Now it won't even launch.
dam dude thats some serious shit there
Yeah, you may want to spoiler that, it's a massive wall of text.
Like this :
You don't have permission to view the spoiler content. Log in or register now.

Damn lewdness overload...
 

Kakato

Engaged Member
Feb 25, 2017
3,519
7,871
644
Totally unplayable. How come there's so many errors after this LONG wait ? Read the past pages and I'm glad to see I'm not the only one getting errors. On a side note, something must be done to reduce the size. It's absurdly big and not necessarily justified. First time I'm really disappointed in an update of this game, which has a HUGE potential.
 

Mistress_Kixen

Engaged Member
Jun 12, 2017
2,469
1,968
389
looks like this is going to need an incest tag in the future. While the man male might not be sleeping with anyone that is his blood family I already see signs of the two of the three sisters going down that route within the days of the story. Also going to possibly need a pregnancy tag for obvious reasons within the game.
 

otronegro

Member
Jan 24, 2020
243
656
212
Playing with scrappy mod and had no error, only a few missing renders.

Had to download the whole game again since I had it deleted, dunno if it might be a update only patch thing
 
May 7, 2021
219
283
187
looks like this is going to need an incest tag in the future. While the man male might not be sleeping with anyone that is his blood family I already see signs of the two of the three sisters going down that route within the days of the story. Also going to possibly need a pregnancy tag for obvious reasons within the game.
Pregnancy is not listed under the current tags, but it is listed as a planned tag.
 

Resch

Newbie
Feb 4, 2020
33
130
63
How did you download this to get no error. I am getting a roll back error right from the get-go of a new game. As it seems some of the pictures/animations are missing from the versions posted.
I have no idea. I just downloaded and ran through the game.
 

Deleted member 3917737

Active Member
Jul 12, 2021
790
2,044
153
The game crashes after this scene for me

Re2.jpg

I guess I won't be finishing this just yet. I hope a fix happens soon.


Also, I just have one question... Why does Amy's eyes look like this? can't you give her normal eyes like the other characters? She's like, the only one with eyes like this lol It just looks weird (to me) and makes it seem like she has cat/anime eyes or something.

Re1.jpg
 
Last edited:

multiplex1

Member
Sep 4, 2019
130
63
183
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-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 "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\Reunion-0.45-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/gallery_background.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Reunion 0.45
Sun Oct 17 21:24:14 2021
 

Cuveira

Newbie
Nov 30, 2018
38
49
192
how come the size of the file is this big, i read on here ppl seem to get error and missing render,i deleted the previous update to make some space for other game and if i remember correctly the size of the game is no where near this big, im gonna wait till atleast the error is fix
 

Content_Consumer

Well-Known Member
Dec 24, 2019
1,069
3,632
451
looks like this is going to need an incest tag in the future. While the man male might not be sleeping with anyone that is his blood family I already see signs of the two of the three sisters going down that route within the days of the story.
If I recall correctly, they aren't his real sisters though, he moved in with them when his dad and their mum got together.
Now laws per country may change but pretty sure MC was never actually adopted and since his dad is dead and the girls mum is not his mum then I don't see why it'd need an I-tag ?

Unless I'm remembering the story incorrectly, which could be the case since it takes forever to get each update.
 

Deleted member 2553135

Well-Known Member
Jul 3, 2020
1,186
2,271
362
If I recall correctly, they aren't his real sisters though, he moved in with them when his dad and their mum got together.
Now laws per country may change but pretty sure MC was never actually adopted and since his dad is dead and the girls mum is not his mum then I don't see why it'd need an I-tag ?

Unless I'm remembering the story incorrectly, which could be the case since it takes forever to get each update.
I think Kixen means if two of the sisters ever do something with each other, then it would need the tag.
 
  • Like
Reactions: Dragon59

TFFBZ

Active Member
Oct 10, 2020
913
334
197
I have no idea. I just downloaded and ran through the game.
Which option did you download it from so I can try that download. I am having issues with the Kelly missing pictures. Like on day 2 in the shower there is like 6 rollback errors that cut to her on her knees.
 
May 7, 2021
219
283
187
Which option did you download it from so I can try that download. I am having issues with the Kelly missing pictures. Like on day 2 in the shower there is like 6 rollback errors that cut to her on her knees.
I think I saw someone say on here that the compressed version didn't have those errors.
 
3.20 star(s) 150 Votes