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

log

The document contains a log of the initialization process for a Ren'Py game on a Google Pixel 6a device, detailing various stages such as loading scripts, initializing the renderer, and error handling. It reports an error related to a missing library and multiple instances of an 'IndexError: list index out of range' during script execution. Overall, the total time until the interface was ready was approximately 9 seconds.

Uploaded by

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

log

The document contains a log of the initialization process for a Ren'Py game on a Google Pixel 6a device, detailing various stages such as loading scripts, initializing the renderer, and error handling. It reports an error related to a missing library and multiple instances of an 'IndexError: list index out of range' during script execution. Overall, the total time until the interface was ready was approximately 9 seconds.

Uploaded by

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

Tue Jan 7 15:25:50 2025

Unknown platform.
Ren'Py 8.0.0.22062402

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer Google model Pixel 6a
Screen diagonal is 5.848170150081852 inches.
Early init took 0.07s
Early init took 0.07s
Android search paths:
/storage/emulated/0/Android/data/what.a.legend.c18/files/../../../../C18/
what.a.legend.c18/game /data/user/0/what.a.legend.c18/files/game
Loader init took 0.08s
Loader init took 0.08s
Loading error handling took 0.37s
Loading error handling took 0.37s
Loading script took 3.08s
Loading script took 3.08s
Saving to /storage/emulated/0/Android/data/what.a.legend.c18/files/../../../../
C18/what.a.legend.c18
Loading save slot metadata. took 0.36s
Loading save slot metadata. took 0.36s
Loading persistent took 0.01s
Loading persistent took 0.01s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/what.a.legend.c18/files/libsteam_api.so" not found')
Set script version to: (7, 4, 9)
- Init at 00images.rpyc:52 took 0.27070 s.
Running init code took 0.77s
Running init code took 0.77s
Loading analysis data took 0.32s
Loading analysis data took 0.32s
Analyze and compile ATL took 0.74s
Analyze and compile ATL took 0.74s
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.65s
Initial gc. took 0.65s
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.67s
Init translation took 0.67s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.28s
Load screen analysis took 0.28s
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.50s
Prepare screens took 0.50s
Save pyanalysis. took 0.00s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Running _start took 0.00s
Interface start took 0.80s
Interface start took 0.80s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2268, 943)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'ARM'"
Renderer: b'Mali-G78'
Version: b'OpenGL ES 3.2 v1.r47p0-01eac0.32ea38cfcac3afe9a9b43f4ca33f49a9'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2268, 1080) drawable=(2268, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 9.039538621902466s
Hid presplash.

Full traceback:
File "label_crystal.rpyc", line 24, in script call
File "label_crystal.rpyc", line 24, in script call
File "label_locations_oc.rpyc", line 77, in script call
File "label_locations_oc.rpyc", line 374, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_tent.rpyc", line 122, in script call
File "label_locations_oc.rpyc", line 331, in script call
File "label_maps.rpyc", line 104, in script call
File "label_maps.rpyc", line 64, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 401, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 606, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "label_locations_oc.rpyc", line 792, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 535, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 820, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "game_main1_label.rpyc", line 5655, in script
File "renpy/ast.py", line 1111, in execute
File "renpy/python.py", line 1049, in py_exec_bytecode
File "game/game_main1_label.rpy", line 5655, in <module>
File "renpy/revertable.py", line 217, in __getitem__
IndexError: list index out of range

While running game code:


File "game/game_main1_label.rpy", line 5655, in <module>
IndexError: list index out of range

Full traceback:
File "label_crystal.rpyc", line 24, in script call
File "label_crystal.rpyc", line 24, in script call
File "label_locations_oc.rpyc", line 77, in script call
File "label_locations_oc.rpyc", line 374, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_tent.rpyc", line 122, in script call
File "label_locations_oc.rpyc", line 331, in script call
File "label_maps.rpyc", line 104, in script call
File "label_maps.rpyc", line 64, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 401, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 606, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "label_locations_oc.rpyc", line 792, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 535, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 820, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "game_main1_label.rpyc", line 5655, in script
File "renpy/ast.py", line 1111, in execute
File "renpy/python.py", line 1049, in py_exec_bytecode
File "game/game_main1_label.rpy", line 5655, in <module>
File "renpy/revertable.py", line 217, in __getitem__
IndexError: list index out of range

While running game code:


File "game/game_main1_label.rpy", line 5655, in <module>
IndexError: list index out of range

Full traceback:
File "label_crystal.rpyc", line 24, in script call
File "label_crystal.rpyc", line 24, in script call
File "label_locations_oc.rpyc", line 77, in script call
File "label_locations_oc.rpyc", line 374, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_tent.rpyc", line 122, in script call
File "label_locations_oc.rpyc", line 331, in script call
File "label_maps.rpyc", line 104, in script call
File "label_maps.rpyc", line 64, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 401, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 606, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "label_locations_oc.rpyc", line 792, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 535, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 820, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "game_main1_label.rpyc", line 5655, in script
File "renpy/ast.py", line 1111, in execute
File "renpy/python.py", line 1049, in py_exec_bytecode
File "game/game_main1_label.rpy", line 5655, in <module>
File "renpy/revertable.py", line 217, in __getitem__
IndexError: list index out of range

While running game code:


File "game/game_main1_label.rpy", line 5655, in <module>
IndexError: list index out of range

Full traceback:
File "label_crystal.rpyc", line 24, in script call
File "label_crystal.rpyc", line 24, in script call
File "label_locations_oc.rpyc", line 77, in script call
File "label_locations_oc.rpyc", line 374, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_tent.rpyc", line 122, in script call
File "label_locations_oc.rpyc", line 331, in script call
File "label_maps.rpyc", line 104, in script call
File "label_maps.rpyc", line 64, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 401, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 504, in script call
File "label_locations_oc.rpyc", line 606, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "label_locations_oc.rpyc", line 792, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 535, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_locations_oc.rpyc", line 820, in script call
File "audio.rpyc", line 650, in script call
File "audio.rpyc", line 650, in script call
File "label_maps.rpyc", line 140, in script call
File "audio.rpyc", line 650, in script call
File "game_main1_label.rpyc", line 5655, in script
File "renpy/ast.py", line 1111, in execute
File "renpy/python.py", line 1049, in py_exec_bytecode
File "game/game_main1_label.rpy", line 5655, in <module>
File "renpy/revertable.py", line 217, in __getitem__
IndexError: list index out of range

While running game code:


File "game/game_main1_label.rpy", line 5655, in <module>
IndexError: list index out of range
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2268, 1080) drawable=(2268, 1080)
Maximum texture size: 4096x4096
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2268, 1080) drawable=(2268, 1080)
Maximum texture size: 4096x4096
Entered background.

You might also like