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,757
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,757
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.
 

DerpBlue

New Member
Apr 17, 2020
7
4
Just finished EP1.
I think you guys aren't giving the humor enough love. Some jokes fall flat, but I love the humor and the writing in general. Characters feel believable and unique.
The premise of rich bitch falling from grace has been done to death (not on porn VNs, AFAIK). I can see her becoming a dominatrix further on. Regardless, the story is great and I'm hooked already. Can't wait to see how it ends.

Maybe it's because I'm playing in a small screen, but I can see DecentMonkey getting better at modeling/texturing as the game plays on. Some scenes early in the game feel like I'm playing Myst they're so obviously CG. Later on in the game, the environments look photorealistically breathtaking, especially Dick's office.
 

jerrynotalent

Newbie
May 20, 2020
81
84
what is the 1080 extra code for v13 I love the game but can't afford 30 a month would love to see the extra scenes pledged a couple times already but can't do it monthly
 
3.50 star(s) 226 Votes