kymedic

New Member
Feb 25, 2019
8
3
still need help i cannot get the game to work even if i uninstall everything and download everything nd the damn cats ass mistake keeps coming back not allowing any saving at all
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 609, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 441, in execute
    frame:
  File "game/screens.rpy", line 444, in execute
    hbox:
  File "game/screens.rpy", line 450, in execute
    frame:
  File "game/screens.rpy", line 453, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 484, in execute
    transclude
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 618, in execute
    fixed:
  File "game/screens.rpy", line 643, in execute
    grid gui.file_slot_cols gui.file_slot_rows:
  File "game/screens.rpy", line 651, in execute
    for i in range(gui.file_slot_cols * gui.file_slot_rows):
  File "game/screens.rpy", line 655, in execute
    button:
  File "game/screens.rpy", line 658, in execute
    has vbox
  File "game/screens.rpy", line 665, in execute
    text FileSaveName(slot):
Exception: String u"GHHHHHHHHHHHHHHHHP';[VGF09999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999" ends with an open format operation.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 609, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 441, in execute
    frame:
  File "game/screens.rpy", line 444, in execute
    hbox:
  File "game/screens.rpy", line 450, in execute
    frame:
  File "game/screens.rpy", line 453, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 484, in execute
    transclude
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 618, in execute
    fixed:
  File "game/screens.rpy", line 643, in execute
    grid gui.file_slot_cols gui.file_slot_rows:
  File "game/screens.rpy", line 651, in execute
    for i in range(gui.file_slot_cols * gui.file_slot_rows):
  File "game/screens.rpy", line 655, in execute
    button:
  File "game/screens.rpy", line 658, in execute
    has vbox
  File "game/screens.rpy", line 665, in execute
    text FileSaveName(slot):
  File "renpy/text/text.py", line 1646, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1670, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 572, in _vformat
  File "renpy/substitutions.py", line 160, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u"GHHHHHHHHHHHHHHHHP';[VGF09999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999" ends with an open format operation.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Grandma's House V0.16
Sat Sep 28 10:51:15 2024
 

TigerWolfe

Engaged Member
Oct 19, 2022
3,671
6,888
Tell me that when it happens
Edit, there is a difference on getting cucked, and cucked and cucked.. Yeah?
Cucked the beta sub who just gets cucked?
Cucked The dude who just are badass and all but get's cucked and he don't care, just a chill dude.
Cucked The dude who complains that his girlfriend is fucking others, yet doesn't break up, yet alpha? yet questionable..

No natter what cuck you are.. Whether you like or not.. Dev/Nana is cucking you. End of story

Edit: I am badass!
You're an idiot.
 

Daniele69

Well-Known Member
Feb 22, 2020
1,839
16,203
This is the Italian translation of: Grandma's House [v0.63] + Mod [KoGa3]

***************************************************************************************************
This translation is "unofficial" and "made by a fan"
extract the .rar file and move "game" to the game where the .exe file resides overwrite if required .

 
  • Like
  • Red Heart
Reactions: MoonBox and zed.one

S1nsational

Engaged Member
Mar 31, 2022
3,364
6,485
There is no animation. I have not played this game yet. Can someone say what makes this game interesting ?
Look at the tag list, if there are tags you love in the list there's your answer. The game is fun and the writing good, but it's story lite to the point of being nonexistent.
 
  • Like
Reactions: 5mithers

Gerogebob

Newbie
Nov 25, 2017
46
77
still need help i cannot get the game to work even if i uninstall everything and download everything nd the damn cats ass mistake keeps coming back not allowing any saving at all
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 609, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 441, in execute
    frame:
  File "game/screens.rpy", line 444, in execute
    hbox:
  File "game/screens.rpy", line 450, in execute
    frame:
  File "game/screens.rpy", line 453, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 484, in execute
    transclude
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 618, in execute
    fixed:
  File "game/screens.rpy", line 643, in execute
    grid gui.file_slot_cols gui.file_slot_rows:
  File "game/screens.rpy", line 651, in execute
    for i in range(gui.file_slot_cols * gui.file_slot_rows):
  File "game/screens.rpy", line 655, in execute
    button:
  File "game/screens.rpy", line 658, in execute
    has vbox
  File "game/screens.rpy", line 665, in execute
    text FileSaveName(slot):
Exception: String u"GHHHHHHHHHHHHHHHHP';[VGF09999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999" ends with an open format operation.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 605, in execute
    screen load():
  File "game/screens.rpy", line 609, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 612, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 432, in execute
    screen game_menu(title, scroll=None, yinitial=0.0):
  File "game/screens.rpy", line 441, in execute
    frame:
  File "game/screens.rpy", line 444, in execute
    hbox:
  File "game/screens.rpy", line 450, in execute
    frame:
  File "game/screens.rpy", line 453, in execute
    if scroll == "viewport":
  File "game/screens.rpy", line 484, in execute
    transclude
  File "game/screens.rpy", line 616, in execute
    use game_menu(title):
  File "game/screens.rpy", line 618, in execute
    fixed:
  File "game/screens.rpy", line 643, in execute
    grid gui.file_slot_cols gui.file_slot_rows:
  File "game/screens.rpy", line 651, in execute
    for i in range(gui.file_slot_cols * gui.file_slot_rows):
  File "game/screens.rpy", line 655, in execute
    button:
  File "game/screens.rpy", line 658, in execute
    has vbox
  File "game/screens.rpy", line 665, in execute
    text FileSaveName(slot):
  File "renpy/text/text.py", line 1646, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1670, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 572, in _vformat
  File "renpy/substitutions.py", line 160, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u"GHHHHHHHHHHHHHHHHP';[VGF09999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999" ends with an open format operation.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Grandma's House V0.16
Sat Sep 28 10:51:15 2024
Have you tried deleting the folder in your appdata?


%APPDATA%\RenPy
 

WalterJazz

New Member
Jan 18, 2018
5
9
Played this game a year back. Liked it. Now, every update, I click and see "No sex with Nana yet" and pledge to wait until there is.
 
  • Like
Reactions: Grelk

txe320

Well-Known Member
Dec 4, 2023
1,114
2,623
Played this game a year back. Liked it. Now, every update, I click and see "No sex with Nana yet" and pledge to wait until there is.
That's a really great and important news!!!

Thanks for letting us know!

We were really anxious to see if WalterJazz would be playing or not, now that we know, we can all resume with our lives. Thank the Goddess of tits!
 

NimLiyo

Newbie
Feb 9, 2022
33
66
daaamn seen alot of bad reviews, well i see the point in some, sure it's not the greatest writing, not the greatest story, don't have highly impactful decisions to make etc, not the greatest cg but it is decent, and character models do look nice, well having no animations is not a problem though it's not a deal breaker and me personally i prefer this over janky animations.

but u have to see it in this perspective this is not a game we r playing from start to finish this is like a episodic sitcom that we read like twice a month (update frequency) where we follow the characters in the next episode of the storyline of this lighthearted VN, while enjoying cute moments between characters, great romantic dynamic and gestures, spreading love and caring, it might be a little cliche and boring sometimes but it's just a simple relaxed activity to relax and enjoy.

so yah is it the best VN there is ? No, but still decent and enjoyable
 
3.80 star(s) 301 Votes