The document details the initialization process of a Ren'Py game on an Android device. It lists the device model and screen size, then outlines the various startup steps like loading scripts, saves, and assets. It also provides debugging information around graphics initialization and performance timings for different phases of the boot process.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views
Log
The document details the initialization process of a Ren'Py game on an Android device. It lists the device model and screen size, then outlines the various startup steps like loading scripts, saves, and assets. It also provides debugging information around graphics initialization and performance timings for different phases of the boot process.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
Mon Sep 18 10:49:00 2023
Unknown platform. Ren'Py 8.0.3.22090809
Bootstrap to the start of init.init took 0.00s
Bootstrap to the start of init.init took 0.00s Manufacturer samsung model SM-A217M Screen diagonal is 5.710253041321232 inches. Early init took 0.23s Early init took 0.23s Android search paths: /storage/emulated/0/Android/data/androidadult.com.tomboyloveinhotforge/ files/../../../../Documents/RenPy_Saves/androidadult.com.tomboyloveinhotforge/ game /data/data/androidadult.com.tomboyloveinhotforge/files/game Loader init took 0.02s Loader init took 0.02s Loading error handling took 0.21s Loading error handling took 0.21s Loading script took 0.89s Loading script took 0.89s Saving to /storage/emulated/0/Android/data/androidadult.com.tomboyloveinhotforge/ files/../../../../Documents/RenPy_Saves/androidadult.com.tomboyloveinhotforge Loading save slot metadata. took 0.01s Loading save slot metadata. took 0.01s Loading persistent took 0.00s Loading persistent took 0.00s Faled to initialize steam: OSError('dlopen failed: library "/data/user/0/androidadult.com.tomboyloveinhotforge/files/libsteam_api.so" not found') Set script version to: (8, 0, 3) Running init code took 0.24s Running init code took 0.24s Loading analysis data took 0.07s Loading analysis data took 0.07s Analyze and compile ATL took 0.04s Analyze and compile ATL took 0.04s 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.16s Initial gc. took 0.16s 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.25s Init translation took 0.25s Build styles took 0.02s Build styles took 0.02s Load screen analysis took 0.14s Load screen analysis took 0.14s 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.32s Prepare screens took 0.32s 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.56s Interface start took 0.56s
Initializing gles2 renderer:
primary display bounds: (0, 0, 1448, 678) swap interval: 1 frames Fullscreen mode. Vendor: "b'ARM'" Renderer: b'Mali-G52' Version: b'OpenGL ES 3.2 v1.r19p0-01rel0.###other-sha0123456789ABCDEF0###' Display Info: None Screen sizes: virtual=(1920, 1080) physical=(1532, 720) drawable=(1532, 720) Maximum texture size: 4096x4096 Total time until interface ready: 3.8570101261138916s Hid presplash. Cleaning stores took 0.00s Cleaning stores took 0.00s Init translation took 0.01s Init translation took 0.01s Build styles took 0.03s Build styles took 0.03s Load screen analysis took 0.17s Load screen analysis took 0.17s Analyze screens took 0.00s Analyze screens took 0.00s Prepare screens took 0.00s Prepare screens took 0.00s Running _start took 0.02s Running _start took 0.02s Entered background.