CYBUTEK / KerbalEngineer

Kerbal Engineer v1.0 (current in-development build).
227 stars 101 forks source link

ADDON BINDER: Cannot resolve assembly #156

Closed Krazy0 closed 3 years ago

Krazy0 commented 3 years ago

KSP.log I am getting this error message immediately at KSP launch, before the main menu. Same as below from KSP forum. Running KER 1.1.7.2 with KSP 1.10.1 on Win 10. Log attached.

_On 11/15/2019 at 5:11 PM, linuxgurugamer said: KER 1.1.7.1, in a 1.8.1 game

Getting the following errors:

ADDON BINDER: Cannot resolve assembly: KerbalEngineer.Unity, Culture=neutral, PublicKeyToken=null

ADDON BINDER: Cannot resolve assembly: KerbalEngineer.Unity, Culture=neutral, PublicKeyToken=null Quick n dirty solution is to rename the KerbalEngineer.Unity.dll to +KerbalEngineer.Unity.dll

Better solution is to add the following to the AssemblyInfo.cs:

[assembly: KSPAssemblyDependency("KerbalEngineer.Unity", 1, 0)]_

TinyBigJacko commented 3 years ago

Noticed the same error in my log yesterday when debugging a totally different issue (related to MechJeb2 and ModuleManager, as it goes, but still this is worth fixing in KER, imho).

Same set of kit: (WindowsPlayer x64) en-us and KER 1.1.7.2

line 36 & 38 of log:

[ERR 17:15:44.746] ADDON BINDER: Cannot resolve assembly: KerbalEngineer.Unity, Culture=neutral, PublicKeyToken=null

[ERR 17:15:44.746] ADDON BINDER: Cannot resolve assembly: KerbalEngineer.Unity, Culture=neutral, PublicKeyToken=null KSP.zip (sorry 'bout the zip; wouldn't let me upload the raw .log file for some reason).

Krazy0 commented 3 years ago

reference to original post: https://github.com/jrbudda/KerbalEngineer/issues/52

Open over a year now...

Krazy0 commented 3 years ago

Error resolved in KER 1.1.8.3