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

Ren'Py 8.3.7 Android Save Errors

The document provides a log of the initialization process for a Ren'Py game on an Android device, detailing the device specifications and performance metrics. It indicates a loading error due to a missing image file, specifically 'images/other/phone/phone_system_BG.png'. The total time until the interface was ready was approximately 13.82 seconds.

Uploaded by

bamyr4668
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)
24 views3 pages

Ren'Py 8.3.7 Android Save Errors

The document provides a log of the initialization process for a Ren'Py game on an Android device, detailing the device specifications and performance metrics. It indicates a loading error due to a missing image file, specifically 'images/other/phone/phone_system_BG.png'. The total time until the interface was ready was approximately 13.82 seconds.

Uploaded by

bamyr4668
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

2025-07-03 [Link] UTC

Alternative_Saves_Android_Port
Ren'Py 8.3.7.25031702

Manufacturer samsung Model SM-A057F


Android Version: 15
Device Arch: android-arm64_v8a

Screen diagonal is 5.602155065255823 inches.


Version: Ren'Py 8.3.7.25031702
Mobile search paths: /data/user/0/[Link]/files/game
/storage/emulated/0/Android/data/[Link]/files/game
/storage/emulated/0/Android/data/[Link]/files/../../../../Documents/
RenPy_Saves/[Link]/game
Early init took 0.24s
Early init took 0.24s
Loading error handling took 0.96s
Loading error handling took 0.96s
Loading script took 5.54s
Loading script took 5.54s
Saving to /storage/emulated/0/Android/data/[Link]/files/../../../../
Documents/RenPy_Saves/[Link]
Loading save slot metadata took 0.29s
Loading save slot metadata took 0.29s
Loading persistent took 0.00s
Loading persistent took 0.00s
Set script version to: (8, 2, 1)
Running init code took 1.23s
Running init code took 1.23s
Loading analysis data took 0.14s
Loading analysis data took 0.14s
Analyze and compile ATL took 0.10s
Analyze and compile ATL took 0.10s
Reloading save slot metadata took 0.11s
Reloading save slot metadata took 0.11s
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.58s
Initial gc took 0.58s
DPI scale factor: 1.000000
Creating interface object took 0.02s
Creating interface object took 0.02s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Build styles took 0.00s
Load screen analysis took 0.19s
Load screen analysis took 0.19s
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.43s
Prepare screens took 0.43s
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 3.38s
Interface start took 3.38s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2197, 1015)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'Qualcomm'"
Renderer: b'Adreno (TM) 610'
Version: b'OpenGL ES 3.2 V@0615.92 (GIT@a800de1061, I09c0ebfd3c, 1729596215)
(Date:10/22/24)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2327, 1080) drawable=(2327, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 13.820956707000732s.
Hid presplash.

Full traceback:
File "[Link]", line 174, in script
File "renpy/[Link]", line 834, in execute
File "renpy/[Link]", line 1187, in py_exec_bytecode
File "renpy/common/[Link]", line 174, in <module>
File "renpy/[Link]", line 301, in interact
File "renpy/display\[Link]", line 2218, in interact
File "renpy/display\[Link]", line 2748, in interact_core
File "renpy/display\[Link]", line 434, in visit_all
File "renpy/display\[Link]", line 434, in visit_all
File "renpy/display\[Link]", line 434, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\[Link]", line 480, in visit_all
File "renpy/display\[Link]", line 2748, in <lambda>
File "renpy/display\[Link]", line 491, in per_interact
File "renpy/display\[Link]", line 700, in update
File "game/[Link]", line 2755, in execute
File "game/[Link]", line 2755, in execute
File "game/[Link]", line 2761, in execute
File "renpy/sl2\[Link]", line 453, in sl2add
File "renpy/[Link]", line 136, in displayable
File "renpy/display\[Link]", line 598, in __init__
File "renpy/display\[Link]", line 683, in find_target
Exception: DynamicImage ['images/other/phone/phone_system_BG.png']: could not find
image. ('images/other/phone/phone_system_BG.png')

While running game code:


File "renpy/common/[Link]", line 174, in <module>
File "game/[Link]", line 2755, in execute
File "game/[Link]", line 2755, in execute
File "game/[Link]", line 2761, in execute
Exception: DynamicImage ['images/other/phone/phone_system_BG.png']: could not find
image. ('images/other/phone/phone_system_BG.png')

You might also like