Repuci

Well-Known Member
May 1, 2017
1,614
1,556
Hey, awesome game, I don't know if it was already reported, but I've an error my Sasha wish me my birthday.

I attach the traceback of the error to this message
 
  • Like
Reactions: Andrealphus

rcop101

Newbie
May 31, 2017
35
22
ok so sasha keeps asking me to hang out on a random day than nothing happens that day and she hates me for it. what the hell?
 

MaxGuy98

New Member
Jun 12, 2018
3
0
Either I am doing something wrong or I don't get how y'all are able to play this game. It is super grindy, but unlike other grind based games its somewhat random what you get. Like the compliments , sometimes you say something a girl likes and sometimes you say some super stupid shit, that might be realistic, but does not work in a game I wanna play for kinky reasons.
 

cavaemon

Active Member
May 29, 2018
881
517
Code:
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
  File "game/cl/class_ui.rpy", line 23, in execute
  File "game/cl/class_ui.rpy", line 23, in <module>
AttributeError: 'Game' object has no attribute 'day_played'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "ac/smartphone.rpyc", line 18, in script
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-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 "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\exports.py", line 2614, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-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 "game/cl/class_ui.rpy", line 23, in execute
  File "game/cl/class_ui.rpy", line 23, in <module>
AttributeError: 'Game' object has no attribute 'day_played'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.15
sooo yeah... this happened in the morning scene of spring, 16 I think? I got this twice one was me looking in my phone calander and this one was me talking with sasha...
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,047
3,888
Code:
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
  File "game/cl/class_ui.rpy", line 23, in execute
  File "game/cl/class_ui.rpy", line 23, in <module>
AttributeError: 'Game' object has no attribute 'day_played'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "ac/smartphone.rpyc", line 18, in script
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-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 "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\exports.py", line 2614, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-win\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "C:\Users\Owner\Documents\New folder\LoSeSb-18.06.15-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 "game/cl/class_ui.rpy", line 23, in execute
  File "game/cl/class_ui.rpy", line 23, in <module>
AttributeError: 'Game' object has no attribute 'day_played'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.15
sooo yeah... this happened in the morning scene of spring, 16 I think? I got this twice one was me looking in my phone calander and this one was me talking with sasha...
It's been corrected in.18.06.16 :)
 

IanEden

Newbie
Jul 6, 2017
15
3
If it was pure python it would be easy but in renpy...

Haven't used Renpy, so I don't know.

I like this game a lot, especially the art style, the personality of the girls and the overall concept. Quite refreshing to be honest. It is a little rough around the edges right now, but hopefully, you will find another developer or someone to help you.
 

Mikey Mike

Engaged Member
Feb 18, 2018
2,022
2,991
MC is hanging out with Sasha at the Pub, and Bree shows up. MC pays at attention to Sasha and still ends up losing 20 friendship and 20 desire points WTF! Is MC supposed to give her a gift just for hanging out? When you run out of positive actions to earn points with either Bree or Sasha, then you shouldn't lose big time. What am I not understanding before I abandon this game? Thanks.
 

EliteMonkey

New Member
Jul 3, 2017
3
0
keep getting this error


Full traceback:
File "ev/romance.rpyc", line 254, in script
File "C:\Users\LiamS\Downloads\Desktop\My Games\Downloaded Games\LoSeSb-18.06.16-win\renpy\ast.py", line 1702, in execute
if renpy.python.py_eval(condition):
File "C:\Users\LiamS\Downloads\Desktop\My Games\Downloaded Games\LoSeSb-18.06.16-win\renpy\python.py", line 1835, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\LiamS\Downloads\Desktop\My Games\Downloaded Games\LoSeSb-18.06.16-win\renpy\python.py", line 1828, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ev/romance.rpy", line 254, in <module>
AttributeError: 'str' object has no attribute 'id'

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.16
 

EliteMonkey

New Member
Jul 3, 2017
3
0
everytime sasha gives the MC a birthday present the game crashes

ScriptError: could not find label 'sashat_give'.

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

Full traceback:
File "ch/sasha/events.rpyc", line 190, in script call
File "C:\Users\LiamS\Downloads\Desktop\My Games\Downloaded Games\LoSeSb-18.06.16-win\renpy\ast.py", line 1357, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "ch/sasha/events.rpyc", line 190, in script call
File "C:\Users\LiamS\Downloads\Desktop\My Games\Downloaded Games\LoSeSb-18.06.16-win\renpy\script.py", line 871, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'sashat_give'.
 

RockenRoller

Member
May 5, 2018
243
187
im running into the 'date' thing s well, says been up for a date when i ask her out, and vice versa, but cant meet her anywhere ;-; and or run outta options for the meet ups at the pub
 
3.60 star(s) 285 Votes