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

Log

The document is a log from the Ren'Py game engine version 8.1.1 running on an Android device (Pixel 4a, Android 13). It details the initialization process, including loading scripts, saving data, and rendering settings, as well as an error encountered related to an undefined variable 'dissolv' in the game's code. The log also provides technical specifications about the device's graphics capabilities and screen dimensions.

Uploaded by

aryamanc631
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Log

The document is a log from the Ren'Py game engine version 8.1.1 running on an Android device (Pixel 4a, Android 13). It details the initialization process, including loading scripts, saving data, and rendering settings, as well as an error encountered related to an undefined variable 'dissolv' in the game's code. The log also provides technical specifications about the device's graphics capabilities and screen dimensions.

Uploaded by

aryamanc631
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Thu Apr 10 20:34:17 2025

Alternative_Saves_Android_Port
Ren'Py 8.1.1.23060707

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


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

Manufacturer Google Model Pixel 4a


Android Version: 13
Device Arch: android-arm64_v8a

Screen diagonal is 5.442973045910883 inches.


Version: Ren'Py 8.1.1.23060707
Early init. took 0.07s
Early init. took 0.07s
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Android search paths:
/storage/emulated/0/Android/data/da.broken.promises/files/../../../../Documents/
DA/da.broken.promises/game /data/user/0/da.broken.promises/files/game
Loader init. took 0.10s
Loader init. took 0.10s
Loading error handling. took 0.16s
Loading error handling. took 0.16s
Loading script. took 1.00s
Loading script. took 1.00s
Saving to /storage/emulated/0/Android/data/da.broken.promises/files/../../../../
Documents/DA/da.broken.promises
Loading save slot metadata. took 0.20s
Loading save slot metadata. took 0.20s
Loading persistent. took 0.00s
Loading persistent. took 0.00s
Set script version to: (8, 1, 1)
Running init code. took 0.36s
Running init code. took 0.36s
Loading analysis data. took 0.03s
Loading analysis data. took 0.03s
Analyze and compile ATL. took 0.02s
Analyze and compile ATL. took 0.02s
Reloading save slot metadata. took 0.14s
Reloading save slot metadata. took 0.14s
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.16s
Initial gc. took 0.16s
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.17s
Init translation took 0.17s
Build styles took 0.01s
Build styles took 0.01s
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.14s
Prepare screens took 0.14s
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.32s
Interface start. took 0.32s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2204, 937)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'Qualcomm'"
Renderer: b'Adreno (TM) 618'
Version: b'OpenGL ES 3.2 [email protected] (GIT@85da404, I46ff5fc46f, 1606801434)
(Date:11/30/20)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2204, 1080) drawable=(2204, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 3.238060712814331s.
Hid presplash.
Entered background. --------------------------------------------
Entering foreground. -------------------------------------------
Screen sizes: virtual=(1920, 1080) physical=(2204, 1080) drawable=(2204, 1080)
Maximum texture size: 4096x4096
Entered background. --------------------------------------------
Entering foreground. -------------------------------------------
Screen sizes: virtual=(1920, 1080) physical=(2204, 1080) drawable=(2204, 1080)
Maximum texture size: 4096x4096

Full traceback:
File "scripts/chapters/chapter_3.5.rpyc", line 3277, in script
File "renpy/ast.py", line 1674, in execute
File "renpy/python.py", line 1153, in py_eval
File "renpy/python.py", line 1146, in py_eval_bytecode
File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
NameError: name 'dissolv' is not defined

While running game code:


File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
NameError: name 'dissolv' is not defined

Full traceback:
File "scripts/chapters/chapter_3.5.rpyc", line 3277, in script
File "renpy/ast.py", line 1671, in execute
File "renpy/python.py", line 1153, in py_eval
File "renpy/python.py", line 1146, in py_eval_bytecode
File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
NameError: name 'dissolv' is not defined
While running game code:
File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
NameError: name 'dissolv' is not defined
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.01s
Init translation took 0.01s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.06s
Load screen analysis took 0.06s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.02s
Running _start took 0.02s
Screen sizes: virtual=(1920, 1080) physical=(2204, 937) drawable=(2204, 937)
Maximum texture size: 4096x4096

You might also like