TideT

Member
Jul 4, 2018
107
109
Doing Quest 31: Home Sweet Home, still bugs out if doing it the slow way when it comes to furniture. Been waiting like 20 days and they're still not done with the work.
 

pianino009

New Member
Jul 4, 2017
1
0
Hello. I have one annoying problem. When it comes to fighting scene with anyone the game is starting working really slow. Every action in fight scene takes a lot of time. Does anyone know how to cure this issue?
 

Cheemsburger

Newbie
Sep 23, 2020
17
23
i haven't play this game for a while, i remember stop playing after the sex scene with the blue hair nun on the tower, which quest should i start in new game+?
 

Hiiragi.sama

Newbie
Aug 28, 2020
27
7
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'Menu/ep2_1.jpg') at 0x0000000023247b50>:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
IOError: Couldn't find file 'Menu/ep2_1.jpg'.

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

Full traceback:
File "renpy/common/00start.rpy", line 275, in script
python:
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/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 349, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 955, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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 3582, 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 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'Menu/ep2_1.jpg'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
Knightly Passions 0.65
Tue Jan 9 23:48:23 2024

need help
 

Jakobi7812

New Member
Feb 2, 2022
1
0
Doing Quest 31: Home Sweet Home, still bugs out if doing it the slow way when it comes to furniture. Been waiting like 20 days and they're still not done with the work.
I fixed the same problem I had on mine by using the console to force the correct flag.

If you open the console and put in:

mission_31 = 69

then it will set the flag to say that the waiting period is over, and you can just go into the house to progress the quest.
 

casual69

New Member
Jun 18, 2017
8
0
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'Menu/ep2_1.jpg') at 0x0000000023247b50>:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
IOError: Couldn't find file 'Menu/ep2_1.jpg'.

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

Full traceback:
File "renpy/common/00start.rpy", line 275, in script
python:
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/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 349, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 955, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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 3582, 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 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'Menu/ep2_1.jpg'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
Knightly Passions 0.65
Tue Jan 9 23:48:23 2024

need help
Have this problem too no one helped what is wrong
 

Computaholica

Member
Aug 10, 2019
124
31
Would someone please clarify the difference between the DLC: Between Life and Death (335 MB) and the Halloween Episode (558 MB) listed on the OP? When playing them they seem to be the same, but the Halloween DL is larger than the other.
 
3.90 star(s) 98 Votes