(2022-03-19, 20:43)Roland Melkert Wrote: But that might be caused by outdated or polluted bin files resulting from a bug in one of the earlier 1.6 version concerning bin synchronization.
Code:
for (int i=0; i<getItemCount(); i++)
{
item=getItemAsGroupRefItem(i);
if (item==NULL) //alle items moeten group refs zijn! anders is er elders iets niet goed.
appLog->shouldNotHappen("TPartBinCatListGroup::updateCatGroups 1");
else
{
Given this code there seem to be invalid items in the pbg file for some reason.
Could you send me your (whole) partBin folder of the 1.6d version?