Pdiant

Newbie
Apr 3, 2019
98
48
Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {BEADS} in 'samantha doggy\nunknown attributes:\n{BEADS} {BLINDFOLD} {FACIAL}'.:
Exception: Unknown text tag 'BEADS'

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

Full traceback:
  File "game/start.rpyc", line 952, in script call
  File "game/cl/labels_room.rpyc", line 96, in script call
  File "game/cl/labels_person.rpyc", line 41, in script call
  File "game/cl/labels_activity.rpyc", line 44, in script call
  File "game/ac/date.rpyc", line 84, in script call
  File "game/ac/date.rpyc", line 133, in script call
  File "game/ac/appointment.rpyc", line 48, in script call
  File "game/ev/romance.rpyc", line 193, in script call
  File "game/ev/romance.rpyc", line 220, in script call
  File "game/ch/samantha/fuck.rpyc", line 246, in script call
  File "game/ch/samantha/fuck.rpyc", line 1219, in script
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\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 "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\core.py", line 2879, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\core.py", line 1381, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\transform.py", line 1056, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 994, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 427, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\image.py", line 513, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\image.py", line 316, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\text\text.py", line 2540, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\text\text.py", line 733, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "C:\Users\User\Downloads\Love-Sex-Second-Base-25.2.0b-pc_patreon\LoSeSb-25.2.0b-pc_patreon\renpy\text\text.py", line 1529, in segment
    raise Exception("Unknown text tag %r" % text)
Exception: Unknown text tag 'BEADS'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.2.0b 25.2.0b
Sun Mar  9 11:21:47 2025

This happens everytime I fuck Sam in doggy position. Ignore won't skip it...
 

Whisky1234

New Member
Mar 22, 2023
2
0
Am i missing something or the Android Version seems to not working anymore on Android 15?
(yes already tried t search it for other posts)
 

Pdiant

Newbie
Apr 3, 2019
98
48



