Jump to content

Lisias

Members
  • Posts

    7,396
  • Joined

  • Last visited

Everything posted by Lisias

  1. I think something is missing on your installment [WRN 17:28:57.516] Warning on PartSubtype LR89-7 on module ModuleB9PartSwitch (moduleID='engineSwitch') on part bluedog.Atlas.LR89: Could not find matching module [EXC 17:28:57.520] Exception: Could not find matching module B9PartSwitch.ModuleMatcher.FindModule (Part part) (at <2f1e08366ff04f36b15d0085ed466369>:0) B9PartSwitch.ModuleModifierInfo+<CreatePartModifiers>d__10.MoveNext () (at <2f1e08366ff04f36b15d0085ed466369>:0) B9PartSwitch.PartSubtype.Setup (B9PartSwitch.ModuleB9PartSwitch parent, System.Boolean displayWarnings) (at <2f1e08366ff04f36b15d0085ed466369>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) B9PartSwitch.PartSubtype:Setup(ModuleB9PartSwitch, Boolean) B9PartSwitch.ModuleB9PartSwitch:InitializeSubtypes(Boolean) B9PartSwitch.ModuleB9PartSwitch:GetInfo() PartLoader:CompilePartInfo(AvailablePart, Part) <CompileParts>d__56:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [WRN 17:28:57.531] DontDestroyOnLoad only works for root GameObjects or components on root GameObjects. [WRN 17:28:57.533] Warning on PartSubtype RS56 on module ModuleB9PartSwitch (moduleID='engineSwitch') on part bluedog.Atlas.LR89: Could not find matching module [EXC 17:28:57.534] Exception: Could not find matching module B9PartSwitch.ModuleMatcher.FindModule (Part part) (at <2f1e08366ff04f36b15d0085ed466369>:0) B9PartSwitch.ModuleModifierInfo+<CreatePartModifiers>d__10.MoveNext () (at <2f1e08366ff04f36b15d0085ed466369>:0) B9PartSwitch.PartSubtype.Setup (B9PartSwitch.ModuleB9PartSwitch parent, System.Boolean displayWarnings) (at <2f1e08366ff04f36b15d0085ed466369>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) B9PartSwitch.PartSubtype:Setup(ModuleB9PartSwitch, Boolean) B9PartSwitch.ModuleB9PartSwitch:InitializeSubtypes(Boolean) B9PartSwitch.ModuleB9PartSwitch:GetInfo() PartLoader:CompilePartInfo(AvailablePart, Part) <CompileParts>d__56:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [ Check if you installed all the dependencies needed by BDB and if they are updated and supported on KSP 1.8.1.
  2. ANNOUNCE Release 2.4.3.15 is available for downloading. This is an VERY IMPORTANT update, fixing some lsat minute problems detected on KSP >= 1.8, as well introducing new Houstons to alert the users about problems on the instalment: KSP Recall is now not only recommended, but heavily pushed on KSP >= 1.9. TweakScale will pesky you until you install it. TweakScale 2.4.3 will not run on KSP >= 1.10 , and will complain it you try. Only Version 2.4.4 will support KSP 1.10 But you can try your luck nevertheless - just be absolutely sure you installed S.A.V.E. Really. Everybody should be using S.A.V.E. by now, and I holding myself to do not code a new Houston for it. See OP for the links. Highlights KSP 1.10.x Support KSP 1.10 definitively will not be supported by TweakScale without a comprehensive set of testings from my side. Don't expect KSP 1.10 support on 2.4.3, I'm almost certain that only 2.4.4.0 will allow being run on KSP 1.10 (however, Kerbal proposes, Kraken disposes...). But you can try your luck if you want. KSP 1.9.x Support VAB/SPH Editor KSP 1.9.x Editor introduced a glitch that was rendering parts with ModulePartVariant displaced on loading. Crafts being instantiated on LaunchPad/Runway (as also living craft on the Universe) are not affected. This is what I know until this moment: KSP is shoving back prefab data into living crafts on savegames (and on loading crafts on the Editor) since 1.6 or 1.7, and recently started to obliterate the resources customisations made by Modules. You already know that, KSP Recall was born due it. The novelty is that, somehow, surface attachments are, now, also affected - but not exactly as the Resources, and this is what caught me with my pants down (and what made me bork the 2.4.3.13 release, already withdrawn): Parts with variants are getting surface attachments mangled on Editor, but parts without variants are not! Attachments points apparently are being mangled too, but I did't did a full testing on the matter - proceed with caution Attachment points with parts are also reset, but are preserved on classic parts. Boy, what a mess... This, probably, could be also solved by using the GameEvents.onEditorVariantApplied, but since KSP still mangles with TweakScale business in other situations (including on Flight Scene), I would need to split the survivorship logic in two different places now - so I opted to keep the current Event handling for while until I fully refactor (and validade) the code. Surviving different KSP Version's idiosyncrasies are taxing badly the codetree And I'm firm on my commitment to keep TweakScale (core) compatible with every KSP still em use - expect TweakScale 2.5 to be useable down to KSP 1.2 (KSPe already does it, by the way) - so I will be able to backport every fix and enhancements to people that choose to stay playing older KSP versions. The after math is that I'm still using Unity's Update callback to handle the first Scale Back event, needed to survive KSP manglings. For some time I considered using KSP Recall to handle this situation, but since Scaling is the TweakScale's Core Business, and I don't intend to tie KSP Recall to TweakScale in any way (it must be a generic solution for everyone, not just for me), I rolled back any change on it. Please also note that there's a lot of glitches on KSP 1.9 Editor not related to TweakScale (or any other Add'On). Drain Valve The FTE-1 Drain Valve is being scaled, however not properly. Mass and size scales fine, but the drain rate is not. See Issue #102 for details. Resources KSP 1.9.x is known to replace any Resource customisation made by custom modules with default definitions from the prefab. This affects many Add'Ons, being TweakScale only one of them. So a new Add'On called KSP Recall was created to specifically handle KSP issues that would affect everybody. Users of KSP 1.9.0 and 1.9.1 are urged to install KSP Recall. Future KSP releases may or may not fix the glitches KSP Recallaims to workaround - but until there, you need KSP Recall to use TweakScale on KSP 1.9.x . Misc Keep an eye on the Known Issues file. — — — — — This Release will be published using the following Schedule: GitHub, reaching first manual installers and users of KSP-AVC. Right now. CurseForge, Thursday night SpaceDock (and CKAN users), Friday night The reasoning is to gradually distribute the Release to easily monitor the deployment and cope with eventual mishaps. Check this comment on the Issue #114.
  3. Not directly related (if at all). MM problem is about changing how Assemblies are loaded into memory. This is how a PartModule is initialized on a part. In the past, removing the PartModule's section from the prefab on MainMenu prevented the PartModule from being initialized. Now, it is initialized nevertheless (and so TweakScale borks because there's no data available). I'm not worried about how to deactivate the module (worst case cenario, I shove a flag on it and make the thing to ignore all unity and KSP callbacks and events). I'm concerned on how the part is handled by the bad initialized module. This will affect the mass of the part, umbalancing the whole craft once this is fixed for starters. Happily, only 9 parts on a vanila installment are susceptible to this problem - but add'ons are starting to make good use of ModulePartVariants on complex parts (it's how I detected the problem), and things can escalate fast.
  4. Hey, I think I now how Squad implemented that Scale thingy of theirs! Unfortunately, it ended up biting TweakScale - not that bad, but enough to make me open an issue and work on it. (oh, well - it could be worse. ) Really thanks for the heads up - I would be chasing my tail right now without it! -- post edit -- Nope, I was completely wrong! But I learn something in the process, so the heads up leaded me to the right place in a way or another! ------- post post edit ------ METAR KSP 1.9 rendered the Sanity Checks inefective, the code that removed TweakScale from an insane part is not working anymore, and so some of the terrible things that used to happen in the past are, now, risking happening again. I'm currently working on an alternative solution, in the hopes to prevent savegame breakage once the Sanity Checks works again - the whole point of the Sanity Checks is to prevent insane parts to be used to prevent breakage on living crafts on the savegame since KSP injects prefab data on them on loading the savegame. Now I have God knows how many savegames with insane parts flying around, and fixing things on TweakScale can break them. I'm not exaxtly happy right now. - -- -- -- CLIMAT -- -- -- KSP is innocent. Regression tests downto KSP 1.4.3 revealed that the current withdrawing method is not working anymore. My current theory is that the refactoring needed to support ModulePartVariant changing the surface attachment points broke some kind of equilibrium needed by the wirhdrawing stunt, and I did'n realised it at the time.
  5. But, so, KSP should enforce the cap by the numbers of IVA seats. If you mangle the "crewSize" of the part on the prefab, you will be able to add more crew than available seats on the IVA. Assuming the part has an IVA, of course: not all of them have one or just reuse some default ones from KSP - so this arbitrary limitation is pointless. A pesky pop up warning that "not all Kerbals will be shown on IVAs due lack of seats" would accomplish the same (prevent the user to expect to see extra Kerbals) and would not hinder the modding scene, not to mention saving us the need to brute force our way using Harmony - and this is something that can fire backwards, as make things pretty harsh to diagnose when something goes down trough the tubes.
  6. Just some questions: Some parts have a leading "_" on it. There's some reason for it? Bulkhead Profiles of the parts have a number ("2", etc) on it, instead of "size2" as I expect. It's intentional? Would not be better to use "size2", or assuming you have your own metrical standards, "knes_size2"?
  7. If you are absolutely sure you didn't overwrite any Squad and SquadExpansion files, than finally we have an Add'On doing something it shouldn't (probably on Update, FixedUpdate or LateUpdate). I still need the full KSP.log and Player.log from this last session to investigate.
  8. Unfortunately, only while scaling down. There's a cap on KSP that forbids scaling crew up. (or, at least, it was there last time I checked a few months ago)
  9. Publish the full KSP.log. Most times what you think it's the cause is only a side effect of the problem, and we need to hunt for somthing else on the log.
  10. I'm working on supporting KIS on TweakScale, and a lot of things had changed, perhaps not knowing how it would affect configs. About TweakScale, perhaps I may be of assistance? I'm doing a lot of work lately (due the Companion Program), I can help. Cheers!
  11. Announce Pre Release 0.0.3.0 for TweakScale Companion for Near Future BETA are on the wild. Download on the OP or in https://github.com/net-lisias-ksp/TweakScaleCompanion_NF/releases Added Patches for all Near Future add'ons! Near Future Aeronautics Near Future Construction Near Future Electrical Near Future Exploration Near Future Construction Near Future Launch Vehicle Near Future Propulsion Near Future Solar Near Future Space Craft TweakScale 2.4.4.0 will be the minimum supported release, and it's working fine on the TweakScale 2.5.0.x Beta, but you can try on TweakScale 2.4.3.x - no guarantees, however: i didn't tested it on 2.4.3. And use S.A.V.E. just in case. This thingy is Beta! -- note: This thing was published on Sunday, but I forgot to announce it here!
  12. Hi. TweakScale (Companion) maintainer here. SXT already has embedded support for TweakScale, so it doesn't needs a Companion. Cheers!
  13. Oh, well.. Now I'm feeling compelled to support this nice Add'On. (well played, mister @billybob579, well played!!! ) I can't promise exactly when I will implement it (it appears to be simple enough, but I will need a bit of time to test what I did). But it will be implemented for sure. https://github.com/net-lisias-ksp/TweakScaleCompanion/issues/5
  14. Nope. There's no ScaleExponent for ModuleKerbalHealth . At least yet, this can be worked out on TweakScale Companion Program thread. But I will need some serious help on the development, as I don't know Kerbal Health well enough to write something that will work at first try.
  15. NF Add'Ons are being refactored, with some better practices being introduced. However, you can't have the cake and eat it too - some changes make old patches incompatible. On the bright side, I just finished TweakScale Companion for Near Future, adding up to date support for all Near Future Add'Ons. You will be able to download and test a beta version in a few hours. Check the TweakScale Companion Program thread for instructions to download it.
  16. Holly Molly! What happened is that something borked beautifully inside KSP, inducing it to enter into an indirect infinite recursion. Congrats, I don't see one of these everyday! [ERR 14:10:49.291] Exception handling event onEditorShipModified in class CostWidget:System.StackOverflowException: The requested operation caused a stack overflow. at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Camera.Render(UnityEngine.Camera) at DragCubeSystem.UpdateAeroTexture () [0x00000] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x000e2] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at StageRecovery.StageRecovery.GetChuteArea (System.Collections.Generic.List`1[T] parts) [0x00304] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.BreakShipIntoStages () [0x00171] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.EditorGUI.Recalculate () [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at StageRecovery.StageRecovery.ShipModifiedEvent (ShipConstruct sc) [0x00000] in <00a5fe2a0b294b44850d589297c7b2d4>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at EventData`1[T].Fire (T data) [0x000b0] in <9d71e4043e394d78a6cf9193ad011698>:0 at AT_Utils.Utils.UpdateEditorGUI () [0x0000d] in <4b942ae56d7a4f7e8f946260d78d2d68>:0 at AT_Utils.ModuleSwitchableTank.OnDestroy () [0x00000] in <d137a3486c9741e2ae627a874f113b08>:0 at (wrapper managed-to-native) UnityEngine.Object.DestroyImmediate(UnityEngine.Object,bool) at UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) [0x00003] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.SetupPartForRender (Part part, UnityEngine.GameObject partObject) [0x0008b] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x00075] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.Object[] list) [0x0003c] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPDev.GUIUtils.Message`1[T1].Format (T1 arg1) [0x00006] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.KASLinkResourceConnector.LocalizeModule () [0x0004f] in <8bf16353e6714233bf23dc70729dac30>:0 at KSPDev.PartUtils.AbstractPartModule.OnAwake () [0x0000c] in <151bcd63dfd64098bd7b07e71e8bdfa9>:0 at KAS.AbstractLinkPeer.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkSourcePhysical.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at KAS.KASLinkResourceConnector.OnAwake () [0x00000] in <8bf16353e6714233bf23dc70729dac30>:0 at PartModule.Awake () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) UnityEngine.Object.Internal_InstantiateSingle_Injected(UnityEngine.Object,UnityEngine.Vector3&,UnityEngine.Quaternion&) at UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00000] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00022] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in <5aeafee3fea24f37abd1315553f2cfa6>:0 at DragCubeSystem.RenderProceduralDragCube (Part p) [0x0002f] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights_Procedural () [0x00047] in <9d71e4043e394d78a6cf9193ad011698>:0 at DragCubeList.SetDragWeights () [0x00040] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper managed-to-native) Lingoona.NativeMethods.useGrammar(string,int,string[],int) at Lingoona.Grammar.useGrammar (System.String template, System.Collections.Generic.List`1[T] parameters) [0x00019] in <3d0d080e703d4d619ee9c0b3404ac048>:0 at KSP.Localization.Localizer.FormatWithLingoona (System.String template, System.String[] parameterList) [0x00017] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer._Format (System.String template, System.String[] parameterList) [0x00054] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSP.Localization.Localizer.Format (System.String template, System.String[] list) [0x00005] in <9d71e4043e394d78a6cf9193ad011698>:0 at KSPUtil.LocalizeNumber (System.Single value, System.String format) [0x00015] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onCostChange (System.Single vCost) [0x00050] in <9d71e4043e394d78a6cf9193ad011698>:0 at CostWidget.onShipModified (ShipConstruct ship) [0x0000b] in <9d71e4043e394d78a6cf9193ad011698>:0 at (wrapper This huge log entry hints that KAS should be involved on the mess (if it's the culprit or the screaming victim, it's yet to be found). However, I also found this one near: [EXC 14:10:49.107] NullReferenceException: Object reference not set to an instance of an object KAS.AbstractLinkPeer.ShutdownStateMachine () (at <8bf16353e6714233bf23dc70729dac30>:0) KAS.KASLinkSourcePhysical.ShutdownStateMachine () (at <8bf16353e6714233bf23dc70729dac30>:0) KAS.AbstractLinkPeer.OnDestroy () (at <8bf16353e6714233bf23dc70729dac30>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) AT_Utils.Utils:UpdateEditorGUI() AT_Utils.ModuleSwitchableTank:OnDestroy() UnityEngine.Object:DestroyImmediate(Object) DragCubeSystem:SetupPartForRender(Part, GameObject) DragCubeSystem:RenderProceduralDragCube(Part) DragCubeList:SetDragWeights_Procedural() DragCubeList:SetDragWeights() StageRecovery.StageRecovery:GetChuteArea(List`1) StageRecovery.EditorGUI:BreakShipIntoStages() StageRecovery.EditorGUI:Recalculate() StageRecovery.StageRecovery:ShipModifiedEvent(ShipConstruct) EventData`1:Fire(ShipConstruct) RealChute.ProceduralChute:UpdateScale(Part, RealChuteModule) RealChute.ProceduralChute:Update() Where we get another indirect infinite recursion, but this time ending up with a NRE and not a Stack Overflow. This one appears to implicate StageRecovery too (i.e., KAS and StageRecovery are implicated on this one). You will need to play Jack the Ripper - remove KAS, try it again. Then put KAS back, remove Stage Recovery, and see what happens. Then publish your findings (with KSP.logs and Player.logs from both attempts when anything weird happens). Good hunting!
  17. Could you send me the craft you used? I tried something with this stunt below, scaling up a SAS and scaling down intakes, fuel tanks and engines, and everything is alright. I made this test, with the front SAS active, and the Cabin and rear SAS active only by pilot, and everything happened as expected. So, no, TweakScale is not the one causing the problems, I would had something on this test if it were. But it may the one triggering the problem somewhere else (a Screaming Victim). TweakScale does scale things, and these things includes torque and explosion potential. A Part partially bad configured (as some parts in the past, inducing TweakScale to render a zero or negative mass on the part), and perhaps a torque would ended up with INF or NaN, what is a plausible explanation for what you describes. Since you managed to reproduce the behaviour and I'm not, the answer should be on the craft you are using.
  18. Being the reason I think there's way more things happened/happening behind doors than the Bloomberg article says.
  19. Wow, pretty extensive research, kudos! Found the problem: [LOG 20:00:14.231] Config(@PART[TrackBodiesTelescope]:FOR[RemoteTech]) REPOSoftTech/ResearchBodies/ResearchBodiesMMRemoteTech/@PART[TrackBodiesTelescope]:FOR[RemoteTech] [LOG 20:00:31.212] [ModuleManager] INFO: Applying update REPOSoftTech/ResearchBodies/ResearchBodiesMMRemoteTech/@PART[TrackBodiesTelescope]:FOR[RemoteTech] to REPOSoftTech/ResearchBodies/Parts/telescope/telescope/PART The file REPOSoftTech/ResearchBodies/ResearchBodiesMMRemoteTech.cfg is applying a patch with :FOR[RemoteTech], and so Module Manager thinks that there is, indeed, RemoteTech installed. Usually, :FOR is reserved to be used by that Add'On, but don't take it as an error for sure - I could think on one or two UseCases in which you need a patch to be applied at the same time that Add'On, as you don't know exactly when your patch would be applied using :AFTER and you need to be absolutely sure that everybody that would try to patch something on that part would have your patches applied first. Assuming this is the case, that patch should use :NEEDS[RemoteTech]:FOR[RemoteTech] I think. The :NEEDS would get rid of the patch if RemoteTech is not installed, and so the :FOR will not have a chance to run, and the RemoteTech symbol will not be created on the "add'ons installed" list. Otherwise, i think that :AFTER or just :NEEDS should be used.
  20. If you bought it from Steam, you can download it from the Betas - Squad puts the older KSP versions as a "Beta" on Steam. If you bought if from Squad, there should be a link from their Store. If you bought it from GoG, I don't have idea... I suggested 1.8.1 because it was the version of the Log file I used, so I'm trying to fix that one. You may want to try fastracking into 1.9.1 and save a download. Wow... That bad? I hope I'm right with that Oldies thesis, otherwise we will need to try to diagnose device drivers or even hardware...
  21. I think that in one of these copies, you accidentally copied Squad folder too, and then copied again a new version over - but something was left behind. Download a fresh 1.8.1 copy of KSP. Don't try to recover some old installation, download a fresh one. This will eliminate a variable on our equation. Then copy the Add'Ons you were using on the last crash. Try to reproduce the crash. Then install more things, preferentially things that you were using when that crashes happened, and see what happens. If nothing wrong happens until here, just install everything you have and the kitchen's sink - and then see what happens. If everything is allright, I think we had fixed the problem - then delete what you don't want to use and migrate your savegames from the other copies. If anything blows on your face, publish the KSP.log and Player.log here. Rinse. Repeat.
  22. There's no objective fact on pricing, dude. People buys stuff biased on their own perceptions of value. There're tons of material to be read on the Internet, but I will pinpoint you to the first one on my google: https://hbr.org/2017/01/how-customers-perceive-a-price-is-as-important-as-the-price-itself One thing that you are not taking into consideration is that people also values their own time spent on the game - and this is the reason that people reacts badly when they lose their savegames, as they perceive it as a loss.
  23. Just delete that file first. Contares is a hell of a nice Add'On, I think it worths the trouble of trying to fix it first. So you grabbed the Companion for ReStock+, currently is the only one published there (there's a huge lot coming on, but I will keep them in Alpha or Beta for while, as I settle up things). These patches (the Companion ones) are meticulously curated by myself. Of course a bork leaks now and then, but they are rapidly detected and fixed. And since these patches are curated by the TweakScale maintainer (yours truly), I have the policy to consider them canon (unless the Add'On author decides to provide support for TweakScale him/herself - where then I will withdraw the Companion), so I handle them as they were part of TweakScale itself - they were split to reduce the TweakScale surface of exposition, as 90% of the problems are now on patching and this was giving TweakScale a hell of a bad reputation. Dude, I lost the count of people that had their long time running savegames corrupted and lost by bad patching. I managed to salvage some of them, but since the days KSP started to overwrite good, healthy savegames with bad data from a corrupted GameDatabase, this task became too much for a single dude - once the good data is overwritten, I would need to manually inspect part by part to check the context and infer what I should put there back. As much as it appears overkill for someone that plays KSP occasionally, there are die hard KSP fans here playing the same savegames for years (my own savegames are from the 1.4.1 era, when I detected the problem, fixed it for me, and then ended up here doing the same for everybody), and for these guys this is almost the end of the World...
×
×
  • Create New...