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

Log

The document details the initialization process and error handling of a Ren'Py game on an Android device, specifically noting the device specifications and performance metrics. It highlights a recurring error where the variable 'happy1' is not defined, causing issues during the execution of the game's music playback. The total time until the interface is ready is recorded as approximately 5 seconds.

Uploaded by

reydedjaneiro24
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 views3 pages

Log

The document details the initialization process and error handling of a Ren'Py game on an Android device, specifically noting the device specifications and performance metrics. It highlights a recurring error where the variable 'happy1' is not defined, causing issues during the execution of the game's music playback. The total time until the interface is ready is recorded as approximately 5 seconds.

Uploaded by

reydedjaneiro24
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

2025-02-12 15:09:43 UTC

Alternative_Saves_Android_Port
Ren'Py 8.3.4.24120703

Manufacturer Xiaomi Model 2406APNFAG


Android Version: 15
Device Arch: android-arm64_v8a

Screen diagonal is 5.1504312021468 inches.


Version: Ren'Py 8.3.4.24120703
Mobile search paths: /data/user/0/com.caribdis.eternum/files/game
/storage/emulated/0/Android/data/com.caribdis.eternum/files/game
/storage/emulated/0/Android/data/com.caribdis.eternum/files/../../../../Documents/
Ixalon/com.caribdis.eternum/game
Early init took 0.09s
Early init took 0.09s
Loading error handling took 0.41s
Loading error handling took 0.41s
Loading script took 2.14s
Loading script took 2.14s
Saving to /storage/emulated/0/Android/data/com.caribdis.eternum/files/../../../../
Documents/Ixalon/com.caribdis.eternum
Loading save slot metadata took 0.07s
Loading save slot metadata took 0.07s
Loading persistent took 0.00s
Loading persistent took 0.00s
Set script version to: (8, 3, 2)
Running init code took 0.45s
Running init code took 0.45s
Loading analysis data took 0.06s
Loading analysis data took 0.06s
Analyze and compile ATL took 0.13s
Analyze and compile ATL took 0.13s
Reloading save slot metadata took 0.04s
Reloading save slot metadata took 0.04s
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.31s
Initial gc took 0.31s
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.33s
Init translation took 0.33s
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.01s
Running _start took 0.01s
Interface start took 0.46s
Interface start took 0.46s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2441, 1102)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'ARM'"
Renderer: b'Mali-G615 MC6'
Version: b'OpenGL ES 3.2 v1.r44p1-01eac0.030c4a3fb15fe65f485fb565f5e1b688'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2594, 1220) drawable=(2594, 1220)
Maximum texture size: 4096x4096
Total time until interface ready: 5.004223585128784s.
Hid presplash.

Full traceback:
File "script.rpyc", line 738, in script
File "renpy/ast.py", line 1980, in execute
File "renpy/ast.py", line 1959, in call
File "renpy/statements.py", line 374, in call
File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

While running game code:


File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

Full traceback:
File "script.rpyc", line 738, in script
File "renpy/ast.py", line 1980, in execute
File "renpy/ast.py", line 1959, in call
File "renpy/statements.py", line 374, in call
File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

While running game code:


File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

Full traceback:
File "script.rpyc", line 738, in script
File "renpy/ast.py", line 1980, in execute
File "renpy/ast.py", line 1959, in call
File "renpy/statements.py", line 374, in call
File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

While running game code:


File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

Full traceback:
File "script.rpyc", line 738, in script
File "renpy/ast.py", line 1980, in execute
File "renpy/ast.py", line 1959, in call
File "renpy/statements.py", line 374, in call
File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined

While running game code:


File "renpy/common/000statements.rpy", line 124, in execute_play_music
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "game/script.rpy", line 738, in <module>
NameError: name 'happy1' is not defined
Pausing audio.
Disabling periodic events.
Saving.
Freeing memory.
Releasing wakelock.
Entered background. --------------------------------------------

You might also like