Jump to content

Missing parts in VAB


Recommended Posts

There are lots of exceptions in your log. I suspect that several of your mods are not compatible with KSP 1.0.4

UnityException: Texture 'SXT/Agencies/KDB' is not readable, the texture memory can not be accessed from scripts. You can make the texture readable in the Texture Import Settings.
at (wrapper managed-to-native) UnityEngine.Texture2D:GetPixels (int,int,int,int,int)
at UnityEngine.Texture2D.GetPixels (Int32 miplevel) [0x00000] in <filename unknown>:0
at UnityEngine.Texture2D.GetPixels () [0x00000] in <filename unknown>:0
at Contracts.Agents.Agent..ctor (System.String name, System.String logoURL, System.String logoScaledURL) [0x00000] in <filename unknown>:0
at Contracts.Agents.Agent.LoadAgent (.ConfigNode node) [0x00000] in <filename unknown>:0
at Contracts.Agents.AgentList.LoadAgents (.ConfigNode[] nodes) [0x00000] in <filename unknown>:0
at Contracts.Agents.AgentList.Start () [0x00000] in <filename unknown>:0

This could be causing all sorts of important initialisation to be missed.

There are lots of errors and exceptions from PlanetFactory. There is a big chunk of exception spam from scatterer.

This looks like the missing part problem:

FormatException: Input string was not in the correct format
at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
at ProtoTechNode..ctor (.ConfigNode node) [0x00000] in <filename unknown>:0
at ProtoRDNode..ctor (.ConfigNode node) [0x00000] in <filename unknown>:0
at RDTechTree.LoadTechTree (System.String filePath, System.Collections.Generic.List`1 rdNodes) [0x00000] in <filename unknown>:0
at RDTechTree.ReLoad () [0x00000] in <filename unknown>:0
at RDTechTree.PreLoad () [0x00000] in <filename unknown>:0
at RDTechTree.FindTech (System.String requiredTechId) [0x00000] in <filename unknown>:0
at PartListCategories.TechTier.ExclusionCriteria (.AvailablePart aP) [0x00000] in <filename unknown>:0
at PartCategorizer+. (.AvailablePart ) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.Any[AvailablePart] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
at PartCategorizer.Setup () [0x00000] in <filename unknown>:0
at EventVoid.Fire () [0x00000] in <filename unknown>:0
at EditorPanels.ShowPartsList () [0x00000] in <filename unknown>:0
at EditorLogic.StartEditor (Boolean isRestart) [0x00000] in <filename unknown>:0
at EditorLogic.Start () [0x00000] in <filename unknown>:0

...which looks like a problem with RDTechTree.

I would first make sure that you can repeat the problem with your current setup when you create a new game. Then, either update the mods I mentioned to 1.0.4 compatible versions or remove them and see if the problem is sorted...

Link to comment
Share on other sites

There are lots of exceptions in your log. I suspect that several of your mods are not compatible with KSP 1.0.4

UnityException: Texture 'SXT/Agencies/KDB' is not readable, the texture memory can not be accessed from scripts. You can make the texture readable in the Texture Import Settings.
at (wrapper managed-to-native) UnityEngine.Texture2D:GetPixels (int,int,int,int,int)
at UnityEngine.Texture2D.GetPixels (Int32 miplevel) [0x00000] in <filename unknown>:0
at UnityEngine.Texture2D.GetPixels () [0x00000] in <filename unknown>:0
at Contracts.Agents.Agent..ctor (System.String name, System.String logoURL, System.String logoScaledURL) [0x00000] in <filename unknown>:0
at Contracts.Agents.Agent.LoadAgent (.ConfigNode node) [0x00000] in <filename unknown>:0
at Contracts.Agents.AgentList.LoadAgents (.ConfigNode[] nodes) [0x00000] in <filename unknown>:0
at Contracts.Agents.AgentList.Start () [0x00000] in <filename unknown>:0

This could be causing all sorts of important initialisation to be missed.

There are lots of errors and exceptions from PlanetFactory. There is a big chunk of exception spam from scatterer.

This looks like the missing part problem:

FormatException: Input string was not in the correct format
at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
at ProtoTechNode..ctor (.ConfigNode node) [0x00000] in <filename unknown>:0
at ProtoRDNode..ctor (.ConfigNode node) [0x00000] in <filename unknown>:0
at RDTechTree.LoadTechTree (System.String filePath, System.Collections.Generic.List`1 rdNodes) [0x00000] in <filename unknown>:0
at RDTechTree.ReLoad () [0x00000] in <filename unknown>:0
at RDTechTree.PreLoad () [0x00000] in <filename unknown>:0
at RDTechTree.FindTech (System.String requiredTechId) [0x00000] in <filename unknown>:0
at PartListCategories.TechTier.ExclusionCriteria (.AvailablePart aP) [0x00000] in <filename unknown>:0
at PartCategorizer+. (.AvailablePart ) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.Any[AvailablePart] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
at PartCategorizer.Setup () [0x00000] in <filename unknown>:0
at EventVoid.Fire () [0x00000] in <filename unknown>:0
at EditorPanels.ShowPartsList () [0x00000] in <filename unknown>:0
at EditorLogic.StartEditor (Boolean isRestart) [0x00000] in <filename unknown>:0
at EditorLogic.Start () [0x00000] in <filename unknown>:0

...which looks like a problem with RDTechTree.

I would first make sure that you can repeat the problem with your current setup when you create a new game. Then, either update the mods I mentioned to 1.0.4 compatible versions or remove them and see if the problem is sorted...

I removed Community Tech Tree and it started working again. Cheers!

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...