The document details the initialization process of the Ren'Py game engine version 8.1.3 on an Android device (realme RMX3661) running Android 15. It includes timestamps for various stages of the initialization, loading scripts, and setting up the graphics renderer, ultimately taking approximately 15.65 seconds until the interface was ready. There are also mentions of screen dimensions and a flip failure error during the rendering process.
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 ratings0% found this document useful (0 votes)
2 views2 pages
Log
The document details the initialization process of the Ren'Py game engine version 8.1.3 on an Android device (realme RMX3661) running Android 15. It includes timestamps for various stages of the initialization, loading scripts, and setting up the graphics renderer, ultimately taking approximately 15.65 seconds until the interface was ready. There are also mentions of screen dimensions and a flip failure error during the rendering process.
Version: Ren'Py 8.1.3.23091805 Early init. took 0.11s Early init. took 0.11s Attempting to sync your saves to/from stock ANDROID_PUBLIC location... Android search paths: /storage/emulated/0/Android/data/com.estrada777.superhuman/files/../../../../ Documents/RenPy_Saves/com.estrada777.superhuman/game /data/user/0/com.estrada777.superhuman/files/game Loader init. took 0.07s Loader init. took 0.07s Loading error handling. took 1.03s Loading error handling. took 1.03s Loading script. took 10.00s Loading script. took 10.00s Saving to /storage/emulated/0/Android/data/com.estrada777.superhuman/files/../../../../ Documents/RenPy_Saves/com.estrada777.superhuman Loading save slot metadata. took 0.08s Loading save slot metadata. took 0.08s Loading persistent. took 0.00s Loading persistent. took 0.00s Set script version to: (8, 0, 3) - Init at 00images.rpyc:55 took 0.27095 s. Running init code. took 1.12s Running init code. took 1.12s Loading analysis data. took 0.03s Loading analysis data. took 0.03s Analyze and compile ATL. took 0.10s Analyze and compile ATL. took 0.10s Reloading save slot metadata. took 0.10s Reloading save slot metadata. took 0.10s 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.72s Initial gc. took 0.72s 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.73s Init translation took 0.73s Build styles took 0.01s Build styles took 0.01s Load screen analysis took 0.06s Load screen analysis took 0.06s 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.01s Running _start took 0.01s Interface start. took 0.93s Interface start. took 0.93s
Initializing gles2 renderer:
primary display bounds: (0, 0, 2290, 929) swap interval: 1 frames Fullscreen mode. Vendor: "b'Qualcomm'" Renderer: b'Adreno (TM) 619' Version: b'OpenGL ES 3.2 V@0530.55 (GIT@923a446bf8, I23d7d7df15, 1725536844) (Date:09/05/24)' Display Info: None Screen sizes: virtual=(1920, 1080) physical=(2290, 1080) drawable=(2290, 1080) Maximum texture size: 4096x4096 Total time until interface ready: 15.651983976364136s. Hid presplash. Screen sizes: virtual=(1920, 1080) physical=(2290, 929) drawable=(2290, 929) Maximum texture size: 4096x4096 Flip failed error(b'The specified window has not been made current') Screen sizes: virtual=(1920, 1080) physical=(2290, 929) drawable=(2290, 929) Maximum texture size: 4096x4096 Entered background. --------------------------------------------