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

Log

The document details the initialization process of a Ren'Py application on an Android device, specifically a Samsung model SM-M346B. It includes timestamps for various stages of loading, such as script loading, error handling, and interface creation, totaling approximately 29.23 seconds until the interface was ready. Additionally, it notes an issue with missing a required library for Steam integration and provides information about the graphics renderer being used.

Uploaded by

mihir.mamtora
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)
2 views2 pages

Log

The document details the initialization process of a Ren'Py application on an Android device, specifically a Samsung model SM-M346B. It includes timestamps for various stages of loading, such as script loading, error handling, and interface creation, totaling approximately 29.23 seconds until the interface was ready. Additionally, it notes an issue with missing a required library for Steam integration and provides information about the graphics renderer being used.

Uploaded by

mihir.mamtora
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/ 2

Sun Jul 13 01:10:05 2025

Unknown platform.
Ren'Py 7.5.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-M346B
Screen diagonal is 5.86973723371 inches.
Early init took 0.18s
Early init took 0.18s
Android search paths:
/storage/emulated/0/Android/data/be.badik/files/../../../../Documents/BE/be.badik/
game /data/user/0/be.badik/files/game
Loader init took 0.51s
Loader init took 0.51s
Loading error handling took 0.95s
Loading error handling took 0.95s
Loading script took 10.25s
Loading script took 10.25s
Saving to /storage/emulated/0/Android/data/be.badik/files/../../../../Documents/
BE/be.badik
Loading save slot metadata. took 0.47s
Loading save slot metadata. took 0.47s
Loading persistent took 0.00s
Loading persistent took 0.00s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/be.badik/files/libsteam_api.so" not found',)
Set script version to: (7, 4, 10)
- Init at 00images.rpyc:52 took 0.93587 s.
Running init code took 1.99s
Running init code took 1.99s
Loading analysis data took 1.86s
Loading analysis data took 1.86s
Analyze and compile ATL took 1.34s
Analyze and compile ATL took 1.34s
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 1.33s
Initial gc. took 1.33s
DPI scale factor: 1.000000
Creating interface object took 0.01s
Creating interface object took 0.01s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 1.61s
Init translation took 1.61s
Build styles took 0.03s
Build styles took 0.03s
Load screen analysis took 1.49s
Load screen analysis took 1.49s
Analyze screens took 0.05s
Analyze screens took 0.05s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 4.16s
Prepare screens took 4.16s
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.24s
Interface start took 2.24s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2263, 978)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'ARM'
Renderer: 'Mali-G68'
Version: 'OpenGL ES 3.2 v1.r32p1-01bet2-mbs2v39_0.88b6e6c15e31e0e651bd1461ed67816a'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2263, 1080) drawable=(2263, 1080)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096
Total time until interface ready: 29.225673914s
Hid presplash.
Screen sizes: virtual=(1920, 1080) physical=(2263, 1080) drawable=(2263, 1080)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096

You might also like