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

log

The document details the initialization and error handling process of a Ren'Py game on an Android device. It includes system information, loading times, and a traceback of errors encountered during execution, specifically a NameError related to an undefined variable 'address'. The overall process took approximately 9.63 seconds until the interface was ready, but encountered issues that prevented proper game execution.
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)
7 views4 pages

log

The document details the initialization and error handling process of a Ren'Py game on an Android device. It includes system information, loading times, and a traceback of errors encountered during execution, specifically a NameError related to an undefined variable 'address'. The overall process took approximately 9.63 seconds until the interface was ready, but encountered issues that prevented proper game execution.
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

Thu Apr 10 04:29:36 2025

Alternative_Saves_Android_Port
Ren'Py 8.2.3.24061702

Manufacturer General Mobile Model G512


Android Version: 12
Device Arch: android-arm64_v8a

Screen diagonal is 5.029808713504365 inches.


Version: Ren'Py 8.2.3.24061702
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Mobile search paths: /data/user/0/incg.lusttheory3/files/game
/storage/emulated/0/Android/data/incg.lusttheory3/files/../../../../Documents/
INCG_Saves/incg.lusttheory3/game
Early init took 0.46s
Early init took 0.46s
Loading error handling took 0.24s
Loading error handling took 0.24s
Loading script took 1.37s
Loading script took 1.37s
Saving to /storage/emulated/0/Android/data/incg.lusttheory3/files/../../../../
Documents/INCG_Saves/incg.lusttheory3
Loading save slot metadata took 0.36s
Loading save slot metadata took 0.36s
Loading persistent took 0.01s
Loading persistent took 0.01s
Set script version to: (8, 2, 1)
0x52: Mod loaded from file (0x52/labels.rpy.x52)
0x52: Mod loaded from file (0x52/screens.rpy.x52)
- Init at 0x52/0x52_main.rpyc:8 took 0.37444 s.
- Init at ep4.rpyc:1 took 1.10490 s.
Running init code took 1.95s
Running init code took 1.95s
Loading analysis data took 0.41s
Loading analysis data took 0.41s
Analyze and compile ATL took 0.00s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.52s
Reloading save slot metadata took 0.52s
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.50s
Initial gc took 0.50s
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.50s
Init translation took 0.50s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.07s
Analyze screens took 0.07s
Save screen analysis took 0.29s
Save screen analysis took 0.29s
Prepare screens took 1.18s
Prepare screens took 1.18s
Save pyanalysis. took 0.34s
Save pyanalysis. took 0.34s
Save bytecode. took 0.23s
Save bytecode. took 0.23s
Running _start took 0.00s
Running _start took 0.00s
Interface start took 0.76s
Interface start took 0.76s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2210, 972)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'ARM'"
Renderer: b'Mali-G52 MC2'
Version: b'OpenGL ES 3.2 v1.r32p1-01eac0.2a893c04ca0026c2e6802dbe7d7af5c5'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2354, 1080) drawable=(2354, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 9.634416818618774s.
Hid presplash.

Full traceback:
File "ep4.rpyc", line 4402, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/ep4.rpy", line 4403, in <module>
File "game/ep4.rpy", line 235, in love_stop
NameError: name 'address' is not defined

While running game code:


File "game/ep4.rpy", line 4403, in <module>
File "game/ep4.rpy", line 235, in love_stop
NameError: name 'address' is not defined
While handling exception:
Traceback (most recent call last):
File "renpy/execution.py", line 596, in run
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/ep4.rpy", line 4403, in <module>
File "game/ep4.rpy", line 235, in love_stop
NameError: name 'address' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "renpy/display\error.py", line 140, in report_exception
File "renpy/game.py", line 293, in invoke_in_new_context
File "renpy/display\error.py", line 48, in call_exception_screen
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2166, in interact
File "renpy/display\core.py", line 3208, in interact_core
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\screen.py", line 793, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1430, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\behavior.py", line 1174, in event
File "renpy/display\behavior.py", line 1095, in handle_click
File "renpy/display\behavior.py", line 395, in run
File "renpy/display\error.py", line 55, in rollback_action
File "renpy/exports.py", line 1841, in rollback
File "renpy/rollback.py", line 925, in rollback
File "renpy/rollback.py", line 843, in load_failed
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "free_roam_locations.rpyc", line 217, in script
File "renpy/ast.py", line 1971, in execute
File "renpy/ast.py", line 1953, in call
File "renpy/statements.py", line 349, in call
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
File "renpy/exports.py", line 3420, in call_screen
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2166, in interact
File "renpy/display\core.py", line 3208, in interact_core
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\screen.py", line 793, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1430, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\viewport.py", line 587, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\behavior.py", line 1174, in event
File "renpy/display\behavior.py", line 1095, in handle_click
File "renpy/display\behavior.py", line 395, in run
File "renpy/common/00action_other.rpy", line 437, in __call__
File "renpy/game.py", line 414, in call_replay
File "renpy/execution.py", line 955, in run_context
File "ep4.rpyc", line 4402, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "ep4.rpyc", line 4402, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/ep4.rpy", line 4403, in <module>
File "game/ep4.rpy", line 235, in love_stop
NameError: name 'address' is not defined

While running game code:


File "renpy/common/000statements.rpy", line 671, in execute_call_screen
File "renpy/common/00action_other.rpy", line 437, in __call__
File "game/ep4.rpy", line 4403, in <module>
File "game/ep4.rpy", line 235, in love_stop
NameError: name 'address' is not defined
Pausing audio.
Disabling periodic events.
Saving.
Freeing memory.

You might also like