Cammin423

New Member
Nov 7, 2022
4
1
are you using your own or some you found here or from the guide
and have you read the FAQ before you start playing see text in red at start
My own what? An yeah, Im pretty sure ive done everything the FAQ says. Unless theres a certain way im supposed to set up the files for 1-3 ep. I just dont know lol

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 86, in script
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/scene_controller.rpy", line 86, in <module>
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/objects.rpy", line 66, in process_scene_objects_list
    obj_list[obj_name] = process_scene_object(obj_name, scenes_data["objects"][room_name][obj_name])
  File "game/00_Functions/objects.rpy", line 86, in process_scene_object
    obj_data = fill_object_properties(obj_name, obj_data)
  File "game/00_Functions/objects.rpy", line 31, in fill_object_properties
    renpy.pause()
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 161, in execute
    if image_name.find(assetsStorageDirectory) != -1:
AttributeError: 'bool' object has no attribute 'find'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 86, in script
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/00_Functions/scene_controller.rpy", line 86, in <module>
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/objects.rpy", line 66, in process_scene_objects_list
    obj_list[obj_name] = process_scene_object(obj_name, scenes_data["objects"][room_name][obj_name])
  File "game/00_Functions/objects.rpy", line 86, in process_scene_object
    obj_data = fill_object_properties(obj_name, obj_data)
  File "game/00_Functions/objects.rpy", line 31, in fill_object_properties
    renpy.pause()
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 161, in execute
    if image_name.find(assetsStorageDirectory) != -1:
  File "<screen language>", line 161, in <module>
AttributeError: 'bool' object has no attribute 'find'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
 EP2.1-v16-COMPLETED-Extra
Fri Jan 27 12:52:02 2023
 

Stan5851

Engaged Member
Oct 18, 2019
2,782
5,742
My own what? An yeah, Im pretty sure ive done everything the FAQ says. Unless theres a certain way im supposed to set up the files for 1-3 ep. I just dont know lol

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 86, in script
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/scene_controller.rpy", line 86, in <module>
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/objects.rpy", line 66, in process_scene_objects_list
    obj_list[obj_name] = process_scene_object(obj_name, scenes_data["objects"][room_name][obj_name])
  File "game/00_Functions/objects.rpy", line 86, in process_scene_object
    obj_data = fill_object_properties(obj_name, obj_data)
  File "game/00_Functions/objects.rpy", line 31, in fill_object_properties
    renpy.pause()
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 161, in execute
    if image_name.find(assetsStorageDirectory) != -1:
AttributeError: 'bool' object has no attribute 'find'

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 86, in script
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/00_Functions/scene_controller.rpy", line 86, in <module>
    $ scene_data = process_scene_objects_list(scene_name) #парсим содержимое свойств объектов перед выводом
  File "game/00_Functions/objects.rpy", line 66, in process_scene_objects_list
    obj_list[obj_name] = process_scene_object(obj_name, scenes_data["objects"][room_name][obj_name])
  File "game/00_Functions/objects.rpy", line 86, in process_scene_object
    obj_data = fill_object_properties(obj_name, obj_data)
  File "game/00_Functions/objects.rpy", line 31, in fill_object_properties
    renpy.pause()
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Games\FashionBusiness-EP2.1-v16-COMPLETED-Extra-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 157, in execute
    screen show_image_screen(image_name):
  File "game/00_Functions/screens.rpy", line 161, in execute
    if image_name.find(assetsStorageDirectory) != -1:
  File "<screen language>", line 161, in <module>
AttributeError: 'bool' object has no attribute 'find'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EP2.1-v16-COMPLETED-Extra
Fri Jan 27 12:52:02 2023
A user who had exactly the same error as you (RuntimeError: maximum recursion depth exceeded in cmp), shortening the path to the game's directory got rid of it. Why it helped him but not you, I don't know. Since you don't have much to lose (your game won't run anyway, I guess), try shortening the path even further by making it, say, C:\GAMES\FashionBusiness-EP2.1-v16-FULL\

If this does not help and there is no one here who knows Python/RenPy well and is able to analyze the code, then try to write to the developer (DecentMonkey) via PM. If he has time in his busy schedule, maybe he can help you.
 
Last edited:
  • Like
