Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Selecting concealed entity in Entities Window causes NullReferenceException #5

@Lordicon

Description

@Lordicon

On clicking a ship in the entities window the console is returning this error message in yellow text.

2015-03-28 16:44:54.4294|Error|Failed to get entity field '=F3vjA1VbQZ6h5a0yRFs7
eUEDKm='
2015-03-28 16:44:54.4294|Error|System.NullReferenceException: Object reference n
ot set to an instance of an object.
at SEModAPIInternal.API.Entity.BaseObject.GetEntityField(Object gameEntity, S
tring fieldName)
2015-03-28 16:44:54.4294|Error|System.NullReferenceException: Object reference n
ot set to an instance of an object.
at SEModAPIInternal.API.Common.PowerManager.get_TotalPower()
2015-03-28 16:44:54.4294|Error|Failed to get entity method 'get_TotalRequiredInp
ut': Game entity was null
2015-03-28 16:44:54.4294|Error|System.Exception: Game entity was null
at SEModAPIInternal.API.Entity.BaseObject.GetEntityMethod(Object gameEntity,
String methodName)
2015-03-28 16:44:54.4294|Error|System.NullReferenceException: Object reference n
ot set to an instance of an object.
at SEModAPIInternal.API.Entity.BaseObject.InvokeEntityMethod(Object gameEntit
y, String methodName, Object[] parameters, Type[] argTypes)
at SEModAPIInternal.API.Common.PowerManager.get_AvailablePower()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions