Serg-Norseman / GEDKeeper

GEDKeeper - program for work with personal genealogical database
https://gedkeeper.net/
GNU General Public License v3.0
160 stars 45 forks source link

Bug during importing data from "MyHeritage Family Tree Builder" #257

Closed m-kosina closed 4 years ago

m-kosina commented 4 years ago

I obtained some data to incorporate them into GedKeeper2 - and it fails with errors: [26.5.2020 17:13:41] -> GKUtils.ShowPersonInfo().Families(): Unable to cast object of type 'GDModel.GDMRecord' to type 'GDModel.GDMIndividualRecord'. [26.5.2020 17:13:42] -> TreeChartModel.DoDescendantsStep(): Unable to cast object of type 'GDModel.GDMRecord' to type 'GDModel.GDMIndividualRecord'. [26.5.2020 17:13:42] -> TreeChartBox.GenChart(): Unable to cast object of type 'GDModel.GDMRecord' to type 'GDModel.GDMIndividualRecord'. [26.5.2020 21:29:32] -> ListManager.SortContents(): Unable to cast object of type 'GDModel.GDMRecord' to type 'GDModel.GDMIndividualRecord'.

The data were exported from "MyHeritage Family Tree Builder". Families were really broken after this import (empty lines, problems with scrolling,...).

Serg-Norseman commented 4 years ago

👍