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

log

The document details the initialization process of a Ren'Py game on an Android device, including system specifications and loading times for various components. It highlights an IOError indicating that the file 'gui/window_icon.png' could not be found, which prevents the game from starting properly. The log includes multiple timestamps and performance metrics related to the game's loading sequence.
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 initialization process of a Ren'Py game on an Android device, including system specifications and loading times for various components. It highlights an IOError indicating that the file 'gui/window_icon.png' could not be found, which prevents the game from starting properly. The log includes multiple timestamps and performance metrics related to the game's loading sequence.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Tue Mar 11 01:23:49 2025

Alternative_Saves_Android_Port
Ren'Py 7.7.0.24012702

Manufacturer samsung Model SM-A166P


Android Version: 14
Device Arch: android-arm64_v8a

Screen diagonal is 5.19350496555 inches.


Version: Ren'Py 7.7.0.24012702
Early init. took 0.23s
Early init. took 0.23s
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Mobile search paths: /data/user/0/coliot_eng.pornoisland.site/files/game
/storage/emulated/0/Android/data/coliot_eng.pornoisland.site/files/../../../../
Documents/Admin_Island/coliot_eng.pornoisland.site/game
Early init took 0.02s
Early init took 0.02s
Loading error handling took 0.13s
Loading error handling took 0.13s
Loading script took 1.52s
Loading script took 1.52s
Saving to
/storage/emulated/0/Android/data/coliot_eng.pornoisland.site/files/../../../../
Documents/Admin_Island/coliot_eng.pornoisland.site
Loading save slot metadata took 0.24s
Loading save slot metadata took 0.24s
Loading persistent took 0.00s
Loading persistent took 0.00s
Set script version to: (7, 6, 1)
Running init code took 0.20s
Running init code took 0.20s
Loading analysis data took 0.09s
Loading analysis data took 0.09s
Analyze and compile ATL took 0.13s
Analyze and compile ATL took 0.13s
Reloading save slot metadata took 0.17s
Reloading save slot metadata took 0.17s
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.23s
Initial gc took 0.23s
DPI scale factor: 1.000000
Creating interface object took 0.01s
Creating interface object took 0.01s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.23s
Init translation took 0.23s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.07s
Load screen analysis took 0.07s
Analyze screens took 0.00s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.18s
Prepare screens took 0.18s
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

Full traceback:
File "00start.rpyc", line 241, in script call
File "splashscreen.rpyc", line 2, in script
File "renpy/ast.py", line 1363, in execute
File "renpy/exports.py", line 1781, in with_statement
File "renpy/display\core.py", line 1551, in do_with
File "renpy/display\core.py", line 2122, in interact
File "renpy/display\core.py", line 983, in start
File "renpy/display\core.py", line 1080, in post_init
File "renpy/display\core.py", line 1123, in set_icon
File "renpy/loader.py", line 672, in load
IOError: Couldn't find file 'gui/window_icon.png'.

While running game code:


IOError: Couldn't find file 'gui/window_icon.png'.

Full traceback:
File "renpy/bootstrap.py", line 359, in bootstrap
File "renpy/main.py", line 662, in main
File "renpy/main.py", line 150, in run
File "renpy/execution.py", line 955, in run_context
File "00start.rpyc", line 241, in script call
File "splashscreen.rpyc", line 2, in script
File "00start.rpyc", line 241, in script call
File "splashscreen.rpyc", line 2, in script
File "renpy/ast.py", line 1363, in execute
File "renpy/exports.py", line 1781, in with_statement
File "renpy/display\core.py", line 1551, in do_with
File "renpy/display\core.py", line 2122, in interact
File "renpy/display\core.py", line 983, in start
File "renpy/display\core.py", line 1080, in post_init
File "renpy/display\core.py", line 1123, in set_icon
File "renpy/loader.py", line 672, in load
IOError: Couldn't find file 'gui/window_icon.png'.

While running game code:


IOError: Couldn't find file 'gui/window_icon.png'.

You might also like