Home Artists Posts Import Register

Content

LoSeSb-Patreon-18.07.3-win
LoSeSb-Patreon-18.07.3-mac 

Comments

Kopa91

A little bug: Bree statistics don't advance during the game.

Andrealphus

You need to see her story events for her higher stat levels to unlock.

Kopa91

I unlocked the 3 event's of Sasha route and the problem is the same: the statistic is don't advance after 20%

TheTrashman

I downloaded this and started a new game and I get bugs all over when I go to certain rooms at certain times (pool, mall, bathroom) and I played pool with sasha and it is still stuck at 20

Andrealphus

Can you be more specific as to what time/rooms ? Or even post the tracelogs please, it would be really useful to me.

Andrealphus

I stayed 24 hours straits in the pool and the bathroom without errors... If I had the traceback I could probably find the issue.

Andrealphus

And I just tested the limit after the pool event and it's working fine for me.

Braumacher

I just offered Sasha a gift at night in the living room and this happened:I'm sorry, but an uncaught exception occurred. While running game code: File "game/start.rpy", line 200, in <module> File "game/cl/class_room.rpy", line 179, in enter File "game/cl/class_room.rpy", line 135, in execute_events File "game/cl/class_room.rpy", line 103, in get_events File "game/cl/class_shtick.rpy", line 64, in test AttributeError: 'Event' object has no attribute 'conditions' -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 198, in script File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\ast.py", line 848, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1804, in py_exec_bytecode exec bytecode in globals, locals File "game/start.rpy", line 200, in <module> File "game/cl/class_room.rpy", line 179, in enter File "game/cl/class_room.rpy", line 135, in execute_events File "game/cl/class_room.rpy", line 103, in get_events File "game/cl/class_shtick.rpy", line 64, in test AttributeError: 'Event' object has no attribute 'conditions' Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.1 I have had a myriad of other of these errors. In the future I'll be more diligent about reporting them.</module></module>

Braumacher

Sorry to be a pest...I just finished playing with Bree in the pool: I'm sorry, but an uncaught exception occurred. While running game code: NameError: name 'Bree' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "ch/bree/base.rpyc", line 123, in script File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\ast.py", line 615, in execute who = eval_who(self.who, self.who_fast) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\ast.py", line 532, in eval_who return renpy.python.py_eval(who) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1835, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1828, in py_eval_bytecode return eval(bytecode, globals, locals) File "<none>", line 1, in <module> NameError: name 'Bree' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.1 </module></none>

Braumacher

Then I hit "ignore" and got this: I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: type object 'Hero' has no attribute 'say' -- Full Traceback ------------------------------------------------------------ Full traceback: File "ch/bree/base.rpyc", line 124, in script File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\ast.py", line 615, in execute who = eval_who(self.who, self.who_fast) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\ast.py", line 532, in eval_who return renpy.python.py_eval(who) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1835, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1828, in py_eval_bytecode return eval(bytecode, globals, locals) File "<none>", line 1, in <module> AttributeError: type object 'Hero' has no attribute 'say' Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.1 I'll quit the game and hopefully pickup from an autosave...though I can't always see them.</module></none>

Braumacher

Not that I know of. Although saves from the previous version still show up, I been avoiding them and overwriting them for my present saves. I should delete the previous versions and then start over so I can be sure.

Andrealphus

Reporting bugs is not being a pest it's being the best patron you van be :) Thx a lot I'll upload a fix today :)

Braumacher

I am playing the 7.2 version and it's Odd that both girls' stats are stuck at 20%, 20%, and 0%.

Braumacher

Do you ever sleep? LoL. No, I didn't. I guess I should have...but I did start with a save before the troubles began.

Andrealphus

Try with a new save and tell me if you still have the problem, the fresh "start required after each update" issue should be a thing of the past starting 18.08.1, and no I don't sleep, sleeping is for humans and I am not :D

Braumacher

OK started over. Day 5, kitchen with the girls. Tried to give Bree a compliment and this happened. While running game code: File "game/ac/sweettalk.rpy", line 20, in <module> File "game/cl/class_game.rpy", line 134, in smooth_talk KeyError: u'girlname' -- Full Traceback ------------------------------------------------------------ Full traceback: File "ac/sweettalk.rpyc", line 19, in script File "C:\Users\James2\Documents\Games\LoSeSb-18.07.2-win\renpy\ast.py", line 848, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.2-win\renpy\python.py", line 1804, in py_exec_bytecode exec bytecode in globals, locals File "game/ac/sweettalk.rpy", line 20, in <module> File "game/cl/class_game.rpy", line 134, in smooth_talk File "C:\Users\James2\Documents\Games\LoSeSb-18.07.2-win\renpy\character.py", line 1000, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\James2\Documents\Games\LoSeSb-18.07.2-win\renpy\character.py", line 982, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\James2\Documents\Games\LoSeSb-18.07.2-win\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'girlname' Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.2 I am ignoring it for now.</module></module>

Andrealphus

Yeah, I know this one ^^ You can just click ignore, it will be corrected in 18.08.1, it's not that common as it happens only with 3 different compliments.

Kopa91

Thanks for the new release: is very cool :) One little question: in future update, Bree have more sex scene with the protagonist ?

Anonymous (edited)

Comment edits

2021-07-21 23:34:22 [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "ev/romance.rpyc", line 161, in script call File "ch/bree/base.rpyc", line 285, in script File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\ast.py", line 1729, in execute if renpy.python.py_eval(condition): File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Love & Sex : Second Base - Patreon Edition 18.07.3 Sat Sep 01 14:34:54 2018 [/code] </module></module> Caught this during my playthrough.
2018-09-01 04:35:16 [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "ev/romance.rpyc", line 161, in script call File "ch/bree/base.rpyc", line 285, in script File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\ast.py", line 1729, in execute if renpy.python.py_eval(condition): File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Love & Sex : Second Base - Patreon Edition 18.07.3 Sat Sep 01 14:34:54 2018 [/code] </module></module> Caught this during my playthrough.

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "ev/romance.rpyc", line 161, in script call File "ch/bree/base.rpyc", line 285, in script File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\ast.py", line 1729, in execute if renpy.python.py_eval(condition): File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Games\Private\Blah\Bleh\Bloop\Boop\Boo\Love & Sex Second Base\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/ch/bree/base.rpy", line 285, in <module> NameError: name 'bree' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Love & Sex : Second Base - Patreon Edition 18.07.3 Sat Sep 01 14:34:54 2018 [/code] </module></module> Caught this during my playthrough.

Andrealphus

Hi, Your version is very very out of date, you should download the latest 18.081g or wait for the update tomorrow.