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

log

The document contains a log of a Ren'Py game initialization on an Android device, detailing various initialization steps and timings. It indicates multiple errors related to undefined variables, specifically 'poster1' through 'poster5', during the execution of game scripts. The log also provides information about the device specifications and the rendering environment setup.

Uploaded by

dnalam23
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 views4 pages

log

The document contains a log of a Ren'Py game initialization on an Android device, detailing various initialization steps and timings. It indicates multiple errors related to undefined variables, specifically 'poster1' through 'poster5', during the execution of game scripts. The log also provides information about the device specifications and the rendering environment setup.

Uploaded by

dnalam23
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/ 4

Sat Dec 28 23:12:55 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-A057F
Screen diagonal is 5.36518636129 inches.
Early init took 0.13s
Early init took 0.13s
Android search paths:
/storage/emulated/0/Android/data/da.filf/files/../../../../Documents/DA/da.filf/
game /data/user/0/da.filf/files/game
Loader init took 0.08s
Loader init took 0.08s
Loading error handling took 0.28s
Loading error handling took 0.28s
Loading script took 3.62s
Loading script took 3.62s
Saving to /storage/emulated/0/Android/data/da.filf/files/../../../../Documents/DA/
da.filf
Loading save slot metadata. took 0.15s
Loading save slot metadata. took 0.15s
Loading persistent took 0.00s
Loading persistent took 0.00s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/da.filf/files/libsteam_api.so" not found',)
Set script version to: (7, 4, 11)
Running init code took 0.53s
Running init code took 0.53s
Loading analysis data took 0.70s
Loading analysis data took 0.70s
Analyze and compile ATL took 0.10s
Analyze and compile ATL 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.64s
Initial gc. took 0.64s
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.64s
Init translation took 0.64s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.53s
Load screen analysis took 0.53s
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.96s
Prepare screens took 1.96s
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.98s
Interface start took 0.98s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2192, 1012)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'Qualcomm'
Renderer: 'Adreno (TM) 610'
Version: 'OpenGL ES 3.2 [email protected] (GIT@fc9849b050, Ibccd5936db, 1700474993)
(Date:11/20/23)'
Display Info: None
Screen sizes: virtual=(1280, 720) physical=(2327, 1080) drawable=(2327, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 10.6806409359s
Hid presplash.

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 372, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 372, in <module>
NameError: name 'poster5' is not defined

While running game code:


File "game/script_posters.rpy", line 372, in <module>
NameError: name 'poster5' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 373, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 373, in <module>
NameError: name 'poster4' is not defined

While running game code:


File "game/script_posters.rpy", line 373, in <module>
NameError: name 'poster4' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 335, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 335, in <module>
NameError: name 'poster4' is not defined
While running game code:
File "game/script_posters.rpy", line 335, in <module>
NameError: name 'poster4' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 336, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 336, in <module>
NameError: name 'poster3' is not defined

While running game code:


File "game/script_posters.rpy", line 336, in <module>
NameError: name 'poster3' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 397, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 397, in <module>
NameError: name 'poster3' is not defined

While running game code:


File "game/script_posters.rpy", line 397, in <module>
NameError: name 'poster3' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 398, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 398, in <module>
NameError: name 'poster2' is not defined

While running game code:


File "game/script_posters.rpy", line 398, in <module>
NameError: name 'poster2' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 321, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 321, in <module>
NameError: name 'poster2' is not defined

While running game code:


File "game/script_posters.rpy", line 321, in <module>
NameError: name 'poster2' is not defined
Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 322, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 322, in <module>
NameError: name 'poster1' is not defined

While running game code:


File "game/script_posters.rpy", line 322, in <module>
NameError: name 'poster1' is not defined

Full traceback:
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_map.rpyc", line 1500, in script call
File "script_posters.rpyc", line 239, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/script_posters.rpy", line 239, in <module>
NameError: name 'poster1' is not defined

While running game code:


File "game/script_posters.rpy", line 239, in <module>
NameError: name 'poster1' is not defined
Entered background.

You might also like