Thu Apr 21 19:41:39 2022
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bootstrap to the start of init.init took 0.15s
Early init took 0.01s
Loader init took 0.69s
Loading error handling took 0.34s
Loading script took 37.69s
Loading save slot metadata. took 0.14s
Loading persistent took 0.09s
Imported steam.
Failed to initialize steam.
Set script version to: (7, 4, 11)
- Init at renpy/common/00images.rpy:52 took 0.41186 s.
Running init code took 1.09s
Loading analysis data took 0.25s
Analyze and compile ATL took 0.18s
Index archives took 0.09s
Dump and make backups. took 0.13s
Cleaning cache took 0.10s
Making clean stores took 0.09s
Initial gc. took 0.33s
DPI scale factor: 1.250000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.75s
Cleaning stores took 0.00s
Init translation took 0.34s
Build styles took 0.09s
Load screen analysis took 0.23s
Analyze screens took 0.11s
Save screen analysis took 0.10s
Prepare screens took 0.69s
Save pyanalysis. took 0.09s
Save bytecode. took 0.19s
Running _start took 0.16s
Performance test:
Interface start took 0.42s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: 'Intel'
Renderer: 'Intel(R) HD Graphics 520'
Version: '4.5.0 - Build 24.20.100.6286'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1920, 1001) drawable=(1920, 1001)
Maximum texture size: 4096x4096
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
File "renpy/exports.py", line 1925, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: v1_start
While running game code:
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: v1_start