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

Log

The document reports log information from running a Ren'Py game on an Android device. It lists the device details and Android version. It then logs the steps it takes to load and initialize the game, including loading saves, compiling scripts, and creating the interface. It hits a NameError when trying to run a show_long_image statement, and provides the full traceback.

Uploaded by

madiregards
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 views

Log

The document reports log information from running a Ren'Py game on an Android device. It lists the device details and Android version. It then logs the steps it takes to load and initialize the game, including loading saves, compiling scripts, and creating the interface. It hits a NameError when trying to run a show_long_image statement, and provides the full traceback.

Uploaded by

madiregards
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

Sat Feb 17 05:32:16 2024

Alternative_Saves_Android_Port
Ren'Py 7.6.3.23091805

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


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

Manufacturer Xiaomi Model M2102J20SG


Android Version: 12
Device Arch: android-arm64_v8a

Screen diagonal is 5.43850007427 inches.


Version: Ren'Py 7.6.3.23091805
Early init. took 0.05s
Early init. took 0.05s
Attempting to sync your saves to/from stock ANDROID_PUBLIC location...
Android search paths:
/storage/emulated/0/Android/data/twlg_eng.pornoisland.site/files/../../../../
Documents/Admin_Island/twlg_eng.pornoisland.site/game
/data/user/0/twlg_eng.pornoisland.site/files/game
Loader init. took 0.07s
Loader init. took 0.07s
Loading error handling. took 0.07s
Loading error handling. took 0.07s
Loading script. took 0.98s
Loading script. took 0.98s
Saving to
/storage/emulated/0/Android/data/twlg_eng.pornoisland.site/files/../../../../
Documents/Admin_Island/twlg_eng.pornoisland.site
Loading save slot metadata. took 0.22s
Loading save slot metadata. took 0.22s
Loading persistent. took 0.00s
Loading persistent. took 0.00s
Set script version to: (7, 6, 1)
Running init code. took 0.24s
Running init code. took 0.24s
Loading analysis data. took 0.06s
Loading analysis data. took 0.06s
Analyze and compile ATL. took 0.18s
Analyze and compile ATL. took 0.18s
Reloading save slot metadata. took 0.17s
Reloading save slot metadata. took 0.17s
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.19s
Initial gc. took 0.19s
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.21s
Init translation took 0.21s
Build styles took 0.01s
Build styles took 0.01s
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.12s
Prepare screens took 0.12s
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.37s
Interface start. took 0.37s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2179, 989)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'Qualcomm'
Renderer: 'Adreno (TM) 640'
Version: 'OpenGL ES 3.2 [email protected] (GIT@83a0eede45, If3f4a1ab82, 1637303585)
(Date:11/18/21)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2309, 1080) drawable=(2309, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 3.16015005112s.
Hid presplash.
Entered background. --------------------------------------------
Entering foreground. -------------------------------------------
Screen sizes: virtual=(1920, 1080) physical=(2309, 1080) drawable=(2309, 1080)
Maximum texture size: 4096x4096
Entered background. --------------------------------------------
Entering foreground. -------------------------------------------
Screen sizes: virtual=(1920, 1080) physical=(2309, 1080) drawable=(2309, 1080)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(2179, 989) drawable=(2179, 989)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(2309, 1080) drawable=(2309, 1080)
Maximum texture size: 4096x4096
Entered background. --------------------------------------------
Entering foreground. -------------------------------------------
Screen sizes: virtual=(1920, 1080) physical=(2309, 1080) drawable=(2309, 1080)
Maximum texture size: 4096x4096

Full traceback:
File "script.rpyc", line 39024, in script
File "renpy/ast.py", line 1428, in execute
File "renpy/ast.py", line 1387, in show_imspec
File "renpy/python.py", line 1153, in py_eval
File "renpy/python.py", line 1146, in py_eval_bytecode
File "game/script.rpy", line 39024, in <module>
NameError: name 'show_long_image' is not defined
While running game code:
File "game/script.rpy", line 39024, in <module>
NameError: name 'show_long_image' is not defined
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.03s
Init translation took 0.03s
Build styles took 0.02s
Build styles took 0.02s
Load screen analysis took 0.04s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Running _start took 0.01s
Entered background. --------------------------------------------

You might also like