Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,118
4,083
Andrealphus Not sure if this is the best place to report it but most of Kylie's first time dialogue doesn't trigger because you inadvertently used "not kylie.sexperience" instead of "not kylie.sexperience()" in the if statements.

Edit: A quick scan leads me to believe harmony as well has this issue.
Nope, sexperience is a property ;)
1718947988608.png
 

Cartageno

Devoted Member
Dec 1, 2019
8,800
14,943
Can somebody please edit my save file, so I can join the band and see the Studio on the map?
I didn't join the band and I am pretty far now ingame.
Probably not, sorry. This game is notoriously hard to manipulate without ruining everything.

Steam has the option to keep individual games private now. It prevents friends from being able to see playtime or the fact that you even own the game.
I was talking more about friends coming round to my house to have a video pinball session or similar though. Unless I make the games private from myself ... ;) (I don't have online friends on Steam as a principle, even though a friend of mine is pretty angry about that because she wants to donate games she likes, but yeah, apart from couch sessions video gaming is a private one person thing for me and it is nobodys business what I play, when I play, whether I am online - which does not mean "available" to many unfortunately - and so forth. Possibly my age showing.)
 

OOFERMAN665

New Member
Apr 14, 2020
1
0
I'm having an issue of launching the game and having it immediately close out on me pretty much every time without fail. Anyone else having the same issue?
 

coopshire

Newbie
Sep 20, 2018
47
63
Getting really confused. Been a patreon supporter for probably years now. And it's telling me I haven't bought the game now and can't update/play this? What the absolute shit.
 

FreelancerFL

Member
Jul 23, 2017
313
479
Getting really confused. Been a patreon supporter for probably years now. And it's telling me I haven't bought the game now and can't update/play this? What the absolute shit.
Maybe message the creator via patreon with a screen of your subscription history. Do they release different patches for patreon vs steam?
 

coopshire

Newbie
Sep 20, 2018
47
63
Maybe message the creator via patreon with a screen of your subscription history. Do they release different patches for patreon vs steam?

Think I fixed the issue. But now the game is crashing on mobile anytime I try launching it (after the confirmation and downloaded update.) No error or crash report.
 

Cartageno

Devoted Member
Dec 1, 2019
8,800
14,943
Think I fixed the issue. But now the game is crashing on mobile anytime I try launching it (after the confirmation and downloaded update.) No error or crash report.
While we mostly try to be helpful on this site (for a given value of "mostly" depending on the thread admittedly), this seems to be an issue between you, dev, and maybe Patreon as a site and we cannot help you, sorry.
 

Tehemai

Member
Oct 9, 2017
297
422
Nope, sexperience is a property ;)
View attachment 3755645
Okay, but what I'm saying here is her first time dialogue definitely does not work so maybe take a look. The fix I mentioned I got from looking at other characters who's first time dialogue did trigger. But perhaps you know a better fix.

Even on a new playthrough you can just type into the ctrl-o console "not kylie.sexperience" and "not kylie.sexperience()" to confirm. The former returns False and the latter returns True. So whatever the reason, the former would obviously not work in her if statements if you intend to check for first time. See screenshot below for demonstration.

I can confirm that on my playthrough, Kylie's first time dialogue never triggered. That's what made me look through the code for a fix. Harmony is speculation given she's the only other one that shares that same faulty method of checking.

kylie.JPG
 
Last edited:

godoftheearth

Member
Jul 6, 2020
219
168
Hi. When I use corruption, I get a update notification for one of her tasks and any future interaction attempts with her result in this error that persists until I restart the game entirely.

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 661, in execute
    screen interact(interact_girl):
  File "game/cl/labels_ui.rpy", line 661, in execute
    screen interact(interact_girl):
  File "game/cl/labels_ui.rpy", line 664, in execute
    use girl_info(interact_girl, True)
  File "game/cl/labels_ui.rpy", line 735, in execute
    screen girl_info(girl, clear=False):
  File "game/cl/labels_ui.rpy", line 735, in execute
    screen girl_info(girl, clear=False):
  File "game/cl/labels_ui.rpy", line 736, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 742, in execute
    frame:
  File "game/cl/labels_ui.rpy", line 748, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 750, in execute
    hbox:
  File "game/cl/labels_ui.rpy", line 757, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 780, in execute
    if hero.has_skill("fertility_assessment"):
  File "game/cl/labels_ui.rpy", line 781, in execute
    text "{b}Fertility:{/b} [girl.fertility]%" size 15 color text_color font "exo2_regular"
