getting this error with any save i try to load during episode 2 Except the first forced save.
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 125, in script call
label show_scene_loop:
File "game/00_Functions/scene_controller.rpy", line 127, in script
$ interact_data = ui.interact()
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\python.py", line 2008, in py_exec_bytecode
exec bytecode in globals, locals
File "game/00_Functions/scene_controller.rpy", line 127, in <module>
$ interact_data = ui.interact()
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "H:\ATF\FashionBusiness-EP2-v0.7-720p-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/00_Functions/screens.rpy", line 134, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 134, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 139, in execute
fixed:
File "game/00_Functions/screens.rpy", line 164, 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 169, in execute
for pass_num in range(1,3): #pass1 - overlays, pass2 - sprites and masks
File "game/00_Functions/screens.rpy", line 170, in execute
for zorder_ptr in zorder_list:
File "game/00_Functions/screens.rpy", line 172, in execute
if data.has_key("active") == False or data["active"] == True:
File "game/00_Functions/screens.rpy", line 188, in execute
if data["type"] == 2: #overlay image, with mask (if exists)
File "game/00_Functions/screens.rpy", line 237, in execute
if pass_num == 2:
File "game/00_Functions/screens.rpy", line 255, in execute
if data.has_key("hover_enabled") == False or data["hover_enabled"] == True:
File "game/00_Functions/screens.rpy", line 266, in execute
imagebutton:
File "game/00_Functions/screens.rpy", line 266, in keywords
imagebutton:
File "game/00_Functions/screens.rpy", line 286, in keywords
if data["actions"] == "l" and check_object_has_character(i) == False: #если объекту не заданы действия кроме просмотра, то не выводим доп. меню
File "<screen language>", line 286, in <module>
File "game/00_Functions/character_properties.rpy", line 29, in check_object_has_character
if char_info.has_key(obj_name) == True:
NameError: global name 'char_info' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.3.449
EP2-v0.7-720p
Fri Sep 20 02:55:52 2019