Now a more curiosity question. Will there ever be more material of Harmony's mother, Diane?
ChuzColes
Recent community posts
Got the same problem again. In a different event with Anna.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[109].objects[3][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\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 "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1142, in event
return handle_click(self.clicked)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1075, in handle_click
rv = run(action)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 432, in save
reraise(t, e, tb)
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 413, in save
dump((roots, renpy.game.log), logf)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\compat\pickle.py", line 103, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[109].objects[3][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))
Windows-10-10.0.19041 AMD64
Ren'Py 8.1.3.23091805
Love & Sex : Second Base - 23.12.0 23.12.0
Wed Jan 31 02:19:46 2024
[/code]
Ok this was bizarre and worrisome. An error pop up... while i was trying to save.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[61].objects[1][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\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 "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1142, in event
return handle_click(self.clicked)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1075, in handle_click
rv = run(action)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 432, in save
reraise(t, e, tb)
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 413, in save
dump((roots, renpy.game.log), logf)
File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\compat\pickle.py", line 103, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[61].objects[1][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))
Windows-10-10.0.19041 AMD64
Ren'Py 8.1.3.23091805
Love & Sex : Second Base - 23.12.0 23.12.0
Mon Jan 29 02:20:17 2024
[/code]
You are welcome. Here i found a new error, this was on the birthday date of Anna.

It was after giving her a birthday present. First she got an angle of only her lower half and the next click show her all way on the top of the screen (barely i must say).
And then keep changing between being an angle of only her bottoms, making a strange zoom on her arm or just like the posted image.
Its just wrong her position and zoom in all this sequence.
posd: game version: 23.12.0
Dear developers. Happy new year to all of your.
I have some inquiries for you.
1-. Can you change back Reona's design? her new design is not as good as the previous one and the previous one was more in syntony with how an otaku Gyaru is usually portraited.
2-. There is a constant bug with the "send text" function in the phone that was not there 4 months back. Whenever a "sexy text" is send with different characters, the woman in question answers with with what would be the follow up of another message, before actually answering with the correct follow up. Can you check it up?
Example: MC talk about wanting to badly see this girl, the girl answers how she is wearing X clothes on her, and then she answers that she also wants to see the MC.
3-. Can you ever please offer a way to buy the Android version of the game in an individual set? I am more than willing to pay a second time for the game to get it on my cellphone, but not with that bundle that makes me buy the pc version again.
have tried multiple times with different harems, not always work.
In some cases the option to propose a certain harem doesn't even show after proposing to someone else of the harem.
In some cases i proposed to both or more parties in different places and some of them weren't included in the wedding like if i hadn't asked them.
The only 100% success i have had with the harems is when i propose to all of them at the same time.
Thanks for the monthly update like always.
But dear developing team, you need to add a function to make it possible to plan a group meeting with different characters on the same place. Its just terrible needing to skip days and days trying to get 2 characters on the same place at the same hour to propose the harem marriages.
Its not funny, entertaining nor even challenging to get them together, its just plain annoying. Specially when there are characters that will never share the same location unless you choose the total random schedules.
I am sure it has nothing to do with "happiness" but with "luck". meaning the "trébol" symbol on the cellphone must have 4 leafs.
If you chose the "unlucky" title when beginning the game (like i did), then you are a bit screw, since you will need to to fully develop the relationship with lavish, and receive 2 christmas presents from her to get her "lucky panties".
Only then with them and using a 4 leafs trébol before sleeping will you get the second dream with emma.
if you didn't chose the unlucky title, then just use a 4 leafs trevol before sleeping in the night. You should see the second dream and then you can meet her on the park later.
I have a question, are the fertility % no longer modified by being hung or small?
I took the medicine in the game to make my characters D hung, but the % of fertility showed on the girls stats (i have the fertility skill learned from a book) shows the same % like if my character was normal in size.
(at least i have not seen a single girl a % higher of the 50%)
There is a situation with the steam version. A new quest (at least i think is new) called "Fashion" appeared today after updating where there is an event between Sasha and Palla.
I went with the beginning of the event (the action in the mall) and the quest seems to be updated, but there is no new entry on the "Story Tracker".
Neither a new section for all this "Fashion" quest, nor any new update on the sections of Sasha or Palla.
I need to report a new error. Today my steam version was updated and when i try to talk with palla this pops up:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ac/talk.rpy", line 215, in <module>
File "game/cl/class_person.rpy", line 225, in get_talk_subjects
File "game/cl/class_hero.rpy", line 72, in __getattr__
AttributeError: talk_subjects
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 628, in script call
File "cl/class_room.rpyc", line 361, in script call
File "cl/class_person.rpyc", line 693, in script call
File "cl/class_activity.rpyc", line 233, in script call
File "ac/talk.rpyc", line 215, in script
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ac/talk.rpy", line 215, in <module>
File "game/cl/class_person.rpy", line 225, in get_talk_subjects
File "game/cl/class_hero.rpy", line 72, in __getattr__
AttributeError: talk_subjects
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Love & Sex : Second Base - Steam 23.3.0a
Mon Apr 3 10:57:10 2023
```







