The document provides details of the initialization process for a Ren'Py game engine. It logs the start time, loading of scripts, images and other assets. It also includes an error where it could not find a specific image file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views
Log
The document provides details of the initialization process for a Ren'Py game engine. It logs the start time, loading of scripts, images and other assets. It also includes an error where it could not find a specific image file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3
Sat May 20 22:48:49 2023
Windows-10-10.0.19041 Ren'Py 7.4.10.2178
Bootstrap to the start of init.init took 0.35s
Early init took 0.01s Loader init took 1.67s Loading error handling took 0.81s Loading script took 54.80s Loading save slot metadata. took 4.33s Loading persistent took 0.18s Importing _renpysteam: ImportError('No module named _renpysteam',) - Init at renpy/common/00updater.rpy:23 took 0.42039 s. Importing _renpysteam: ImportError('No module named _renpysteam',) Set script version to: (7, 4, 10) - Init at renpy/common/00images.rpy:52 took 3.30236 s. - Init at game/setupRPC.rpy:1 took 1.35842 s. - Init at renpy/common/00director.rpy:1355 took 0.39252 s. Running init code took 6.83s Loading analysis data took 2.82s Analyze and compile ATL took 0.70s Index archives took 0.00s Dump and make backups. took 0.00s Cleaning cache took 0.00s Making clean stores took 0.00s Initial gc. took 1.90s DPI scale factor: 1.500000 nvdrs: Loaded, about to disable thread optimizations. nvdrs: "Couldn't load nvlib." (can be ignored) Creating interface object took 0.15s Cleaning stores took 0.00s Init translation took 2.52s Build styles took 0.03s Load screen analysis took 1.97s Analyze screens took 0.07s Save screen analysis took 0.00s Prepare screens took 4.11s Save pyanalysis. took 0.00s Save bytecode. took 0.00s Running _start took 0.01s Performance test: Interface start took 4.74s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080) swap interval: 1 frames Windowed mode. Vendor: 'Intel' Renderer: 'Intel(R) UHD Graphics 600' Version: '4.6.0 - Build 31.0.101.2112' Display Info: None Screen sizes: virtual=(1920, 1080) physical=(1280, 720) drawable=(1280, 720) Could not open 'cache/shaders.txt': Maximum texture size: 4096x4096 Screen sizes: virtual=(1920, 1080) physical=(1920, 986) drawable=(1920, 986) Could not open 'cache/shaders.txt': Maximum texture size: 4096x4096 Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, 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 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3834, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2555, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 824, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/transition.py", line 360, in render return render(self.new_widget, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 824, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 824, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render File "renpy/display/layout.py", line 824, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 1856, in render place(pos, x, y, w, h) File "renpy/display/layout.py", line 1816, in place rend = render(d, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/viewport.py", line 623, in render surf = renpy.display.render.render(c, cw, ch, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 1027, in render surf = render(d, width - x, rh, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/behavior.py", line 791, in render rv = super(Button, self).render(width, height, st, at) File "renpy/display/layout.py", line 1254, in render st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/transform.py", line 733, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/im.py", line 623, in render return cache.get(self, render=True) File "renpy/display/im.py", line 287, in get surf = image.load() File "renpy/display/im.py", line 704, in load raise e IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'.
While loading <'Image' u'images/season2/gallery/ep8_sage.png'>:
IOError: Couldn't find file 'images/season2/gallery/ep8_sage.png'. Cleaning stores took 0.01s Init translation took 0.34s Build styles took 0.08s Load screen analysis took 3.21s Analyze screens took 0.00s Prepare screens took 0.00s Running _start took 0.01s