[go: up one dir, main page]

Skip to content

system.reflection.reflectiontypeloadexception error dll #259

Closed Answered by Lisias
Pgabrielmnecraft asked this question in Support
Discussion options

You must be logged in to vote

Hi, @Pgabrielmnecraft . Found the problem.

You was bitten by a nasty KSP bug on a thingy called Assembly.Resolver. It's the thing that loads DLLs from your GameData. The bug is that once a DLL fails to be loaded (by any reason, as a faulty dependency or being compiled by something Mono does not understand), everything else fails to be loaded later, no matter being fine or not.

What happens is that TweakScale, aware of the problem, yells when it doesn't find its own DLLs, so you can do something about instead of loading the savegame and being screwed up by loading lots of things with missing PartModules.

So, usually, the first occurrence of the TypeLoadException on the KSP.log tells us wha…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Lisias
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Lisias
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants