chikoure2023

New Member
Jun 16, 2024
1
0
When i click on the start of the game ... the game closed and shows the following error message :

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('gui/es_textbox_clear.png') at 0x0000000009e97cd0>:
OSError: Couldn't find file 'gui/es_textbox_clear.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\main.py", line 660, in main
run(restart)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\execution.py", line 938, in run_context
context.run()
File "script.rpyc", line 46, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "script.rpyc", line 46, in script
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 3377, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\screen.py", line 704, 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 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 1369, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 720, in load
raise e
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 685, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/es_textbox_clear.png'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Futayuri Stories: Dark Taboos 1.6
Tue Jun 25 18:59:10 2024
 

LvdvE

Member
Game Developer
Oct 8, 2017
160
259
When i click on the start of the game ... the game closed and shows the following error message :

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('gui/es_textbox_clear.png') at 0x0000000009e97cd0>:
OSError: Couldn't find file 'gui/es_textbox_clear.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\main.py", line 660, in main
run(restart)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\execution.py", line 938, in run_context
context.run()
File "script.rpyc", line 46, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "script.rpyc", line 46, in script
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 3377, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\screen.py", line 704, 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 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 884, 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 "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\layout.py", line 1369, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 720, in load
raise e
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\display\im.py", line 685, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\chiko\Downloads\Compressed\FutayuriDarkTaboos-1.6-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/es_textbox_clear.png'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Futayuri Stories: Dark Taboos 1.6
Tue Jun 25 18:59:10 2024
Yeah, it's rare but some others have the same error. I don't know where it comes from, maybe a conflict between two version of Renpy. The thing is the file 'gui/es_textbox_clear.png' shouldn't exist or be needed, I don't use it in my game.
A possible fix that worked is to create this required file. You have to create a 'gui' folder in game folder (if there's none), and name a blank png file 'es_textbox_clear'.
I guess it's possible you use a mod for Renpy game usually?
Edit: Okay, I understand, it's because you used MGMOD and configured the text box style to something else than game default. And I didn't put the required files in gui. I'll correct that for next version.
 
Last edited:
4.00 star(s) 9 Votes