Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
How so? I'll give one example: whenever I talk to a female NPC I'm automatically booted out of the "room" I am - e.g. I'm talking to Samantha in the bakery, when she finishes talking to me, I'm teleported out of there.
Save, close the game open it, the bug is gone.
Your welcome.
As told before, I am working on fixing this one.
 

thebomber

Member
Dec 12, 2017
160
50
hey am having an issue after loading from a save
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 248, in <module>
  File "game/cl/class_room.rpy", line 196, in enter
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 170, in execute
  File "game/cl/class_ui.rpy", line 171, in execute
  File "game/cl/class_shtick.rpy", line 176, in test
AttributeError: 'Girl' object has no attribute 'love'

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

Full traceback:
  File "start.rpyc", line 245, in script
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 248, in <module>
  File "game/cl/class_room.rpy", line 196, in enter
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 170, in execute
  File "game/cl/class_ui.rpy", line 171, in execute
  File "<screen language>", line 171, in <module>
  File "game/cl/class_shtick.rpy", line 176, in test
AttributeError: 'Girl' object has no attribute 'love'

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Love & Sex : Second Base - Patreon Edition 18.11.2
Sun Nov 11 15:09:26 2018
 

Banshee647

Member
Oct 29, 2017
213
126
So I am 60% with Samantha and it says I've reached the end of the story for now. Is that all for her atm or am I missing something?



How can I load that? I tried copy pasting into my saves folder but nothing changed. I tried deleting it after backing up my saves but they're still there. Am I pasting it into the wrong folder?
That's the end of her story if you showed her the pics of Ryan. 60% if you show the pics, 90% if you let her marry him.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
hey am having an issue after loading from a save
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 248, in <module>
  File "game/cl/class_room.rpy", line 196, in enter
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 170, in execute
  File "game/cl/class_ui.rpy", line 171, in execute
  File "game/cl/class_shtick.rpy", line 176, in test
AttributeError: 'Girl' object has no attribute 'love'

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

Full traceback:
  File "start.rpyc", line 245, in script
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 248, in <module>
  File "game/cl/class_room.rpy", line 196, in enter
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\user\Documents\MEGAsync Downloads\LoSeSb-Patreon-18.11.2-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 122, in execute
  File "game/cl/class_ui.rpy", line 170, in execute
  File "game/cl/class_ui.rpy", line 171, in execute
  File "<screen language>", line 171, in <module>
  File "game/cl/class_shtick.rpy", line 176, in test
AttributeError: 'Girl' object has no attribute 'love'

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Love & Sex : Second Base - Patreon Edition 18.11.2
Sun Nov 11 15:09:26 2018
That save is too old, you need to start over.
 

todspence

Newbie
Aug 15, 2018
28
24
Dont know if these are bugs but lexi is at 10% and she hasnt called me and her phone has an image error and for Kleio the hint is to meet her at the studio but have no option to do it after one year of in game time with both of these hints. Also when i go on a date with kleio and I get to the sex scene she takes off her clothes puts them back on for when the sex starts, which makes no sense,and theres no image or scene for sex just text and her avatar
 
  • Like
Reactions: DragonFr
D

Deleted member 1004065

Guest
Guest
How exactly do I get Kleo? Ive already done the pub band scene and bought all clothes.
 

DragonFr

Newbie
Jan 2, 2018
34
3
X2
Dont know if these are bugs but lexi is at 10% and she hasnt called me and her phone has an image error and for Kleio the hint is to meet her at the studio but have no option to do it after one year of in game time with both of these hints. Also when i go on a date with kleio and I get to the sex scene she takes off her clothes puts them back on for when the sex starts, which makes no sense,and theres no image or scene for sex just text and her avatar
X2 kleio scenes is bugged.
 

Porn_Jesus

Forum Fanatic
Jun 21, 2017
5,538
5,446
Are there ways to learn the guitar skill currently, or is it only unlockable through the intro choices?
Should be intro choice cuz i was able to trigger the meeting without learning any skills in the game. Not that i found any to learn... :D
 
D

Deleted member 1004065

Guest
Guest
i literaly just found Kleo at the nightclub and got her number
 
3.60 star(s) 285 Votes