Home Artists Posts Import Register

Content

Hi guys :)
We just uploaded a new bugfix, it will hopefully correct most of the bugs you have been encounetring in the current release...

You can download the patreon version here and the public version here.

Andrealphus

Comments

Anonymous

its the same link?

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch/bree/images.rpy", line 141, in <module> File "game/cl/class_girl.rpy", line 86, in get_clothes TypeError: 'NoneType' object is not subscriptable -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 261, in script call File "intro.rpyc", line 145, in script File "/data/data/love.and.sex/files/renpy/ast.py", line 678, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "/data/data/love.and.sex/files/renpy/exports.py", line 1229, in say who(what, *args, **kwargs) File "/data/data/love.and.sex/files/renpy/character.py", line 1031, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "/data/data/love.and.sex/files/renpy/character.py", line 823, in do_display **display_args) File "/data/data/love.and.sex/files/renpy/character.py", line 572, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "/data/data/love.and.sex/files/renpy/ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/data/data/love.and.sex/files/renpy/display/core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/data/data/love.and.sex/files/renpy/display/core.py", line 3158, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/data/data/love.and.sex/files/renpy/display/core.py", line 2075, in draw_screen renpy.config.screen_height, File "render.pyx", line 487, in renpy.display.render.render_screen File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/image.py", line 500, in render return wrap_render(self.target, width, height, st, at) File "/data/data/love.and.sex/files/renpy/display/image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 336, in render surf = render(self.child, width, height, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/data/love.and.sex/files/renpy/display/layout.py", line 1265, in render self.update(st, at) File "/data/data/love.and.sex/files/renpy/display/layout.py", line 1252, in update child, redraw = self.function(st, at, *self.args, **self.kwargs) File "/data/data/love.and.sex/files/renpy/display/layout.py", line 1323, in condition_switch_show return condition_switch_pick(switch), None File "/data/data/love.and.sex/files/renpy/display/layout.py", line 1316, in condition_switch_pick if renpy.python.py_eval_bytecode(code): File "/data/data/love.and.sex/files/renpy/python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/ch/bree/images.rpy", line 141, in <module> File "game/cl/class_girl.rpy", line 86, in get_clothes TypeError: 'NoneType' object is not subscriptable [/code] </module></module>

Anonymous

Having the exact same error. Right after game start, when you see Bree for the first time

Anonymous

Full traceback: File "cl/class_date.rpyc", line 143, in script File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 881, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/cl/class_date.rpy", line 144, in <module> NameError: name 'date' is not defined While running game code: File "game/cl/class_date.rpy", line 144, in <module> NameError: name 'date' is not defined Full traceback: File "cl/class_date.rpyc", line 156, in script File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 881, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/cl/class_date.rpy", line 156, in <module> NameError: name 'date_girl' is not defined While running game code: File "game/cl/class_date.rpy", line 156, in <module> NameError: name 'date_girl' is not defined Full traceback: File "cl/class_date.rpyc", line 157, in script File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 1762, in execute if renpy.python.py_eval(condition): File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/cl/class_date.rpy", line 157, in <module> NameError: name 'date' is not defined While running game code: File "game/cl/class_date.rpy", line 157, in <module> NameError: name 'date' is not defined Full traceback: File "cl/class_date.rpyc", line 159, in script File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 1762, in execute if renpy.python.py_eval(condition): File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Data\losesb-patreon-19.2.2-win\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/cl/class_date.rpy", line 159, in <module> NameError: name 'date' is not defined While running game code: File "game/cl/class_date.rpy", line 159, in <module> NameError: name 'date' is not defined</module></module></module></module></module></module></module></module>

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/ch/bree/images.rpy", line 141, in <module> File "game/cl/class_girl.rpy", line 86, in get_clothes TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 261, in script call File "intro.rpyc", line 145, in script File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 678, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\exports.py", line 1229, in say who(what, *args, **kwargs) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\character.py", line 1031, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\character.py", line 823, in do_display **display_args) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\character.py", line 572, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 3158, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 2075, in draw_screen renpy.config.screen_height, File "render.pyx", line 487, in renpy.display.render.render_screen File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\image.py", line 500, in render return wrap_render(self.target, width, height, st, at) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 336, in render surf = render(self.child, width, height, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 1265, in render self.update(st, at) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 1252, in update child, redraw = self.function(st, at, *self.args, **self.kwargs) File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 1323, in condition_switch_show return condition_switch_pick(switch), None File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\display\layout.py", line 1316, in condition_switch_pick if renpy.python.py_eval_bytecode(code): File "E:\Games\H\1 TOP Ones\love sex and second base\LoSeSb-Patreon-19.2.2d-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/ch/bree/images.rpy", line 141, in <module> File "game/cl/class_girl.rpy", line 86, in get_clothes TypeError: 'NoneType' object has no attribute '__getitem__' Windows-8-6.2.9200 Ren'Py 7.1.3.1092 Love & Sex : Second Base - Patreon Edition 19.2.2d Thu Feb 21 21:52:57 2019 [/code] </module></module>

Anonymous

Got this during the intro, right after you get called that the old roommates left, and Mike says, "Huh, who's this?"

Anonymous

I took Audrey on a date in the evening and chose the house then got the following error: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/cl/class_ui.rpy", line 129, in execute File "game/cl/class_ui.rpy", line 129, in execute File "game/cl/class_ui.rpy", line 268, in execute File "game/cl/class_ui.rpy", line 293, in execute File "game/cl/class_ui.rpy", line 294, in execute File "game/cl/class_ui.rpy", line 296, in execute File "game/cl/class_ui.rpy", line 297, in execute Exception: Imagebutton does not have a idle image. (auto=u'bg/home_button_%s.webp'). -- Full Traceback ------------------------------------------------------------ Full traceback: File "ev/romance.rpyc", line 93, in script call File "cl/class_date.rpyc", line 141, in script call File "cl/class_room.rpyc", line 172, in script File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 1861, in execute self.call("execute") File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\ast.py", line 1849, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\statements.py", line 203, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\exports.py", line 2755, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 3059, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\screen.py", line 424, in visit_all callback(self) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\core.py", line 3059, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\screen.py", line 434, in per_interact self.update() File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/cl/class_ui.rpy", line 129, in execute File "game/cl/class_ui.rpy", line 129, in execute File "game/cl/class_ui.rpy", line 268, in execute File "game/cl/class_ui.rpy", line 293, in execute File "game/cl/class_ui.rpy", line 294, in execute File "game/cl/class_ui.rpy", line 296, in execute File "game/cl/class_ui.rpy", line 297, in execute File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\ui.py", line 933, in _imagebutton idle = choice(idle, idle_image, "idle", required=True) File "C:\Users\ADP\Downloads\LoSeSb-Patreon-19.2.2d-pc\renpy\ui.py", line 927, in choice raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto)) Exception: Imagebutton does not have a idle image. (auto=u'bg/home_button_%s.webp'). Windows-8-6.2.9200 Ren'Py 7.1.3.1092 Love & Sex : Second Base - Patreon Edition 19.2.2d Fri Feb 22 01:18:49 2019 [/code] </lambda>

Andrealphus

Hi, The home date is bugged right now, I found the pb and it should be fixed tonight.

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/cl/class_event.rpy", line 93, in <module> NameError: name 'do_event' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 268, in script call File "cl/class_room.rpyc", line 177, in script call File "cl/class_event.rpyc", line 93, in script File "/data/user/0/love.and.sex/files/renpy/ast.py", line 1762, in execute if renpy.python.py_eval(condition): File "/data/user/0/love.and.sex/files/renpy/python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "/data/user/0/love.and.sex/files/renpy/python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/cl/class_event.rpy", line 93, in <module> NameError: name 'do_event' is not defined [/code] </module></module>