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

log

K.

Uploaded by

bhacherhammad
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

K.

Uploaded by

bhacherhammad
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/ 4

2024-09-15 06:08:09 UTC

Emscripten-3.1.24-wasm32-32bit
Ren'Py 8.2.0.24012702

Eruption Imminent
0.4.0
Built at 2024-05-11 02:05:54 UTC

Early init took 1.20s


Loading error handling took 1.36s
Loading script took 72.89s
Loading save slot metadata took 0.38s
Loading persistent took 0.01s
Failed to initialize steam: ModuleNotFoundError("No module named '_ctypes'")
Set script version to: (8, 0, 3)
- Init at //game/gui.rpyc:11 took 0.30100 s.
- Init at renpy/common/00images.rpy:55 took 2.04900 s.
Running init code took 3.27s
Loading analysis data took 0.21s
Analyze and compile ATL took 0.18s
Reloading save slot metadata took 0.18s
Index archives took 0.01s
Dump and make backups took 0.01s
Cleaning cache took 0.00s
Making clean stores took 0.01s
Initial gc took 1.01s
DPI scale factor: 1.000000
Creating interface object took 0.03s
Cleaning stores took 0.00s
Init translation took 1.13s
Build styles took 0.13s
Load screen analysis took 0.57s
Analyze screens took 0.02s
Save screen analysis took 0.01s
Prepare screens took 1.79s
Save pyanalysis. took 0.01s
Save bytecode. took 0.53s
Running _start took 0.03s
Interface start took 1.19s

Initializing gles2 renderer:


primary display bounds: (0, 0, 412, 892)
swap interval: 1 frames
Windowed mode.
UGUU couldn't find b'glFlushMappedBufferRange': b'No OpenGL context has been made
current'
UGUU couldn't find b'glGetBufferPointerv': b'No OpenGL context has been made
current'
UGUU couldn't find b'glMapBufferRange': b'No OpenGL context has been made current'
UGUU couldn't find b'glUnmapBuffer': b'No OpenGL context has been made current'
Vendor: "b'WebKit'"
Renderer: b'WebKit WebGL'
Version: b'OpenGL ES 3.0 (WebGL 2.0 (OpenGL ES 3.0 Chromium))'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(824, 1516) drawable=(1442, 2653)
Could not open 'cache/shaders.txt':
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.07s
Build styles took 0.12s
Load screen analysis took 0.52s
Analyze screens took 0.03s
Prepare screens took 0.04s
Running _start took 0.04s

Full traceback:
File "//game/story/day01.rpyc", line 182, in script
File "/renpy/ast.py", line 1968, in execute
self.call("execute")
File "/renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "/renpy/exports.py", line 1661, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "/renpy/display/core.py", line 2756, in interact_core
renpy.webloader.process_downloaded_resources()
File "/renpy/webloader.py", line 225, in process_downloaded_resources
raise IOError("Download error: {} ('{}' > '{}')".format(
OSError: Download error: network error ('images/day01/day01 s03 i001.webp' >
'//game/images/day01/day01 s03 i001.webp')

While running game code:


File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
OSError: Download error: network error ('images/day01/day01 s03 i001.webp' >
'//game/images/day01/day01 s03 i001.webp')
While handling exception:
Traceback (most recent call last):
File "/renpy/execution.py", line 596, in run
node.execute()
File "/renpy/ast.py", line 1968, in execute
self.call("execute")
File "/renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "/renpy/exports.py", line 1661, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/core.py", line 2756, in interact_core
renpy.webloader.process_downloaded_resources()
File "/renpy/webloader.py", line 225, in process_downloaded_resources
raise IOError("Download error: {} ('{}' > '{}')".format(
OSError: Download error: network error ('images/day01/day01 s03 i001.webp' >
'//game/images/day01/day01 s03 i001.webp')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "/renpy/display/error.py", line 140, in report_exception
renpy.game.invoke_in_new_context(
File "/renpy/game.py", line 293, in invoke_in_new_context
return callable(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/error.py", line 48, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True,
suppress_underlay=True)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/core.py", line 2756, in interact_core
renpy.webloader.process_downloaded_resources()
File "/renpy/webloader.py", line 225, in process_downloaded_resources
raise IOError("Download error: {} ('{}' > '{}')".format(
OSError: Download error: network error ('images/day01/day01 s03 i002.webp' >
'//game/images/day01/day01 s03 i002.webp')

Full traceback:
File "/renpy/bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "/renpy/main.py", line 635, in main
run(restart)
File "/renpy/main.py", line 145, in run
renpy.execution.run_context(True)
File "/renpy/execution.py", line 955, in run_context
context.run()
File "//game/story/day01.rpyc", line 182, in script
File "lib/python3.11/future/utils/__init__.py", line 444, in raise_
File "//game/story/day01.rpyc", line 182, in script
File "/renpy/ast.py", line 1968, in execute
self.call("execute")
File "/renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "/renpy/exports.py", line 1661, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "/renpy/display/core.py", line 2756, in interact_core
renpy.webloader.process_downloaded_resources()
File "/renpy/webloader.py", line 225, in process_downloaded_resources
raise IOError("Download error: {} ('{}' > '{}')".format(
OSError: Download error: network error ('images/day01/day01 s03 i001.webp' >
'//game/images/day01/day01 s03 i001.webp')

While running game code:


File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
OSError: Download error: network error ('images/day01/day01 s03 i001.webp' >
'//game/images/day01/day01 s03 i001.webp')

You might also like