0% found this document useful (0 votes)
3 views2 pages

Ren'Py 7.6.3 Initialization Log

The document outlines the initialization process of a Ren'Py application, detailing the time taken for various loading and setup tasks. It indicates a failure to initialize Steam due to a missing module and provides information about the OpenGL context and rendering settings. Additionally, it notes issues with shader file access and provides display information related to the application's graphics settings.
Copyright
© All Rights Reserved
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% found this document useful (0 votes)
3 views2 pages

Ren'Py 7.6.3 Initialization Log

The document outlines the initialization process of a Ren'Py application, detailing the time taken for various loading and setup tasks. It indicates a failure to initialize Steam due to a missing module and provides information about the OpenGL context and rendering settings. Additionally, it notes issues with shader file access and provides display information related to the application's graphics settings.
Copyright
© All Rights Reserved
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

Sun Feb 25 21:37:07 2024

Emscripten-1.0-wasm32-32bit
Ren'Py 7.6.3.23091805+unofficial

Bootstrap to the start of [Link]. took 0.00s


Early init. took 0.01s
Loader init. took 0.02s
Loading error handling. took 0.04s
Loading script. took 1.23s
Loading save slot metadata. took 0.08s
Loading persistent. took 0.01s
import tarfile # precompiled from /lib/python2.7/[Link]
Failed to initialize steam: ImportError('No module named ctypes',)
Set script version to: (7, 6, 3)
Running init code. took 0.16s
Loading analysis data. took 0.05s
Analyze and compile ATL. took 0.03s
Reloading save slot metadata. took 0.03s
Index archives took 0.00s
Dump and make backups. took 0.00s
Cleaning cache. took 0.00s
Making clean stores. took 0.01s
Initial gc. took 0.08s
DPI scale factor: 1.000000
Creating interface object. took 0.00s
Cleaning stores took 0.00s
Init translation took 0.11s
Build styles took 0.01s
Load screen analysis took 0.00s
Analyze screens took 0.03s
Save screen analysis took 0.07s
Prepare screens took 0.17s
Save pyanalysis. took 0.00s
Save bytecode. took 0.06s
Running _start took 0.01s
# ./renpy/audio/[Link] has bad mtime
import [Link] # from ./renpy/audio/[Link]
# wrote ./renpy/audio/[Link]
Interface start. took 0.11s
import [Link] # builtin
import [Link] # builtin
# ./renpy/gl/[Link] has bad mtime
import [Link] # from ./renpy/gl/[Link]
# wrote ./renpy/gl/[Link]
import [Link].glrtt_copy # builtin
import [Link].glrtt_fbo # builtin
import [Link].glenviron_shader # builtin

Initializing gles2 renderer:


primary display bounds: (0, 0, 1440, 900)
swap interval: 1 frames
Windowed mode.
UGUU couldn't find glFlushMappedBufferRange: No OpenGL context has been made
current
UGUU couldn't find glGetBufferPointerv: No OpenGL context has been made current
UGUU couldn't find glMapBufferRange: No OpenGL context has been made current
UGUU couldn't find glUnmapBuffer: No OpenGL context has been made current
Vendor: 'WebKit'
Renderer: 'WebKit WebGL'
Version: 'OpenGL ES 3.0 (WebGL 2.0)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1170, 658) drawable=(2340, 1316)
Could not open 'cache/[Link]':
Maximum texture size: 4096x4096

You might also like