Hello, i always get this error code
can someone help me?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKstart.rpy", line 86, in script
$ calendar.updates()
File "game/BKstart.rpy", line 86, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2753, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2498, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 505, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 356, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
File "game/BKgirlclass.rpy", line 263, in randomize
self.refresh_pictures()
File "game/BKgirlclass.rpy", line 496, in refresh_pictures
self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
File "game/BKgirlclass.rpy", line 1025, in get_pic
return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
File "game/BKfunctions.rpy", line 2796, in get_pic
piclist = get_pic_list(target, search_tags, and_tags, not_tags)
File "game/BKfunctions.rpy", line 2747, in get_pic_list
show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKstart.rpy", line 86, in script
$ calendar.updates()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKstart.rpy", line 86, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2753, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2498, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 505, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 356, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
File "game/BKgirlclass.rpy", line 263, in randomize
self.refresh_pictures()
File "game/BKgirlclass.rpy", line 496, in refresh_pictures
self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
File "game/BKgirlclass.rpy", line 1025, in get_pic
return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
File "game/BKfunctions.rpy", line 2796, in get_pic
piclist = get_pic_list(target, search_tags, and_tags, not_tags)
File "game/BKfunctions.rpy", line 2747, in get_pic_list
show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Mon Oct 10 13:32:51 2022
```