Jump to content

[KSP >= 1.3.0] TweakScale - Under Lisias' Management - 2.4.7.6 - 2024-0322


Lisias

Recommended Posts

51 minutes ago, pmborg said:

Yes, I am testing first with existent antennas:

For example I noticed that this works with Communotron 16:

TweakScale\patches\Squad\Squad_Util.cfg:@PART[longAntenna] // Communotron 16   (Have already the set described above)

99S2StR.png

The antenna rating was indeed scaled, but no new info/update from "Antenna Helper" mod, this means that something is missing?

I don't have an answer for that at the moment. What I can say for sure is that the Antenna Rating is being scaled correctly, see:

sM0hbln.png

I scaled the Communotron 16 to 400%, and got a Anternna Rating of 8M (as expected, as this thing scales quadratically). On the left, one unscaled for comparison.

I would need to check Antenna Helper source code to be sure, but on a first glance, it appears that Antenna Helper is using the prefab data, not the part's data. TweakScale only acts on the living part, the prefab remains untouched (as it should, otherwise I would be mangling with every craft on the game, and not only the editing one).

Link to comment
Share on other sites

@linuxgurugamer and @Lisias

At the end of the day, after doing a Concord for Mach 4.8 and for 130 pax, now I got time to figure out what is going on :)

After looking to the code at file: AntennaHelper\AHEditor.cs  public void CreateAntennaList () everything make sense!

This CreateAntennaList is done before, and when we are using tweakscale to scale an antenna, it don't reflect immediately,  but if we remove the antenna after scale/upgrade and put back again into the airplane all status are refreshed in AntennaHelper Mod!

mM7aVvv.png

Thankyou Lisias for your time to explain how can I scale the Antennas and thankyou linuxgurugamerLinux for your time :)

 

 

Edited by pmborg
Link to comment
Share on other sites

3 minutes ago, pmborg said:

After looking to the code at file: AntennaHelper\AHEditor.cs  public void CreateAntennaList () everything make sense!

This CreateAntennaList is done before, and when we are using tweakscale to scale an antenna, it don't reflect immediately,  but if we remove the antenna after scale/upgrade and put back again in to airplane all status are refreshed in AntennaHelper Mod!

Hooking up the CreateAntennaList into the OnEditorShipModified event would fix the issue so! :)

Link to comment
Share on other sites

1 hour ago, AdmiralSirJohn said:

Forgive me for dredging up old info, but I just want to be sure about this.

Is it safe to ignore the Kraken Food warning if running 1.8.1?

Red Warnings are never really safe to ignore. There's a chance nothing too bad will happen, but there's also a chance that something really nasty will happen (as static scenario blowing up and trashing the savegame!).

Yellow Warnings are things that you will not exactly like, but other than annoying you they are pretty safe to go on. Something bad has been detected and prevented, but it had cost you some feature (i.e., you can use the part, but can't scale it until I fix or implement something).

An old TweakScale version preventively issued a Red Houston when running on KSP 1.8.x, as I misdiagnosed a problem that, in reality, wasn't on TweakScale neither was dangerous. This is the only Red Houston I'm aware it's safe to ignore, but again, it's on a old TweakScale version and you really should be using the latest one. If something on the latest one is preventing you to use it, it's a bug and I ask you to report it so I fix it for you. ;) 

Edited by Lisias
kinda of typo.
Link to comment
Share on other sites

On 1/21/2020 at 8:49 PM, Lisias said:

Red Warnings are never really safe to ignore. There's a chance nothing too bad will happen, but there's also a chance that something really nasty will happen (as static scenario blowing up and trashing the savegame!).

Yellow Warnings are things that you will not exactly like, but other than annoying you they are pretty safe to go on. Something bad has been detected and prevented, but it had cost you some feature (i.e., you can use the part, but can't scale it until I fix or implement something).

An old TweakScale version preventively issued a Red Houston when running on KSP 1.8.x, as I misdiagnosed a problem that, in reality, wasn't on TweakScale neither was dangerous. This is the only Red Houston I'm aware it's safe to ignore, but again, it's on a old TweakScale version and you really should be using the latest one. If something on the latest one is preventing you to use it, it's a bug and I ask you to report it so I fix it for you. ;) 

Would a link to my ksp.log file help?

https://www.dropbox.com/s/bq3qypwt3ztnogz/ksp.log?dl=0

Link to comment
Share on other sites

50 minutes ago, AdmiralSirJohn said:

Would a link to my ksp.log file help?

https://www.dropbox.com/s/bq3qypwt3ztnogz/ksp.log?dl=0

Considerably. :) Let's crack this nut:

[LOG 18:55:40.295] [TweakScale] ERROR: **FATAL** Part KhiSP.SZ (KhiSP-SZ) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 18:55:40.298] [TweakScale] ERROR: **FATAL** Part KhiSP.SZ (KhiSP-SZ) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).

It appears to be not that bad, just two fatalities... On the same part??? Boy, this is a new! Congrats! :)

Double patching (i.e., patches being applied twice, rendering the part with two TweakScale sections) are common, but DOUBLED PART with DOUBLE PATCHING (each), this is a new!

Well... Lets check what's happening:

[LOG 18:48:08.196] DragCubeSystem: Creating drag cubes for part 'KhiSP.SZ'
[LOG 18:48:23.726] DragCubeSystem: Creating drag cubes for part 'KhiSP.SZ'
[LOG 18:55:40.295] [TweakScale] WARNING: **FATAL** Found a showstopper problem on KhiSP.SZ (KhiSP-SZ).
[LOG 18:55:40.295] [TweakScale] ERROR: **FATAL** Part KhiSP.SZ (KhiSP-SZ) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 18:55:40.298] [TweakScale] WARNING: **FATAL** Found a showstopper problem on KhiSP.SZ (KhiSP-SZ).
[LOG 18:55:40.298] [TweakScale] ERROR: **FATAL** Part KhiSP.SZ (KhiSP-SZ) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 18:55:48.388] [Filter Extensions 3.2.0.3]: KhiSP.SZ duplicated part key in part path dictionary

