Jump to content

The construction in the hangars is not working


Recommended Posts

I was installing mods as usual and the error of missing dll file started to occur: Ksp.io.Hierarchy 1 tweakscale

And in the game itself, it was not possible to load the saved building, or somehow modify the added parts. It was also impossible to leave the hangar, and the way out is to exit the game. When deleting new mods, the error remained

Log --> https://drive.google.com/file/d/1bs4JdJrSB7t0Uz6Sel2S7wxe6nba5vmb/view?usp=drive_link

Edited by FLARMIX
Amend to add link for log
Link to comment
Share on other sites

Looks like you're missing at least one dependency:

[ERR 11:45:54.853] AssemblyLoader: Exception loading 'PhotonSail': System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
 at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
 at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
 at AssemblyLoader.LoadAssemblies () [0x000e6] in <4b449f2841f84227adfaad3149c8fdba>:0

Additional information about this exception:

System.IO.FileNotFoundException: Could not load file or assembly 'Interstellar_Redist, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'Interstellar_Redist, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null'

Also, for some reason, it's loading your oldest ModuleManager rather than the newest. Consider installing only the latest version:

[LOG 11:45:54.928] [AddonLoader]: Instantiating addon 'ModuleManager' from assembly 'ModuleManager'
[LOG 11:45:54.936] [ModuleManager] version 4.1.3.0 at D:\Games\Kerbal Space Program\GameData\ModuleManager.4.1.3.dll won the election against
Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.1.dll 
Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.2.dll 
Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.3.dll 

This looks like the error you mentioned. I don't know what it means, but posting in case someone else does:

[LOG 11:46:05.927] [KSPe.Light.TweakScale] Version 2.5.4.4 /L for TweakScale
[LOG 11:46:05.943] [KSPe] CKAN was detected on this KSP instalment using alternative dataset.
[LOG 11:46:05.959] [TweakScale] Version 2.4.8.6 /L
[LOG 11:46:05.960] [KSPe.Binder] Hooked.
[LOG 11:46:06.133] [TweakScale] ERROR: System.TypeInitializationException: The type initializer for 'KSPe.IO.Hierarchy`1' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Version`1' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 
  at KSPe.Util.SystemTools+Type+Find.ByQualifiedName (System.String qn) [0x00039] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.Util.SystemTools+Type+Find.By (System.String ns, System.String name) [0x0000c] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.Util.SystemTools+Reflection+Version`1[T]..cctor () [0x0000f] in <4596164eec694c33b823d99d5882d3b1>:0 
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
  at KSPe.IO.Hierarchy`1[T].calculateTypeRoot () [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.IO.Hierarchy`1[T].CalculateTypeRoot () [0x00022] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.IO.Hierarchy`1[T]..ctor (KSPe.IO.Hierarchy hierarchy) [0x00007] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.IO.Hierarchy`1[T]..cctor () [0x0000a] in <4596164eec694c33b823d99d5882d3b1>:0 
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
  at KSPe.Util.SystemTools+Assembly+Loader`1[T].TryPath (System.String path, System.String[] subdirs) [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.Util.SystemTools+Assembly+Loader.buildSearchPath (System.String[] subdirs) [0x00018] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.Util.SystemTools+Assembly+Loader..ctor (System.String[] subdirs) [0x0001b] in <4596164eec694c33b823d99d5882d3b1>:0 
  at KSPe.Util.SystemTools+Assembly+Loader`1[T]..ctor (System.String[] subdirs) [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 
  at TweakScale.Startup.Start () [0x00023] in <a0215a363ff4444b8af39cd776b22000>:0  at error:0
[ERR 11:46:06.134] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI

[ERR 11:46:06.135] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI

[LOG 11:46:06.135] [TweakScale] "Houston, we have a Problem!" about Missing DLLs was displayed. Missing class: The type initializer for 'KSPe.IO.Hierarchy`1' threw an exception.
[ERR 11:46:06.154] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI

[ERR 11:46:06.154] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI

[LOG 11:46:06.154] [TweakScale.WatchDog] Version 2.4.8.6 /L
[LOG 11:46:06.157] [TweakScale.WatchDog] **YOUR ATTENTION PLEASE!** This TweakScale™ packaging is not meant to be used under CKAN. It's usually a bad idea to do manual installings when using CKAN, futurelly this may break things for you! Please CKAN to install TweakScale™ on CKAN managed rigs.
Edited by HebaruSan
Link to comment
Share on other sites

6 hours ago, FLARMIX said:

I was installing mods as usual and the error of missing dll file started to occur: Ksp.io.Hierarchy 1 tweakscale

And in the game itself, it was not possible to load the saved building, or somehow modify the added parts. It was also impossible to leave the hangar, and the way out is to exit the game. When deleting new mods, the error remained

Log --> https://drive.google.com/file/d/1bs4JdJrSB7t0Uz6Sel2S7wxe6nba5vmb/view?usp=drive_link

As HebaruSan says, seems like you have a lot of stuff installed incorrectly.  I'd suggest nuking your mods and use CKAN instead.  I'd also suggest using Tweakscale Rescaled, as it has fewer of these bugs.

Link to comment
Share on other sites

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...