Anarae

Member
May 25, 2018
146
217
196








 

♂Brout&Minou♀

Engaged Member
Jul 30, 2020
2,853
2,121
408
Just a feedback
I don't know if this has been reported in bugs or errors. During Yriel's Useful elf ch.1 “wash dishes with her” quest. After trying several times, a handjob scene is triggered and according to the narration - and after checking in the gallery - the scene takes place for the second time, except I didn't have access to this first time and went straight to the second. There's nothing wrong with that, just that the narration and dialogue are slightly different, and perhaps a few stats points missed during this first time.
 

vincent13

Active Member
Game Developer
Apr 12, 2018
719
742
278
every time i try to load the game i get this error someone know why and how to fix that ?

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

While running game code:
  File "game/scripts/ui/system_screens/save_load.rpy", line 21, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 21, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 27, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 30, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 30, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 36, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 337, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 337, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 343, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 346, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 352, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 355, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 386, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 36, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 38, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 57, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 64, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 68, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 71, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 82, in execute
Exception: String u'][ - Day 1' 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 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, 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 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "renpy/display/core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/scripts/ui/system_screens/save_load.rpy", line 21, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 21, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 27, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 30, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 30, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 36, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 337, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 337, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 343, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 346, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 352, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 355, in execute
  File "game/scripts/ui/system_screens/main_menu.rpy", line 386, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 36, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 38, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 57, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 64, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 68, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 71, in execute
  File "game/scripts/ui/system_screens/save_load.rpy", line 82, in execute
  File "renpy/text/text.py", line 1727, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "renpy/substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  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 162, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'][ - Day 1' ends with an open format operation.

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
A House in the Rift 0.7.19r1
Fri Apr 25 17:40:42 2025
 

Pero95

Member
Oct 17, 2022
311
505
129
So again, none of the new scenes are in the gallery?
Not even the remade ones.

What exactly is the point of the gallery then?
 

itfod

Active Member
Apr 16, 2021
522
341
152
Has anybody figured out how to access the sex scene with demure Naomi that's listed in the changelog?
 

Netgear

Active Member
Jul 25, 2018
752
850
278
Web Site blocked:
v3.0.17 | Riskware: 2.0.202504252005

From Malewarebytes browser guard
 
  • Like
Reactions: Soma58

llDante

Member
Dec 22, 2019
183
224
208
Has anybody figured out how to access the sex scene with demure Naomi that's listed in the changelog?
if i'm not mistaken that's the result of a potion you have to make it, find the recipes in the library and make them in the garage.
 
4.60 star(s) 356 Votes