如题,Don't在玩到花屏之后一点就报错,试了Windows7,8兼容还是不行
报错
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 39, in script call
call thetruth from _call_thetruth
File "game/urges.rpy", line 15, in script call
call choice from _call_choice
File "game/thetruth.rpy", line 1822, in script call
call thetruth2 from _call_thetruth2
File "game/thetruth2.rpy", line 1365, in script
menu:
error: Out of memory
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\main.py", line 487, in main
run(restart)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 39, in script call
call thetruth from _call_thetruth
File "game/urges.rpy", line 15, in script call
call choice from _call_choice
File "game/thetruth.rpy", line 1822, in script call
call thetruth2 from _call_thetruth2
File "game/thetruth2.rpy", line 1365, in script
menu:
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\exports.py", line 847, in menu
rv = renpy.store.menu(items)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\exports.py", line 1033, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, \*\*kwargs)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, \*\*kwargs)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\core.py", line 3028, in interact_core
ev = self.event_wait()
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\core.py", line 2188, in event_wait
self.check_background_screenshot()
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\core.py", line 2013, in check_background_screenshot
self.bgscreenshot_surface = renpy.display.draw.screenshot(self.surftree, self.fullscreen_video)
File "renpy/gl/gldraw.pyx", line 1302, in renpy.gl.gldraw.GLDraw.screenshot (gen\renpy.gl.gldraw.c:19628)
rv = renpy.display.pgrender.flip_unscaled(rv, False, True)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\pgrender.py", line 172, in flip
return copy_surface_unscaled(surf)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\renpy\display\pgrender.py", line 127, in copy_surface
rv = surface_unscaled(surf.get_size(), alpha)
File "D:\M\DDLC\MOD\m系列六部曲合集\Don't\V1.0Don-t\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 (gen\pygame_sdl2.surface.c:2479)
error: Out of memory
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Don't