You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the last update of DCS changed something in how the miz is created/added some parameters.
Right now if I save a miz (in DCS) and try to open it with pydcs i get this error:
File "..\pydcs\dcs\mission.py", line 375, in load_file self.coalition[col_name].load_from_dict(self, imp_mission["coalition"][col_name]) File "..\pydcs\dcs\coalition.py", line 135, in load_from_dict Coalition._import_moving_point(mission, plane_group, pgroup) File "..\pydcs\dcs\coalition.py", line 40, in _import_moving_point point.load_from_dict(imp_point, mission.translation) File "..dcs\point.py", line 128, in load_from_dict super(MovingPoint, self).load_from_dict(d, translation) File "..\dcs\point.py", line 47, in load_from_dict self.name = translation.get_string(d["name"]) KeyError: 'name'
Does anyone know if there's a solution to this ?
The text was updated successfully, but these errors were encountered:
I think the last update of DCS changed something in how the miz is created/added some parameters.
Right now if I save a miz (in DCS) and try to open it with pydcs i get this error:
File "..\pydcs\dcs\mission.py", line 375, in load_file self.coalition[col_name].load_from_dict(self, imp_mission["coalition"][col_name]) File "..\pydcs\dcs\coalition.py", line 135, in load_from_dict Coalition._import_moving_point(mission, plane_group, pgroup) File "..\pydcs\dcs\coalition.py", line 40, in _import_moving_point point.load_from_dict(imp_point, mission.translation) File "..dcs\point.py", line 128, in load_from_dict super(MovingPoint, self).load_from_dict(d, translation) File "..\dcs\point.py", line 47, in load_from_dict self.name = translation.get_string(d["name"]) KeyError: 'name'
Does anyone know if there's a solution to this ?
The text was updated successfully, but these errors were encountered: