Comunicate to hyao, maybe it was an error or omission
Meglid
Recent community posts
how about we gift a dildo to Logan? as a token of good will (maybe a talk option would be that he doesnt have to take barrel anymore to satisfy his urges), and in future encounters even share a custom doublehead dildo (but still recieve a frustated response for the butt orgasm he gets)
as a matter of fact, can we get a new assortment of dildoes????? (pretty please)
Hyao: i found an error!!!!
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5482, in <module>
File "renpy/common/00action_other.rpy", line 517, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 982, in use_item
AttributeError: 'NoneType' object has no attribute 'change_attitude'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "forest.rpyc", line 37, in script call
File "forest.rpyc", line 498, in script call
File "forest.rpyc", line 745, in script call
File "home.rpyc", line 48, in script call
File "home.rpyc", line 48, in script call
File "forest_bridge.rpyc", line 120, in script call
File "forest_bridge.rpyc", line 159, in script call
File "home.rpyc", line 48, in script call
File "home.rpyc", line 48, in script call
File "underground_bar.rpyc", line 271, in script call
File "northcrest_cave.rpyc", line 36, in script call
File "bandit_camp.rpyc", line 20, in script call
File "forest_bridge.rpyc", line 263, in script call
File "home.rpyc", line 48, in script call
File "town.rpyc", line 49, in script call
File "town.rpyc", line 696, in script call
File "arion.rpyc", line 704, in script call
File "arion.rpyc", line 762, in script call
File "arion.rpyc", line 929, in script call
File "arion.rpyc", line 762, in script call
File "arion.rpyc", line 944, in script call
File "arion.rpyc", line 762, in script call
File "arion.rpyc", line 959, in script call
File "arion.rpyc", line 762, in script call
File "arion.rpyc", line 1010, in script call
File "arion_sparring.rpyc", line 30, in script call
File "script.rpyc", line 5554, in script call
File "script.rpyc", line 5482, in script
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 5482, in <module>
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\core.py", line 3451, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\viewport.py", line 303, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\behavior.py", line 906, in event
return handle_click(self.clicked)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\behavior.py", line 841, in handle_click
rv = run(action)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\behavior.py", line 308, in run
new_rv = run(i, *args, **kwargs)
File "D:\sacar\Lustful desires\LustfulDesires-0.13.1-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 517, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 982, in use_item
AttributeError: 'NoneType' object has no attribute 'change_attitude'
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Lustful Desires 0.13.1
Fri Nov 01 16:29:34 2019
[/code]
a white screen triggered during an event:
i was visitin arion in the stable and started a sparring fight, mid fight it ocurred to me that i could use a love potion on him, used one and the white error screen triggered
still, the game is playable and nice :)