CurtisBlaydes

Member
Jun 2, 2018
124
180
Ran 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
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
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.
Ran 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
Thx guys, both of those will be solved in 18.08.1 :)
 
  • Like
Reactions: CurtisBlaydes

BobBubbles

Newbie
Mar 7, 2018
28
12
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
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
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 :D
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
That s a crazy looking bug.
Not coming from the build but from your game I think.
 

weaselman

Active Member
Apr 6, 2018
656
614
How do have a successful date. I can't seem to get more than 50% along before the end of the date.
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
 
  • Like
Reactions: BiggusDikkus

Neroxus

New Member
Feb 9, 2018
6
1
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
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
normally 50%
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
This bug is corrected in 18.07.2 and in 18.07.1 you just have to not play in "easy" mod.
 

Guyin Cognito

Gentleman Pervert
Donor
Feb 23, 2018
818
1,543
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.
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.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
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.
That is how Ubuntu is versioned so i am not the only one to find that way of doing it simple and practical.
 
  • Like
Reactions: UncleVT

DaveBp

Newbie
Mar 29, 2018
42
10
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
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.
 
  • Like
Reactions: BiggusDikkus

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
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.
Yep getting a girl drunk is a good way to get her to your bed :p
Maybe i ll add some consequences to that later :)
 
  • Like
Reactions: Gustagur

weaselman

Active Member
Apr 6, 2018
656
614
I have another bug, if you're on a date and you haven't advanced time yet then you can talk with the girl about "date" and then you can choose to go to another location (I'm not inherently opposed to this however, if your date says that she doesn't like the location then you should be able to take her somewhere else)

that other date doesn't have the date meter though
 

Gustagur

New Member
Jul 5, 2018
4
0
There still a lot of bugs, i can´t get in my bedroom, the same thing in the bathroom, shows this message:
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\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
And Just a foolish opnion, change the main menu music :coldsweat:
P.S: Congrats for the game, amzing graphics, almost made me want to lear python progaming ( Sorry if there is something wrong with my english, i'm brazilian :))
16:46PM- Do you mind if a report all the bugs I found?
Code:
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
This one happens when I go to the living room and a event with bree that I loose my smartphone appears, I can´t choose "Mind lending a hand?". By his answer the other option wasn't a good one.
 
3.60 star(s) 285 Votes