I think it's an issue of the game itself (it used to have None instead of Brother even before Inceton decided to encrypt the game).It works, but i get this error if i go to relationships screen and try to change relationship for either Megan or Jessica as they have been set to ''None'' for some reason. Not sure if this is due to your crack or its the game itself though.
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 1198, in execute File "game/screens.rpy", line 1198, in execute File "game/screens.rpy", line 1202, in execute File "game/screens.rpy", line 1238, in execute File "game/screens.rpy", line 1239, in execute File "game/screens.rpy", line 1240, in execute Exception: The data accessed by an InputValue must not be None. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\ast.py", line 821, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\core.py", line 2215, 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 "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\core.py", line 2745, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\screen.py", line 480, in visit_all callback(self) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\core.py", line 2745, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\screen.py", line 491, in per_interact self.update() File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\screen.py", line 697, in update self.screen.function(**self.scope) File "game/screens.rpy", line 1198, in execute File "game/screens.rpy", line 1198, in execute File "game/screens.rpy", line 1202, in execute File "game/screens.rpy", line 1238, in execute File "game/screens.rpy", line 1239, in execute File "game/screens.rpy", line 1240, in execute File "F:\Program Files (x86)\Games\Inceton Games\Lust Theory - Season 3 - E6.0-compressed\renpy\display\behavior.py", line 1451, in __init__ raise Exception("The data accessed by an InputValue must not be None.") Exception: The data accessed by an InputValue must not be None. Windows-10-10.0.19045 AMD64 Ren'Py 8.3.3.24111502 Lust Theory S3 v0.6.0 Mon Feb 24 04:55:47 2025
As workaround, since with my patch the Console is enabled, you can press Shift+O and give the following command:
b_r = 'Brother'
and hit return. Then Esc to close the Console.
Now the builtin menu to change relationships should work. (But you won't need it if you set the string you want via Console.)
---
Don't forget to make a save after you changed None to Brother, and then always load from that save or from another one you made later after loading from that save.
Another day I'll look if I can correct this bug.
Last edited: