IAmTheMan75

Member
May 18, 2020
118
43
Also, I'm not sure if anyone noticed, but Episode 7 starts on Day 42 and at the end of day 42, the next day says Day 42.
 

tripod70

Not so Well-known Member
Game Developer
Oct 23, 2020
2,214
3,949
I get this. :( No episode 7. For reference I have the compressed version + the patch for it.


EDIT: Tried the original big size one and there's Episode 7 now. I guess the compressed wasn't working for me even with the patch. Sorry to bother tripod70.
Glad it worked out.....
 

Masterjaxx

Newbie
Nov 30, 2017
52
14
Stuck at 49/57 episode 7 and i cant use the walkthrough hints because of the persistent error that has been screwing it up since version 5. Any hints on what to do next or how to fix the walkthrough would be appreciated.


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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
Exception: Grid not completely full.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 437, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 569, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/layout.py", line 526, in per_interact
    raise Exception("Grid not completely full.")
Exception: Grid not completely full.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
My best friend's daughter 7.02
Sun May  9 22:35:46 2021
 

So_so_hot

New Member
Jun 29, 2017
5
1
Hi All, Compressed game download is v6 and not v7 even though the filename is v7. Please could V7 be compressed and re-uploaded or android version. Thanks
 

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
Stuck at 49/57 episode 7 and i cant use the walkthrough hints because of the persistent error that has been screwing it up since version 5. Any hints on what to do next or how to fix the walkthrough would be appreciated.


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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
Exception: Grid not completely full.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 437, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 569, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/layout.py", line 526, in per_interact
    raise Exception("Grid not completely full.")
Exception: Grid not completely full.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
My best friend's daughter 7.02
Sun May  9 22:35:46 2021
It seems that you are the only one who has such problems. Try deleting everything and downloading the Game again (Don't forget to delete the persistent file in AppData) . You can now download from Discord saves and persistent files. There are all WT's and saves all days from the beginning of episode 2 until the end of version 7 posted. There are also persistent files from all episodes. It should fix your problems.
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,202
2,912
Stuck at 49/57 episode 7 and i cant use the walkthrough hints because of the persistent error that has been screwing it up since version 5. Any hints on what to do next or how to fix the walkthrough would be appreciated.


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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
Exception: Grid not completely full.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 437, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 569, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/layout.py", line 526, in per_interact
    raise Exception("Grid not completely full.")
Exception: Grid not completely full.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
My best friend's daughter 7.02
Sun May  9 22:35:46 2021
It should have been fixed - please reload game and try again
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,202
2,912
Is there any chance that girls from room for rent will show up? Emily or Amy
I have answered that several times - yes - but as mentioned there are many years between - this is a story about our MC - the story will drop back to new time and continue from that moment. I can't say when it will happen
 
  • Like
Reactions: Lukumoide

Masterjaxx

Newbie
Nov 30, 2017
52
14
It seems that you are the only one who has such problems. Try deleting everything and downloading the Game again (Don't forget to delete the persistent file in AppData) . You can now download from Discord saves and persistent files. There are all WT's and saves all days from the beginning of episode 2 until the end of version 7 posted. There are also persistent files from all episodes. It should fix your problems.
I do not have any files having any relation to this game in my AppData file. I have followed the instructions provided, they dead end. I do not know what is different about my system and its formatting but the clearly provided path for locating the file does not lead to anything for me.

When the problem first showed up in version 5 i deleted every file i had and cleared the trash bin before re downloading and installing the game. It auto loaded my old saves from that damn persistent file that i cant locate, which i then deleted from the save file and replaced with a known safe file provided by another user. The problem persisted.

Perhaps the game has been patched since then. I will try doing a full wipe again and downloading version 7. But without a fix for the ghost directory leading to the persistent files, i don't have much faith in it fixing things.
 
2.50 star(s) 92 Votes