TypeError: argument of type 'NoneType' is not iterable

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

Full traceback:
  File "start.rpyc", line 756, in script call
  File "start.rpyc", line 772, in script call
  File "cl/labels_room.rpyc", line 94, in script call
  File "cl/labels_person.rpyc", line 39, in script
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\statements.py", line 349, 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 "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\core.py", line 2165, 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\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/cl/labels_ui.rpy", line 661, in execute
    screen interact(interact_girl):
  File "game/cl/labels_ui.rpy", line 661, in execute
    screen interact(interact_girl):
  File "game/cl/labels_ui.rpy", line 664, in execute
    use girl_info(interact_girl, True)
  File "game/cl/labels_ui.rpy", line 735, in execute
    screen girl_info(girl, clear=False):
  File "game/cl/labels_ui.rpy", line 735, in execute
    screen girl_info(girl, clear=False):
  File "game/cl/labels_ui.rpy", line 736, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 742, in execute
    frame:
  File "game/cl/labels_ui.rpy", line 748, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 750, in execute
    hbox:
  File "game/cl/labels_ui.rpy", line 757, in execute
    vbox:
  File "game/cl/labels_ui.rpy", line 780, in execute
    if hero.has_skill("fertility_assessment"):
  File "game/cl/labels_ui.rpy", line 781, in execute
    text "{b}Fertility:{/b} [girl.fertility]%" size 15 color text_color font "exo2_regular"
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\text\text.py", line 1738, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\fixer\Downloads\love-sex-second-base-24.5.1a-pc_itchio\LoSeSb-24.5.1a-pc_itchio\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "game/cl/class_person_ren.py", line 634, in __getattr__
  File "game/cl/class_npc_ren.py", line 16, in fertility
  File "game/cl/class_npc_ren.py", line 12, in fertility_modifier
TypeError: argument of type 'NoneType' is not iterable

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Love & Sex : Second Base - 24.5.1a 24.5.1a
Sat Jun 22 01:09:44 2024
Try get the old DLC file from the link in this post: https://f95zone.to/threads/love-sex-second-base-v24-5-1a-andrealphus.13488/post-13614968
And see if it can fix it.
 

JokerWasRight

Newbie
Oct 11, 2018
43
13
Maybe its just me but i cant trigger Danny at strip club during Mike date as BREEMC, the requirements are for Danny to be at the Dark Alley but when you receive the dialogue for invitation to the club it jumps to Midnight where danny leaves the Dark alley for the Park and event doesnt trigger he only stays there to 23 but it goes straight to 00.00.
 

divingmedic

Engaged Member
Aug 15, 2023
2,584
3,648
Having an issue of taking Hanna to the strip club on a date. Every date even if I start in the afternoon all end up at home in bed.
 

night99899

New Member
Aug 21, 2023
12
6
I'm unsure if I'm uploading this correctly since this is the first time I've done this, but I've managed to modify the files for Bree in the game so that both her paths are not locked after picking one for anyone interested. It took me about an hr to figure out lol.

Here are instructions on how to use it:

1. Extra file

2. go into your game folder and it should be the same path unless you messed with the files

game -> ch​

3. there you should see a folder also named bree among the other characters, drag and drop the bree folder from the .zip and it should request to replace or skip.

4. select replace and it should be working.

Feel free to let me know if anyone needs help, the image I attached shows the maid quest has begun already but the gamer path is still active instead of marked as complete.
Screenshot 2024-06-22 104227.png Screenshot 2024-06-22 104400.png View attachment bree.zip View attachment bree.zip Screenshot 2024-06-22 110448.png
 
Last edited:
3.60 star(s) 300 Votes