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

log

The document contains a log of a Ren'Py game initialization on an Android device, detailing various initialization steps, loading times, and errors encountered. Notably, it reports an IOError for a missing audio file 'maleorg2ogg' and a ScriptError for a missing label 'KarenNikkiScene001'. The total time until the interface was ready was approximately 17.41 seconds.

Uploaded by

dnalam23
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)
2 views

log

The document contains a log of a Ren'Py game initialization on an Android device, detailing various initialization steps, loading times, and errors encountered. Notably, it reports an IOError for a missing audio file 'maleorg2ogg' and a ScriptError for a missing label 'KarenNikkiScene001'. The total time until the interface was ready was approximately 17.41 seconds.

Uploaded by

dnalam23
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/ 5

Tue Oct 8 23:12:39 2024

Unknown platform.
Ren'Py 7.5.0.63n

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-A057F
Screen diagonal is 5.36518636129 inches.
Early init took 0.43s
Early init took 0.43s
Android search paths:
/storage/emulated/0/Android/data/da.the.visit/files/../../../../Documents/DA/
da.the.visit/game /data/user/0/da.the.visit/files/game
Loader init took 0.23s
Loader init took 0.23s
Loading error handling took 0.39s
Loading error handling took 0.39s
Loading script took 5.41s
Loading script took 5.41s
Saving to
/storage/emulated/0/Android/data/da.the.visit/files/../../../../Documents/DA/
da.the.visit
Loading save slot metadata. took 0.17s
Loading save slot metadata. took 0.17s
Loading persistent took 0.00s
Loading persistent took 0.00s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Set script version to: (7, 3, 5)
- Init at 00images.rpyc:52 took 0.81376 s.
Running init code took 1.29s
Running init code took 1.29s
Loading analysis data took 1.03s
Loading analysis data took 1.03s
Analyze and compile ATL took 3.47s
Analyze and compile ATL took 3.47s
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 1.15s
Initial gc. took 1.15s
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 1.14s
Init translation took 1.14s
Build styles took 0.02s
Build styles took 0.02s
Load screen analysis took 0.36s
Load screen analysis took 0.36s
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.33s
Prepare screens took 0.33s
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 1.57s
Interface start took 1.57s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2192, 1012)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'Qualcomm'
Renderer: 'Adreno (TM) 610'
Version: 'OpenGL ES 3.2 [email protected] (GIT@fc9849b050, Ibccd5936db, 1700474993)
(Date:11/20/23)'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2327, 1080) drawable=(2327, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 17.4096188545s
Hid presplash.
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2327, 1080) drawable=(2327, 1080)
Maximum texture size: 4096x4096

Full traceback:
File "prologue.rpyc", line 1748, in script
File "renpy/ast.py", line 721, in execute
File "renpy/exports.py", line 1417, in say
File "renpy/character.py", line 1249, in __call__
File "renpy/character.py", line 901, in do_display
File "renpy/character.py", line 647, in display_say
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3318, in interact
File "renpy/display\core.py", line 3774, in interact_core
File "renpy/audio\audio.py", line 1209, in interact
File "renpy/audio\audio.py", line 1162, in periodic
File "renpy/audio\audio.py", line 1140, in periodic_thread_main
File "renpy/audio\audio.py", line 1082, in periodic_pass
File "renpy/audio\audio.py", line 518, in periodic
File "renpy/audio\audio.py", line 69, in load
File "renpy/loader.py", line 798, in load
IOError: Couldn't find file 'maleorg2ogg'.

While running game code:


IOError: Couldn't find file 'maleorg2ogg'.
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.08s
Load screen analysis took 0.08s
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

Full traceback:
File "00start.rpyc", line 164, in script
File "renpy/ast.py", line 1757, in execute
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'KarenNikkiScene001'.

While running game code:


ScriptError: could not find label 'KarenNikkiScene001'.
While handling exception:
Traceback (most recent call last):
File "renpy/display\error.py", line 145, in report_exception
File "renpy/game.py", line 284, in invoke_in_new_context
File "renpy/display\error.py", line 46, in call_exception_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3318, in interact
File "renpy/display\core.py", line 4158, in interact_core
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\screen.py", line 727, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1321, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\behavior.py", line 980, in event
File "renpy/display\behavior.py", line 915, in handle_click
File "renpy/display\behavior.py", line 330, in run
File "renpy/display\error.py", line 53, in rollback_action
File "renpy/exports.py", line 1738, in rollback
File "renpy/python.py", line 2014, in rollback
File "renpy/python.py", line 1932, in load_failed
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3318, in interact
File "renpy/display\core.py", line 4158, in interact_core
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\screen.py", line 727, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\viewport.py", line 299, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\behavior.py", line 980, in event
File "renpy/display\behavior.py", line 915, in handle_click
File "renpy/display\behavior.py", line 330, in run
File "renpy/common/00action_other.rpy", line 428, in __call__
File "renpy/game.py", line 398, in call_replay
File "renpy/execution.py", line 922, in run_context
File "00start.rpyc", line 164, in script
File "00start.rpyc", line 164, in script
File "renpy/ast.py", line 1757, in execute
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'KarenNikkiScene001'.

While running game code:


File "renpy/common/00action_other.rpy", line 428, in __call__
ScriptError: could not find label 'KarenNikkiScene001'.
While handling exception:
Traceback (most recent call last):
File "renpy/display\error.py", line 145, in report_exception
File "renpy/game.py", line 284, in invoke_in_new_context
File "renpy/display\error.py", line 46, in call_exception_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3318, in interact
File "renpy/display\core.py", line 4158, in interact_core
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\screen.py", line 727, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1321, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\behavior.py", line 980, in event
File "renpy/display\behavior.py", line 915, in handle_click
File "renpy/display\behavior.py", line 330, in run
File "renpy/display\error.py", line 53, in rollback_action
File "renpy/exports.py", line 1738, in rollback
File "renpy/python.py", line 2014, in rollback
File "renpy/python.py", line 1932, in load_failed
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "00start.rpyc", line 273, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "renpy/common/00start.rpy", line 275, in <module>
File "renpy/game.py", line 344, in call_in_new_context
File "renpy/execution.py", line 922, in run_context
File "_layout/screen_main_menu.rpymc", line 28, in script
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3318, in interact
File "renpy/display\core.py", line 4158, in interact_core
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\screen.py", line 727, in event
File "renpy/display\layout.py", line 1100, in event
File "renpy/display\viewport.py", line 299, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\behavior.py", line 980, in event
File "renpy/display\behavior.py", line 915, in handle_click
File "renpy/display\behavior.py", line 330, in run
File "renpy/common/00action_other.rpy", line 428, in __call__
File "renpy/game.py", line 398, in call_replay
File "renpy/execution.py", line 922, in run_context
File "00start.rpyc", line 164, in script
File "00start.rpyc", line 164, in script
File "renpy/ast.py", line 1757, in execute
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'KarenNikkiScene001'.

While running game code:


File "renpy/common/00start.rpy", line 275, in <module>
File "renpy/common/00action_other.rpy", line 428, in __call__
ScriptError: could not find label 'KarenNikkiScene001'.
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.07s
Load screen analysis took 0.07s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Running _start took 0.00s
Entered background.

You might also like