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

Log

The document provides details of the initialization process for an Android application built with Ren'Py, including loading and parsing scripts, initializing graphics, and preparing screens. It notes the Android device model and screen size, lists search paths, and gives timings for various initialization steps. Errors are encountered trying to initialize Steam libraries, but overall initialization is successful and the interface is ready in around 16 seconds.
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)
64 views2 pages

Log

The document provides details of the initialization process for an Android application built with Ren'Py, including loading and parsing scripts, initializing graphics, and preparing screens. It notes the Android device model and screen size, lists search paths, and gives timings for various initialization steps. Errors are encountered trying to initialize Steam libraries, but overall initialization is successful and the interface is ready in around 16 seconds.
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

Sat Jan 27 09:10:50 2024

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-A225F
Screen diagonal is 6.01597363487 inches.
Early init took 0.14s
Early init took 0.14s
Android search paths:
/storage/emulated/0/Android/data/project.myriam/files/../../../../Documents/Cebs/
project.myriam/game /data/user/0/project.myriam/files/game
Loader init took 0.13s
Loader init took 0.13s
Loading error handling took 0.21s
Loading error handling took 0.21s
Loading script took 4.39s
Loading script took 4.39s
Saving to /storage/emulated/0/Android/data/project.myriam/files/../../../../
Documents/Cebs/project.myriam
Loading save slot metadata. took 6.60s
Loading save slot metadata. took 6.60s
Loading persistent took 0.09s
Loading persistent took 0.09s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/project.myriam/files/libsteam_api.so" not found',)
Set script version to: (7, 4, 1)
- Init at 00images.rpyc:52 took 0.51394 s.
Running init code took 0.99s
Running init code took 0.99s
Loading analysis data took 0.10s
Loading analysis data took 0.10s
Analyze and compile ATL took 0.16s
Analyze and compile ATL took 0.16s
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.81s
Initial gc. took 0.81s
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.80s
Init translation took 0.80s
Build styles took 0.02s
Build styles took 0.02s
Load screen analysis took 0.09s
Load screen analysis took 0.09s
Analyze screens took 0.01s
Analyze screens took 0.01s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.35s
Prepare screens took 0.35s
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 1.11s
Interface start took 1.11s

Initializing gles2 renderer:


primary display bounds: (0, 0, 1542, 678)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'ARM'
Renderer: 'Mali-G52 MC2'
Version: 'OpenGL ES 3.2 v1.r26p0-01eac0.455662e55e7c7fb95a4b1db7e7af49a8'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1542, 720) drawable=(1542, 720)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096
Total time until interface ready: 16.4156479836s
Hid presplash.
Entered background.

You might also like