虚拟内存设置到32G还是闪退,附错误信息:I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/event-handler.rpy", line 3317, in script
File "game/event-handler.rpy", line 3337, in <module>
File "renpy/common/00action_other.rpy", line 484, in call
rv = self.callable(\*self.args, \*\*self.kwargs)
File "game/zz_hotkeys.rpy", line 326, in _mas_quick_menu_cb
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 "E:\整合包MAS_24_2_12\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "E:\整合包MAS_24_2_12\renpy\main.py", line 487, in main
run(restart)
File "E:\整合包MAS_24_2_12\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "E:\整合包MAS_24_2_12\renpy\execution.py", line 761, in run_context
context.run()
File "game/event-handler.rpy", line 3317, in script
File "E:\整合包MAS_24_2_12\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\整合包MAS_24_2_12\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/event-handler.rpy", line 3337, in <module>
File "E:\整合包MAS_24_2_12\renpy\exports.py", line 1033, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "E:\整合包MAS_24_2_12\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, \*\*kwargs)
File "E:\整合包MAS_24_2_12\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact
求大佬提供解决方案谢谢