KSP-ModularManagement / KSPe

Extensions and utilities for Kerbal Space Program
http://ksp.lisias.net/add-ons/KSPAPIExtensions
Other
11 stars 5 forks source link

Search path does not exist error #47

Closed At1a closed 1 year ago

At1a commented 1 year ago

screenshot of error and log file attached. help would be greatly appreciated

KSP.log Screenshot (11)

Lisias commented 1 year ago

Hi. @At1a ! Sorry the delay, I got here by plain luck due another issue. Next time, please mention me on the issue using @Lisias , so github will warn me about.

About your case, you have your GameData messed up:

[LOG 21:21:07.319] AssemblyLoader: Loading assembly at F:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\GameData\ModuleManager.4.1.4.dll

You see, there's two GameData in your rig, one inside another!

Move everything from GameData/GameData to GameData, then delete the empty GameData/GameData and everything will be ok!

Cheers!

At1a commented 1 year ago

thank you! i did that but still the same error. here is the KSP.log

Lisias commented 1 year ago

Now it's a missing dependency, that it's triggering the infamous Assembly Loader/Resolver bug inside KSP.

[WRN 19:07:04.089] AssemblyLoader: Assembly 'HangerExtenderExtended' has not met dependency 'ToolbarController' V1.0.0
[WRN 19:07:04.089] AssemblyLoader: Assembly 'HangerExtenderExtended' is missing 1 dependencies

Install Toolbar Controller, or uninstall HangerExtenderExtended. This should fix your issue.