The document details the initialization process of a Ren'Py application, including various loading times for components and modules. It provides information about the graphical environment, including display settings and supported OpenGL extensions. The total time taken for the interface to be ready is approximately 4.03 seconds.
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)
2 views3 pages
log (1)
The document details the initialization process of a Ren'Py application, including various loading times for components and modules. It provides information about the graphical environment, including display settings and supported OpenGL extensions. The total time taken for the interface to be ready is approximately 4.03 seconds.
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
Mon Nov 14 00:22:31 2022
Emscripten-1.0-x86-JS-32bit Ren'Py 7.3.5.606
Bootstrap to the start of init.init took 0.00s
Early init took 0.03s Loader init took 0.05s import encodings.zlib_codec # precompiled from /lib/python2.7/encodings/zlib_codec.pyo Loading error handling took 0.14s import array # builtin Loading script took 1.48s Loading save slot metadata. took 0.00s Loading persistent took 0.00s Importing _renpysteam: ImportError('No module named _renpysteam',) import repr # precompiled from /lib/python2.7/repr.pyo import tarfile # precompiled from /lib/python2.7/tarfile.pyo import urlparse # precompiled from /lib/python2.7/urlparse.pyo Set script version to: (7, 3, 5) Running init code took 0.22s Loading analysis data took 0.08s Analyze and compile ATL took 0.10s 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 0.05s DPI scale factor: 1.000000 Creating interface object took 0.03s Cleaning stores took 0.00s Init translation took 0.23s Build styles took 0.04s Load screen analysis took 0.00s Analyze screens took 0.06s Save screen analysis took 0.12s Prepare screens took 0.30s Save pyanalysis. took 0.00s Save bytecode. took 0.09s Running _start took 0.01s Interface start took 0.08s import renpy.gl.gldraw # builtin import renpy.gl.gltexture # builtin import renpy.gl.gl # builtin import renpy.gl.glrtt_copy # builtin import renpy.gl.glrtt_fbo # builtin import renpy.gl.glenviron_shader # builtin import renpy.display.swdraw # precompiled from ./renpy/display/swdraw.pyo