Did you play this version? Because on Patreon it's updated to 10GB.
So I just downloaded the Patreon version. There are now Gift and Spend time options with the girls, but the Gift button does nothing and the Spend Time option results in an error:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/3-GIRLSTALKTO/SophiaTalkto.rpy", line 36, in script
call screen talk_to_girl_screen("Sophia")
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/3-GIRLSTALKTO/talk_to_screen.rpy", line 226, in attempt_to_spend_time
if girl.can_spend_timewith:
AttributeError: 'girl' object has no attribute 'can_spend_timewith'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/3-GIRLSTALKTO/SophiaTalkto.rpy", line 36, in script
call screen talk_to_girl_screen("Sophia")
File "renpy/ast.py", line 2259, in execute
self.call("execute")
File "renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, 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 "renpy/display/core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transform.py", line 936, in event
rv = d.event(ev, cx, cy, st)
File "renpy/display/behavior.py", line 1142, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1075, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/3-GIRLSTALKTO/talk_to_screen.rpy", line 226, in attempt_to_spend_time
if girl.can_spend_timewith:
AttributeError: 'girl' object has no attribute 'can_spend_timewith'
Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
My family farm 0.3.1
Thu Apr 30 22:47:01 2026
```
This happens with every girl and it eventually crashes and restarts the game. It also happens when I select the Hint icon. This dev work is just too buggy!