ihsoft / KIS

Kerbal Inventory System
Other
110 stars 51 forks source link

[ERR xx:xx:xx.xxx] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.* #389

Open sparcmoonlight opened 3 years ago

sparcmoonlight commented 3 years ago

Hi, i found in my KSP loggings an [ERR] depends on KIS installation. KIS v1.28: [ERR xx:xx:xx.xxx] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.4, Culture=neutral, PublicKeyToken=null KIS v1.23: [ERR xx:xx:xx.xxx] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.0, Culture=neutral, PublicKeyToken=null

I cannot find any forum or issue report about this topic. So i will ask you directly. Cause this error any risk at runtime (i notice no issue till now)? Is it maybe a artefact of old coding and API functions not in use?

I also check the data structure of the KSP game directory. The dll exists only in this mod folder, so error don't caused by double loading of the dll.

full log of a start up: KSP.log

I try it with an old 1.10 installation and a poor 1.11 (only KIS as mod) Kerbal Space Program - 1.10.1.2939 Kerbal Space Program - 1.11.1.3066

ihsoft commented 3 years ago

This is happening due to game tries to resolve the utility DLL as a mod, but it's not a mod. It doesn't have any bad consequences to the game.