0% found this document useful (0 votes)
16 views7 pages

Log

This document provides log information from running a Ren'Py game, including details on initialization, loading of scripts and assets, and an error indicating that it could not find a specific image file.

Uploaded by

batuhanlal
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)
16 views7 pages

Log

This document provides log information from running a Ren'Py game, including details on initialization, loading of scripts and assets, and an error indicating that it could not find a specific image file.

Uploaded by

batuhanlal
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/ 7

Sat Apr 20 19:57:51 2024

Windows-10-10.0.19045
Ren'Py 8.1.1.23060707

Bootstrap to the start of init.init. took 0.03s


Early init. took 0.00s
Loader init. took 0.04s
Loading error handling. took 0.14s
Loading script. took 1.19s
Loading save slot metadata. took 0.11s
Loading persistent. took 0.00s
Set script version to: (8, 1, 1)
Running init code. took 0.29s
Loading analysis data. took 0.02s
Analyze and compile ATL. took 0.02s
Reloading save slot metadata. took 0.06s
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.07s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object. took 0.29s
Cleaning stores took 0.00s
Init translation took 0.08s
Build styles took 0.00s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.08s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start. took 0.14s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 536.67'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1920, 1017) drawable=(1920, 1017)
Maximum texture size: 4096x4096

Full traceback:
File "scripts/day20.rpyc", line 1114, in script
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\python.py", line 1122, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/day20.rpy", line 1114, in <module>
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\exports.py", line 1637, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 3579, 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 "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 4172, in
interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 2779, in
draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\image.py", line 513, in
render
return wrap_render(self.target, width, height, st, at)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\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 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 676, in
render
return cache.get(self, render=True)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 803, in
load
raise e
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 757, in
load
filelike = renpy.loader.load(self.filename, directory="images")
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\loader.py", line 833, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Day20_2_175_Andres_teasing_Jens_pussy-lines-scale-
1_00x.jpeg'.

While loading <renpy.display.im.Image object


('Day20_2_175_Andres_teasing_Jens_pussy-lines-scale-1_00x.jpeg') at
0x000000000a3bd0a0>:
File "game/scripts/day20.rpy", line 1114, in <module>
OSError: Couldn't find file 'Day20_2_175_Andres_teasing_Jens_pussy-lines-scale-
1_00x.jpeg'.

Full traceback:
File "scripts/day20.rpyc", line 1118, in script
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\python.py", line 1122, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/day20.rpy", line 1118, in <module>
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\exports.py", line 1637, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 3579, 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 "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 4172, in
interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 2779, in
draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\image.py", line 513, in
render
return wrap_render(self.target, width, height, st, at)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\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 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 676, in
render
return cache.get(self, render=True)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 803, in
load
raise e
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 757, in
load
filelike = renpy.loader.load(self.filename, directory="images")
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\loader.py", line 833, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Day20_2_177_Andres_teasing_Jens_pussy-lines-scale-
1_00x.jpeg'.

While loading <renpy.display.im.Image object


('Day20_2_177_Andres_teasing_Jens_pussy-lines-scale-1_00x.jpeg') at
0x000000000a3bd790>:
File "game/scripts/day20.rpy", line 1118, in <module>
OSError: Couldn't find file 'Day20_2_177_Andres_teasing_Jens_pussy-lines-scale-
1_00x.jpeg'.

Full traceback:
File "scripts/day20.rpyc", line 1131, in script
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\exports.py", line 1473, in say
who(what, *args, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\character.py", line 1352, in
__call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\character.py", line 1003, in
do_display
display_say(who,
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\character.py", line 693, in
display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 3579, 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 "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 4172, in
interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 2779, in
draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\image.py", line 513, in
render
return wrap_render(self.target, width, height, st, at)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\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 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 676, in
render
return cache.get(self, render=True)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 803, in
load
raise e
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 757, in
load
filelike = renpy.loader.load(self.filename, directory="images")
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\loader.py", line 833, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Day20_2_182_Andre_slowly_moves_his_dick_in_and_out-
lines-scale-1_00x.jpeg'.

While loading <renpy.display.im.Image object


('Day20_2_182_Andre_slowly_moves_his_dick_in_and_out-lines-scale-1_00x.jpeg') at
0x000000000a65cdc0>:
OSError: Couldn't find file 'Day20_2_182_Andre_slowly_moves_his_dick_in_and_out-
lines-scale-1_00x.jpeg'.

Full traceback:
File "scripts/day20.rpyc", line 1141, in script
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\python.py", line 1122, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/day20.rpy", line 1141, in <module>
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\exports.py", line 1637, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward,
pause=delay, pause_modal=modal)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 3579, 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 "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 4172, in
interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or
video_frame_drawn)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\core.py", line 2779, in
draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\layout.py", line 886, in
render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\image.py", line 513, in
render
return wrap_render(self.target, width, height, st, at)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\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 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\transform.py", line 909,
in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in
renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in
renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 676, in
render
return cache.get(self, render=True)
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 330, in get
surf = image.load()
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 803, in
load
raise e
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\display\im.py", line 757, in
load
filelike = renpy.loader.load(self.filename, directory="images")
File "G:\A_Wife_And_Mother_Part_2-0.195-pc\renpy\loader.py", line 833, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Day20_2_202_Andre_slowly_moves_his_dick_in_and_out-
lines-scale-1_00x.jpeg'.

While loading <renpy.display.im.Image object


('Day20_2_202_Andre_slowly_moves_his_dick_in_and_out-lines-scale-1_00x.jpeg') at
0x000000000a30cee0>:
File "game/scripts/day20.rpy", line 1141, in <module>
OSError: Couldn't find file 'Day20_2_202_Andre_slowly_moves_his_dick_in_and_out-
lines-scale-1_00x.jpeg'.

You might also like