Hi,
I have a long term save that after updating some mods have been spamming errors (to the point where my log file goes 100mb+) of the following;
(Filename: <3de08e0cad914fa5bb1ef8fcc89a0f04> Line: 0)
InvalidCastException: Specified cast is not valid.
at DynamicBatteryStorage.KopernicusSolarPanelPowerHandler.Initialize (PartModule pm) [0x00009] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselElectricalData.SetupDataHandler (PartModule pm) [0x0008f] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselData.RefreshData (System.Boolean fromScratch, System.Collections.Generic.List`1[T] vesselParts) [0x001db] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselData..ctor (System.Collections.Generic.List`1[T] vesselParts) [0x0001e] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselElectricalData..ctor (System.Collections.Generic.List`1[T] vesselParts) [0x00000] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselDataManager.RefreshVesselData () [0x00032] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
at DynamicBatteryStorage.VesselDataManager.FixedUpdate () [0x00039] in <3de08e0cad914fa5bb1ef8fcc89a0f04>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
I tried re-installing all the mods (I use CKAN, KSP version 1.8.1), but the issue has been persisting. I have no idea how to read log files so I am just guessing this is the mod to report it for?
The game runs despite the errors, however the error spam does cause a lot of slowdowns.
output_log.log file;
https://www.dropbox.com/s/7j8dve83ncnlj1o/output_log.txt?dl=0
player.log file;
https://www.dropbox.com/s/f6eof48mtwoslx7/Player.log?dl=0