Jump to content

Kopernicus not Working


Recommended Posts

KSP:  1.12.3 Windows 64-bit

Problem: Kopernicus won't load any planet packs

Mods Installed:

Kopernicus v2:release-1.12.1-70

ModularFlightIntegrator v1.2.10.0

ModuleManager v4.2.1

Reproduction Steps:

Install any planet pack using CKAN

Start KSP

Wait for Kopernicus error to show up

Log:

https://drive.google.com/file/d/1A0MXnkOcRqOkkWqv3FJaYwpYhhDtTiFM/view?usp=sharing

Link to comment
Share on other sites

1 hour ago, SpacePerson said:

SigmaBinary and SigmaDimensions are throwing exceptions on load. They seem to be trying to talk to the wrong version of Kopernicus.

[ERR 08:37:20.237] AssemblyLoader: Exception loading 'SigmaBinary': 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 <39c0323fb6b449a4aaf3465c00ed3c8d>:0 

Additional information about this exception:

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

[ERR 08:37:20.241] AssemblyLoader: Exception loading 'SigmaDimensions': 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 <39c0323fb6b449a4aaf3465c00ed3c8d>:0 

Additional information about this exception:

 System.TypeLoadException: Could not resolve type with token 01000014 (from typeref, class/assembly Kopernicus.IParserEventSubscriber, Kopernicus.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 0100003c (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

Try removing those.

You also apparently have an ancient version of KSP-AVC, only compatible with KSP 1.2–1.3, which is throwing lots (thousands?) of exceptions:

[EXC 08:37:36.809] TypeLoadException: Could not resolve type with token 01000024 (from typeref, class/assembly KSP_AVC.Addon, KSP-AVC, Version=1.1.6.2, Culture=neutral, PublicKeyToken=null)
	UnityEngine.DebugLogHandler:LogException(Exception, Object)
	ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
	UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)

Try removing that, too.

Link to comment
Share on other sites

1 hour ago, HebaruSan said:

SigmaBinary and SigmaDimensions are throwing exceptions on load. They seem to be trying to talk to the wrong version of Kopernicus.

[ERR 08:37:20.237] AssemblyLoader: Exception loading 'SigmaBinary': 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 <39c0323fb6b449a4aaf3465c00ed3c8d>:0 

Additional information about this exception:

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 01000028 (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

[ERR 08:37:20.241] AssemblyLoader: Exception loading 'SigmaDimensions': 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 <39c0323fb6b449a4aaf3465c00ed3c8d>:0 

Additional information about this exception:

 System.TypeLoadException: Could not resolve type with token 01000014 (from typeref, class/assembly Kopernicus.IParserEventSubscriber, Kopernicus.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

 System.TypeLoadException: Could not resolve type with token 0100003c (from typeref, class/assembly Kopernicus.Configuration.BaseLoader, Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)

Try removing those.

You also apparently have an ancient version of KSP-AVC, only compatible with KSP 1.2–1.3, which is throwing lots (thousands?) of exceptions:

[EXC 08:37:36.809] TypeLoadException: Could not resolve type with token 01000024 (from typeref, class/assembly KSP_AVC.Addon, KSP-AVC, Version=1.1.6.2, Culture=neutral, PublicKeyToken=null)
	UnityEngine.DebugLogHandler:LogException(Exception, Object)
	ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
	UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)

Try removing that, too.

Ok, I just removed those three things, wish me luck. I also installed a later version of KSP-AVC. I don't actually recall installing KSP-AVC, so uh... yeah

Edited by SpacePerson
Forgot something
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...