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