0% found this document useful (0 votes)
17 views2 pages

Log

The document is a log of the initialization process for a Ren'Py game on an Android device, detailing various steps and timings during the loading phase. It indicates that the game encountered a ScriptError due to a missing label 'start', which prevents it from proceeding. The log includes information about the device's specifications and the paths being searched for save data.

Uploaded by

tirtadjaya2705
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)
17 views2 pages

Log

The document is a log of the initialization process for a Ren'Py game on an Android device, detailing various steps and timings during the loading phase. It indicates that the game encountered a ScriptError due to a missing label 'start', which prevents it from proceeding. The log includes information about the device's specifications and the paths being searched for save data.

Uploaded by

tirtadjaya2705
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/ 2

Tue Mar 11 19:05:47 2025

Alternative_Saves_Android_Port
Ren'Py 8.1.3.23091805

Bootstrap to the start of init.init. took 0.00s


Bootstrap to the start of init.init. took 0.00s

Manufacturer vivo Model V2332


Android Version: 14
Device Arch: android-arm64_v8a

Screen diagonal is 5.429058645638098 inches.


Version: Ren'Py 8.1.3.23091805
Early init. took 0.13s
Early init. took 0.13s
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Android search paths:
/storage/emulated/0/Android/data/androidadult.com.magicalgyarusmilkmeformana/
files/../../../../Documents/androidadult/
androidadult.com.magicalgyarusmilkmeformana/game
/data/user/0/androidadult.com.magicalgyarusmilkmeformana/files/game
Loader init. took 0.02s
Loader init. took 0.02s
Loading error handling. took 0.07s
Loading error handling. took 0.07s
Loading script. took 0.33s
Loading script. took 0.33s
Loading save slot metadata. took 0.08s
Loading save slot metadata. took 0.08s
Loading persistent. took 0.00s
Loading persistent. took 0.00s
Running init code. took 0.24s
Running init code. took 0.24s
Loading analysis data. took 0.07s
Loading analysis data. took 0.07s
Analyze and compile ATL. took 0.01s
Analyze and compile ATL. took 0.01s
Reloading save slot metadata. took 0.13s
Reloading save slot metadata. took 0.13s
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.11s
Initial gc. took 0.11s
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.11s
Init translation took 0.11s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.06s
Load screen analysis took 0.06s
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.20s
Prepare screens took 0.20s
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 "renpy/bootstrap.py", line 275, in bootstrap
File "renpy/main.py", line 846, in main
File "renpy/main.py", line 149, in run
File "renpy/execution.py", line 955, in run_context
File "00start.rpyc", line 284, in script
File "renpy/script.py", line 1013, in lookup
ScriptError: could not find label 'start'.

While running game code:


ScriptError: could not find label 'start'.

You might also like