Reactions: vimmers and EraRamp

Cammin423

New Member
Nov 7, 2022
4
1
A user who had exactly the same error as you (RuntimeError: maximum recursion depth exceeded in cmp), shortening the path to the game's directory got rid of it. Why it didn't help you, I dont know, since I'm not a Python/RenPy expert. Since you don't have much to lose (your game won't run anyway, I guess), try shortening the path even further by making it, say, C:\GAMES\FashionBusiness-EP2.1-v16-FULL\

If this does not help and there is no one here who knows Python well and is able to analyze the code, then try to write to the developer (DecentMonkey) via PM. If he has time in his busy schedule, maybe he can help you.
looks like i might have got it. thanks for the help
 
  • Like
Reactions: Stan5851

Foordy

Newbie
Oct 23, 2020
32
8
just wondering if the Marcus training path has advanced much in the last 12 months, or if only the main story has
 

korko

Active Member
May 30, 2017
519
101
How can i complete "work on street-working for mommy:servicing the trucker" i can do 3 options but quest still remain.
 

Stan5851

Engaged Member
Oct 18, 2019
2,782
5,742
just wondering if the Marcus training path has advanced much in the last 12 months, or if only the main story has
Marcus' path has not been updated for 1 year and 4 months, and given the way the current quest of this path in ended, the next update of this route is wise to immediately move to the Farm (in its acceptable form).
 

Captain Bipto

Well-Known Member
Mar 19, 2019
1,001
2,149
Marcus' path has not been updated for 1 year and 4 months, and given the way the current quest of this path in ended, the next update of this route is wise to immediately move to the Farm (in its acceptable form).
oh yeah... goin to the Farm... gigitty :sneaky:
 

Foordy

Newbie
Oct 23, 2020
32
8
has anyone played the game without Monica being a complete bitch. just wondering how it changes the story
 

Stan5851

Engaged Member
Oct 18, 2019
2,782
5,742
has anyone played the game without Monica being a complete bitch. just wondering how it changes the story
In my basic (canonical) walkthrough, Monica is decent, but so far all the changes are about some individual dialogue options, which are most often just not available if Monica is too decent. For more on decency, see FAQ (1.1.2 & 1.4.10).

Basically, it's about some particularly bitchy actions towards other characters. Decent Monkey wrote that the game's endings would take into account what decisions Monica made during the game. I suppose that individual decisions based on Monica's level of decency could be factored into those endings, too.
 

Fish_lip

Member
Mar 21, 2022
100
80
Playing catch-up here- I'm most of the way through Ep.2 linked in the OP. In the escort plotline, I can see an option to get revenge on the brunette. How? I can't seem to find an option in the scene with the henpecked husband and his overlarge wife, and I don't think she shows in any of the other scenes. Thanks in advance.
 

vimmers

Engaged Member
Aug 12, 2017
3,753
3,113
Playing catch-up here- I'm most of the way through Ep.2 linked in the OP. In the escort plotline, I can see an option to get revenge on the brunette. How? I can't seem to find an option in the scene with the henpecked husband and his overlarge wife, and I don't think she shows in any of the other scenes. Thanks in advance.
that's first in ep3
 
  • Like
Reactions: Fish_lip

agn25

Well-Known Member
Nov 20, 2017
1,079
2,586
Thanks- I'll stop wasting time trying to find it in ep2 then.
Monica can get revenge on the brunettes in ep 2. Linda the dark-skinned hooker gets revenged on when Monica goes on a date with Olaf, one of the investors .(office story line) The pale-skinned whore, Miranda can be gotten back when Monica works for the second time with the bald client who loves her toes. It's the last VIP event of ep2. (Changing Roles event)
 
Last edited:

TheUnDoge

Newbie
Oct 1, 2022
77
165
Anyone got a code for a Fashion Biz Signature? Love the Protag but can't find one anywhere

EDIT~ nevermind found one
 

Sunedosa

Member
Jun 24, 2018
275
435
So many options/choices/branches. :unsure: Have to say that i find it annoying that you don't get any heads up when one story arc is paused and the game shuts down out of nowhere with a to be continued message. Save often or as in my case there's quite a bit of replaying to do.
 
Last edited:
3.50 star(s) 221 Votes