I got this when lucy came home drunk and i try to add something to her water
any thing i can do to fix this, thanks
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/map2.rpy", line 671, in script
$ renpy.pause ()
File "game/map2.rpy", line 671, in <module>
$ renpy.pause ()
File "game/script.rpy", line 455, in execute
screen inventory_screen:
File "game/script.rpy", line 455, in execute
screen inventory_screen:
File "game/script.rpy", line 466, in execute
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "game/script.rpy", line 466, in <module>
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
AttributeError: 'int' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/map2.rpy", line 671, in script
$ renpy.pause ()
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/map2.rpy", line 671, in <module>
$ renpy.pause ()
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\exports.py", line 1278, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 2793, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\screen.py", line 399, in visit_all
callback(self)
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\core.py", line 2793, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\screen.py", line 409, in per_interact
self.update()
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\display\screen.py", line 578, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 455, in execute
screen inventory_screen:
File "game/script.rpy", line 455, in execute
screen inventory_screen:
File "game/script.rpy", line 466, in execute
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "game/script.rpy", line 466, in <module>
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "C:\Users\mongo\Downloads\badbobbysaga-0.08a-pc\renpy\python.py", line 775, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
AttributeError: 'int' object has no attribute 'name'
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Bad Bobby Saga 0.08a