Zan Paktou

New Member
Jan 20, 2018
7
1
alright.. did anyone else get this error in story mode ? it happens right after mc asks himself if he still has the sleeping pills.. help ? xD

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/msannapathonly.rpy", line 4534, in script
$ renpy.pause()
File "game/msannapathonly.rpy", line 4534, 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 4534, in script
$ renpy.pause()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/msannapathonly.rpy", line 4534, in <module>
$ renpy.pause()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\exports.py", line 1457, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-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:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-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.14b
Fri Jun 28 17:12:39 2019
```
 

Tk Senpai

Newbie
Oct 4, 2018
16
14
alright.. did anyone else get this error in story mode ? it happens right after mc asks himself if he still has the sleeping pills.. help ? xD

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/msannapathonly.rpy", line 4534, in script
$ renpy.pause()
File "game/msannapathonly.rpy", line 4534, 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 4534, in script
$ renpy.pause()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/msannapathonly.rpy", line 4534, in <module>
$ renpy.pause()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\exports.py", line 1457, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "E:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-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:\torrentz\badbobbysaga-014b-pc\badbobbysaga-0.14b-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.14b
Fri Jun 28 17:12:39 2019
```
Yes. This happened to me once. How I fixed it was I loaded an earlier save(when i dont think i had sleeping pills) and tried the story mode again. It worked fine
after that.
 
  • Like
Reactions: Zan Paktou

manneychin

Member
May 8, 2017
407
1,164
Since there's no change log for v0.14b, I did a source diff vs. v0.14 and noticed these changes:
  • Fix: Crash during Liza's webcam due to missing game\images\gui\phonebuttons\invisiblebutton.png
  • Fix: Bugs in mom's story mode
  • Fix: Crash when opening the hints screen
  • Note: There is no new artwork
 

mechaoflove

Newbie
Jul 21, 2017
31
18
Ok i'm doing Lisa's quest line, and I get to this part, "maybe I can visit viki again I guess its safe now!", but when I try to go to Mike's house in the evening like the walkthrough says the event doesn't trigger. Am I missing something?
 

Sonico

Forum Fanatic
Jul 21, 2018
4,001
2,837
Anyone knows a walkthrough for v 0.14? I don't know what to do
Not really necessary, the walkthrough for v0.13 should be more than enough.
While v0.14 does have some new content, all the new stuff is centered on the computer, just click there.
 
  • Like
Reactions: Simon7
3.10 star(s) 98 Votes