0% found this document useful (0 votes)
9 views4 pages

Log

Uploaded by

rajarammondal320
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 views4 pages

Log

Uploaded by

rajarammondal320
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-10-19 09:59:35 UTC

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

DLegacy
0.7.5.0
Built at 2024-09-22 10:34:11 UTC

Early init took 0.13s


Loading error handling took 0.16s
Loading script took 8.54s
Loading save slot metadata took 0.03s
Loading persistent took 0.00s
Failed to initialize steam: ModuleNotFoundError("No module named '_ctypes'")
Set script version to: (8, 2, 3)
Running init code took 0.34s
Loading analysis data took 0.07s
Analyze and compile ATL took 0.13s
Reloading save slot metadata took 0.01s
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 0.18s
DPI scale factor: 1.000000
Creating interface object took 0.01s
Cleaning stores took 0.00s
Init translation took 0.21s
Build styles took 0.02s
Load screen analysis took 0.17s
Analyze screens took 0.01s
Save screen analysis took 0.01s
Prepare screens took 0.39s
Save pyanalysis. took 0.00s
Save bytecode. took 0.18s
Running _start took 0.01s
Interface start took 0.24s

Initializing gles2 renderer:


primary display bounds: (0, 0, 1536, 864)
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=(1508, 718) drawable=(1885, 897)
Maximum texture size: 4096x4096

Full traceback:
File "//game/label/etc/intro.rpyc", line 410, in script
File "/renpy/ast.py", line 2560, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports.py", line 1494, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1045, in do_display
display_say(who,
File "/renpy/character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 2166, 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 2761, 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/char/saeko_suit_idle.png' >
'//game/images/char/saeko_suit_idle.png')

While running game code:


OSError: Download error: network error ('images/char/saeko_suit_idle.png' >
'//game/images/char/saeko_suit_idle.png')
While handling exception:
Traceback (most recent call last):
File "/renpy/execution.py", line 596, in run
node.execute()
File "/renpy/ast.py", line 2560, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports.py", line 1494, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1045, in do_display
display_say(who,
File "/renpy/character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/renpy/display/core.py", line 2166, 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 2761, 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/char/saeko_suit_idle.png' >
'//game/images/char/saeko_suit_idle.png')
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 2166, 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 2761, 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/char/saeko_suit_hover.png' >
'//game/images/char/saeko_suit_hover.png')

Full traceback:
File "/renpy/bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "/renpy/main.py", line 637, 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/label/etc/intro.rpyc", line 410, in script
File "lib/python3.11/future/utils/__init__.py", line 444, in raise_
File "//game/label/etc/intro.rpyc", line 410, in script
File "/renpy/ast.py", line 2560, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports.py", line 1494, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1045, in do_display
display_say(who,
File "/renpy/character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 2166, 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 2761, 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/char/saeko_suit_idle.png' >
'//game/images/char/saeko_suit_idle.png')

While running game code:


OSError: Download error: network error ('images/char/saeko_suit_idle.png' >
'//game/images/char/saeko_suit_idle.png')

You might also like