Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Log

The document details the initialization process and error handling for the game 'Heartstop Tour' using Ren'Py version 8.3.7. It highlights various loading times, rendering information, and multiple instances of network errors related to missing image resources. The errors indicate issues with downloading specific images, which prevent the game from running correctly.

Uploaded by

mygirl19092010
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)
11 views4 pages

Log

The document details the initialization process and error handling for the game 'Heartstop Tour' using Ren'Py version 8.3.7. It highlights various loading times, rendering information, and multiple instances of network errors related to missing image resources. The errors indicate issues with downloading specific images, which prevent the game from running correctly.

Uploaded by

mygirl19092010
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-07-16 18:19:27 UTC

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

Heartstop Tour
1.0
Built at 2025-07-08 16:02:26 UTC

Early init took 1.19s


Loading error handling took 2.16s

Loading script...
Loading script took 37.84s
Loading save slot metadata took 0.29s
Loading persistent took 0.03s
Set script version to: (8, 3, 7)
- Init at //game/gui.rpyc:11 took 0.37400 s.
Running init code took 1.48s
Loading analysis data took 0.29s
Analyze and compile ATL took 0.10s
Reloading save slot metadata took 0.02s
Index archives took 0.01s
Dump and make backups took 0.01s
Cleaning cache took 0.01s
Making clean stores took 0.01s
Initial gc took 0.76s
DPI scale factor: 1.000000
Creating interface object took 0.03s
Cleaning stores took 0.00s
Init translation took 0.02s
Build styles took 0.04s
Load screen analysis took 0.01s
Analyze screens took 0.25s
Save screen analysis took 0.30s
Prepare screens took 2.92s
Save pyanalysis. took 0.00s
Save bytecode. took 0.33s
Running _start took 0.04s
Interface start took 12.92s

Initializing gles2 renderer:


primary display bounds: (0, 0, 800, 360)
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=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(360, 256) drawable=(720, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(360, 800) drawable=(720, 1600)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(360, 256) drawable=(720, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(600, 256) drawable=(1200, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(360, 256) drawable=(720, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(360, 256) drawable=(720, 0)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(772, 360) drawable=(1544, 720)
Maximum texture size: 4096x4096

Full traceback:
File "//game/script.rpyc", line 221, in script
File "/renpy/ast.py", line 2586, in execute
Say.execute(self)
File "/renpy/ast.py", line 623, 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 1471, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1117, in do_display
display_say(who,
File "/renpy/character.py", line 814, 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 2218, 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 2824, 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/Julian_happy.png' >
'//game/images/Julian_happy.png')

While running game code:


OSError: Download error: network error ('images/Julian_happy.png' >
'//game/images/Julian_happy.png')
While handling exception:
Traceback (most recent call last):
File "/renpy/execution.py", line 599, in run
node.execute()
File "/renpy/ast.py", line 2586, in execute
Say.execute(self)
File "/renpy/ast.py", line 623, 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 1471, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1117, in do_display
display_say(who,
File "/renpy/character.py", line 814, 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 2218, 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 2824, 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/Julian_happy.png' >
'//game/images/Julian_happy.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 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 2218, 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 2824, 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/Julian_flustered.png' >
'//game/images/Julian_flustered.png')
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/script.rpyc", line 221, in script
File "lib/python3.11/future/utils/__init__.py", line 444, in raise_
File "//game/script.rpyc", line 221, in script
File "/renpy/ast.py", line 2586, in execute
Say.execute(self)
File "/renpy/ast.py", line 623, 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 1471, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1117, in do_display
display_say(who,
File "/renpy/character.py", line 814, 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 2218, 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 2824, 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/Julian_happy.png' >
'//game/images/Julian_happy.png')

While running game code:


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

You might also like