joc285

Newbie
May 4, 2017
15
4
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
 

Scotty1212

Well-Known Member
Donor
Jun 2, 2017
1,103
2,152
I have to say story mode is really bad for me. I guess i like grind so much . I donno but grind makes games more rewarding i guess. I really hate VN because of that.
There was hardly any grind. Just stealth minigames and earn money, train stealth. thats it.
Easily avoidable with console commands.
But kids dont know how to use computers, do they?
 
  • Like
Reactions: OGRey

OGRey

Active Member
Jul 7, 2018
605
1,458
There was hardly any grind. Just stealth minigames and earn money, train stealth. thats it.
Easily avoidable with console commands.
But kids dont know how to use computers, do they?
Yea it was little bit grindy, but now it is like story with pictures :S
 
  • Like
Reactions: Scotty1212

Scotty1212

Well-Known Member
Donor
Jun 2, 2017
1,103
2,152
Yea it was little bit grindy, but now it is like story with pictures :S
God, yes! But not so bad as My Sister Mia, this is like a clickable comic. Not a game anymore... And it looked so nice in the beginning ...
 
  • Sad
Reactions: OGRey

Tk Senpai

Newbie
Oct 4, 2018
16
14
@ Joc285 - I believe I had the same error.

What I did to fix mine was loading an earlier save file, then do story mode. That is, if that's where the error occurred for you.. I believe it had something to do with having sleeping pills from a later save point.

The game didn't like bobby having a sleeping pill from the main story line and from "Ms Anna's" story mode.
 
3.10 star(s) 97 Votes