Jump to content

DLLs missing with tweakscale


Recommended Posts

1 hour ago, arandomgamer8 said:

when trying to install tweak scale i always get this error message https://prnt.sc/RneyRyL6_tK4. I have tried installing via ckan and manually. here are my logs https://pastebin.com/CqaALPu0

It's that old KSP's Assembly Resolver bug again.

[EXC 18:16:50.509] TypeLoadException: Could not load type of field 'LmpClient.Base.HarmonyPatcher:HarmonyInstance' (0) due to: Could not load file or assembly '0Harmony,
 Version=2.0.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:0Harmony, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null type:<unknow
n type> member:(null) signature:<none>
        UnityEngine.DebugLogHandler:LogException(Exception, Object)
        ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
        UnityEngine.GameObject:AddComponent(Type)
        AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)
        AddonLoader:StartAddons(Startup)
        <LoadObjects>d__90:MoveNext()
        UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
        <CreateDatabase>d__71:MoveNext()
        UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
        GameDatabase:StartLoad()
        <LoadSystems>d__11:MoveNext()
        UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
        LoadingScreen:Start()

You need to install 0Harmony, so LmpClient (whatever it is) will be loaded without triggering that KSP bug I mentioned above.

Link to comment
Share on other sites

  • 1 year later...


I have same problem,here are my logs
[WRN 16:28:37.996] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\ArcAerospace\patches\000_CleanUp.cfg'.
[WRN 16:28:37.996] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\ArcAerospace\patches\001_CommonDefinitions.cfg'.
[WRN 16:28:37.996] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\ArcAerospace\patches\010_ScaleTypes.cfg'.
[WRN 16:28:37.997] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\ArcAerospace\patches\020_ScaleExponents.cfg'.
[WRN 16:28:37.997] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\ArcAerospace\patches\030_ScaleBehaviors.cfg'.
[WRN 16:28:37.999] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\MechJeb\patches\001_CommonDefinitions.cfg'.
[WRN 16:28:37.999] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\MechJeb\patches\010_ScaleTypes.cfg'.
[WRN 16:28:38.000] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\MechJeb\patches\020_ScaleExponents.cfg'.
[WRN 16:28:38.000] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\MechJeb\patches\030_ScaleBehaviors.cfg'.
[WRN 16:28:38.000] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\MechJeb\patches\MechJeb-Legacy_TweakScale.cfg'.
[WRN 16:28:38.002] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\TarsierSpaceTech\patches\001_CommonDefinitions.cfg'.
[WRN 16:28:38.003] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\TarsierSpaceTech\patches\010_ScaleTypes.cfg'.
[WRN 16:28:38.003] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\TarsierSpaceTech\patches\030_ScaleBehaviors.cfg'.
[WRN 16:28:38.003] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Multipass\TarsierSpaceTech\patches\TarsierSpaceTech-Legacy_TweakScale.cfg'.
[WRN 16:28:38.010] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\OPT\Legacy\010_ScaleTypes.cfg'.
[WRN 16:28:38.017] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\OPT\Main\patches\010_ScaleTypes.cfg'.
[WRN 16:28:38.072] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Rockets\RealEngines\patches\000_CleanUp.cfg'.
[WRN 16:28:38.072] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Rockets\RealEngines\patches\001_ScaleExponents.cfg'.
[WRN 16:28:38.073] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\Rockets\RealEngines\patches\RealEngines-Legacy_TweakScale.cfg'.
[WRN 16:28:38.081] Cannot create config from file 'D:\Steam\steamapps\common\Kerbal Space Program\GameData\TweakScaleCompanion\SMCE\LShipPartsRequired\patches\020_ScaleExponents.cfg'.

Link to comment
Share on other sites

3 hours ago, Kostyumbs said:

I have same problem,here are my logs

Hi.

Sorry, but pasting part of the log is not enough. We need the full KSP.log that, almost all the times, it soo big to be posted on Forum anyway.

Please publish it on dropbox or similar service, and then I will be able to inspect it. You surely was bitten by the nasty KSP's Assembly Loader/Resolver bug, and only the full log will help me to pinpoint who is the one borking on this.

Link to comment
Share on other sites

9 hours ago, Kostyumbs said:

so is there anything about this to be done?

Yes. You can publish your KSP.log on drobox and post the link here, so I can see who is borking on you. :)

Link to comment
Share on other sites

7 minutes ago, Kostyumbs said:

alright so i reinstalled all my mods and now only 1 problem shows up  tweak scale has 1 fatal problem,as i see it can be fixed, i only dont know how((((Notepad_ibnfa5im6l.png

By publishing the KSP.log, one would be able to inspect it and exactly pinpointing the cause of the problem - saving you all the hassle of reinstalling the whole shebang! :)

Even the **FATAL** problems are only diagnosed by inspecting the KSP.log, where who had patched the victim (and when) are logged and, so, the information can be used to check who is borking on you.

For your luck, some other user had already published their KSP.log with this same part flagged, so we already know what's happening.

You will find the answer on TweakScale's thread:

 

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...