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

Log

The document contains a log of the initialization process for the Ren'Py game engine version 8.2.0, specifically for the game 'Umichan Sentoryu'. It details various loading times, initialization steps, and ultimately reports an error due to a missing image file ('images/thumbnails/foreplayalma9left.jpg'). The log includes a full traceback of the error encountered during execution.

Uploaded by

hgchhchgc
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)
7 views

Log

The document contains a log of the initialization process for the Ren'Py game engine version 8.2.0, specifically for the game 'Umichan Sentoryu'. It details various loading times, initialization steps, and ultimately reports an error due to a missing image file ('images/thumbnails/foreplayalma9left.jpg'). The log includes a full traceback of the error encountered during execution.

Uploaded by

hgchhchgc
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/ 9

2025-01-05 18:46:44 UTC

Windows-10-10.0.26100
Ren'Py 8.2.0.24012702

Umichan Sentoryu
1.9
Built at 2024-07-26 08:15:55 UTC

Early init took 0.09s


Loading error handling took 0.08s
Loading script took 0.35s
Loading save slot metadata took 0.02s
Loading persistent took 0.00s
Failed to initialize steam: Exception('Init returned false.')
Set script version to: (8, 2, 0)
Running init code took 0.33s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.01s
Reloading save slot metadata took 0.00s
Index archives took 0.00s
Dump and make backups took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.06s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.62s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.00s
Analyze screens took 0.02s
Save screen analysis took 0.02s
Prepare screens took 0.06s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Interface start took 0.74s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce MX130/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 560.94'
Display Info: None
Screen sizes: virtual=(1280, 720) physical=(1280, 720) drawable=(1280, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1280, 720) drawable=(1280, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Screen sizes: virtual=(1280, 720) physical=(1280, 720) drawable=(1280, 720)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1280, 720) physical=(1920, 1009) drawable=(1920, 1009)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ast.py", line
823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
ui.interact()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\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 "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 2814, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in render
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in <listcomp>
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 968, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 513, in render
return wrap_render(self.target, width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 316, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 626, in render
return cache.get(self, render=True)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 309, in get
surf = image.load()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 761, in load
raise e
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 711, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\loader.py",
line 672, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/thumbnails/foreplayalma9left.jpg'.

While loading <renpy.display.im.Image object


('images/thumbnails/foreplayalma9left.jpg') at 0x0000000007b40e80>:
OSError: Couldn't find file 'images/thumbnails/foreplayalma9left.jpg'.
While handling exception:
Traceback (most recent call last):
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\
execution.py", line 596, in run
node.execute()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ast.py", line
823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
ui.interact()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\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 "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 2814, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in render
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in <listcomp>
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 968, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 513, in render
return wrap_render(self.target, width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 316, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 626, in render
return cache.get(self, render=True)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 309, in get
surf = image.load()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 761, in load
raise e
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 711, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\loader.py",
line 672, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/thumbnails/foreplayalma9left.jpg'.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
error.py", line 140, in report_exception
renpy.game.invoke_in_new_context(
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\game.py",
line 293, in invoke_in_new_context
return callable(*args, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\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 "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\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 "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 3197, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 1174, in event
return handle_click(self.clicked)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 1095, in handle_click
rv = run(action)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 395, in run
return action(*args, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
error.py", line 55, in rollback_action
renpy.exports.rollback(force=True)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\exports.py",
line 1840, in rollback
renpy.game.log.rollback(checkpoints, greedy=greedy, label=label, force=(force
is True), abnormal=abnormal, current_label=current_label)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\rollback.py",
line 925, in rollback
self.load_failed()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\rollback.py",
line 843, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "renpy/common/00start.rpy", line 279, in script
python:
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ast.py", line
823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\game.py",
line 358, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\
execution.py", line 955, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ast.py", line
823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
ui.interact()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\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 "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 2814, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in render
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 510, in <listcomp>
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
behavior.py", line 968, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 513, in render
return wrap_render(self.target, width, height, st, at)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
image.py", line 316, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 626, in render
return cache.get(self, render=True)
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 309, in get
surf = image.load()
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 761, in load
raise e
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\display\
im.py", line 711, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "E:\Downloads\Mega Dowwloads\New folder\Umichan Sentoryu\renpy\loader.py",
line 672, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/thumbnails/foreplayalma9left.jpg'.

While loading <renpy.display.im.Image object


('images/thumbnails/foreplayalma9left.jpg') at 0x0000000007b40e80>:
File "renpy/common/00start.rpy", line 279, in script
python:
File "renpy/common/00start.rpy", line 281, in <module>
renpy.call_in_new_context(_restart[2])
OSError: Couldn't find file 'images/thumbnails/foreplayalma9left.jpg'.

You might also like