ScienceFun / Kerbalism-Continued

The Unlicense
6 stars 0 forks source link

Vanishing LS - (CryoTank) #8

Closed garithmar closed 6 years ago

garithmar commented 6 years ago

Supplies vanish from craft and radiation/stress/co2 levels max out very fast.

Modlist Modlist.txt Log File KSP.zip

HaullyGames commented 6 years ago

Hi,

This bug is because an incompatibility with the CryoTank mod. I will add a new project to review the compatibility, but this will take time to correct, when corrected, we may find another incompatibility.

Details for project. When the error below happened, it break "vessel_resources" method, this is a mainly method in Kerbalism. After this, we have an invalid Key for the "KERBALISM.resource_info" dictionary.

[EXC 13:00:20.049] ArgumentNullException: Argument cannot be null. Parameter name: key System.Collections.Generic.Dictionary`2[System.String,KERBALISM.resource_info].TryGetValue (System.String key, KERBALISM.resource_info& value) KERBALISM.vessel_resources.Info (.Vessel v, System.String resource_name) KERBALISM.Background.ProcessCryoTank (.Vessel v, .ProtoPartSnapshot p, .ProtoPartModuleSnapshot m, .PartModule simple_boiloff, KERBALISM.vessel_resources resources, Double elapsed_s) KERBALISM.Background.update (.Vessel v, KERBALISM.vessel_info vi, KERBALISM.VesselData vd, KERBALISM.vessel_resources resources, Double elapsed_s) KERBALISM.Kerbalism.FixedUpdate ()

garithmar commented 6 years ago

I'll remove that mod and see if anything does it again.

garithmar commented 6 years ago

alright removing just cry tanks got rid of the problem and no errors as of yet. Due to the amount of mods I run i'll continue to watch for any errors and let you know.

HaullyGames commented 6 years ago

CryoTank Compatibility has been fixed.