0% found this document useful (0 votes)
11 views

Log

The document details the log output from initializing a Ren'Py game on an Android device. It lists the device details, paths checked, times taken for various initialization steps, and renderer details. The game failed to initialize the Steam API due to a missing library file.

Uploaded by

poojaluv25
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Log

The document details the log output from initializing a Ren'Py game on an Android device. It lists the device details, paths checked, times taken for various initialization steps, and renderer details. The game failed to initialize the Steam API due to a missing library file.

Uploaded by

poojaluv25
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sun Feb 25 00:07:29 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-X806B
Screen diagonal is 9.48355022729 inches.
Early init took 0.11s
Early init took 0.11s
Android search paths:
/storage/emulated/0/Android/data/da.badik3/files/../../../../Documents/DA/
da.badik3/game /data/user/0/da.badik3/files/game
Loader init took 0.18s
Loader init took 0.18s
Loading error handling took 0.27s
Loading error handling took 0.27s
Loading script took 3.36s
Loading script took 3.36s
Saving to /storage/emulated/0/Android/data/da.badik3/files/../../../../Documents/
DA/da.badik3
Loading save slot metadata. took 0.45s
Loading save slot metadata. took 0.45s
Loading persistent took 0.02s
Loading persistent took 0.02s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/da.badik3/files/libsteam_api.so" not found',)
Set script version to: (7, 5, 3)
- Init at 00images.rpyc:52 took 0.38184 s.
Running init code took 0.90s
Running init code took 0.90s
Loading analysis data took 0.92s
Loading analysis data took 0.92s
Analyze and compile ATL took 0.21s
Analyze and compile ATL took 0.21s
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.48s
Initial gc. took 0.48s
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.56s
Init translation took 0.56s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.41s
Load screen analysis took 0.41s
Analyze screens took 0.02s
Analyze screens took 0.02s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 1.13s
Prepare screens took 1.13s
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.74s
Interface start took 0.74s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2800, 1599)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'Qualcomm'
Renderer: 'Adreno (TM) 730'
Version: 'OpenGL ES 3.2 [email protected] (GIT@5a00bbd4b7, I0f5aa60515, 1673930385)
(Date:01/16/23)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2800, 1752) drawable=(2800, 1752)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096
Total time until interface ready: 10.0340437889s
Hid presplash.

You might also like