LvdvE

Member
Game Developer
Oct 8, 2017
156
239
Sorry, but before i do delete something wrong i thought i'd ask:
Which rpy.file of the safe version should i delete? I'm looking in the FutayuriDarkTaboos-1.4-pc\game folder right now and... i doubt you meant all the files with the rpy extension in here, right?
Or should i just delete the script.rpy and the script.rpyc since you mentioned the script.rpa from the patch.

Yeah seems i'm a bit lost here. o_O
Sorry for that, I updated the link of the safe version (now it also have a script.rpa that will be replaced without issue by script.rpa from the patch) . But, yes you can delete all .rpy files (they all come from safe version), since the archive script.rpa (not the same than script.rpy) contains them all (but from patch).
 
  • Love
Reactions: Frumi

Frumi

Member
Apr 1, 2019
267
1,102
Sorry for that, I updated the link of the safe version (now it also have a script.rpa that will be replaced without issue by script.rpa from the patch) . But, yes you can delete all .rpy files (they all come from safe version), since the archive script.rpa (not the same than script.rpy) contains them all (but from patch).
Ahh yes, worked wonders, thanks for the help.
 
  • Like
  • Angry
Reactions: Iorinari and LvdvE

Sepulchure

Member
Jan 18, 2019
421
428
Sorry for that, I updated the link of the safe version (now it also have a script.rpa that will be replaced without issue by script.rpa from the patch) . But, yes you can delete all .rpy files (they all come from safe version), since the archive script.rpa (not the same than script.rpy) contains them all (but from patch).
It's working now, thanks but

  • the A good-for-nothing mother post credit scene is boken (no image found)
  • The secret scene isnt showing up neither
 
Last edited:

LvdvE

Member
Game Developer
Oct 8, 2017
156
239
It's working now, thanks but

  • the A good-for-nothing mother post credit scene is boken (no image found)
  • The secret scene isnt showing up neither
Thanks, you really help me. I'll change the link of the patch to add the image.
And for the secret scene it's normal, there's just no secret scene in this version (the secret scene in previous version was made public).
 
  • Like
Reactions: Sepulchure

adventureawakes

New Member
Jul 14, 2020
3
0
I can't seem to run the game. Every time I try, this appears:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 390, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
OSError: Couldn't find file 'gui/icon1.png'.

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

Full traceback:
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\main.py", line 660, in main
run(restart)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\execution.py", line 938, in run_context
context.run()
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
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 "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 390, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 3341, in interact
self.start()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2249, in start
self.post_init()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2330, in post_init
self.set_icon()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2369, in set_icon
with renpy.loader.load(icon) as f:
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/icon1.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Futayuri Stories: Dark Taboos 1.4
Tue Oct 10 14:26:32 2023
 

LvdvE

Member
Game Developer
Oct 8, 2017
156
239
I can't seem to run the game. Every time I try, this appears:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 390, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
OSError: Couldn't find file 'gui/icon1.png'.

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

Full traceback:
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\main.py", line 660, in main
run(restart)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\execution.py", line 938, in run_context
context.run()
File "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
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 "renpy/common/00start.rpy", line 210, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 390, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 3341, in interact
self.start()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2249, in start
self.post_init()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2330, in post_init
self.set_icon()
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\display\core.py", line 2369, in set_icon
with renpy.loader.load(icon) as f:
File "C:\Users\MANUEL JR\Downloads\FutayuriDarkTaboos-1.4-pc (patch)\FutayuriDarkTaboos-1.4-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/icon1.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Futayuri Stories: Dark Taboos 1.4
Tue Oct 10 14:26:32 2023
What did you download? Safe version only? From what I know, this error appear because you didn't use the patch correctly (replace the game folder of safe version with the one from patch, and it should work).
 

Lientu

Newbie
Oct 31, 2018
69
108
Wish this site had a quarantine list or hide list. Because this game would definitely be on that list
ignore.PNG
agree)

if this was a game i would write a review, but it's just a bunch of screens with hidden ui elements and activators. since author do not care to show where is content (if there is any) me do not care to look at this ...
 
  • Like
Reactions: UglyBastard314
4.00 star(s) 9 Votes