- Aug 12, 2017
- 3,997
- 3,458
are you using your own or some you found here or from the guideStill didnt work. email sent
and have you read the FAQ before you start playing see text in red at start
are you using your own or some you found here or from the guideStill didnt work. email sent
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 lolare 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
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\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
looks like i might have got it. thanks for the helpA 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.
Marcus' path has not been updated for 1 year and 4 months, and given the way the current quest of this path injust wondering if the Marcus training path has advanced much in the last 12 months, or if only the main story has
oh yeah... goin to the Farm... gigittyMarcus' path has not been updated for 1 year and 4 months, and given the way the current quest of this path inYou must be registered to see the linksended, the next update of this route is wise to immediately move to the Farm (in its acceptable form).
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).has anyone played the game without Monica being a complete bitch. just wondering how it changes the story
that's first in ep3Playing 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.
there are some scenes you only can get if Monica are decentIn my basic (canonical) walkthrough
Thanks- I'll stop wasting time trying to find it in ep2 then.that's first in ep3
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)Thanks- I'll stop wasting time trying to find it in ep2 then.
Linda and Miranda still have a lot of work to do.)I'll stop wasting time trying to find it in ep2 then.
vimmers, I wanted to ask you - are you still waiting for the final Ep3 update or have you already started playing Ep3?)that's first in ep3
yes i am.[/SPOILER]
vimmers, I wanted to ask you - are you still waiting for the final Ep3 update or have you already started playing Ep3?)