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

Ren'Py 8.2.1 Initialization Log

The document provides a log of the initialization process for a software built with Emscripten and Ren'Py, detailing various loading times and errors encountered, including a failure to initialize Steam due to a missing module. It also includes information about the graphics renderer being used, specifically OpenGL ES 3.0, and various screen size configurations. Overall, the initialization process took several seconds with multiple steps documented.

Uploaded by

moaimsong430
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)
7 views2 pages

Ren'Py 8.2.1 Initialization Log

The document provides a log of the initialization process for a software built with Emscripten and Ren'Py, detailing various loading times and errors encountered, including a failure to initialize Steam due to a missing module. It also includes information about the graphics renderer being used, specifically OpenGL ES 3.0, and various screen size configurations. Overall, the initialization process took several seconds with multiple steps documented.

Uploaded by

moaimsong430
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

2025-08-31 20:27:18 UTC

Emscripten-3.1.24-wasm32-32bit
Ren'Py 8.2.1.24030407

HoS
Not_Even_0.01
Built at 2024-08-07 16:59:36 UTC

Early init took 0.18s


Loading error handling took 0.20s
Loading script took 9.44s
Loading save slot metadata took 0.08s
Loading persistent took 0.00s
Failed to initialize steam: ModuleNotFoundError("No module named '_ctypes'")
Set script version to: (8, 2, 1)
Running init code took 0.33s
Loading analysis data took 0.19s
Analyze and compile ATL took 0.07s
Reloading save slot metadata took 0.04s
Index archives took 0.00s
Dump and make backups took 0.01s
Cleaning cache took 0.00s
Making clean stores took 0.01s
Initial gc took 0.20s
DPI scale factor: 1.000000
Creating interface object took 0.01s
Cleaning stores took 0.00s
Init translation took 0.28s
Build styles took 0.04s
Load screen analysis took 0.00s
Analyze screens took 0.15s
Save screen analysis took 0.14s
Prepare screens took 0.86s
Save pyanalysis. took 0.00s
Save bytecode. took 0.16s
Running _start took 0.01s
Interface start took 0.21s

Initializing gles2 renderer:


primary display bounds: (0, 0, 942, 424)
swap interval: 1 frames
Windowed mode.
UGUU couldn't find b'glFlushMappedBufferRange': b'No OpenGL context has been made
current'
UGUU couldn't find b'glGetBufferPointerv': b'No OpenGL context has been made
current'
UGUU couldn't find b'glMapBufferRange': b'No OpenGL context has been made current'
UGUU couldn't find b'glUnmapBuffer': b'No OpenGL context has been made current'
Vendor: "b'WebKit'"
Renderer: b'WebKit WebGL'
Version: b'OpenGL ES 3.0 (WebGL 2.0 (OpenGL ES 3.0 Chromium))'
Display Info: None
Screen sizes: virtual=(1280, 720) physical=(899, 424) drawable=(2292, 1081)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(424, 256) drawable=(1081, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(424, 843) drawable=(1081, 2149)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(899, 424) drawable=(2292, 1081)
Maximum texture size: 4096x4096

You might also like