megafarmer

New Member
Mar 9, 2018
2
0
Can you post the error message ?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch/bree/events.rpy", line 112, 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 143, in script call
  File "ch/bree/events.rpyc", line 112, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/ch/bree/events.rpy", line 112, in <module>
  File "game/cl/class_hero.rpy", line 134, in gain_item
AttributeError: 'tuple' object has no attribute 'name'

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
ScriptError: could not find label 'merry_christmas'.

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

Full traceback:
  File "start.rpyc", line 170, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\game.py", line 337, in call_in_new_context
    return renpy.execution.run_context(False)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\execution.py", line 835, in run_context
    context.run()
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\script.py", line 871, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'merry_christmas'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
ScriptError: could not find label 'merry_christmas'.

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

Full traceback:
  File "start.rpyc", line 170, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\game.py", line 337, in call_in_new_context
    return renpy.execution.run_context(False)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\execution.py", line 835, in run_context
    context.run()
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\script.py", line 871, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'merry_christmas'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
for instance after sending a dirty message:
You should dl the latest version ^^
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch/bree/events.rpy", line 112, 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 143, in script call
  File "ch/bree/events.rpyc", line 112, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/ch/bree/events.rpy", line 112, in <module>
  File "game/cl/class_hero.rpy", line 134, in gain_item
AttributeError: 'tuple' object has no attribute 'name'

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
ScriptError: could not find label 'merry_christmas'.

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

Full traceback:
  File "start.rpyc", line 170, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\game.py", line 337, in call_in_new_context
    return renpy.execution.run_context(False)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\execution.py", line 835, in run_context
    context.run()
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\script.py", line 871, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'merry_christmas'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
ScriptError: could not find label 'merry_christmas'.

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

Full traceback:
  File "start.rpyc", line 170, in script
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 172, in <module>
  File "game/cl/class_room.rpy", line 174, in enter
  File "game/cl/class_event.rpy", line 78, in do
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\game.py", line 337, in call_in_new_context
    return renpy.execution.run_context(False)
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\execution.py", line 835, in run_context
    context.run()
  File "G:\秋之回憶\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\script.py", line 871, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'merry_christmas'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
Dare I say that you might not have started with a fresh start and loaded an old save after the update ? :D
 

Big.Joe

Member
Jun 1, 2017
351
437
How do i open the console ?As soon as i try to use "options.rpy" the game wont work anymore. Or has this been done on purpose ?
 

Repuci

Well-Known Member
May 1, 2017
1,614
1,556
Got an event on Sunday at 1:00 AM on the city, got 'The city at night can be scary...', Then Bree/Sacha screaming 'Heeelp !', then an error
 

susucoklat

New Member
Sep 16, 2017
5
1
thank you to the author and all members of the community who support this game
one quick question, please..
has pregnancy been implemented in the game?
thank you
 

grgrgr5

Active Member
Mar 13, 2018
612
888
Given the bugginess of dates, I'd recommend changing the initiation of dates from "being in the same room at the right time" (while hoping they just happen to be alone at that time/location because it won't activate otherwise) to something you actively choose from your menu. Like a "Go on Date" menu selection. And maybe it can be at any time during the evening instead of an exact time, since times per activity can sometimes be hard to judge and date times easy to miss.

I'd also consider removing the girls asking for dates entirely and leave it up to the player to ask.

Anyway, just my two cents. Either way, this game has a lot of potential to be one of the great ones.
 

RockenRoller

Member
May 5, 2018
243
187
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ac/smartphone.rpy", line 52, in <module>
File "game/cl/class_ui.rpy", line 1, in execute
File "game/cl/class_ui.rpy", line 1, in execute
File "game/cl/class_ui.rpy", line 7, in execute
File "game/cl/class_ui.rpy", line 15, in execute
File "game/cl/class_ui.rpy", line 16, in execute
File "game/cl/class_ui.rpy", line 17, in execute
File "game/cl/class_ui.rpy", line 18, in execute
TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

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

Full traceback:
File "ac/smartphone.rpyc", line 18, in script
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ac/smartphone.rpy", line 52, in <module>
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\exports.py", line 2614, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "F:\Desktop New\New folder (3)\LoSeSb-18.06.17-win\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/cl/class_ui.rpy", line 1, in execute
File "game/cl/class_ui.rpy", line 1, in execute
File "game/cl/class_ui.rpy", line 7, in execute
File "game/cl/class_ui.rpy", line 15, in execute
File "game/cl/class_ui.rpy", line 16, in execute
File "game/cl/class_ui.rpy", line 17, in execute
File "game/cl/class_ui.rpy", line 18, in execute
File "<screen language>", line 20, in <module>
TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
[/code]
Code:
Downloaded the latest version, went to check the calender to keep track of the time for date's etc, and got one of those D: hope it helps!
 

Cebrail

Newbie
Jul 4, 2017
95
133
Beautiful art, still an unplayable buggy piece of crap.
I have high hopes for this, but in the current state I spend more time hitting "Ignore" than I do playing the game
 

RvnEsc

New Member
Jun 11, 2017
4
0
Mine crashes as soon as I get Sasha's number and get a date. I check phone, click on calendar and CRASH!
 

weaselman

Active Member
Apr 6, 2018
656
614
Weird....
You are really playing the crap out of my game :D It's quite flattering ^^
what can I say, I really like the artstyle and the concept

also I really apreciate how fast you're responding to bug reports

btw bug report
while complimenting bree
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ac/sweettalk.rpy", line 20, in <module>
  File "game/cl/class_game.rpy", line 133, in smooth_talk
KeyError: u'girlname'

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

Full traceback:
  File "ac/sweettalk.rpyc", line 19, in script
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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 133, in smooth_talk
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 1000, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=translate))
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 982, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
 

Firegerard117

Newbie
Jan 14, 2018
80
4
what can I say, I really like the artstyle and the concept

also I really apreciate how fast you're responding to bug reports

btw bug report
while complimenting bree
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ac/sweettalk.rpy", line 20, in <module>
  File "game/cl/class_game.rpy", line 133, in smooth_talk
KeyError: u'girlname'

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

Full traceback:
  File "ac/sweettalk.rpyc", line 19, in script
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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 133, in smooth_talk
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 1000, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=translate))
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 982, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
I have this same bug when her give me a presentbin christmas i complimente her and error
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
what can I say, I really like the artstyle and the concept

also I really apreciate how fast you're responding to bug reports

btw bug report
while complimenting bree
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ac/sweettalk.rpy", line 20, in <module>
  File "game/cl/class_game.rpy", line 133, in smooth_talk
KeyError: u'girlname'

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

Full traceback:
  File "ac/sweettalk.rpyc", line 19, in script
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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 133, in smooth_talk
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 1000, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=translate))
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-win\renpy\character.py", line 982, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\gebruiker\Downloads\LoSeSb-180617-pc-mac\LoSeSb-18.06.17-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-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.17
Ooooh a new one thx soon i will be the greatest bug catcher in the league and i will catch them all !!!
 

Firegerard117

Newbie
Jan 14, 2018
80
4
The problem is in the moment the christmas
The first bug is when bree give me a present
The second is when you give her a present
it does not let you move on that day
 
3.60 star(s) 285 Votes