- Jan 24, 2018
- 3,897
- 12,811
Missed an Update maybe? Did you jump from 0.61 to 0.63? I'd try a full download once.View attachment 4079083
Ran into this. Bad DL?
Missed an Update maybe? Did you jump from 0.61 to 0.63? I'd try a full download once.View attachment 4079083
Ran into this. Bad DL?
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
You're an idiot.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!
Everything. Beside animations.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.There is no animation. I have not played this game yet. Can someone say what makes this game interesting ?
Have you tried deleting the folder in your appdata?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
Probably most interesting is all the sex with Nana.Can someone say what makes this game interesting ?
Never gets old.......Probably most interesting is all the sex with Nana.
Your girlfireind told me someting else in the afterglow....someting along the lines "He is a bull,.....a Longhorn bull.....Edit: I am badass!
...What is? The image you posted is so dang tiny you can't see anything in it. You'll have to re-upload a proper one that isn't the size of a postage stamp!I wanted to ask that for some times now... Is that a reference or a tribute to "the office wife" ?
View attachment 4078016
She looks like her especially since she is selling sex items. Unless it's a nod and she is supposed to one of the quintuplets.I wanted to ask that for some times now... Is that a reference or a tribute to "the office wife" ?
View attachment 4078016
That's a really great and important news!!!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.
You are quite welcome! I'm sad to know I was the reason your life was on hold.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!
Unfortunately, not everyone understands this, they have only complaints in their heads such as "Sex Nana" or "dumbass story".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