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

Ren'Py Game Initialization Log

The document provides a log of the initialization process for a Ren'Py application running on an Android device. It details various stages of loading, including error handling, script loading, and interface creation, with specific timestamps for each operation. Notably, it mentions a failure to initialize a Steam library due to a missing file and concludes with information about the graphics renderer and screen specifications.

Uploaded by

alkaj8093
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 Game Initialization Log

The document provides a log of the initialization process for a Ren'Py application running on an Android device. It details various stages of loading, including error handling, script loading, and interface creation, with specific timestamps for each operation. Notably, it mentions a failure to initialize a Steam library due to a missing file and concludes with information about the graphics renderer and screen specifications.

Uploaded by

alkaj8093
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

Mon Mar 17 [Link] 2025

Unknown platform.
Ren'Py 8.0.2.22081402

Bootstrap to the start of [Link] took 0.00s


Bootstrap to the start of [Link] took 0.00s
Manufacturer vivo model V2205
Screen diagonal is 5.723682135660806 inches.
Early init took 0.11s
Early init took 0.11s
Android search paths:
/storage/emulated/0/Android/data/[Link].c18/files/../../../../C18/
[Link].c18/game /data/user/0/[Link].c18/files/game
Loader init took 0.27s
Loader init took 0.27s
Loading error handling took 1.33s
Loading error handling took 1.33s
Loading script took 12.81s
Loading script took 12.81s
Saving to /storage/emulated/0/Android/data/[Link].c18/files/../../../../
C18/[Link].c18
Loading save slot metadata. took 2.05s
Loading save slot metadata. took 2.05s
Loading persistent took 0.05s
Loading persistent took 0.05s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/[Link].c18/files/libsteam_api.so" not found')
Set script version to: (7, 4, 9)
- Init at [Link] took 1.03141 s.
Running init code took 2.80s
Running init code took 2.80s
Loading analysis data took 1.42s
Loading analysis data took 1.42s
Analyze and compile ATL took 3.49s
Analyze and compile ATL took 3.49s
Index archives took 0.00s
Index archives took 0.00s
Dump and make backups. took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Making clean stores took 0.00s
Initial gc. took 2.29s
Initial gc. took 2.29s
DPI scale factor: 1.000000
Creating interface object took 0.02s
Creating interface object took 0.02s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 2.31s
Init translation took 2.31s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 1.01s
Load screen analysis took 1.01s
Analyze screens took 0.02s
Analyze screens took 0.02s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 1.80s
Prepare screens took 1.80s
Save pyanalysis. took 0.00s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.01s
Running _start took 0.01s
Interface start took 2.70s
Interface start took 2.70s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2342, 926)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'Qualcomm'"
Renderer: b'Adreno (TM) 610'
Version: b'OpenGL ES 3.2 V@0502.45 (GIT@0a31cc5b53, I80d2918b26, 1695804887)
(Date:09/27/23)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2342, 1080) drawable=(2342, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 35.03796029090881s
Hid presplash.
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2342, 1080) drawable=(2342, 1080)
Maximum texture size: 4096x4096
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2342, 1080) drawable=(2342, 1080)
Maximum texture size: 4096x4096

You might also like