ltpika

Engaged Member
Aug 6, 2016
2,546
2,824
Have just started truth be told, but now i got your meaning, thanks for clearing that up.
;) I think doing it this way is FAR better, the game was buggy and frustrating before. Seeing the story in one continuous go actually makes it better than seeing tiny chunks over months and forgetting what was going on.
 

arronchazy

Newbie
Jun 23, 2018
63
12
Can any good soul provide full walk-through in Pdf or text or any other document file..?? Thanks in advance..
 

arronchazy

Newbie
Jun 23, 2018
63
12
Can any good soul provide full walk-through in Pdf or text or any other document file..?? Thanks in advance..
 

arronchazy

Newbie
Jun 23, 2018
63
12
Can any good soul provide full walk-through in Pdf or text or any other document file..?? Thanks in advance..
 

SummmerP

Disrespected User
Game Developer
Jun 26, 2017
1,200
3,830
There's (far) too much grind in it for a fully detailed and up to date walkthrough to be made by anyone who must fap but has a life to live... sorry peoples.

And as far as I could notice, there's nearly zero new stuff on the story mode... hardly anything (if anything) outside sweet talking mom into getting nowhere new, throughout extra conversations, more grind, and safework scenes.

Back to waiting yet a couple months more, for a penny... again.
 

pletoxxx

Member
May 18, 2017
291
311
Does anyone else have a problem when trying to use the spyware that it keeps saying "An exception has occurred." Is there any fix for this? Thank you very much.

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/phonebuttons/invisiblebutton.png'>:
File "game/map2.rpy", line 13471, in script
call screen webcamskiptime_screen
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Bad Bobby Saga Story mode 0.14
Thu Jun 27 16:20:27 2019
exactly what i'm having too..
edit:
fixed it. go to GUI folder and change/rename the phone invesible button to invisible button at both png.
 
Last edited:

natsu3633

Member
Jun 20, 2019
125
36
hope they update this it was a lot of work for every single one to get to the end so it could say it not availbe kinda pissed me off could have slept with one
 

natsu3633

Member
Jun 20, 2019
125
36
hope they update this it was a lot of work for every single one to get to the end so it could say it not availbe kinda pissed me off could have slept with one
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,479
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/phonebuttons/invisiblebutton.png'>:
  File "game/map2.rpy", line 13471, in script
    call screen webcamskiptime_screen
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/map2.rpy", line 13471, in script
    call screen webcamskiptime_screen
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\santa\Downloads\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 "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\behavior.py", line 740, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Bad Bobby Saga Story mode 0.14
Fri Jun 28 03:00:02 2019
Got this error the first time I check the computer after installing the spyware on the sisters computer
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,479
i saw someone post a fix for said error a page or 2 back but it didn't do anything after I dropped it into the directory
 

pletoxxx

Member
May 18, 2017
291
311
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/phonebuttons/invisiblebutton.png'>:
  File "game/map2.rpy", line 13471, in script
    call screen webcamskiptime_screen
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/map2.rpy", line 13471, in script
    call screen webcamskiptime_screen
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\santa\Downloads\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 "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\behavior.py", line 740, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\santa\Downloads\badbobbysaga-0.14-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/phonebuttons/invisiblebutton.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Bad Bobby Saga Story mode 0.14
Fri Jun 28 03:00:02 2019
Got this error the first time I check the computer after installing the spyware on the sisters computer
go to GUI folder in bad bobby saga, search for button --> phone button folder;

there was file named as invesible button and one other containing "invesible" word. rename it to "invisible" and it should worked just fine
 
  • Like
Reactions: JagHond

cyberkiller

Active Member
Oct 19, 2017
625
118
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 31, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 31, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 36, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 37, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 48, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 50, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 50, in <module>
NameError: name 'orders' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/ascript/subsystem/house/homescreen.rpyc", line 125, in script
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\ast.py", line 1371, in execute
    renpy.exports.with_statement(trans, paired)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\exports.py", line 1572, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 2237, in do_with
    clear=clear)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 31, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 31, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 36, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 37, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 48, in execute
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 50, in execute
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\ast.py", line 188, in evaluate
    kwargs[k] = renpy.python.py_eval(v, locals=scope)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\python.py", line 1960, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\GirlHouse-0.5.ex_beta-win\renpy\python.py", line 1953, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ascript/minigame/kitchen_help/kitchen_help.rpy", line 50, in <module>
NameError: name 'orders' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.0.424
GirlHouse 0.5.ex_beta
Fri Jun 28 14:26:39 2019
 

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
```
 
3.10 star(s) 98 Votes