One error for me
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/msannapathonly.rpy", line 4532, in script
$ renpy.pause()
File "game/msannapathonly.rpy", line 4532, in <module>
$ renpy.pause()
File "game/inventorytest.rpy", line 170, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 170, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 181, 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/inventorytest.rpy", line 181, 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/msannapathonly.rpy", line 4532, in script
$ renpy.pause()
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/msannapathonly.rpy", line 4532, in <module>
$ renpy.pause()
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\exports.py", line 1457, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/inventorytest.rpy", line 170, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 170, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 181, 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/inventorytest.rpy", line 181, 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 "E:\Downloads\badbobbysaga-014-pc\badbobbysaga-0.14-pc\renpy\python.py", line 891, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
AttributeError: 'int' object has no attribute 'name'
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Bad Bobby Saga Story mode 0.14
Sun Jun 23 23:43:22 2019