Are you using a new save ?Always the same problem with the appointments (this problem comes back to each update), once the appointment given, impossible to launch (the button '' go on date '' never appears)
Are you using a new save ?Always the same problem with the appointments (this problem comes back to each update), once the appointment given, impossible to launch (the button '' go on date '' never appears)
yes, I start a new part with each update (we are obliged otherwise there is too much bug)Are you using a new save ?
I don't see that bug on my build...Bug at the start when Sasha moves in with her boxes. Keeps repeating over and over. I'm playing the updated version too.
Thx, I fixed it for 18.06.16.Bugreport: the image for the flowershop seems not to fit in correctly.
I'll look into it.yes, I start a new part with each update (we are obliged otherwise there is too much bug)
sorry for my English (English is not the native language)
At the time of the date there is a go on a date option on the right menu.I can't seem to go on dates. When the time for a date comes, talking to them at the time or one hour before does nothing and they hate me afterwards.
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 "E:\rdynes\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 "E:\rdynes\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 "E:\rdynes\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 "E:\rdynes\LoSeSb-18.06.15-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\rdynes\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 "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "E:\rdynes\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-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
Love & Sex : Second Base 18.06.15
Thx it will be fixed in 18.06.16.all right new err
------------------------
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 "E:\rdynes\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 "E:\rdynes\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 "E:\rdynes\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 "E:\rdynes\LoSeSb-18.06.15-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\rdynes\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 "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\screen.py", line 401, in visit_all callback(self) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\core.py", line 2925, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "E:\rdynes\LoSeSb-18.06.15-win\renpy\display\screen.py", line 411, in per_interact self.update() File "E:\rdynes\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-7-6.1.7601-SP1 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.06.15
Exactly, this is where there is a problem like Osmann, the option '' go on date '' is not present at the time of the appointment (it seems to me that a changelog allows to launch go on date directly by talking to the girl, but I have never seen this option in play)At the time of the date there is a go on a date option on the right menu.
Seems like this is the issue.Exactly, this is where there is a problem like Osmann, the option '' go on date '' is not present at the time of the appointment (it seems to me that a changelog allows to launch go on date directly by talking to the girl, but I have never seen this option in play)
Thx, found itExactly, this is where there is a problem like Osmann, the option '' go on date '' is not present at the time of the appointment (it seems to me that a changelog allows to launch go on date directly by talking to the girl, but I have never seen this option in play)
You are the first one to report this, I'll look into it.Still many bugs:
-If you buy many of a single items (spiked collar for example), inventory only register 1;
Those are fixed in the latest version (v18.06.16).-Sex scene with sacha doesn't seem to happen more than once, even though she says she'll meet you tonight;
-Date option doesn't happen or even appear, when it should;
-Game crashes when Sasha wants to give me something for Valentine's Day.
Me guy ^^It must be the most bugged game I've been playing since it was created, wondering if you guys even have people testing it.