Hummm No joy. This is every mention of "KhiSP.SZ" on your log. We can see two lines about creating drag cubes for the part (when there should be only one). The last line also pinpoints the problem, Filter Extensions are also complaining about.

However... I just remembered that dots on the name became underscores on patches! This is the reason the first log excerpt didn't have any mention for the part being loaded and patched! (I'm getting old! :P) so, let's try again:

[LOG 18:46:10.961] Load(Model): Contares/Parts/SolarPanel/KhiSP_SZ
[LOG 18:46:12.415] Load(Model): Contares_KHI/Parts/KhiNa/KhiSP_SZ
[LOG 18:47:56.165] Config(PART) Contares/Parts/SolarPanel/KhiSP_SZ/KhiSP_SZ
[LOG 18:47:56.170] Config(@PART[KhiSP_SZ]) Contares/Patches/Contares_CORE_TweakScale/@PART[KhiSP_SZ]
[LOG 18:47:56.177] Config(PART) Contares_KHI/Parts/KhiNa/KhiSP_SZ/KhiSP_SZ
[LOG 18:47:56.178] Config(@PART[KhiSP_SZ]) Contares_KHI/Patches/CONTARES_KHI_TweakScale/@PART[KhiSP_SZ]
[LOG 18:43:10.047] Applying update Contares/Patches/Contares_CORE_TweakScale/@PART[KhiSP_SZ] to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:43:10.047] Applying update Contares/Patches/Contares_CORE_TweakScale/@PART[KhiSP_SZ] to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:43:10.685] Applying update Contares_KHI/Patches/CONTARES_KHI_TweakScale/@PART[KhiSP_SZ] to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:43:10.685] Applying update Contares_KHI/Patches/CONTARES_KHI_TweakScale/@PART[KhiSP_SZ] to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:43:51.019] Applying update WarpPlugin/Patches/SolarPanels/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]:HAS[#chargeRate[>0]]]:FOR[WarpPlugin] to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:43:51.028] Applying update WarpPlugin/Patches/SolarPanels/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]:HAS[#chargeRate[>0]]]:FOR[WarpPlugin] to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:02.813] Applying update B9PartSwitch/CopyEventsPropagator/@PART:FOR[zzzzzz-B9PartSwitch] to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:02.839] Applying update B9PartSwitch/CopyEventsPropagator/@PART:FOR[zzzzzz-B9PartSwitch] to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:03.923] Applying update InterstellarFuelSwitch/PatchManager/ActiveMMPatches/IntegratedDecoupler/@PART[*]:FINAL to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:03.942] Applying update InterstellarFuelSwitch/PatchManager/ActiveMMPatches/IntegratedDecoupler/@PART[*]:FINAL to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:06.626] Applying update WarpPlugin/Patches/OreTanksFix/@PART[*]:FINAL to Contares/Parts/SolarPanel/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:44:06.660] Applying update WarpPlugin/Patches/OreTanksFix/@PART[*]:FINAL to Contares_KHI/Parts/KhiNa/KhiSP_SZ.cfg/PART[KhiSP_SZ]
[LOG 18:48:08.160] PartLoader: Compiling Part 'Contares/Parts/SolarPanel/KhiSP_SZ/KhiSP_SZ'
[LOG 18:48:08.189] PartLoader: Part 'Contares/Parts/SolarPanel/KhiSP_SZ/KhiSP_SZ' has no database record. Creating.
[LOG 18:48:23.690] PartLoader: Compiling Part 'Contares_KHI/Parts/KhiNa/KhiSP_SZ/KhiSP_SZ'
[LOG 18:48:23.719] PartLoader: Part 'Contares_KHI/Parts/KhiNa/KhiSP_SZ/KhiSP_SZ' has no database record. Creating.

Gotcha!

You have two parts with the same name on two different directories:

[LOG 18:46:10.961] Load(Model): Contares/Parts/SolarPanel/KhiSP_SZ
[LOG 18:46:12.415] Load(Model): Contares_KHI/Parts/KhiNa/KhiSP_SZ
....
[LOG 18:47:56.165] Config(PART) Contares/Parts/SolarPanel/KhiSP_SZ/KhiSP_SZ
[LOG 18:47:56.170] Config(@PART[KhiSP_SZ]) Contares/Patches/Contares_CORE_TweakScale/@PART[KhiSP_SZ]
[LOG 18:47:56.177] Config(PART) Contares_KHI/Parts/KhiNa/KhiSP_SZ/KhiSP_SZ
[LOG 18:47:56.178] Config(@PART[KhiSP_SZ]) Contares_KHI/Patches/CONTARES_KHI_TweakScale/@PART[KhiSP_SZ]

And each part is being double patched because there're two sets of patches being applied to each one.

There's something on Contares_KHI in need to be fixed, I think, as the Contares Core should have precedence. Another possibility is that Contares Core "donated" a part to KHI (or vice versa), and when you updated, you didn't deleted the old files, and so a rogue oldie was left behind playing havoc.

Delete completely Contares and Contares_KHI and see if the double patching on doubled parts vanishes. If this fixes your problem, it was a mishap on the installation. If the problem is still there, you will need to reach Contares and/or Contares KHI maintainer and submit a bug report.

(Contares KHI is another new for me, I didn't knew it!)

Cheers.

 

Link to comment
Share on other sites

Dude, my apologies! I didn't noticed your follow up, just did it now! Sorry! :blush:

On 1/15/2020 at 7:44 AM, Maxi-Mio said:

Google is bitting you too? Here, I had to deactivate almost everything from that guys. Even the Calendar misbehave once, and I missed a meeting!

Well, these yellow warnings are annoyances, not problems. That 9 parts are things that I need to fix, but as the time passed, I had postponed due issues on real life, and then holidays, and them more real life (as having to deliver a PoC for an important project), etc. The next holidays are near and if I manage to get keep myself out of trouble, there's a good chance I will tackle at least some of them at that date (I prefer not to make too much promises, real life talks louder on the subject).

In a way or another, that patch I published on my last answer to you will "solve" your issue for sure. Just remember to put the patch in some place you will remember, as I eventually fix these thingies, you will need to delete the patch to get that 9 parts scalable.

Cheers!

Edited by Lisias
fixing a small detail
Link to comment
Share on other sites

Hi all

Ok, so I added KSP Interstellar Extended to my mods.
On startup, over half of them were throwing complaints, and then TweakScale came to me with a "Houston, We have a problem" message.

I removed a lot of random mods that came with KSPIE including itself, but I'm still having problems...
What happens now on startup:
A few assembly problems.
BDA can't find the foam graphics
Cannot find a part with module "(random part that may or may not be from KSPIE)"
(something) not compiled correctly
*main menu loads*
1EYuMIMWqXeuHfv7pLmxCveDwWQZ4xfa3?e=down

also here's the KSP.log

Will continue to play on an isolated save for now. Thanks a lot.

Edited by comicsansgreenkirby
Missing greeting
Link to comment
Share on other sites

1 hour ago, comicsansgreenkirby said:

Hi all

Ok, so I added KSP Interstellar Extended to my mods.
On startup, over half of them were throwing complaints, and then TweakScale came to me with a "Houston, We have a problem" message.

I removed a lot of random mods that came with KSPIE including itself, but I'm still having problems...
What happens now on startup:
A few assembly problems.
BDA can't find the foam graphics
Cannot find a part with module "(random part that may or may not be from KSPIE)"
(something) not compiled correctly
*main menu loads*
 

also here's the KSP.log

Will continue to play on an isolated save for now. Thanks a lot.

Wow. It's almost impossible to KSPIE be a source of problems because they don't patch their parts, they hard coded TweakScale on theirs patches. So the thing just works (or don't - but when something doesn't work on the spot, the developer usually notes and fix it). In every single situation in which KSPIE were involved, it was a problem somewhere else and KSPIE was caught on the splash damage.

In a way or another, let's crack this nut:

[LOG 16:41:56.290] [TweakScale] INFO: WriteDryCost Concluded : 744 parts found ; 0 checks failed ; 0 parts with hotfixes ; 0 parts with issues overruled ; 104 Show Stoppers found; 0 Sanity Check failed; 193 unscalable parts.

No Checks Failed, so I infer you added my patch above to shutup that pesky Yellow Warning. If I'm right, please remember where  you shoved that patch so you can delete it when I finally implement that features.

But that 104 Show Stoppers are an issue. It's highly unusual getting a high numbers of ShowStoppers nowadays, so it's probably some leftovers of a old add'on lingering around (or perhaps a new add'on installed wrongly - it happens even to me).

The listing of FATALities are on the spoiler:

Spoiler

[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-2 (SM-2 Stack Dual Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-3 (SM-3 Stack Triple Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-4 (SM-4 Stack Quad Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-25-125 (Rockomax Skeletal Structural Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part adapter-rad-0625 (S-MINI Radial Stack Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part adapter-rad-125 (S-MED Radial Stack Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part truss-circular-01 (Annular Modular Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-02 (Annular Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-03 (Annular Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-04 (Annular Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-adapter-01 (Annular Truss Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-adapter-02 (Annular Truss Adapter V2) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-docking-01 (Annular Truss Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-hex-01 (Hexa-Girder Modular Truss L1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-02 (Hexa-Girder Modular Truss M1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-03 (Hexa-Girder Modular Truss S1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-adapter-01 (Hexa-Girder Truss Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.206] [TweakScale] ERROR: **FATAL** Part truss-octo-01 (Octo-Girder Modular Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.207] [TweakScale] ERROR: **FATAL** Part truss-octo-02 (Octo-Girder Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-03 (Octo-Girder Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-04 (Octo-Girder Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-adapter-01 (Octo-Girder Modular Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-adapter-crew-01 (Octo-Girder Pressurized Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-angled-01 (Octo-Girder Modular Angular Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-angled-crew-01 (Octo-Girder Pressurized Angular Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-attach-01 (Octo-Girder Radial Attach Node) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-01 (Octo-Girder Pressurized Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-02 (Octo-Girder Pressurized Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-03 (Octo-Girder Pressurized Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.211] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-125 (Octo-Girder Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.211] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-25 (Octo-Girder Heavy Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-octo (Octo-Girder Octagonal Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-drone-01 (Octo-Girder Guidance Unit) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-hub-01 (Octo-Girder Modular Hub) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-hub-crew-01 (Octo-Girder Pressurized Hub) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.213] [TweakScale] ERROR: **FATAL** Part truss-spinal-01 (Spinal Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.213] [TweakScale] ERROR: **FATAL** Part truss-spinal-02 (Spinal Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-03 (Spinal Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-adapter-01 (Spinal Truss Series-3 Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-adapter-02 (Spinal Truss Series-2 Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-docking-01 (Spinal Truss Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part argon-0625-1 (ARK-MI-112 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-0625-2 (ARK-MI-56 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-0625-3 (ARK-MI-28 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-1 (ARH-1M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-2 (ARH-05M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-3 (ARH-1M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-25-1 (ARG-10M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-25-2 (ARG-5M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-25-3 (ARG-2M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-radial-0625-1 (A101 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-radial-125-1 (A102 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625-2 (GW7201 'Gyro-2' Lensed Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625-3 (GW3 'Triplet' Nested-Channel Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625 (GW0101 'Gyro-1' Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.218] [TweakScale] ERROR: **FATAL** Part ionXenon-0625-2 (FI-1124 'HI-SNAP' Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.218] [TweakScale] ERROR: **FATAL** Part ionXenon-0625-3 (FI-2154 'Jewel-4' Gridded Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.219] [TweakScale] ERROR: **FATAL** Part ionXenon-0625 (IX-8219 'AFTER' Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.220] [TweakScale] ERROR: **FATAL** Part mpdt-0625 (LF-1 'Charon' Magnetoplasmadynamic Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.220] [TweakScale] ERROR: **FATAL** Part mpdt-125 (LF-2 'Pyrios' Magnetoplasmadynamic Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part mpdt-25 (LF-9 'Colossus' Magnetoplasmadynamic Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part pit-0625 (KP-01 'Scintillator' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part pit-125 (KP-XL 'Inductor' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.222] [TweakScale] ERROR: **FATAL** Part pit-25 (KX-XK 'Repulsor' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.223] [TweakScale] ERROR: **FATAL** Part vasimr-0625 (VX-100 'Helicon' VASIMR Plasma Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part vasimr-125 (VW-200 'Magnotron' VASIMR Plasma Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part vasimr-25 (VW-10K 'Cyclotron' VASIMR Plasma Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part lithium-125-1 (LFT-B4 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-125-2 (LFT-B2 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-1 (LFT-A40 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-2 (LFT-A20 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-3 (LFT-A10 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part rcsblock-gridded-01 (IW-201 Gridded Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-hall-01 (SPZ-5167 Hall Effect RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-quad-01 (LiFt-4 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-quint-01 (LiFt-5 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-single-01 (LiFt-1 Magnetoplasmadynamic RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-triple-01 (LiFt-3 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-pulsedplasma-01 (KO-1 Pulsed Plasma RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part cryoseperator-25 (M-2 Cryogenic Gas Separator) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part gasspectrometer-01 (AIReS Atmospheric Sounder) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-1 (PB-XA24 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-2 (PB-XA12 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-3 (PB-XA06 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-1 (PB-Z08 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-2 (PB-Z04 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-3 (PB-Z02 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-radial-125-1 (PB-XR9 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part solarpanel-blanket-1 (OKEB-500 'Titan' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part solarpanel-blanket-2 (OKEB-100 'Gateway' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-25-1 (NIV-30 Curved Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-375-1 () has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-deploying-25-1 (SOL-A Expanding Curved Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x3-1 (K5K 1x3 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x4-1 (K7K 1x4 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x4-2 (K12K 1x4 Concentrating Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x5-1 (T14 1x5 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x5-2 (T22 1x5 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x1-1 (K55-XL 'Megalador' Advanced Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x1-2 (OKEB-15 'Solo' Blanket Photovoltaic Arrayy) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x3-1 (OKEB-45 'Trio' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-circular-1 (YF8 Circular Advanced Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-static-truss-1 (PX-STAT 1x4 Photovoltaic Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-static-truss-2 (PX-STAT 1x2 Photovoltaic Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).

 

Interestingly, most (if not all) the victims are Near Future. That ringed a bell:

[LOG 16:39:22.496] Config(@PART[adapter-125-0625-2]) TweakScale/patches/NFT_TweakScale/@PART[adapter-125-0625-2]
[LOG 16:39:22.549] Config(@PART[adapter-125-0625-2]) TweakScale/patches/NF/NFC_TweakScale/@PART[adapter-125-0625-2]

That's a bingo! :) TweakScale is an Add'On that should be completely deleted from the harddisk before applying a new version. Some patches are being phased out, others are moving to promote maintainability, and the new result is that by just applying a new version over the old, you risk having some oldie rogues playing havoc on your instalment.

Please delete every single TweakScale file from your instalment and install the latest TweakScale (2.4.3.10 at the moment) again. This will fix the issue.

 

Link to comment
Share on other sites

On 1/23/2020 at 10:37 PM, MD5Ray01 said:

Apologies for the second poke, but I was wondering about the patch that would hopefully help deal with the incredible number of warnings I had gotten after installing SM Marine and a few other mods.

And my apologies for had missed your follow up. TWICE. (sigh).

I'm finishing a post on other thread, then I will edit this post with your patch. Promise.

So this is a workaround for users of ore or more of the following SM Add'Ons:

  • SMI_FullSizedMarine
  • SMI_MissilesLaunchers
  • SM_Armory
  • SM_Aviation
  • SM_Industries
  • SM_Marine
  • SM_Stryker

The following patch will REMOVE TweakScale support for these parts, allowing you to safely use them when TweakScale is installed, besides losing the ability to scale them.

https://github.com/net-lisias-ksp/TweakScale/tree/dev/orthodox/Extras/TweakScale/Workarounds

I suggest downloading SMI-AddOns.cfg into GameData/__LOCAL/TweakScale/Workarounds so it can easily reached when needed and don't risk being deleted/overwritten on a Add'On update.

I made this from heart and didn't had time to properly test it. Please kick me here if something goes wrong.

Cheers!

 

Edited by Lisias
Added the Workaround link.
Link to comment
Share on other sites

18 hours ago, Lisias said:

Wow. It's almost impossible to KSPIE be a source of problems because they don't patch their parts, they hard coded TweakScale on theirs patches. So the thing just works (or don't - but when something doesn't work on the spot, the developer usually notes and fix it). In every single situation in which KSPIE were involved, it was a problem somewhere else and KSPIE was caught on the splash damage.

In a way or another, let's crack this nut:


[LOG 16:41:56.290] [TweakScale] INFO: WriteDryCost Concluded : 744 parts found ; 0 checks failed ; 0 parts with hotfixes ; 0 parts with issues overruled ; 104 Show Stoppers found; 0 Sanity Check failed; 193 unscalable parts.

No Checks Failed, so I infer you added my patch above to shutup that pesky Yellow Warning. If I'm right, please remember where  you shoved that patch so you can delete it when I finally implement that features.

But that 104 Show Stoppers are an issue. It's highly unusual getting a high numbers of ShowStoppers nowadays, so it's probably some leftovers of a old add'on lingering around (or perhaps a new add'on installed wrongly - it happens even to me).

The listing of FATALities are on the spoiler:

  Hide contents


[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-2 (SM-2 Stack Dual Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-3 (SM-3 Stack Triple Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-125-0625-4 (SM-4 Stack Quad Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.201] [TweakScale] ERROR: **FATAL** Part adapter-25-125 (Rockomax Skeletal Structural Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part adapter-rad-0625 (S-MINI Radial Stack Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part adapter-rad-125 (S-MED Radial Stack Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.202] [TweakScale] ERROR: **FATAL** Part truss-circular-01 (Annular Modular Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-02 (Annular Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-03 (Annular Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.203] [TweakScale] ERROR: **FATAL** Part truss-circular-04 (Annular Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-adapter-01 (Annular Truss Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-adapter-02 (Annular Truss Adapter V2) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-circular-docking-01 (Annular Truss Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.204] [TweakScale] ERROR: **FATAL** Part truss-hex-01 (Hexa-Girder Modular Truss L1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-02 (Hexa-Girder Modular Truss M1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-03 (Hexa-Girder Modular Truss S1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.205] [TweakScale] ERROR: **FATAL** Part truss-hex-adapter-01 (Hexa-Girder Truss Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.206] [TweakScale] ERROR: **FATAL** Part truss-octo-01 (Octo-Girder Modular Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.207] [TweakScale] ERROR: **FATAL** Part truss-octo-02 (Octo-Girder Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-03 (Octo-Girder Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-04 (Octo-Girder Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.208] [TweakScale] ERROR: **FATAL** Part truss-octo-adapter-01 (Octo-Girder Modular Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-adapter-crew-01 (Octo-Girder Pressurized Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-angled-01 (Octo-Girder Modular Angular Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.209] [TweakScale] ERROR: **FATAL** Part truss-octo-angled-crew-01 (Octo-Girder Pressurized Angular Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-attach-01 (Octo-Girder Radial Attach Node) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-01 (Octo-Girder Pressurized Truss XL) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-02 (Octo-Girder Pressurized Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.210] [TweakScale] ERROR: **FATAL** Part truss-octo-crew-03 (Octo-Girder Pressurized Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.211] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-125 (Octo-Girder Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.211] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-25 (Octo-Girder Heavy Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-docking-octo (Octo-Girder Octagonal Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-drone-01 (Octo-Girder Guidance Unit) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-hub-01 (Octo-Girder Modular Hub) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.212] [TweakScale] ERROR: **FATAL** Part truss-octo-hub-crew-01 (Octo-Girder Pressurized Hub) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.213] [TweakScale] ERROR: **FATAL** Part truss-spinal-01 (Spinal Modular Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.213] [TweakScale] ERROR: **FATAL** Part truss-spinal-02 (Spinal Modular Truss Mini) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-03 (Spinal Modular Truss Micro) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-adapter-01 (Spinal Truss Series-3 Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-adapter-02 (Spinal Truss Series-2 Adapter) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part truss-spinal-docking-01 (Spinal Truss Docking Connector) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.214] [TweakScale] ERROR: **FATAL** Part argon-0625-1 (ARK-MI-112 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-0625-2 (ARK-MI-56 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-0625-3 (ARK-MI-28 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-1 (ARH-1M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-2 (ARH-05M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-125-3 (ARH-1M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.215] [TweakScale] ERROR: **FATAL** Part argon-25-1 (ARG-10M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-25-2 (ARG-5M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-25-3 (ARG-2M Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-radial-0625-1 (A101 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.216] [TweakScale] ERROR: **FATAL** Part argon-radial-125-1 (A102 Argon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625-2 (GW7201 'Gyro-2' Lensed Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625-3 (GW3 'Triplet' Nested-Channel Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.217] [TweakScale] ERROR: **FATAL** Part ionArgon-0625 (GW0101 'Gyro-1' Hall Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.218] [TweakScale] ERROR: **FATAL** Part ionXenon-0625-2 (FI-1124 'HI-SNAP' Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.218] [TweakScale] ERROR: **FATAL** Part ionXenon-0625-3 (FI-2154 'Jewel-4' Gridded Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.219] [TweakScale] ERROR: **FATAL** Part ionXenon-0625 (IX-8219 'AFTER' Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.220] [TweakScale] ERROR: **FATAL** Part mpdt-0625 (LF-1 'Charon' Magnetoplasmadynamic Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.220] [TweakScale] ERROR: **FATAL** Part mpdt-125 (LF-2 'Pyrios' Magnetoplasmadynamic Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part mpdt-25 (LF-9 'Colossus' Magnetoplasmadynamic Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part pit-0625 (KP-01 'Scintillator' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.221] [TweakScale] ERROR: **FATAL** Part pit-125 (KP-XL 'Inductor' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.222] [TweakScale] ERROR: **FATAL** Part pit-25 (KX-XK 'Repulsor' Pulsed Inductive Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.223] [TweakScale] ERROR: **FATAL** Part vasimr-0625 (VX-100 'Helicon' VASIMR Plasma Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part vasimr-125 (VW-200 'Magnotron' VASIMR Plasma Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part vasimr-25 (VW-10K 'Cyclotron' VASIMR Plasma Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.224] [TweakScale] ERROR: **FATAL** Part lithium-125-1 (LFT-B4 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-125-2 (LFT-B2 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-1 (LFT-A40 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-2 (LFT-A20 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part lithium-25-3 (LFT-A10 Lithium Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.225] [TweakScale] ERROR: **FATAL** Part rcsblock-gridded-01 (IW-201 Gridded Ion Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-hall-01 (SPZ-5167 Hall Effect RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-quad-01 (LiFt-4 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.226] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-quint-01 (LiFt-5 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-single-01 (LiFt-1 Magnetoplasmadynamic RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-mpdt-triple-01 (LiFt-3 Magnetoplasmadynamic RCS Block) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part rcsblock-pulsedplasma-01 (KO-1 Pulsed Plasma RCS Thruster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part cryoseperator-25 (M-2 Cryogenic Gas Separator) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.227] [TweakScale] ERROR: **FATAL** Part gasspectrometer-01 (AIReS Atmospheric Sounder) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-1 (PB-XA24 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-2 (PB-XA12 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.228] [TweakScale] ERROR: **FATAL** Part xenon-125-3 (PB-XA06 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-1 (PB-Z08 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-2 (PB-Z04 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-25-3 (PB-Z02 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part xenon-radial-125-1 (PB-XR9 Xenon Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part solarpanel-blanket-1 (OKEB-500 'Titan' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.229] [TweakScale] ERROR: **FATAL** Part solarpanel-blanket-2 (OKEB-100 'Gateway' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-25-1 (NIV-30 Curved Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-375-1 () has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-curved-deploying-25-1 (SOL-A Expanding Curved Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x3-1 (K5K 1x3 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x4-1 (K7K 1x4 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.230] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x4-2 (K12K 1x4 Concentrating Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x5-1 (T14 1x5 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-1x5-2 (T22 1x5 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x1-1 (K55-XL 'Megalador' Advanced Solar Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x1-2 (OKEB-15 'Solo' Blanket Photovoltaic Arrayy) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.231] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-2x3-1 (OKEB-45 'Trio' Blanket Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-deploying-circular-1 (YF8 Circular Advanced Photovoltaic Array) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-static-truss-1 (PX-STAT 1x4 Photovoltaic Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 16:41:56.232] [TweakScale] ERROR: **FATAL** Part solarpanel-static-truss-2 (PX-STAT 1x2 Photovoltaic Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).

 

Interestingly, most (if not all) the victims are Near Future. That ringed a bell:


[LOG 16:39:22.496] Config(@PART[adapter-125-0625-2]) TweakScale/patches/NFT_TweakScale/@PART[adapter-125-0625-2]
[LOG 16:39:22.549] Config(@PART[adapter-125-0625-2]) TweakScale/patches/NF/NFC_TweakScale/@PART[adapter-125-0625-2]

That's a bingo! :) TweakScale is an Add'On that should be completely deleted from the harddisk before applying a new version. Some patches are being phased out, others are moving to promote maintainability, and the new result is that by just applying a new version over the old, you risk having some oldie rogues playing havoc on your instalment.

Please delete every single TweakScale file from your instalment and install the latest TweakScale (2.4.3.10 at the moment) again. This will fix the issue.

 

Thanks so much for the help. I'll go ahead and update TweakScale to see if it does in fact fix the issue.

It worked! I still have some weird exceptions and compiling problems in the background, but I guess I can just turn those off from the Debugging tab in the console. Thanks a lot.

Edited by comicsansgreenkirby
Update on testing KSP
Link to comment
Share on other sites

4 hours ago, Lisias said:

And my apologies for had missed your follow up. TWICE. (sigh).

I'm finishing a post on other thread, then I will edit this post with your patch. Promise.

So this is a workaround for users of ore or more of the following SM Add'Ons:

  • SMI_FullSizedMarine
  • SMI_MissilesLaunchers
  • SM_Armory
  • SM_Aviation
  • SM_Industries
  • SM_Marine
  • SM_Stryker

The following patch will REMOVE TweakScale support for these parts, allowing you to safely use them when TweakScale is installed, besides losing the ability to scale them.

https://github.com/net-lisias-ksp/TweakScale/tree/dev/orthodox/Extras/TweakScale/Workarounds

I suggest downloading SMI-AddOns.cfg into GameData/__LOCAL/TweakScale/Workarounds so it can easily reached when needed and don't risk being deleted/overwritten on a Add'On update.

I made this from heart and didn't had time to properly test it. Please kick me here if something goes wrong.

Cheers!

 

I'll try it out tonight and let you know how it is with an edit to this post.

Also, I'm trying to locate the folder specified, but I'm guessing I just need to create the Workarounds folder in the Tweakscale folder, correct?

Edited by MD5Ray01
Link to comment
Share on other sites

20 minutes ago, MD5Ray01 said:

Also, I'm trying to locate the folder specified, but I'm guessing I just need to create the Workarounds folder in the Tweakscale folder, correct?

Correct! It will be present on the next minor release.

Link to comment
Share on other sites

2 hours ago, MD5Ray01 said:

Apologies for the double post, but the patch cleared all but 63 errors (so it mostly worked).  I'm enclosing the log and a screen shot of the error screen.

Log: https://mega.nz/#!7gVgzYgT!mKps41wGOXD8LVnSUEonNurdCcuIViyIUxGYTpsW8Gg

Well.. A bug is a bug, even when it's on a bugfix. :P

Let's try again.

Well.. things are a bit hairy now.... :( This is the whoe log for one of the parts:

[LOG 17:37:38.482] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:37:38.528] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 17:39:18.903] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:39:42.170] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:39:42.230] Config(@PART[mediumDishAntenna]) TweakScale/patches/Squad/Squad_Util/@PART[mediumDishAntenna]
[LOG 17:34:18.810] Applying update BDArmory/MMPatches/000000_HitpointModule/@PART[*] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg/PART[mediumDishAntenna]
[LOG 17:34:20.273] Applying update LShipPartsRequired/LBP_tweakableComplete/@PART[medium*]:NEEDS[TweakScale] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg/PART[mediumDishAntenna]
[LOG 17:34:35.457] Applying update TweakScale/patches/Squad/Squad_Util/@PART[mediumDishAntenna] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg/PART[mediumDishAntenna]
[LOG 17:42:50.535] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 17:42:50.565] PartLoader: Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna' has no database record. Creating.
[LOG 17:42:50.569] DragCubeSystem: Creating drag cubes for part 'mediumDishAntenna'
[LOG 17:43:46.166] [TweakScale] WARNING: **FATAL** Found a showstopper problem on mediumDishAntenna (Communotron DTS-M1).
[LOG 17:43:46.166] [TweakScale] ERROR: **FATAL** Part mediumDishAntenna (Communotron DTS-M1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).

The key for it is 

[LOG 17:34:20.273] Applying update LShipPartsRequired/LBP_tweakableComplete/@PART[medium*]:NEEDS[TweakScale] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg/PART[mediumDishAntenna]

And it's a patch from LShipPartsRequired. (sigh). The safer option by now is to bluntly delete LShipPartsRequired/LBP_tweakableComplete.cfg .

[LOG 17:34:23.843] Applying update SM_Marine/Patches/SMM tweakable_MM/@PART[SmokeStack3]:NEEDS[TweakScale] to SM_Marine/Parts/SmokeStax/SmokeStack1.cfg/PART[SmokeStack3]
[LOG 17:34:24.057] Applying update SM_Marine/Patches/SMM tweakable_MM/@PART[SmokeStack*]:NEEDS[TweakScale] to SM_Marine/Parts/SmokeStax/SmokeStack1.cfg/PART[SmokeStack3]

You will need to delete too SM_Marine/Patches/SMM tweakable_MM.cfg.

These patches are double patching some stock parts, deleting TweakScale from these parts will hinder your game.

There're more, I will come back with the list soon, my time window for KSP is over by now. There's 61 more parts to check, and I thinking that by the end of the checklist, that previous patch of mine would be useless. :/

Edited by Lisias
uggh... my english skills dramatically decays as I get sleepy. =P
Link to comment
Share on other sites

I'm probably giving up at this point, but what I think I'm gonna do is move the SpannerMonkey mods onto a KSP 1.6.1 install I have archived on my HD and then see if that quiets the error messages from Tweakscale.  Either way, I'll let you know how it goes.

Link to comment
Share on other sites

7 hours ago, MD5Ray01 said:

I'm probably giving up at this point, but what I think I'm gonna do is move the SpannerMonkey mods onto a KSP 1.6.1 install I have archived on my HD and then see if that quiets the error messages from Tweakscale.  Either way, I'll let you know how it goes.

The easiest way out is to delete TweakScale patches from SM Add'Ons. Or to use them on a TweakScaleless KSP.

My original approach didn't worked out because some of that patches are being applied on stock parts, and trying to sorting them out is a nightmare (I knew there should be a reason I didn't did that before).

On the bright side, SM Add'Ons use ":NEEDS[TweakScale]" 

[LOG 17:39:42.125] Config(@PART[SmokeStack3]:NEEDS[TweakScale]) SM_Marine/Patches/SMM tweakable_MM/@PART[SmokeStack3]:NEEDS[TweakScale]

So if you have cygwin installed, the following commandline will pinpoint these files for you:

cat KSP\ 1\ 26\ 20.log | grep "\:NEEDS\[TweakScale\]" | grep -oP "Applying update (.+?)\/@" | sed -ne 's/Applying update //p' | sed -ne "s/\/@/.cfg/p" | sort -u

What in your KSP.log gives me:

BDArmory/MMPatches/BDA_Armor.cfg
LShipPartsRequired/LBP_tweakableComplete.cfg
Mk2Expansion/Patches/M2X_Tweakscale.cfg
Mk3Expansion/Patches/M3X_Tweakscale.cfg
RaginCaucasian/Parts/RaginCaucasian_TweakScale.cfg
RetroFuture/Patches/FSfuelSwitchTweakscale.cfg
RetroFuture/Patches/RF_TweakScale.cfg
SM_Marine/Parts/JClass/Patches/JClass_TS_MM.cfg
SM_Marine/Patches/JClass_TS_MM.cfg
SM_Marine/Patches/SMM tweakable_MM.cfg
SM_Marine/Patches/SMM_MissileTweakable.cfg

Of course, you don't want to delete the patches from unrelated Add'Ons, so delete only the ones from SM_Marine and LShipPartsRequired. :)

Interesting enough... I just realised this:

SM_Marine/Parts/JClass/Patches/JClass_TS_MM.cfg
SM_Marine/Patches/JClass_TS_MM.cfg

Usually, we use the same filename for related features, it's unusual that someone use the same name on two different things. So I think we have found the reason for so many duplications. Delete one of these two files on your KSP and fire it again. With a bit of luck, you will have a usable instalment!

Link to comment
Share on other sites

Well, things are looking up.  Removing one of the two named JClass patches knocked it down to 15 fatal errors.

PfHhYC0.png

log: https://mega.nz/#!P0kglS5C!R9tAaR1DX3kWhVY0tmBUyHO4Vm0J9mOaKVNJk5wOuFs

Hopefully this will allow us to get the last bits knocked out and get it up and running normally.

 

Edited by MD5Ray01
Link to comment
Share on other sites

On 1/28/2020 at 4:21 AM, MD5Ray01 said:

log: https://mega.nz/#!P0kglS5C!R9tAaR1DX3kWhVY0tmBUyHO4Vm0J9mOaKVNJk5wOuFs

Hopefully this will allow us to get the last bits knocked out and get it up and running normally.

Well, fifteen is manageable! :) Let's see what we have now:

[LOG 01:13:29.887] [TweakScale] ERROR: **FATAL** Part SecuBot16bad (SecuBot16bad) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.890] [TweakScale] ERROR: **FATAL** Part M50FixedAero (M50FixedAero) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.891] [TweakScale] ERROR: **FATAL** Part Single30TurretAlpha (Single 30 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.892] [TweakScale] ERROR: **FATAL** Part M30StreamlinedAero (SM30 Auto Cannon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.893] [TweakScale] ERROR: **FATAL** Part GeneralDynamicsXM301 (GD_XM301 Gatling) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.905] [TweakScale] ERROR: **FATAL** Part ClassicSspine1 (Classic S Spine 1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.905] [TweakScale] ERROR: **FATAL** Part ClassicSspine2 (Classic S Spine 2) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.905] [TweakScale] ERROR: **FATAL** Part ClassicSspine3 (Classic S Spine 3) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.905] [TweakScale] ERROR: **FATAL** Part P61BP3wing (P3 5.8mtr wing) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.905] [TweakScale] ERROR: **FATAL** Part P61BP3wingElevon (P3 wing Elevon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.907] [TweakScale] ERROR: **FATAL** Part P61Bwing (P61Bwing) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.907] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS2 (Warbird Air brake) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.907] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS2A (Warbird Air brake size2A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).
[LOG 01:13:29.907] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS1 (Warbird Air brake size 1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ).

Weirdly, there're only 14 above. :confused: Let's proceed.

What follows is more for my own control than anything, but I think it will be interesting to anyone willing to learn his/her way on the Arcane Art of Log Munching :).

I need to get these names in order to make the patch, but I also need to check first who are patching them. So the following UNIX command lines will help us on the task:

> Give me the part names only, one by line (use "| wc -l" on the end to count them!")
cat KSP\ 1\ 28\ 2020.log | grep "\*\*FATAL" | grep "ERROR" | grep -Po '^.+ Part \K(\S+)'
echo $parts

SecuBot16bad M50FixedAero Single30TurretAlpha M30StreamlinedAero GeneralDynamicsXM301 ClassicSspine1 ClassicSspine2 ClassicSspine3 P61BP3wing P61BP3wingElevon P61Bwing P61FighterBrakeS2 P61FighterBrakeS2A P61FighterBrakeS1


> Who are the one patching them?
export parts=$(cat KSP\ 1\ 28\ 2020.log | grep "\*\*FATAL" | grep "ERROR" | grep -Po '^.+ Part \K(\S+)')
{ for p in $parts; do cat KSP\ 1\ 28\ 2020.log | grep $p | grep -oP "Applying update (.+?)\/@" | sed -ne 's/Applying update //p' | sed -ne "s/\/@/.cfg/p" ; done } | sort -u

BDArmory/MMPatches/000000_HitpointModule.cfg
MechJeb2/Parts/MechJebNoCommandPod.cfg
SM_Armory/Patches/tweakscale.cfg
SM_Stryker/Patches/Stryker_DCK_MM.cfg
SM_Stryker/Patches/TS_Stryk_MM.cfg
SafeBrakes/Plugins/PartModule.cfg

These are the patches that involved themselves on the parts affected. The problem is in one of them, but historically, we already know that the source of the glitches is SM_Armory and/or SM_Stryker, because BDArmory and MechJeb2 I had cleared out from previous testings.

The SafeBreaks will be a innocent paying for the culprits, however. As I issue the patch to get rid of the mess, I will clean up TweakScale from the SafeBreaks parts involved too.

Well, it's a choice. If by some reason you decide that losing scaling for the SafeBreaks parts involved (and only the parts involved) are unacceptable, by deleting the SM_Armory/Patches/tweakscale.cfg and/or SM_Stryker/Patches/TS_Stryk_MM.cfg you will solve the issue (at expense of all that parts that was patched right, but will be no more).

If you can live without scaling that SafeBreaks, let's proceed.

Shove this patch somewhere on your GameData (I suggest GameData/__LOCAL/TweakScale/Workarounds):

@PART[SecuBot16bad,M50FixedAero,Single30TurretAlpha,M30StreamlinedAero,GeneralDynamicsXM301,ClassicSspine1,ClassicSspine2,ClassicSspine3,P61BP3wing,P61BP3wingElevon,P61Bwing,P61FighterBrakeS2,P61FighterBrakeS2A,P61FighterBrakeS1]:FINAL
{
	-MODULE[TweakScale],* { }
}

This is a custom patch made for your instalment, it's not a general fix. And it have some gotchas:

  • The craft and savegames files will be kinda "tied" to these patches. By sharing crafts and savegames, you will need to provide these stunts too, or the other guy will get that Houstons too.
  • Adding more workarounds can cause you problems later, as parts that were being scaled suddenly will be not, and anything using a part that used to be scalable and now is no more will be messed up (including the living crafts on the savegame file!!).
    • When we withdraw TweakScale from a part, every single living instance of that part will be sized to the default size no matter what. Pretty messy on flying crafts
    • Once you load the savegame, the damage is done and is terribly hard to hot fix. Use S.A.V.E. just in case.
  • Removing the workarounds, however, is safe. Once we manage to really fix SMI Add'Ons, you can safely delete these stunts and everything will just works.
Edited by Lisias
Forgot commas on the patch. And now I fixed the unholy spaces.
Link to comment
Share on other sites

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