totally loving the game - I'm trying to find how to get some scenes to work I assume my choices prevent them. Grateful Vess Episode 13 Just deserts and Spank'n spunk Episode 16 Can you help please?
can anyone tell me at what point do you decide if Raene has a penis or not? I tried with the question with Ziv if a penis bothers you but that just closes off Raene as a relationship but oddly enough you can still get in a relationship with Ziv
Só uma dúvida… Jogo em português-brasil e os diálogos estão invisíveis, quando volto o idioma para inglês, posso ver os diálogos normalmente.
Isso seria um bug? Mesmo com a caixa de diálogo com opacidade não posso ver o texto em português, pode me dizer algo? - Teu jogo é foda!
(Just one question… I play in Brazilian Portuguese and the dialogues are invisible, when I change the language back to English, I can see the dialogues normally. Could this be a bug? Even with the dialogue box opaque, I can't see the text in Portuguese, can you tell me something?)
I'm trying to start the game but no luck. As soon as I double click the error shows up.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 211, 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 319, 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/window_icon.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/main.py", line 701, in main
run(restart)
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/main.py", line 153, in run
renpy.execution.run_context(True)
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/execution.py", line 958, in run_context
context.run()
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/python.py", line 1178, 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 319, 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 "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 2172, in interact
self.start()
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1018, in start
self.post_init()
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1107, in post_init
self.set_icon()
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1151, in set_icon
with renpy.loader.load(icon, directory="images") as f:
File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/loader.py", line 686, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/window_icon.png'.
macOS-15.3.1-arm64-arm-64bit arm64
Ren'Py 8.3.3.24111502
Tales From The Unending Void 0.21
Thu Mar 6 16:01:15 2025
That's really weird, I'm seeing the same issue. Going to investigate. You can use the Windows/Linux version on macOS in the meantime by the way, it contains an executable for Mac.
Getting a glitch immediately after the initial Jade scene. Going from 20.1 to current build. Whatever option I pick, I get this:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode021_conversations.rpy", line 189, in <module>
NameError: name 'ep021_nadya_talk' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "episode021.rpyc", line 553, in script call
File "episode021_conversations.rpyc", line 189, in script
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\ast.py", line 1843, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode021_conversations.rpy", line 189, in <module>
Thanks for the head's up. That's one of the known issues, but I haven't worded it clearly in the release notes, I think. Will be fixed in the next release. You can safely ignore the error, by the way, won't affect your saved games.
What's with that slave milk cum drink in chapter 5? when leaving she exits a side room like she wants to tell you something then gets spooked leaves and nothing... no option to go after her.
Excellent story. One glaring issue, wanted ads all over every screen in the galaxy. Not even so much as a haircut. That's just asking to be recognized when you look EXACTLY like the streaming wanted reward campaign. Haircut and haircolor at a minimum.
The spanish version of v0.20.1 has many errors of text boxes where it is supposed to have text and they do not have it (sporadically), besides that since episode 13 comes a time when it stops any text, not even the options appear ... and so it is totally impossible to advance.
SPOILERS AHEAD (idk how to hide them in here)!!! Can someone help me with a detail? idk if i'm imagining things, but: recently i've lost all my saves and had to restart the game (it's the second time this happens, actually) and i remember clearly that in the first season, after the incident with the simulation, i had the option to terminate it for good. And so i did (twice, considering that i replayed it before). But this time, i didn't had this choice. Bcs of that, now when i got to the second season again, the lack of this decision is having consequences in the story, which i don't recolect having before (eva is in coma or something). What's going on ? the dev decided to turn off this choice ??? I would like to read a confirmation from the dev, just in case this is a bug (who knows, right?).
Just had a look at the code and the choice is in Episode 8. You have to pull out of the simulation and clear it. The events with Eva in Episode 15 are triggered when you haven't cleared the sim in Episode 8 and went inside a sim with Eva in Episode 13. There are other choices regarding the simulation in Episode 15 (during Eva's coma). The variables for this trigger are ep013_douvis_simulation and ep008_simulation_clear. If you bring up the developer console inside the game (Shift + O) and type either of those variables, they should show up as True if you went into the sim in Episode 13 and didn't clear it in Episode 8. Hope that clarifies it somewhat.
enjoyed both seasons and looking forward to the next one,so i'm hoping in the next season can we get a threesome between the main character,ziv and raene,also how do i get the vess and jade threesome?
← Return to game
Comments
Log in with itch.io to leave a comment.
totally loving the game - I'm trying to find how to get some scenes to work I assume my choices prevent them.
Grateful Vess Episode 13
Just deserts and Spank'n spunk Episode 16
Can you help please?
Why can't i download?
It say download fail asleep/can't(it works now!)
can anyone tell me at what point do you decide if Raene has a penis or not? I tried with the question with Ziv if a penis bothers you but that just closes off Raene as a relationship but oddly enough you can still get in a relationship with Ziv
You do not decide if Raene has a penis, you can just decide if that bothers you or not.
Só uma dúvida… Jogo em português-brasil e os diálogos estão invisíveis, quando volto o idioma para inglês, posso ver os diálogos normalmente.
Isso seria um bug? Mesmo com a caixa de diálogo com opacidade não posso ver o texto em português, pode me dizer algo? - Teu jogo é foda!
(Just one question… I play in Brazilian Portuguese and the dialogues are invisible, when I change the language back to English, I can see the dialogues normally. Could this be a bug? Even with the dialogue box opaque, I can't see the text in Portuguese, can you tell me something?)
Yes, the Portuguese translation is incomplete at this moment, I forgot to update the settings screen to reflect this.
I see, I'm playing in English because I understand a lot. That was just to see if it was just me.
Thanks for the great game, it has a better story than many other games. I hope that when this one ends you have a new game in mind.
Thanks! I certainly have new games in the pipeline after this one finishes up. I'll be sure to add those projects to itch.io as well.
Is there spanking content?
Hello!
I'm trying to start the game but no luck. As soon as I double click the error shows up.
That's really weird, I'm seeing the same issue. Going to investigate. You can use the Windows/Linux version on macOS in the meantime by the way, it contains an executable for Mac.
Will try that. Thanks!
Any one on mac able to get this to work this way? i tried and it didn't open or do anything at all :-(
I've just updated the macOS build which should hopefully fix the issue.
Thanks for fixing that crashing issue on macOS! I've been longing to return to space with this crew :-)
Happy to hear it works now!
Getting a glitch immediately after the initial Jade scene. Going from 20.1 to current build. Whatever option I pick, I get this:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/episode021_conversations.rpy", line 189, in <module>
NameError: name 'ep021_nadya_talk' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "episode021.rpyc", line 553, in script call
File "episode021_conversations.rpyc", line 189, in script
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\ast.py", line 1843, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Joshua\Desktop\tales-from-the-unending-void-win-linux-s02\TFTUV2-0.21-Uncensored Edition\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode021_conversations.rpy", line 189, in <module>
NameError: name 'ep021_nadya_talk' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Tales From The Unending Void 0.21
Wed Mar 5 01:38:10 2025
[/code]
Thanks for the head's up. That's one of the known issues, but I haven't worded it clearly in the release notes, I think. Will be fixed in the next release. You can safely ignore the error, by the way, won't affect your saved games.
Will Season 2 come to Steam as DLC or separate game?
I'm leaning towards releasing it as DLC, but I have to check the technical prerequisites first.
Got a glitch, the saves from the .20.1 won't open in .21
Do you get an error when you try to load those saves?
I was able to get thing to open but I got the following to too long in (just as the MC was finishing with Jade.)
While running game code:
File "game/episode021_conversations.rpy", line 189, in <module>
NameError: name 'ep021_nadya_talk' is not defined
I also get this same error. I'm able to "ignore" to get past it, but I'm assuming that means I'm missing dialogue.
Happy to hear you've got it working. As for the error, you're not missing much, just one line of dialogue. This will be fixed in the next release.
What's with that slave milk cum drink in chapter 5? when leaving she exits a side room like she wants to tell you something then gets spooked leaves and nothing... no option to go after her.
Excellent story. One glaring issue, wanted ads all over every screen in the galaxy. Not even so much as a haircut. That's just asking to be recognized when you look EXACTLY like the streaming wanted reward campaign. Haircut and haircolor at a minimum.
I think it's pretty clear the MC and crew are avoiding sovereign controlled space for exactly that reason.
The spanish version of v0.20.1 has many errors of text boxes where it is supposed to have text and they do not have it (sporadically), besides that since episode 13 comes a time when it stops any text, not even the options appear ... and so it is totally impossible to advance.
The Spanish version is only a partial translation, so not all of the episodes have been translated.
Will it ever be fully translated?
Yes, I certainly hope so. Probably when Season 2 is finished.
Ohh ok, thank you!
SPOILERS AHEAD (idk how to hide them in here)!!! Can someone help me with a detail? idk if i'm imagining things, but: recently i've lost all my saves and had to restart the game (it's the second time this happens, actually) and i remember clearly that in the first season, after the incident with the simulation, i had the option to terminate it for good. And so i did (twice, considering that i replayed it before). But this time, i didn't had this choice. Bcs of that, now when i got to the second season again, the lack of this decision is having consequences in the story, which i don't recolect having before (eva is in coma or something). What's going on ? the dev decided to turn off this choice ??? I would like to read a confirmation from the dev, just in case this is a bug (who knows, right?).
Just had a look at the code and the choice is in Episode 8. You have to pull out of the simulation and clear it. The events with Eva in Episode 15 are triggered when you haven't cleared the sim in Episode 8 and went inside a sim with Eva in Episode 13. There are other choices regarding the simulation in Episode 15 (during Eva's coma). The variables for this trigger are ep013_douvis_simulation and ep008_simulation_clear. If you bring up the developer console inside the game (Shift + O) and type either of those variables, they should show up as True if you went into the sim in Episode 13 and didn't clear it in Episode 8. Hope that clarifies it somewhat.
I see. Thank you for the reply!!
enjoyed both seasons and looking forward to the next one,so i'm hoping in the next season can we get a threesome between the main character,ziv and raene,also how do i get the vess and jade threesome?
Can't wait to check out the full release in 20 years