Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

So next error. Save at start of the day when you can do the dishes, laundry etc. Next close game and load save. When you will do anything it will log this error:

I'm sorry, but an uncaught exception occurred. While running game code: Exception: The say screen (or show_function) must return a Text object. -- Full Traceback ------------------------------------------------------------ Full traceback:   File "Scripts/day_behavior.rpyc", line 228, in script   File "F:\LivingTogether_alpha_037-0.37-pc\renpy\ast.py", line 921, in execute     renpy.exports.say(who, what, *args, **kwargs)   File "F:\LivingTogether_alpha_037-0.37-pc\renpy\exports.py", line 1373, in say     who(what, *args, **kwargs)   File "F:\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 1266, in __call__     self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)   File "F:\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 927, in do_display     display_say(who,   File "F:\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 624, in display_say     raise Exception("The say screen (or show_function) must return a Text object.") Exception: The say screen (or show_function) must return a Text object. Windows-10-10.0.22631 AMD64 Ren'Py 8.0.3.22090809 Living Together 0.37 Mon May 20 20:37:43 2024

Edit: also happens on any interaction menu that you can save and load game. Choosing anything will make this error show up.