0% found this document useful (0 votes)
34 views

Log

The document provides log output from initializing and loading a Ren'Py game. It details the various initialization steps taken and their durations, including loading scripts, saves, and assets. It also provides information on the graphics hardware and configuration.

Uploaded by

queen
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)
34 views

Log

The document provides log output from initializing and loading a Ren'Py game. It details the various initialization steps taken and their durations, including loading scripts, saves, and assets. It also provides information on the graphics hardware and configuration.

Uploaded by

queen
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
You are on page 1/ 1

Wed Apr 5 12:35:14 2023

Windows-10-10.0.22621
Ren'Py 7.4.11.2266

Bootstrap to the start of init.init took 0.11s


Early init took 0.16s
Loader init took 0.80s
Loading error handling took 0.36s
Loading script took 3.16s
Loading save slot metadata. took 1.80s
Loading persistent took 0.00s
Imported steam.
Failed to initialize steam.
- Init at renpy/common/00achievement.rpy:27 took 2.12503 s.
- Init at renpy/common/00updater.rpy:23 took 0.28127 s.
Set script version to: (7, 4, 11)
Running init code took 2.67s
Loading analysis data took 0.17s
Analyze and compile ATL took 0.02s
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.14s
DPI scale factor: 1.250000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.69s
Cleaning stores took 0.00s
Init translation took 0.16s
Build styles took 0.00s
Load screen analysis took 0.11s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.39s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.21s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: 'NVIDIA Corporation'
Renderer: 'NVIDIA GeForce 940MX/PCIe/SSE2'
Version: '4.6.0 NVIDIA 531.18'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1733, 975) drawable=(1733, 975)
Maximum texture size: 4096x4096
renpy/display/pgrender.py:119: UserWarning: Memory leak via Surface in pygame_sdl2.
surf = Surface((width + 4, height + 4), 0, sample)

You might also like