ExtLibA.EntityMgr.MultiEntityRegSameType

Description

Multiple entities attempted to register the same entity type with System Manager during System Manager initialization. Each entity must register using a unique entity type. Use of the same entity type by multiple entities is likely to be the result of an incorrect entity implementation or an inconsistent build. System Manager loads the first entity but not the second entity. Even so, the existence of the second entity may cause further problems.

Remedy

Investigate the entity implementations and build to remove the entity type clash.

Severity

Error

Message Text

Multiple entities attempted to register the same entity type. Entity type = %p1% First entity name = %p2% Second entity name = %p3%

Message Parameters

Name Type
p1 xInt32
p2 CharByteArray
p3 CharByteArray