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
164
267
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:

LvdvE

Member
Game Developer
Oct 8, 2017
164
267
So what happened to the dev's Patreon? It disappeared. Hope everything is ok.
I was banned from Patreon sadly. Hope some supporters can support me elsewhere, mainly Fanbox (or Suscribestar if you really don't like Fanbox).
 
  • Sad
Reactions: FFTW

FFTW

Active Member
Jun 7, 2017
583
653
I was banned from Patreon sadly. Hope some supporters can support me elsewhere, mainly Fanbox (or Suscribestar if you really don't like Fanbox).
That is really unfortunate :(.
Do you intend to continue the game?
 

Suslik575151

Member
Jan 28, 2022
136
191
Aight, bois, if you're sick and tired of searching for all the content in this game, look no further. Here's the list of all the (meaningful) labels I could find. Just drop the attached options.rpy into the game folder, open the console with shift+O and use the jump command (just make sure you're not in the main menu first). For example: jump gym1

Also, for some of the scenes (they are text only, of course) you're gonna wanna type persistent.loli_filter=0 into the console

It turns out, all the "forbidden" scenes are still in the game, just the renders are missing.

Also, if i've missed some scenes here, lmk.

You don't have permission to view the spoiler content. Log in or register now.
 
4.00 star(s) 9 Votes