ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
340 stars 90 forks source link

Exported IGs have _ClusterInfos size 0 in CInstanceGroup::addToSceneWhenAllShapesLoaded #171

Open ryzom-pipeline opened 10 years ago

ryzom-pipeline commented 10 years ago

Original report by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


Exported IGs have _ClusterInfos size 0 in CInstanceGroup::addToSceneWhenAllShapesLoaded

Seems to occur when user named construction IGs are combined with the ligo flora IGs

Crash at _ClusterInstances[clusterInst]->clipAddChild( _Instances[i] );

ryzom-pipeline commented 10 years ago

Original comment by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


Crash workaround in IG loading, ref #171

ryzom-pipeline commented 10 years ago

Original comment by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


May be fixed in 89550da3f6c26605c89374aa208056013486b48d

Change workaround to nlassert or nlerror when fixed