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

Log

hgtrfed

Uploaded by

cicerorafael2003
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)
5 views4 pages

Log

hgtrfed

Uploaded by

cicerorafael2003
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

2025-09-04 13:47:46 UTC

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

University of Problems
1.7.0-(Extended)
Built at 2025-07-06 15:05:05 UTC

Early init took 0.85s


Loading error handling took 0.56s

Loading script...
Loading script took 35.48s
Loading save slot metadata took 0.11s
Loading persistent took 0.01s
Set script version to: (8, 3, 0)
- Init at renpy/common/00images.rpy:55 took 2.01000 s.
- Init at //game/scripts/extra_images.rpyc:3 took 0.30800 s.
- Init at renpy/common/00director.rpy:1385 took 0.27200 s.
Running init code took 3.07s
Loading analysis data took 1.10s
Analyze and compile ATL took 0.23s
Reloading save slot metadata took 0.01s
Index archives took 0.00s
Dump and make backups took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.01s
Initial gc took 0.61s
DPI scale factor: 1.000000
Creating interface object took 0.01s
Cleaning stores took 0.00s
Init translation took 0.71s
Build styles took 0.02s
Load screen analysis took 0.01s
Analyze screens took 0.29s
Save screen analysis took 0.50s
Prepare screens took 4.85s
Save pyanalysis. took 0.01s
Save bytecode. took 0.83s
Running _start took 0.02s
Interface start took 0.92s

Initializing gles2 renderer:


primary display bounds: (0, 0, 1366, 768)
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=(1366, 768) drawable=(1366, 768)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 767) drawable=(1366, 767)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 768) drawable=(1366, 768)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 767) drawable=(1366, 767)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 768) drawable=(1366, 768)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 767) drawable=(1366, 767)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 768) drawable=(1366, 768)
Maximum texture size: 4096x4096

Full traceback:
File "//game/scripts/update8.rpyc", line 764, in script
File "/renpy/ast.py", line 2572, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports/sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1451, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1102, in do_display
display_say(who,
File "/renpy/character.py", line 799, 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 2188, 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 2778, 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/update7/carol_abby_10p.webp' >
'//game/images/update7/carol_abby_10p.webp')

While running game code:


OSError: Download error: network error ('images/update7/carol_abby_10p.webp' >
'//game/images/update7/carol_abby_10p.webp')
While handling exception:
Traceback (most recent call last):
File "/renpy/execution.py", line 599, in run
node.execute()
File "/renpy/ast.py", line 2572, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports/sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1451, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1102, in do_display
display_say(who,
File "/renpy/character.py", line 799, 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 2188, 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 2778, 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/update7/carol_abby_10p.webp' >
'//game/images/update7/carol_abby_10p.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 303, 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 2188, 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 2778, 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/update7/carol_abby_12b.webp' >
'//game/images/update7/carol_abby_12b.webp')

Full traceback:
File "/renpy/bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "/renpy/main.py", line 652, in main
run(restart)
File "/renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "/renpy/execution.py", line 958, in run_context
context.run()
File "//game/scripts/update8.rpyc", line 764, in script
File "lib/python3.11/future/utils/__init__.py", line 444, in raise_
File "//game/scripts/update8.rpyc", line 764, in script
File "/renpy/ast.py", line 2572, in execute
Say.execute(self)
File "/renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports/sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1451, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1102, in do_display
display_say(who,
File "/renpy/character.py", line 799, 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 2188, 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 2778, 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/update7/carol_abby_10p.webp' >
'//game/images/update7/carol_abby_10p.webp')

While running game code:


OSError: Download error: network error ('images/update7/carol_abby_10p.webp' >
'//game/images/update7/carol_abby_10p.webp')

You might also like