gibbosmygimp

New Member
Jun 14, 2019
2
1
Hello, would any one happen to know how to unlock the interactions with biff after the photoshoots? I've done some but their seem to be a whole bunch more that are just grayed out. Thus far I've managed to get up to the point where Monica will get on the desk and spread her legs before biff, but that's about it. There seem to be options to go fetch the secretary aswell but they also seem to not unlock. Relationship with biff is at level 3 and does not seem to advance anymore.

Thanks.
 

Wild Red

Member
Apr 30, 2018
287
4,802
Hello, would any one happen to know how to unlock the interactions with biff after the photoshoots? I've done some but their seem to be a whole bunch more that are just grayed out. Thus far I've managed to get up to the point where Monica will get on the desk and spread her legs before biff, but that's about it. There seem to be options to go fetch the secretary aswell but they also seem to not unlock. Relationship with biff is at level 3 and does not seem to advance anymore.

Thanks.
don't worry, you won't miss anything. That's all for now. It's greyed out for all of us. Those scenes will be implemented in future updates
 

hinaloulu

New Member
May 8, 2020
3
0
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/start.rpy", line 66, in script call
call start_game() from _call_start_game
File "game/00_Functions/scene_controller.rpy", line 96, in script
with Dissolve(0.1)
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 187, in execute
fixed:
File "game/00_Functions/screens.rpy", line 215, in execute
if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
File "game/00_Functions/screens.rpy", line 220, in execute
for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
File "game/00_Functions/screens.rpy", line 221, in execute
for zorder_ptr in zorder_list:
File "game/00_Functions/screens.rpy", line 223, in execute
if (data.has_key("active") == False or data["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data) == True):
File "game/00_Functions/screens.rpy", line 363, in execute
if data["type"] == 3: #text with image
File "game/00_Functions/screens.rpy", line 393, in execute
if pass_num == 2:
File "game/00_Functions/screens.rpy", line 471, in execute
if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
File "game/00_Functions/screens.rpy", line 472, in execute
$ spriteImage = im.MatrixColor(
File "game/00_Functions/screens.rpy", line 474, in <module>
im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
Exception: Expected an image, but got a general displayable.

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

Full traceback:
File "game/scripts/start.rpy", line 66, in script call
call start_game() from _call_start_game
File "game/00_Functions/scene_controller.rpy", line 96, in script
with Dissolve(0.1)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 182, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 187, in execute
fixed:
File "game/00_Functions/screens.rpy", line 215, in execute
if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
File "game/00_Functions/screens.rpy", line 220, in execute
for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
File "game/00_Functions/screens.rpy", line 221, in execute
for zorder_ptr in zorder_list:
File "game/00_Functions/screens.rpy", line 223, in execute
if (data.has_key("active") == False or data["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data) == True):
File "game/00_Functions/screens.rpy", line 363, in execute
if data["type"] == 3: #text with image
File "game/00_Functions/screens.rpy", line 393, in execute
if pass_num == 2:
File "game/00_Functions/screens.rpy", line 471, in execute
if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
File "game/00_Functions/screens.rpy", line 472, in execute
$ spriteImage = im.MatrixColor(
File "game/00_Functions/screens.rpy", line 474, in <module>
im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\im.py", line 1243, in __init__
im = image(im)
File "E:\f95\FashionBusiness-EP2-v13-720p-HotFix1-pc\FashionBusiness-EP2-v13-720p-HotFix1-pc\renpy\display\im.py", line 1755, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EP2-v13-720p-HotFix1
Mon Jul 13 20:43:31 2020
```
 

Vyacheslav Grinko

Active Member
Nov 9, 2018
572
613
Spoiler EP2 v14 - Slums events

View attachment 728957

Seems it's time to earn money at the flat instead just losing money with it ;)
Yes finally i mention this to Decent Monkey about Monica getting money from her loyal slum clients and Monkey said that he is considering but I didn't thought that he was working on that so fast he is hands down the best developer on adult game only one final wish and I can rest at peace Mommy update
 

Zaraia

Newbie
Nov 16, 2017
42
37
I'm playing this for the first time and wow there's a lot of content and it's mostly really good, I'm surprised I didn't hear of it before.

It's very linear of course, it seems like the choices are mostly an illusion. The main fault though is that in Episode 1 the English is really really bad, towards the end it gets so bad that it's sometimes incomprehensible.
 

Londo_Mollari

Well-Known Member
Donor
Respected User
Sep 7, 2017
1,849
3,754
I'm playing this for the first time and wow there's a lot of content and it's mostly really good, I'm surprised I didn't hear of it before.

It's very linear of course, it seems like the choices are mostly an illusion. The main fault though is that in Episode 1 the English is really really bad, towards the end it gets so bad that it's sometimes incomprehensible.
I guess you played the old version of chapter 1 .... maybe the admin didn't changed the files in op.
Try this:
https://f95zone.to/threads/fashion-business-ep-2-v0-13-decentmonkey.11501/page-580#post-3732970
 
  • Like
Reactions: Zaraia

hinaloulu

New Member
May 8, 2020
3
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/start.rpy", line 66, in script call
    call start_game() from _call_start_game
  File "game/00_Functions/scene_controller.rpy", line 96, in script
    with Dissolve(0.1)
  File "game/00_Functions/screens.rpy", line 182, in execute
    screen screen_sprites(data):
  File "game/00_Functions/screens.rpy", line 182, in execute
    screen screen_sprites(data):
  File "game/00_Functions/screens.rpy", line 187, in execute
    fixed:
  File "game/00_Functions/screens.rpy", line 215, in execute
    if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
  File "game/00_Functions/screens.rpy", line 220, in execute
    for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
  File "game/00_Functions/screens.rpy", line 221, in execute
    for zorder_ptr in zorder_list:
  File "game/00_Functions/screens.rpy", line 223, in execute
    if (data[i].has_key("active") == False or data[i]["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data[i]) == True):
  File "game/00_Functions/screens.rpy", line 363, in execute
    if data[i]["type"] == 3: #text with image
  File "game/00_Functions/screens.rpy", line 393, in execute
    if pass_num == 2:
  File "game/00_Functions/screens.rpy", line 471, in execute
    if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
  File "game/00_Functions/screens.rpy", line 472, in execute
    $ spriteImage = im.MatrixColor(
  File "game/00_Functions/screens.rpy", line 474, in <module>
    im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
Exception: Expected an image, but got a general displayable.

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

Full traceback:
  File "game/scripts/start.rpy", line 66, in script call
    call start_game() from _call_start_game
  File "game/00_Functions/scene_controller.rpy", line 96, in script
    with Dissolve(0.1)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/00_Functions/screens.rpy", line 182, in execute
    screen screen_sprites(data):
  File "game/00_Functions/screens.rpy", line 182, in execute
    screen screen_sprites(data):
  File "game/00_Functions/screens.rpy", line 187, in execute
    fixed:
  File "game/00_Functions/screens.rpy", line 215, in execute
    if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
  File "game/00_Functions/screens.rpy", line 220, in execute
    for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
  File "game/00_Functions/screens.rpy", line 221, in execute
    for zorder_ptr in zorder_list:
  File "game/00_Functions/screens.rpy", line 223, in execute
    if (data[i].has_key("active") == False or data[i]["active"] == True) and (showObjectsNotOwner == True or checkObjectOwnerVisible(i, data[i]) == True):
  File "game/00_Functions/screens.rpy", line 363, in execute
    if data[i]["type"] == 3: #text with image
  File "game/00_Functions/screens.rpy", line 393, in execute
    if pass_num == 2:
  File "game/00_Functions/screens.rpy", line 471, in execute
    if sceneSpriteSurfacesCache.has_key(scene_name + i) == False:
  File "game/00_Functions/screens.rpy", line 472, in execute
    $ spriteImage = im.MatrixColor(
  File "game/00_Functions/screens.rpy", line 474, in <module>
    im.matrix.brightness(brightness_adjustment) * im.matrix.saturation(saturation_adjustment) * im.matrix.contrast(contrast_adjustment) * im.matrix.tint(tint_adjustment[0], tint_adjustment[1], tint_adjustment[2])
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\im.py", line 1243, in __init__
    im = image(im)
  File "E:\New folder\New folder\FashionBusiness-EP2-v13-720p-pc\renpy\display\im.py", line 1755, in image
    raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
EP2-v13-720p
Fri Jul 10 17:23:16 2020
If you have this error, when betty catch monica with his panties. you need to actually have betty panthies to not have this error. so when you wake up go to the laundry to take bettys panthies
 

Skipper

Newbie
Oct 15, 2017
51
10
this error occured at very begining of ep2, when Monica delivery flyres of kebab ...

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

While running game code:
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 137, in script call
call process_object_click_alternate_action(interact_data[1], interact_data[2], interact_data[3], interact_data[4], interact_data[5]) from _rcall_sprites_action2
File "game/00_Functions/objects.rpy", line 471, in script call
call expression func_name from _call_expression_2
One third removed.
File "F:\MegaDwnld\FashionBusiness-EP2-v13-720p-pc\FashionBusiness-EP2-v13-720p-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "game/00_Functions/01_init_python.rpy", line 113, in imgl_exec
renpy.show_screen("dialogue_image_left", img_find_path(s), config.screen_width / 2, config.screen_height)
File "game/00_Functions/00_init_python.rpy", line 134, in img_find_path
checkPath = os.path.join(assetsStorageDirectory, "images/" + "img_" + str(var) + ".jpg")
File "C:\Python27\lib\ntpath.py", line 64, in join
File "C:\Python27\lib\ntpath.py", line 114, in splitdrive
TypeError: object of type 'bool' has no len()

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EP2-v13-720p
Tue Jul 14 18:44:43 2020
```
 

Vypress

Member
Oct 5, 2018
375
345
Seeing the spoilers, the Melanie/Alex plot is definitely going to be interesting. I highly doubt Melanie can easily break it off without Victoria finding out and becoming highly disappointed with her 'best friend'
 

Londo_Mollari

Well-Known Member
Donor
Respected User
Sep 7, 2017
1,849
3,754
this error occured at very begining of ep2, when Monica delivery flyres of kebab ...

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

While running game code:
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 287, in script call
label call_save():
File "game/00_Functions/scene_controller.rpy", line 137, in script call
call process_object_click_alternate_action(interact_data[1], interact_data[2], interact_data[3], interact_data[4], interact_data[5]) from _rcall_sprites_action2
File "game/00_Functions/objects.rpy", line 471, in script call
call expression func_name from _call_expression_2
One third removed.
File "F:\MegaDwnld\FashionBusiness-EP2-v13-720p-pc\FashionBusiness-EP2-v13-720p-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "game/00_Functions/01_init_python.rpy", line 113, in imgl_exec
renpy.show_screen("dialogue_image_left", img_find_path(s), config.screen_width / 2, config.screen_height)
File "game/00_Functions/00_init_python.rpy", line 134, in img_find_path
checkPath = os.path.join(assetsStorageDirectory, "images/" + "img_" + str(var) + ".jpg")
File "C:\Python27\lib\ntpath.py", line 64, in join
File "C:\Python27\lib\ntpath.py", line 114, in splitdrive
TypeError: object of type 'bool' has no len()

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EP2-v13-720p
Tue Jul 14 18:44:43 2020
```
Looks like the known bug with the unpatched version...

I have no idea which version is linked in op.
 
3.50 star(s) 222 Votes