starting a new game and when it gets to introduction of older sister game crashes. while running game code out of memory. is what it says. any ideas how to fix.
Full thing
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00gamemenu.rpy", line 166, in script call
call _enter_game_menu from _call__enter_game_menu_0
File "renpy/common/00gamemenu.rpy", line 147, in script
$ _enter_menu()
File "renpy/common/00gamemenu.rpy", line 147, in <module>
$ _enter_menu()
File "renpy/common/00gamemenu.rpy", line 88, in _enter_menu
renpy.take_screenshot((config.thumbnail_width, config.thumbnail_height))
error: Out of memory
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\main.py", line 513, in main
run(restart)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\execution.py", line 879, in run_context
context.run()
File "game/script.rpyc", line 2090, in script
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\ast.py", line 1337, in execute
renpy.exports.with_statement(trans, paired)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\exports.py", line 1452, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\core.py", line 2207, in do_with
clear=clear)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\core.py", line 3451, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\behavior.py", line 439, in event
rv = run(action)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\game.py", line 331, in call_in_new_context
return renpy.execution.run_context(False)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\execution.py", line 879, in run_context
context.run()
File "renpy/common/00gamemenu.rpy", line 166, in script call
call _enter_game_menu from _call__enter_game_menu_0
File "renpy/common/00gamemenu.rpy", line 147, in script
$ _enter_menu()
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 147, in <module>
$ _enter_menu()
File "renpy/common/00gamemenu.rpy", line 88, in _enter_menu
renpy.take_screenshot((config.thumbnail_width, config.thumbnail_height))
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\exports.py", line 1570, in take_screenshot
renpy.game.interface.take_screenshot(scale, background=background)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\core.py", line 2100, in take_screenshot
surf = renpy.display.draw.screenshot(self.surftree, self.fullscreen_video)
File "gldraw.pyx", line 1391, in renpy.gl.gldraw.GLDraw.screenshot
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\pgrender.py", line 172, in flip
return copy_surface_unscaled(surf)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\pgrender.py", line 127, in copy_surface
rv = surface_unscaled(surf.get_size(), alpha)
File "G:\Downloads\Lust_Village\Eng\Lustvillage-0.85-pc\Lustvillage-0.85-pc\renpy\display\pgrender.py", line 116, in surface
surf = Surface((width + 4, height + 4), 0, sample)
File "src/pygame_sdl2/surface.pyx", line 164, in pygame_sdl2.surface.Surface.__init__
error: Out of memory
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lust village 0.85
Tue Jun 03 13:15:52 2025