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

Ren'Py Android Init Log Analysis

The document provides technical details about initializing and loading a visual novel game made with Ren'Py on an OPPO CPH1937 Android device. It lists the Android paths used, libraries loaded, screen sizes, and renderer details. The game loads in about 3 seconds and enters the foreground after being backgrounded.

Uploaded by

Bijan Gurung
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)
277 views2 pages

Ren'Py Android Init Log Analysis

The document provides technical details about initializing and loading a visual novel game made with Ren'Py on an OPPO CPH1937 Android device. It lists the Android paths used, libraries loaded, screen sizes, and renderer details. The game loads in about 3 seconds and enters the foreground after being backgrounded.

Uploaded by

Bijan Gurung
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

Thu Oct 20 01:50:28 2022

Unknown platform.
Ren'Py 8.0.2.22081402

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer OPPO model CPH1937
Screen diagonal is 4.408151294988203 inches.
Early init took 0.12s
Early init took 0.12s
Android search paths:
/storage/emulated/0/Android/data/androidadult.com.lessonfromneighborsummermemories/
files/../../../../AndroidAdult_Saves/
androidadult.com.lessonfromneighborsummermemories/game
/data/user/0/androidadult.com.lessonfromneighborsummermemories/files/game
Loader init took 0.02s
Loader init took 0.02s
Loading error handling took 0.12s
Loading error handling took 0.12s
Loading script took 0.74s
Loading script took 0.74s
Saving to
/storage/emulated/0/Android/data/androidadult.com.lessonfromneighborsummermemories/
files/../../../../Documents/RenPy_Saves/
androidadult.com.lessonfromneighborsummermemories
Loading save slot metadata. took 0.42s
Loading save slot metadata. took 0.42s
Loading persistent took 0.00s
Loading persistent took 0.00s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/androidadult.com.lessonfromneighborsummermemories/files/
libsteam_api.so" not found')
Set script version to: (8, 0, 1)
Running init code took 0.26s
Running init code took 0.26s
Loading analysis data took 0.07s
Loading analysis data took 0.07s
Analyze and compile ATL took 0.01s
Analyze and compile ATL took 0.01s
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 0.11s
Initial gc. took 0.11s
DPI scale factor: 1.000000
Creating interface object took 0.00s
Creating interface object took 0.00s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.16s
Init translation took 0.16s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.08s
Load screen analysis took 0.08s
Analyze screens took 0.00s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.17s
Prepare screens took 0.17s
Save pyanalysis. took 0.00s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Running _start took 0.00s
Interface start took 0.35s
Interface start took 0.35s

Initializing gles2 renderer:


primary display bounds: (0, 0, 1445, 656)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'Qualcomm'"
Renderer: b'Adreno (TM) 610'
Version: b'OpenGL ES 3.2 [email protected] (GIT@319c6d8, Ic907de5ed0, 1600700286)
(Date:09/21/20)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1544, 720) drawable=(1544, 720)
Maximum texture size: 4096x4096
Total time until interface ready: 3.083634853363037s
Hid presplash.
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(1544, 720) drawable=(1544, 720)
Maximum texture size: 4096x4096
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(1544, 720) drawable=(1544, 720)
Maximum texture size: 4096x4096

You might also like