hero.flags.bluepills = x (x is how many you've taken), also here's the trigger so you know how many you can take before you're marked for death again.

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


minami.flags.haremdenied = x to reset how many times you've avoided telling her, and del DONE["minami_snooping"] so you can do the event again.

Still problems with lexy meet ryan 3 event. tracker says it was done with a check mark. but according to URM it wasn't. flag lexyryan is False but I can't put the flag named pimpingryan to True. I just tried it with a console command. Tried also to refresh the tracker but there's no change. I really don't know why this event is so problematic to trigger
 
Last edited:

Picnicpillager

New Member
Sep 6, 2017
5
1



hero.flags.bluepills = x (x is how many you've taken), also here's the trigger so you know how many you can take before you're marked for death again.

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


minami.flags.haremdenied = x to reset how many times you've avoided telling her, and del DONE["minami_snooping"] so you can do the event again.
This worked perfectly! Thank you for the help.
 
  • Like
Reactions: Ilovekatz19

Pdiant

Newbie
Apr 3, 2019
98
48
Another error , here the game closes :

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


Edit: Nevermind. Found out it was the mod's previous version fault
 
Last edited:

jxd

Active Member
Jun 8, 2020
622
236
Can someone share a save with most or all of the harems unlocked? It seems that my save got corrupted, I can't load it and starting from 0 is not an option.
 

Ilovekatz19

Active Member
Jul 24, 2021
576
547
Still problems with lexy meet ryan 3 event. tracker says it was done with a check mark. but according to URM it wasn't. flag lexyryan is False but I can't put the flag named pimpingryan to True. I just tried it with a console command. Tried also to refresh the tracker but there's no change. I really don't know why this event is so problematic to trigger
A done event is stored in the DONE list so use DONE["date_lexi_meet_ryan_3"] to query that section of the list, it should return a number, del DONE["date_lexi_meet_ryan_3"] will remove the event from the list then refresh the tracker, also lexi.flags.pimpingryan = True if the flag is still False.
 
  • Like
Reactions: Pdiant

KokoMarley

Member
Dec 25, 2019
284
64
Finally run smooth on Joiplay
With various renpy plugins
Ps : i attached list of renpy plugins i installed, ignore other plugin,each person had various choice

Took more than 2 minutes for game loading, as long its not force closed its fine
 

jxd

Active Member
Jun 8, 2020
622
236
i want a save like this is but for mc bree anyone can help me please?
this is a save free fap
A question, can I change the protagonist's name? I remember that in my old game I did it but in this save he has the default name.
 

MisterFluffles

New Member
Mar 23, 2023
10
22
Cannot have any dates at the mall. Get the following error:

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

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/labels_ui.rpy", line 1087, in execute
  File "game/cl/labels_ui.rpy", line 1087, in execute
  File "game/cl/labels_ui.rpy", line 1088, in execute
  File "game/cl/labels_ui.rpy", line 1099, in execute
  File "game/cl/labels_ui.rpy", line 1099, in <module>
  File "game/cl/labels_ui.rpy", line 1099, in <genexpr>
ValueError: Exception on date_play_arcade for 'challenge_kat' must not be valid

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

Full traceback:
  File "start.rpyc", line 952, in script call
  File "cl/labels_room.rpyc", line 98, in script call
  File "cl/labels_activity.rpyc", line 44, in script call
  File "ac/appointment.rpyc", line 48, in script call
  File "ev/romance.rpyc", line 130, in script call
  File "ev/romance.rpyc", line 278, in script call
  File "ev/romance.rpyc", line 318, in script call
  File "cl/labels_room.rpyc", line 86, in script
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\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 "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/cl/labels_ui.rpy", line 1087, in execute
  File "game/cl/labels_ui.rpy", line 1087, in execute
  File "game/cl/labels_ui.rpy", line 1088, in execute
  File "game/cl/labels_ui.rpy", line 1099, in execute
  File "game/cl/labels_ui.rpy", line 1099, in <module>
  File "D:\Itchi.io\love-sex-second-base\LoSeSb-25.2.0b-pc_itchio\renpy\revertable.py", line 90, in do_mutation
    return method(self, *args, **kwargs)
  File "game/cl/labels_ui.rpy", line 1099, in <genexpr>
  File "game/cl/class_activity_ren.py", line 164, in valid_activities
  File "game/cl/class_action_ren.py", line 150, in test
  File "game/cl/class_conditioned_ren.py", line 86, in test
ValueError: Exception on date_play_arcade for 'challenge_kat' must not be valid

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.2.0b 25.2.0b
 

Ilovekatz19

Active Member
Jul 24, 2021
576
547
A question, can I change the protagonist's name? I remember that in my old game I did it but in this save he has the default name.
putting hero.name = “Input” (replace input with your desired name) into the console will change the name and hero.family_name = "input" will change the family name.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: jxd

jxd

Active Member
Jun 8, 2020
622
236
putting hero.name = “Input” (replace input with your desired name) into the console will change the name and hero.family_name = "input" will change the family name.

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

Only the family name was changed, did I make a mistake? 1741728494208.png
 

Pdiant

Newbie
Apr 3, 2019
98
48
Try heroname = "input"
wiki fails to give us the necessary information, thus I have one more question for you: for Kylie to be released, does she need to specifically commit a murder, or it's possible to get her out of jail even with the rape? Thanks
 
Mar 27, 2022
216
165
wiki fails to give us the necessary information, thus I have one more question for you: for Kylie to be released, does she need to specifically commit a murder, or it's possible to get her out of jail even with the rape? Thanks
Murder only, if she rapes you and you report her she'll spend the rest of the game in prison (unless you mess with the console)
 

Ilovekatz19

Active Member
Jul 24, 2021
576
547
wiki fails to give us the necessary information, thus I have one more question for you: for Kylie to be released, does she need to specifically commit a murder, or it's possible to get her out of jail even with the rape? Thanks
The flag the trigger checks for is if kylie.flags.killed is False, kylie.flags.rape is untouched by the trigger, here's the trigger so you can see for yourself.

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

to get her out of jail without the trial it's just kylie.flags.schedule = "default" and kylie.flags.nodate = kylie.flags.noproposedate = False is so you can do stuff with her once she's out, and to put her back it's just kylie.flags.schedule = "jail".
 
  • Like
Reactions: Pdiant

Adoringfan

Engaged Member
Dec 17, 2016
2,816
5,947
Sometimes I forget how big of a minefield this game is. I just started to focus on Audrey and failed to realize that Anna left my game. I thought if I had her at 50% lesbian when the showdown with her and Kleio happened, but the wiki says 45%, so Kleio stayed and now all the band stuff is gone along with Anna. Is there some way to restore Anna and the band harem/deathless harpies stuff with console commands?
 
3.60 star(s) 317 Votes