I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 95, in script scene train2 with dissolve File "game/script.rpy", line 95, in script scene train2 with dissolve MemoryError: -- Full Traceback ------------------------------------------------------------ Full traceback: File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\bootstrap.py", line 314, in bootstrap renpy.main.main() File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\main.py", line 529, in main run(restart) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\execution.py", line 892, in run_context context.run() File "game/script.rpy", line 95, in script scene train2 with dissolve File "game/script.rpy", line 95, in script scene train2 with dissolve File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\ast.py", line 1387, in execute renpy.exports.with_statement(trans, paired) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\exports.py", line 1592, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\core.py", line 2248, in do_with clear=clear) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\core.py", line 3191, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\core.py", line 2091, in draw_screen renpy.config.screen_height, File "render.pyx", line 546, in renpy.display.render.render_screen File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\transition.py", line 353, in render return render(self.new_widget, width, height, st, at) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\image.py", line 500, in render return wrap_render(self.target, width, height, st, at) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\video.py", line 405, in render tex, _ = get_movie_texture(self.channel, self.mask_channel, self.side_mask) File "E:\Games\Wierd Shit is Going to Happen\WeirdShitIsGoingToHappen-0.0000000001-pc\WeirdShitIsGoingToHappen-0.0000000001-pc\renpy\display\video.py", line 177, in get_movie_texture tex = renpy.display.draw.load_texture(surf, True) File "gldraw.pyx", line 739, in renpy.gl.gldraw.GLDraw.load_texture File "gltexture.pyx", line 896, in renpy.gl.gltexture.texture_grid_from_surface File "gltexture.pyx", line 332, in renpy.gl.gltexture.TextureCore.load_surface File "gltexture.pyx", line 1187, in renpy.gl.gltexture.premultiply MemoryError: Windows-8-6.2.9200 Ren'Py 7.3.2.320 Weird Shit Is Going To Happen 0.0000000001 Mon Oct 21 23:08:51 2019