Well, I got some bug at night when Bree calls for help.
You don't have permission to view the spoiler content.
Log in or register now.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ev/romance.rpy", line 110, in <module>
AttributeError: 'NoneType' object has no attribute 'set_flag'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ev/romance.rpyc", line 90, in script
File "D:\Data\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 "D:\Data\LoSeSb-18.07.1-win\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ev/romance.rpy", line 110, in <module>
AttributeError: 'NoneType' object has no attribute 'set_flag'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.07.1
Well, I got some bug at night when Bree calls for help.
You don't have permission to view the spoiler content. Log in or register now.
Thx guys, both of those will be solved in 18.08.1Ran into another bug
Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ev/romance.rpy", line 110, in <module> AttributeError: 'NoneType' object has no attribute 'set_flag' -- Full Traceback ------------------------------------------------------------ Full traceback: File "ev/romance.rpyc", line 90, in script File "D:\Data\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 "D:\Data\LoSeSb-18.07.1-win\renpy\python.py", line 1804, in py_exec_bytecode exec bytecode in globals, locals File "game/ev/romance.rpy", line 110, in <module> AttributeError: 'NoneType' object has no attribute 'set_flag' Windows-8-6.2.9200 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.1
Did you start a new game ?Got a new error. This one is on Christmas Day when Bree gives you a gift.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch/bree/events.rpy", line 729, in <module>
File "game/cl/class_hero.rpy", line 134, in gain_item
AttributeError: 'tuple' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ch/bree/events.rpyc", line 760, in script call
File "ch/bree/events.rpyc", line 729, in script
File "C:\Users\User\Downloads\LoSeSb-18.07.1-win\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\User\Downloads\LoSeSb-18.07.1-win\LoSeSb-18.07.1-win\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ch/bree/events.rpy", line 729, in <module>
File "game/cl/class_hero.rpy", line 134, in gain_item
AttributeError: 'tuple' object has no attribute 'name'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.07.1
Did you start a new game ?
I have trouble seeing how this could happen...
But it helped me see another bug
any action which raises friendship and desire raises %How do have a successful date. I can't seem to get more than 50% along before the end of the date.
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 196, in enter
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 135, in execute
File "game/cl/class_ui.rpy", line 136, in execute
File "game/cl/class_ui.rpy", line 141, in execute
File "game/cl/class_ui.rpy", line 145, in execute
File "game/cl/class_ui.rpy", line 151, in execute
File "game/cl/class_ui.rpy", line 151, in keywords
File "game/cl/class_activity.rpy", line 111, in get_tooltip
NameError: global name 'val' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 198, in script
File "C:\Users\nexro\Downloads\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\nexro\Downloads\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 196, in enter
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 135, in execute
File "game/cl/class_ui.rpy", line 136, in execute
File "game/cl/class_ui.rpy", line 141, in execute
File "game/cl/class_ui.rpy", line 145, in execute
File "game/cl/class_ui.rpy", line 151, in execute
File "game/cl/class_ui.rpy", line 151, in keywords
File "<screen language>", line 153, in <module>
File "game/cl/class_activity.rpy", line 111, in get_tooltip
NameError: global name 'val' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.07.1
This bug is corrected in 18.07.2 and in 18.07.1 you just have to not play in "easy" mod.This game is so full of bugs, that it seems more like walking through a minefield. I mean seriously, I played for about 20 minutes and almost constantly I have to rollback because of "Global name 'val' is not defined".
Love the art I have seen until now, but these errors makes me want to throw my laptop out the window.
Code: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 196, in enter File "game/cl/class_ui.rpy", line 97, in execute File "game/cl/class_ui.rpy", line 97, in execute File "game/cl/class_ui.rpy", line 135, in execute File "game/cl/class_ui.rpy", line 136, in execute File "game/cl/class_ui.rpy", line 141, in execute File "game/cl/class_ui.rpy", line 145, in execute File "game/cl/class_ui.rpy", line 151, in execute File "game/cl/class_ui.rpy", line 151, in keywords File "game/cl/class_activity.rpy", line 111, in get_tooltip NameError: global name 'val' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 198, in script File "C:\Users\nexro\Downloads\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\nexro\Downloads\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 196, in enter File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\exports.py", line 2614, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2620, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 401, in visit_all callback(self) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 411, in per_interact self.update() File "C:\Users\nexro\Downloads\LoSeSb-18.07.1-win\renpy\display\screen.py", line 592, in update self.screen.function(**self.scope) File "game/cl/class_ui.rpy", line 97, in execute File "game/cl/class_ui.rpy", line 97, in execute File "game/cl/class_ui.rpy", line 135, in execute File "game/cl/class_ui.rpy", line 136, in execute File "game/cl/class_ui.rpy", line 141, in execute File "game/cl/class_ui.rpy", line 145, in execute File "game/cl/class_ui.rpy", line 151, in execute File "game/cl/class_ui.rpy", line 151, in keywords File "<screen language>", line 153, in <module> File "game/cl/class_activity.rpy", line 111, in get_tooltip NameError: global name 'val' is not defined Windows-8-6.2.9200 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.07.1
OOOoooohhhh ... now I see.Note to devs or whoever titles this game's versions: PLEASE don't put the "release" date as the game's current version, it really throws people off, I thought this game was in version 18.7 but it's actually some kind of Alpha that is obviously unfinished and messy.
That is how Ubuntu is versioned so i am not the only one to find that way of doing it simple and practical.OOOoooohhhh ... now I see.
Yeah, don't do that. That's ridiculous. Seriously, less than 2 minutes on google and you can find several well accepted methods for how to properly version software. It's actually really simple and clear. Or, it would be, if everyone was doing it the same way.
The Baris a good place for both. You can Offer a drink for your date before any new action. So basically drink > talk > drink > kiss > drink > pool > drink > talk. Note that drinking also increases the % of the date so it can be achieved quite easily this way.any action which raises friendship and desire raises %
so don't talk to them that day, don't compliment them, don't kiss them, do it all on the date
also bring a gift
also some dates are better then others, for sasha the expensive dinner date is best while for bree the pub date is best
also sasha abhors the park date while bree likes it, the waterpark and the club have too few content to them to be effective
Yep getting a girl drunk is a good way to get her to your bedThe Baris a good place for both. You can Offer a drink for your date before any new action. So basically drink > talk > drink > kiss > drink > pool > drink > talk. Note that drinking also increases the % of the date so it can be achieved quite easily this way.
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 196, in enter
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 135, in execute
File "game/cl/class_ui.rpy", line 136, in execute
File "game/cl/class_ui.rpy", line 141, in execute
File "game/cl/class_ui.rpy", line 145, in execute
File "game/cl/class_ui.rpy", line 151, in execute
File "game/cl/class_ui.rpy", line 151, in keywords
File "game/cl/class_activity.rpy", line 111, in get_tooltip
NameError: global name 'val' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 198, in script
File "C:\Users\gusta\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\gusta\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 196, in enter
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 135, in execute
File "game/cl/class_ui.rpy", line 136, in execute
File "game/cl/class_ui.rpy", line 141, in execute
File "game/cl/class_ui.rpy", line 145, in execute
File "game/cl/class_ui.rpy", line 151, in execute
File "game/cl/class_ui.rpy", line 151, in keywords
File "<screen language>", line 153, in <module>
File "game/cl/class_activity.rpy", line 111, in get_tooltip
NameError: global name 'val' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.07.1
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch/bree/events.rpy", line 194, in <module>
AttributeError: 'Girl' object has no attribute 'friendship'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ch/bree/events.rpyc", line 194, in script
File "C:\Users\gusta\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\gusta\Documents\Games\LoSeSb-18.07.1-win\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ch/bree/events.rpy", line 194, in <module>
AttributeError: 'Girl' object has no attribute 'friendship'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.07.1