0% found this document useful (0 votes)
9 views3 pages

Log

The document details the initialization and error handling process of a Ren'Py game on an Android device. It includes information about the device specifications, loading times, and a series of NameError messages indicating that the variable 'love' is not defined in the game script. The overall time until the interface is ready is approximately 2.98 seconds.

Uploaded by

Tejasroa Roa
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)
9 views3 pages

Log

The document details the initialization and error handling process of a Ren'Py game on an Android device. It includes information about the device specifications, loading times, and a series of NameError messages indicating that the variable 'love' is not defined in the game script. The overall time until the interface is ready is approximately 2.98 seconds.

Uploaded by

Tejasroa Roa
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/ 3

Wed Feb 26 20:09:00 2025

Alternative_Saves_Android_Port
Ren'Py 8.2.1.24030407

Manufacturer INFINIX Model Infinix X6871


Android Version: 14
Device Arch: android-arm64_v8a

Screen diagonal is 5.056678751908212 inches.


Version: Ren'Py 8.2.1.24030407
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Mobile search paths: /data/user/0/t.a.c.o.s/files/game
/storage/emulated/0/Android/data/t.a.c.o.s/files/../../../../Documents/Cebs/
t.a.c.o.s/game
Early init took 0.11s
Early init took 0.11s
Loading error handling took 0.19s
Loading error handling took 0.19s
Loading script took 0.98s
Loading script took 0.98s
Saving to /storage/emulated/0/Android/data/t.a.c.o.s/files/../../../../Documents/
Cebs/t.a.c.o.s
Loading save slot metadata took 0.23s
Loading save slot metadata took 0.23s
Loading persistent took 0.01s
Loading persistent took 0.01s
Set script version to: (8, 2, 1)
Running init code took 0.28s
Running init code took 0.28s
Loading analysis data took 0.04s
Loading analysis data took 0.04s
Analyze and compile ATL took 0.09s
Analyze and compile ATL took 0.09s
Reloading save slot metadata took 0.12s
Reloading save slot metadata took 0.12s
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.21s
Initial gc took 0.21s
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.20s
Init translation took 0.20s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.04s
Load screen analysis took 0.04s
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.08s
Prepare screens took 0.08s
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.26s
Interface start took 0.26s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2208, 1008)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'ARM'"
Renderer: b'Mali-G610 MC6'
Version: b'OpenGL ES 3.2 v1.r32p1-01eac0.b89152572cfa9465230812a8225a45a0'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2328, 1080) drawable=(2328, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 2.9785091876983643s.
Hid presplash.

Full traceback:
File "day57to63.rpyc", line 955, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/day57to63.rpy", line 955, in <module>
NameError: name 'love' is not defined

While running game code:


File "game/day57to63.rpy", line 955, in <module>
NameError: name 'love' is not defined

Full traceback:
File "day57to63.rpyc", line 977, in script
File "renpy/ast.py", line 1842, in execute
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/day57to63.rpy", line 977, in <module>
NameError: name 'love' is not defined

While running game code:


File "game/day57to63.rpy", line 977, in <module>
NameError: name 'love' is not defined

Full traceback:
File "day57to63.rpyc", line 4856, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/day57to63.rpy", line 4856, in <module>
NameError: name 'love' is not defined

While running game code:


File "game/day57to63.rpy", line 4856, in <module>
NameError: name 'love' is not defined

Full traceback:
File "day57to63.rpyc", line 4892, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/day57to63.rpy", line 4892, in <module>
NameError: name 'love' is not defined

While running game code:


File "game/day57to63.rpy", line 4892, in <module>
NameError: name 'love' is not defined

You might also like