Undir

Newbie
May 15, 2019
26
20
Someone else has problems with Jane since every time I go out her room she will send me the following message
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 539, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1629, in execute
    screen hallway_questhint_location_minimap:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1629, in execute
    screen hallway_questhint_location_minimap:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1738, in execute
    if period == 4 and Jeanne_Mainstory_Event_LV_4 == True and Jeanne_Mainstory_Event_LV_5 == False:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1738, in <module>
    if period == 4 and Jeanne_Mainstory_Event_LV_4 == True and Jeanne_Mainstory_Event_LV_5 == False:
NameError: name 'Jeanne_Mainstory_Event_LV_4' is not defined

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

Full traceback:
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 539, in script
    pause
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 3737, 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/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1629, in execute
    screen hallway_questhint_location_minimap:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1629, in execute
    screen hallway_questhint_location_minimap:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1738, in execute
    if period == 4 and Jeanne_Mainstory_Event_LV_4 == True and Jeanne_Mainstory_Event_LV_5 == False:
  File "game/scripts/home_scripts/minimap_characters_locations.rpy", line 1738, in <module>
    if period == 4 and Jeanne_Mainstory_Event_LV_4 == True and Jeanne_Mainstory_Event_LV_5 == False:
NameError: name 'Jeanne_Mainstory_Event_LV_4' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Twistedworld 0.5
Tue Jan  4 09:30:33 2022

Or enter the room sometimes this appears to me

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

While running game code:
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 308, in script
    if period == 0 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 1 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 2 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False:
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 308, in <module>
    if period == 0 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 1 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 2 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False:
NameError: name 'Jeanne_Mainstory_Event_LV_3' is not defined

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

Full traceback:
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 308, in script
    if period == 0 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 1 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 2 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/home_scripts/home_map_navigation.rpy", line 308, in <module>
    if period == 0 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 1 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False or period == 2 and Jeanne_Mainstory_Event_LV_3 == True and Jeanne_Mainstory_Event_LV_4 == False:
NameError: name 'Jeanne_Mainstory_Event_LV_3' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Twistedworld 0.5
Tue Jan  4 09:36:20 2022
 

kamu!!

Newbie
Sep 8, 2019
37
21
This game took 5 months, but I say to those who think there are few updates.
This update is actually an addition to the buildup and story.
In a system that simply moves around the house, you can move around the entire building and a lot of characters have been created.
Now you can look forward to the story of each character and their future moves.
 
  • Like
Reactions: tothadam1998

Dragon1982

Active Member
Sep 7, 2019
711
494
Yeah the problem with this discussion is that people have the idea that devs should overwork themselves to death and must not have a life outside of that. The update wasn't that much smaller than any of the previous updates. Judging by how people are still asking how to unlock certain scenes in this update, I think it's pretty safe to assume they are just skipping everything besides the sex scenes. In this update the game literally says what you have to do to unlock every new scene and people somehow still don't know how to do it.
Since people will just ignore most of the work he does, I think what snats has to do be a good dev is release an update every month with the same 10 default koikatsu sex animations, like most devs of this type of game do.
Speaking of scenes, according to my gallery, I'm missing just one on the second page of the gallery. It is the 2nd one on the top row from left to right between Nora assault and Francine visit scenes. I got literally every other scene and made sure to pay attention to the story as I'm a completionist even with the conversation topics I have with family members that have no NSFW scenes. Do you know what I'm overlooking for that one specific scene? Plus I no longer get hints after the new year event so I'm flying blind right now.
 

Badjourasmix

Conversation Conqueror
Sep 22, 2017
7,260
16,397
Speaking of scenes, according to my gallery, I'm missing just one on the second page of the gallery. It is the 2nd one on the top row from left to right between Nora assault and Francine visit scenes. I got literally every other scene and made sure to pay attention to the story as I'm a completionist even with the conversation topics I have with family members that have no NSFW scenes. Do you know what I'm overlooking for that one specific scene? Plus I no longer get hints after the new year event so I'm flying blind right now.
You have to call tomoe at night about the jeanne situation.
 
  • Like
Reactions: Dragon1982

Dragon1982

Active Member
Sep 7, 2019
711
494
You have to call tomoe at night about the jeanne situation.
Now I feel dumb. I forgot about that since clicking on the bed at midnight a number of times kept forcing me into several other events in a row while the midnight hint was still showing. Thank you and sorry about that.
 

Titaniumlycan

Newbie
May 9, 2018
68
41
Hey just wondering if you are planing on combineing all the episodes into one long game? Great game btw I've really enjoyed it so far
 
Dec 20, 2018
278
357
Even tho the dev added new event and areas (the floors are copy pasted but o well...), this update feels unnecessary to play. It's really missing some repeatable events for each of the main characters, high hopes for the next update to bring it all together.
 
  • Like
Reactions: tothadam1998
4.10 star(s) 226 Votes