Coyote Cargo Freighter by Coyote Space Industries

Coyote Cargo Freighter by Coyote Space Industries

21k Downloads

CSIfreightersciencelab nullreferenceExceptions on F12 debug

zer0Kerbal opened this issue ยท 0 comments

commented

From CSI-Cargo-Freighter created by BararQ: dboi88#62

I did a complete fresh install of Kerbal 1.31 and used CKAN to install CSI. I get this spam error when I install the CSIfreightersciencelab and right click on it. It also fails to transmit research data. This same issue is on my 1.2.2 install. I just plopped the stock science station on the hull attachment points to get my science for now.

Exception handling event onPartActionUICreate in class ModuleScienceLab:System.NullReferenceException: Object reference not set to an instance of an object
at ModuleScienceLab.updateModuleUI () [0x00000] in :0
at ModuleScienceLab.onPartActionUI (.Part p) [0x00000] in :0
at EventData`1[Part].Fire (.Part data) [0x00000] in :0

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
at ModuleScienceLab.updateModuleUI () [0x00000] in :0
at ModuleScienceLab.onPartActionUI (.Part p) [0x00000] in :0
at EventData1[Part].Fire (.Part data) [0x00000] in :0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) EventData1:Fire(Part)
UIPartActionWindow:CreatePartList(Boolean)
UIPartActionWindow:UpdateWindow()
UIPartActionController:UpdateActiveWindows()
UIPartActionController:UpdateEditor()
UIPartActionController:Update()

Below is my current mod list.

"version": "2017.12.26.07.44.25",
"identifier": "installed-default",
"spec_version": "v1.6",
"recommends": [
{
"name": "CargoFreighter"
},
{
"name": "USI-LS"
},
{
"name": "UKS"
},
{
"name": "KIS"
},
{
"name": "USITools"
},
{
"name": "CommunityResourcePack"
},
{
"name": "CommunityCategoryKit"
},
{
"name": "FirespitterCore"
},
{
"name": "USI-Core"
},
{
"name": "Konstruction"
},
{
"name": "GroundConstruction-Core"
},
{
"name": "AT-Utils"
},
{
"name": "ConfigurableContainers-Core"
}