zer0Kerbal / CoyoteCargoFreighter

Coyote Cargo Freighter by Coyote Space Industries (CSI) is a massive parts pack for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/209541-*/
GNU General Public License v2.0
1 stars 0 forks source link

CSIfreightersciencelab nullreferenceExceptions on F12 debug #30

Open zer0Kerbal opened 2 years ago

zer0Kerbal commented 2 years ago

From CSI-Cargo-Freighter created by BararQ: dboi88/CSI-Cargo-Freighter#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" }