BloodyFace

Well-Known Member
Jul 5, 2019
1,394
2,009
I got stuck in LEVEL 1 relationship dating event with mom
I already delete and redownload the game still not working

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

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

Full traceback:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Sweet Affection 0.10.0
Tue Dec  5 21:12:09 2023
Download this fix (only for 0.10.0) -> click
0.10.1 (released to T2 Patrons today) does include a permanent fix already.
 
Last edited:

BloodyFace

Well-Known Member
Jul 5, 2019
1,394
2,009
Sorry for the question, but the video does not play, how can I fix this?
Not much information to work with, but I'll try. xD

Assuming you don't just accidentally skip them by clicking.
(one click is already enough to skip the entire animation)

And assuming you're on PC.

Hold SHIFT while double-clicking the SweetAffection.exe
You don't have permission to view the spoiler content. Log in or register now.
Try "Force ANGLE2 Renderer" instead of "Automatically Choose"
Quit (bottom left)
Start the game
 

Serafim_Dead

New Member
May 11, 2021
5
2
Not much information to work with, but I'll try. xD

Assuming you don't just accidentally skip them by clicking.
(one click is already enough to skip the entire animation)

And assuming you're on PC.

Hold SHIFT while double-clicking the SweetAffection.exe
You don't have permission to view the spoiler content. Log in or register now.
Try "Force ANGLE2 Renderer" instead of "Automatically Choose"
Quit (bottom left)
Start the game
Oh, sorry again. :D
I play on JoiPlay hq version
 

Dansiman

Newbie
Nov 4, 2021
22
6
I'd like to make a feature request: when using the cheats menu to level up any given side character from 1 to 2, also fulfill that character's story kickoff requirement, so that you don't, for instance, still have to visit the high school before you can visit Rose and Donna at level 2, or have to wait for the weekend and then take M and S to the spa before you can interact with the two girls there.
Or alternatively, just add cheat buttons along the lines of "unlock spa" and "skip store intro".
 

NanoK

New Member
Sep 26, 2017
6
3
Can someone help? I hit the below error when I try to go on weekend date with the mom. It is Sat at 5 pm, lvl 9. I tried redownloading the game and it didn't help. If I ignore it just puts me back to the house map screen as if I rolled back.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

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

Full traceback:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Sweet Affection 0.10.0
Tue Dec 12 22:40:41 2023
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,394
2,009
Can someone help? I hit the below error when I try to go on weekend date with the mom. It is Sat at 5 pm, lvl 9. I tried redownloading the game and it didn't help. If I ignore it just puts me back to the house map screen as if I rolled back.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

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

Full traceback:
  File "game/Overview/Overview.rpy", line 6, in script
    $ renpy.pause(hard=True)
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Overview/Overview.rpy", line 6, in <module>
    $ renpy.pause(hard=True)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/Functions/Scenes.rpy", line 27, in initJumpTo
    initEventHandler()
  File "game/Functions/Events.rpy", line 927, in initEventHandler
    initEventHandlerDate()
  File "game/Functions/Events.rpy", line 1003, in initEventHandlerDate
    elif Sarah.Relationship in 9:
TypeError: argument of type 'int' is not iterable

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Sweet Affection 0.10.0
Tue Dec 12 22:40:41 2023
Here's the fix for that.
 

BloodyFace

Well-Known Member
Jul 5, 2019
1,394
2,009
Sweet Affection Update 0.10.1

Since J..D is enjoying his vacation, I have the Honor to bring to you the latest Sweet Affection Update.

Have Fun, and Thank you all for your support!

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 

\\_Tremolo_//

Active Member
Jul 1, 2022
528
1,216
Sweet Affection Update 0.10.1

Since J..D is enjoying his vacation, I have the Honor to bring to you the latest Sweet Affection Update.

Have Fun, and Thank you all for your support!

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Big thanks guys, have a nice, well-deserved vacation!
wdv0By.gif
 
3.20 star(s) 107 Votes