Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Log

The document contains a log of the initialization process for a Ren'Py game running on an Android device, detailing various stages such as loading scripts, initializing graphics, and error handling. It highlights a critical error where a required file, 'whats-new.txt', could not be found, leading to a FileNotFoundError. Additionally, there are multiple instances of invalid URL errors indicating potential issues with network commands.

Uploaded by

nauramaulana04
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)
6 views4 pages

Log

The document contains a log of the initialization process for a Ren'Py game running on an Android device, detailing various stages such as loading scripts, initializing graphics, and error handling. It highlights a critical error where a required file, 'whats-new.txt', could not be found, leading to a FileNotFoundError. Additionally, there are multiple instances of invalid URL errors indicating potential issues with network commands.

Uploaded by

nauramaulana04
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

Fri Aug 8 09:15:51 2025

Unknown platform.
Ren'Py 8.0.3.22090809

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer ITEL model itel S666LN
Screen diagonal is 5.227825193137201 inches.
Early init took 0.12s
Early init took 0.12s
Android search paths:
/storage/emulated/0/Android/data/be.ckact1/files/../../../../Documents/BE/
be.ckact1/game /data/user/0/be.ckact1/files/game
Loader init took 0.11s
Loader init took 0.11s
Loading error handling took 0.86s
Loading error handling took 0.86s
Loading script took 7.27s
Loading script took 7.27s
Saving to /storage/emulated/0/Android/data/be.ckact1/files/../../../../Documents/
BE/be.ckact1
Loading save slot metadata. took 0.11s
Loading save slot metadata. took 0.11s
Loading persistent took 0.00s
Loading persistent took 0.00s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/be.ckact1/files/libsteam_api.so" not found')
Set script version to: (8, 0, 3)
- Init at 00images.rpyc:52 took 0.44387 s.
Running init code took 0.90s
Running init code took 0.90s
Loading analysis data took 0.12s
Loading analysis data took 0.12s
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.53s
Initial gc. took 0.53s
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.57s
Init translation took 0.57s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.19s
Load screen analysis took 0.19s
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.47s
Prepare screens took 0.47s
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, 1532, 672)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'ARM'"
Renderer: b'Mali-G57 MC2'
Version: b'OpenGL ES 3.2 v1.r32p1-01eac0.394145956bc7cd8e697b330aba11e3d3'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1532, 720) drawable=(1532, 720)
Maximum texture size: 4096x4096
Total time until interface ready: 12.507608890533447s

Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3377, in interact
File "renpy/display\core.py", line 3810, in interact_core
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\screen.py", line 451, in visit_all
File "renpy/display\core.py", line 3810, in <lambda>
File "renpy/display\screen.py", line 462, in per_interact
File "renpy/display\screen.py", line 653, in update
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 11, in execute
File "game/screens/main_menu_screen.rpy", line 12, in <module>
FileNotFoundError: [Errno 2] No such file or directory:
'/data/user/0/be.ckact1/files/game/whats_new/whats-new.txt'

While running game code:


File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 11, in execute
File "game/screens/main_menu_screen.rpy", line 12, in <module>
FileNotFoundError: [Errno 2] No such file or directory:
'/data/user/0/be.ckact1/files/game/whats_new/whats-new.txt'
Hid presplash.
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Invalid URL 'http://:/command': No host supplied
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.02s
Init translation took 0.02s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.17s
Load screen analysis took 0.17s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Running _start took 0.01s

Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3377, in interact
File "renpy/display\core.py", line 3810, in interact_core
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\screen.py", line 451, in visit_all
File "renpy/display\core.py", line 3810, in <lambda>
File "renpy/display\screen.py", line 462, in per_interact
File "renpy/display\screen.py", line 653, in update
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 11, in execute
File "game/screens/main_menu_screen.rpy", line 12, in <module>
FileNotFoundError: [Errno 2] No such file or directory:
'/data/user/0/be.ckact1/files/game/whats_new/whats-new.txt'

While running game code:


File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 7, in execute
File "game/screens/main_menu_screen.rpy", line 11, in execute
File "game/screens/main_menu_screen.rpy", line 12, in <module>
FileNotFoundError: [Errno 2] No such file or directory:
'/data/user/0/be.ckact1/files/game/whats_new/whats-new.txt'

You might also like