Jump to content

Liverbugg

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Liverbugg

  1. There's a long thread about this in the support forum with a solution: http://forum.kerbalspaceprogram.com/showthread.php/32897-Excessive-start-up-loading-times/page8?p=431791#post431791
  2. Scott Manley did a video comparing different altitudes of gravity turns.
  3. I tried manually changing the Version= to the new number and I got a different IO error (that I forgot to save) so it's definitely loading the file, but something is different it how it deserializes the data. I've never done .net dev, but the code in the LoadKethaneDeposits() isn't doing anything to version the data that I can see.
  4. Mine were reset to blank too, file permissions are fine. I got this error this in the log the first time after installing your most recent version. It was only the first load, subsequent loads have no errors and don't remove maps anymore. [LOG 01:36:02.626] Kethane plugin - deposit load error: System.Runtime.Serialization.SerializationException: Could not find type 'System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Kethane.KethaneDeposits, MMI_Kethane, Version=1.0.4900.26440, Culture=neutral, PublicKeyToken=null]][]'. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadType (System.IO.BinaryReader reader, TypeTag code) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadTypeMetadata (System.IO.BinaryReader reader, Boolean isRuntimeObject, Boolean hasTypeInfo) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectInstance (System.IO.BinaryReader reader, Boolean isRuntimeObject, Boolean hasTypeInfo, System.Int64& objectId, System.Object& value, System.Runtime.Serialization.SerializationInfo& info) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject (BinaryElement element, System.IO.BinaryReader reader, System.Int64& objectId, System.Object& value, System.Runtime.Serialization.SerializationInfo& info) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject (BinaryElement element, System.IO.BinaryReader reader) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph (BinaryElement elem, System.IO.BinaryReader reader, Boolean readHeaders, System.Object& result, System.Runtime.Remoting.Messaging.Header[]& headers) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in <filename unknown>:0 at KSP.IO.IOUtils.DeserializeFromBinary (System.Byte[] input) [0x00000] in <filename unknown>:0 at Kethane.KethaneController.LoadKethaneDeposits () [0x00000] in <filename unknown>:0 [LOG 01:36:02.632] Generating new kethane deposits If I look at the new Deposits.dat it has Version=1.0.4901.4880 and my 0.19.1 version has Version=1.0.4823.40595. It seems like generated deposits aren't compatible between your new builds of the plugin dll and the previous official release.
  5. Do you have MechJeb installed? I had this happen to me and it was the auto-stage from the accent module that was firing off my rocket stages once I took off.
×
×
  • Create New...