Jump to content

Lisias

Members
  • Posts

    7,369
  • Joined

  • Last visited

Everything posted by Lisias

  1. I'm away from my personal machine now, so I'm guessing - will inspect the logs later. But what you describes looks like GPU device driver crash. Perhaps due VRAM exhaust, perhaps due overheating, or Kraken knows what else. Install a temperature monitor and be sure to have it visible all the time. Stop gaming in the very instant it reaches the manufacturer's advised temperature limit. If the problem is overheating, it's time to do some preventive maintenance on the GPU card (cleaning up dust from the sinkers and replacing old fans - better hire a skilled technician for that). If temperature never reaches the "boiling" point on crash, then my next guess is VRAM exhaust together RAM exhaust. When you abuse the VRAM, the GPU device driver starts to borrow RAM from the CPU to use as a poor's man VRAM extension. This is troublesome because, besides pressuring an already under heavy pressure Virtual Memory Manager, the speed in which the GPU access CPU's RAM is some orders of magnitude slower than when accessing its VRAM. And this makes everything slower including to the CPU that is suffering from contention (i.e., it can't access its RAM when the GPU is doing it). Special code under Critical Sections that doesn't expect being halted on accessing its RAM may go bonkers and crash. Try to lower the Texture Quality on the KSP Settings page to see if things get better. Humm... An old AMD GPU driver is known to induce GPU overheating. If you are using AMD, check if your device driver version is prone to this problem. https://community.amd.com/t5/drivers-software/driver-causes-overheating/td-p/402596 — — — @Infinite_Maelstrom, I got the logs. Source Windows Summary Hardware error Date .17/.03/.2023 01:33 AM Status Not reported Description A problem with your hardware caused Windows to stop working correctly. Problem signature Problem Event Name: LiveKernelEvent Code: 1b8 Parameter 1: 1 Parameter 2: 0 Parameter 3: 0 Parameter 4: 0 OS version: 10_0_19045 Service Pack: 0_0 Product: 768_1 OS Version: 10.0.19045.2.0.0.768.101 Locale ID: 5129 Looks like an issue in the NVIDIA's device driver: https://linustechtips.com/topic/1404005-1a8-and-1b8-livekernelevents-crashing-the-gpu-drivers-please-help/ When did you updated the gpu device driver by the last time? In the link I posted, it's suggested that rolling back to version 473 fixed the issue for someone...
  2. I did it myself a ton - on GTA IV . (loved my PS3). Boy, life imitates art. Things like this promotes games as a form of art.
  3. This clip is so woderfully 80's… The Mission - The Serpent Kiss.
  4. Sounds like the swapfile is getting without space for growing. Usually the swapfile is set to be on the boot drive, and it's nearly full in your case. @jimmymcgoochie's hunch appears to be right. You need to have at least the same amount of memory as free disk space on the drive where th4 swapfile is to be safe on heavy demand. Alternatively you move the swapfile itself to other disk. I like to create a dedicated volume on my fastest disk for the swapfile. Give this a try: https://www.windowscentral.com/how-move-virtual-memory-different-drive-windows-10
  5. Hi. You are using a too old TweakScale version, the 2.4.6.2 is terribly outdated. Install the latest one. I also found MiniAVC V1.x In your GameData. This one was known to play havoc in the past. I suggest you remove all MiniAVC dlls from your game data. When this problem started to happen? — — POST EDIT — — I just fired the latest TweakScale, with the latest TweakScaleCompanion ÜberPaket, with the latest Waterfall (and so the DLLs that triggered the error on your log would be loaded, and they were). There's no problems on the latest releases of these add'ons. The problems appears to be, in fact, the MiniAVC v1 and the pretty old TweakScale version. Please update TweakScale, be sure to be using the latest TweakScaleCompanion_Frameworks (or just install the ÜberPaket and forget about dependencies) and get rid of all MiniAVC.dll instances from your GameData. Then publish a new KSP.log if anything else goes wrong. — — POST POST EDIT — — You also have more than one ModuleManager installed!!! [LOG 17:23:24.398] Load(Assembly): GameData/ModuleManager.4.1.4 [LOG 17:23:24.398] AssemblyLoader: Loading assembly at D:\Steam\steamapps\common\Kerbal Space Program\GameData\GameData\ModuleManager.4.1.4.dll [LOG 17:23:24.399] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 [LOG 17:23:24.399] Load(Assembly): GameData/ModuleManager.4.2.2 [LOG 17:23:24.399] AssemblyLoader: Loading assembly at D:\Steam\steamapps\common\Kerbal Space Program\GameData\GameData\ModuleManager.4.2.2.dll [LOG 17:23:24.400] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 It's not advisable to have multiple ModuleManager versions in your rig. Different KSP versions behave differently about having more than one Assembly on the system. It just doesn't worth the trouble. Remove GameData/ModuleManager.4.1.4.dll from your GameData.
  6. Found it! You need to add a module to the project: https://github.com/Richi0D/Kerbalcontroller Out of curiosity, the missing define is on this file: https://github.com/Richi0D/Kerbalcontroller/blob/master/KerbalController.ino
  7. You need to add Serial support to your project. Check the documentation here: https://www.arduino.cc/reference/en/language/functions/communication/serial/ Follows a nice tutorial about how to handle serial communications with an Arduino. I think it will worth reading it! https://www.ladyada.net/learn/arduino/lesson4.html
  8. Well, nothing wrong on the ConfigCache - I had seen some issues on some ModuleCaches lately with some nodes really screwed up. Really, really screwed up. But yours are not one of them, your ConfigCache is sound. So whatever is screwing your Crew, it may be related to that Exceptions I detected. You are very welcome, my friend. Drop a post here (or mention me using @Lisias when in another thread) anytime! Cheers! — — — — Yep, found it: [LOG 11:48:28.602] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Structural.Guepiere (Guepiere Tri-Coupler). [LOG 11:48:28.602] [TweakScale] ERROR: **FATAL** Part Knes.Structural.Guepiere (Guepiere Tri-Coupler) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.602] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Structural.Kylda (Payload Adapter K-250 "Kylda"). [LOG 11:48:28.602] [TweakScale] ERROR: **FATAL** Part Knes.Structural.Kylda (Payload Adapter K-250 "Kylda") has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.603] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Aero.NoseCone.A (EAP Nose Cone for Ariane 5). [LOG 11:48:28.603] [TweakScale] ERROR: **FATAL** Part Knes.Aero.NoseCone.A (EAP Nose Cone for Ariane 5) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Aero.NoseCone.B (Knes Nose Cone). [LOG 11:48:28.604] [TweakScale] ERROR: **FATAL** Part Knes.Aero.NoseCone.B (Knes Nose Cone) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Booster.EAP (Ariane 5 "EAP" Solid Fuel Booster). [LOG 11:48:28.604] [TweakScale] ERROR: **FATAL** Part Knes.Booster.EAP (Ariane 5 "EAP" Solid Fuel Booster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Booster.P80 (P80 Solid Fuel Booster). [LOG 11:48:28.604] [TweakScale] ERROR: **FATAL** Part Knes.Booster.P80 (P80 Solid Fuel Booster) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Booster.Pushotron (Pushotron). [LOG 11:48:28.604] [TweakScale] ERROR: **FATAL** Part Knes.Booster.Pushotron (Pushotron) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Command.Cortex (Probe Core "Cortex" Avionics System). [LOG 11:48:28.604] [TweakScale] ERROR: **FATAL** Part Knes.Command.Cortex (Probe Core "Cortex" Avionics System) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.604] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Engine.EPS (RS-72 "Aestus" Liquid Fuel Engine). [LOG 11:48:28.605] [TweakScale] ERROR: **FATAL** Part Knes.Engine.EPS (RS-72 "Aestus" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.605] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Engine.Vulcain (Ariane 5 "Vulcain" Liquid Fuel Engine). [LOG 11:48:28.605] [TweakScale] ERROR: **FATAL** Part Knes.Engine.Vulcain (Ariane 5 "Vulcain" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.605] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Fuel.Tanks.EPC (Ariane 5 EPC). [LOG 11:48:28.605] [TweakScale] ERROR: **FATAL** Part Knes.Fuel.Tanks.EPC (Ariane 5 EPC) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.605] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Fuel.Tanks.Medium (Ariane "Behaviour" Medium Fuel Tank). [LOG 11:48:28.605] [TweakScale] ERROR: **FATAL** Part Knes.Fuel.Tanks.Medium (Ariane "Behaviour" Medium Fuel Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.605] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Fuel.Tanks.Small (Ariane "Slender" Small Fuel Tank). [LOG 11:48:28.605] [TweakScale] ERROR: **FATAL** Part Knes.Fuel.Tanks.Small (Ariane "Slender" Small Fuel Tank) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.608] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Command.Minus (Probe Core "Minus" Avionics System). [LOG 11:48:28.609] [TweakScale] ERROR: **FATAL** Part Knes.Command.Minus (Probe Core "Minus" Avionics System) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 11:48:28.609] [TweakScale] WARNING: **FATAL** Found a showstopper problem on Knes.Fuel.Tanks.1875.H10 (H10 "Belenos" Fuel Tanks). [LOG 11:48:28.609] [TweakScale] ERROR: **FATAL** Part Knes.Fuel.Tanks.1875.H10 (H10 "Belenos" Fuel Tanks) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 Problem: I had authored the KNES TweakScale patches, and I would had detected such major screw up on my last commit (I test things before shipping). Well, most of the time at least… I found that one of the screwed parts is being patched by two files from KNES: [LOG 11:39:37.335] Applying update Knes/Compatibility/Tweakscale/Knes_Tweakscale/@PART[Knes_Structural_Guepiere]:NEEDS[TweakScale] to Knes/Parts/Core/Adapters/_Knes_Structural_Guepiere.cfg/PART[Knes_Structural_Guepiere] [LOG 11:39:50.569] Applying update Knes/Compatibility/Tweakscale/Knes-Core_TweakScale/@PART[Knes_Structural_Guepiere]:NEEDS[TweakScale]:FOR[Knes] to Knes/Parts/Core/Adapters/_Knes_Structural_Guepiere.cfg/PART[Knes_Structural_Guepiere] Giving a peek on the job I had done https://github.com/AstroWell/Knes/tree/master/GameData/Knes/Compatibility/Tweakscale I detected that there's no file called "Knes_TweakScake.cfg". It's really some time since I had done that patches, but I think I may had revamped the whole thing at some point, and so this file was removed from the distribution. This means that you need to completely uninstall KNES and re-install it from scratch to get rid of any leftovers from the last version that were removed from the package. On a side note, it's usually a better idea to completely remove all old files before installing a new version. That would had prevented you from taking this hit - but, granted, I do it myself now and then too, it's the reason I wrote so many Sanity Checks, I do it all the time too!!! I also detected that you have two Module Managers installed, and this is terrible for a lot of reasons, being the most immediate one that you are using the oldest one (as the newest one is deactivated by the KSP's Assembly Loader/Resolver), and so you are not covered by bug fixes and new features from 4.2.2 (besides having it installed!): [LOG 11:39:14.791] Load(Assembly): /ModuleManager.4.2.1 [LOG 11:39:14.791] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.4.2.1.dll [LOG 11:39:14.792] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 [LOG 11:39:14.792] Load(Assembly): /ModuleManager.4.2.2 [LOG 11:39:14.792] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.4.2.2.dll [LOG 11:39:14.793] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 You need to delete GameData/ModuleManager.4.2.1.dll . I think you should install ModuleManagerWatchDog, it would had prevented this mishap for sure. Cheers!
  9. No Kerbals again? I'm starting to think you have an incompatibility problem between two or more add'ons in your rig… Anyway. From the TweakScale point of view, you have Firespitter installed. There're some glitches on Firespitter that demands its Companion to be installed, otherwise things will not work too well on your gaming. Install this thing: https://github.com/net-lisias-ksp/TweakScaleCompanion_FS/releases Or just install the ÜberPaket and forget about it: https://github.com/net-lisias-ksp/TweakScaleCompanion/releases (this one have all Companions installed at once, on a convenient package). I'm also getting this exception about Burst: [ERR 14:30:32.204] [KSPBurst]: Burst compiler terminated with an exception [EXC 14:30:32.247] Win32Exception: ApplicationName='/Users/rhycecomley/Library/Application Support/Steam/steamapps/common/Kerbal Space Progr <yada yada yada> Native error= Cannot find the specified file System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) (at <ef151b6abb5d474cb2c1cb8906a8b 5a4>:0) System.Diagnostics.Process.Start () (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0) (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start() KSPBurst.KSPBurst.RunBurstCompiler (System.String burstExecutable, System.Collections.Generic.IEnumerable`1[T] args, System.String workingDir, System.String logDir) (at <c8b5fe2baff6415cb73ea658bdb44b4c>:0) KSPBurst.KSPBurst.Generate () (at <c8b5fe2baff6415cb73ea658bdb44b4c>:0) System.Threading.Tasks.Task`1[TResult].InnerInvoke () (at <9577ac7a62ef43179789031239ba8798>:0) System.Threading.Tasks.Task.Execute () (at <9577ac7a62ef43179789031239ba8798>:0) Rethrow as AggregateException: One or more errors occurred. UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) KSPBurst.<BurstCompile>d__20:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) This one you will need to reach the KSPBurst maintainers for help, I don't have the slightest idea about what's happening. it seems as there's something missing, but I'm at lost on this one. Perhaps KSPBurst doesn't works on MacOS? Interestingly, I'm find a lot of "Input String not in correct format" Exceptions on your log, like this one: [LOG 14:30:42.694] PartLoader: Compiling Part 'AtomicTech/radioactiveGreenhouse/Parts/PSAGreenhouse25/PSAGreenhouse25' [ERR 14:30:42.697] Module SoilRecycler threw during OnLoad: System.FormatException: Input string was not in a correct format. at System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt ) [0x00083] in <9577ac7a62ef43179789031239ba8798>:0 at System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at System.Single.Parse (System.String s) [0x0000b] in <9577ac7a62ef43179789031239ba8798>:0 at ResourceRatio.Load (ConfigNode node) [0x00041] in <46478292153440df94e04a2a2ddd1062>:0 at BaseConverter.OnLoad (ConfigNode node) [0x00101] in <46478292153440df94e04a2a2ddd1062>:0 at PartModule.Load (ConfigNode node) [0x001ab] in <46478292153440df94e04a2a2ddd1062>:0 And in more than one Add'On, including one that I had diagnosed recently and this problem didn't happened at that time! Please send me your ModuleManager.ConfigCache so I can give this a peek - there's something fishy on these Exceptions!
  10. Reach the guys on their own thread, most Authors follow only their threads to save time. I only found your issue because a Fellow Kerbonaut hinted me in PVT! Cheers!
  11. Boy, I miss these times. The Mission, Severina Jus found this!
  12. I don't know. Only the Author can confirm it. The ADDON BINDER is usually useless, they are issued not only when you try to use something, but when you check if the thing exists before trying to use it. Usually, two ADDON BINDER in sequence is a false alarm, because the first time the code was checking for it and in the second time the code is effectively loading it before using it. HOWEVER things are behaving slightly different on KSP's internal guts depending on what you have installed - the loading could had silently failed to be loaded, for example, and then the second ADDON BINDER may be the hint the Author needs to diagnose the problem.
  13. It's not exactly a fix, but time to implement support. Procedural thingies are harsh to scale because you need to understand how the things works internally, or things will just go bonkers. Procedural Parts I could support (more or less) easily because in 2018 more or less I had helped the maintainer on fixing a lot of issues on it, and then I learnt how things works on it. The Stock fairings, however, I'm still struggling. The only workaround at this moment is to build the Fairing no a default size, and only after scaling it. The pain in the SAS os that to rework the fairing, you need to scale it back to default, rework it, and then scale it back. I'm still trying to understand where else I need to mangle the thing to allow you to rework the fairings without this annoying workaround. But in the mean time, perhaps this workaround can help on the situation? — — POST EDIT — — Humm… I reread your post, and got a detail I had missed… The problem happens "50% of the time" at launch. I know what it is, it's a race condition between TweakScale and your module. It's fixable - to tell you the true, it's way more easy to fix than trying to support Stock fairings! There's two approaches: The easy way, but you will create a dependency on TweakScale Redist. The hard way. but you need to handle KSP-Recall too (otherwise KSP will screw you the same way it was screwing with TweakScale in the past) The lazy way: I write a Companion for your Add'On, and you just don't have to care about. @Astra Infinitum, I'm fine with all of three, it's up to you to decide what's fits you better! Let me know what you prefer! Cheers!
  14. There's definitively no support (deprecated, on in a Companion) for WOS on TweakScale. If TweakScale is involved on the mess, is because someone else wrote bad patches for it. I need your KSP.log to be sure about, if there's someone applying patches to WOS, the log will pinpoint it. Are you using All Tweak?
  15. Now I am ! Checked you log, no Reflection Exceptions this time. Everything that needs to be loaded, was loaded - dependencies included. However… I'm finding some exceptions related to EVEManager: [LOG 14:01:16.356] EVEManager: Issue loading TextureConfig! Error: UnityEngine.UnityException: Unable to apply node! ---> System.NullReferenceException: Object reference not set to an instance of an object at Utils.CubemapWrapper..ctor (System.String value, UnityEngine.Texture2D[] textures, Utils.TextureTypeEnum cubeType, System.Boolean mipmaps, System.Bool ean readable) [0x0003d] in <934eaa8d78c34a628f1650964624e3e9>:0 at Utils.CubemapWrapper.GenerateCubemapWrapper (System.String value, UnityEngine.Texture2D[] textures, Utils.TextureTypeEnum cubeType, System.Boolean mip maps, System.Boolean readable) [0x00000] in <934eaa8d78c34a628f1650964624e3e9>:0 at TextureConfig.TextureConfigObject.Apply () [0x0017b] in <01baf09b142a49049c77dc691dbc146d>:0 at EVEManager.GenericEVEManager`1[T].ApplyConfigNode (ConfigNode node) [0x0001f] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.EVEManagerBase.Apply () [0x00032] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 --- End of inner exception stack trace --- at EVEManager.EVEManagerBase.Apply () [0x0005f] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.EVEManagerBase.LoadConfig () [0x00062] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GenericEVEManager`1[T].StaticSetup () [0x00007] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GenericEVEManager`1[T].Setup () [0x0001d] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GlobalEVEManager.Setup (System.Boolean late) [0x0005c] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 ---- [LOG 14:01:16.359] EVEManager: Issue loading CloudsManager! Error: UnityEngine.UnityException: Unable to apply node! ---> UnityEngine.UnityException: Unable to parse "settings" in "OBJECT"! ---> UnityEngine.UnityException: Unable to parse "_MainTex" in "settings"! at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x000f1] in <934eaa8d78c34a628f1650964624e3e9>:0 at Utils.ConfigHelper.Parse (System.Reflection.FieldInfo field, System.Object& obj, System.String[] value, ConfigNode node) [0x003bd] in <934eaa8d78c34a6 28f1650964624e3e9>:0 at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x00062] in <934eaa8d78c34a628f1650964624e3e9>:0 --- End of inner exception stack trace --- at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x000a8] in <934eaa8d78c34a628f1650964624e3e9>:0 at Atmosphere.CloudsObject.LoadConfigNode (ConfigNode node) [0x00000] in <f4ebddcb2f0b4cd7807b74c8ecba5505>:0 at Atmosphere.CloudsManager.ApplyConfigNode (ConfigNode node) [0x00030] in <f4ebddcb2f0b4cd7807b74c8ecba5505>:0 at EVEManager.EVEManagerBase.Apply () [0x00032] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 --- End of inner exception stack trace --- at EVEManager.EVEManagerBase.Apply () [0x0005f] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.EVEManagerBase.LoadConfig () [0x00062] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GenericEVEManager`1[T].Setup () [0x00016] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GlobalEVEManager.Setup (System.Boolean late) [0x0005c] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 ---- [LOG 14:01:16.361] EVEManager: Issue loading CityLightsManager! Error: UnityEngine.UnityException: Unable to apply node! ---> UnityEngine.UnityException: Unable to parse "cityLightsMaterial" in "OBJECT"! ---> UnityEngine.Unity Exception: Unable to parse "_CityOverlayTex" in "cityLightsMaterial"! at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x000f1] in <934eaa8d78c34a628f1650964624e3e9>:0 at Utils.ConfigHelper.Parse (System.Reflection.FieldInfo field, System.Object& obj, System.String[] value, ConfigNode node) [0x003bd] in <934eaa8d78c34a6 28f1650964624e3e9>:0 at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x00062] in <934eaa8d78c34a628f1650964624e3e9>:0 --- End of inner exception stack trace --- at Utils.ConfigHelper.LoadObjectFromConfig (System.Object obj, ConfigNode node) [0x000a8] in <934eaa8d78c34a628f1650964624e3e9>:0 at CityLights.CityLightsObject.LoadConfigNode (ConfigNode node) [0x00000] in <1b8a9180f4f5465e801edd0a36377e15>:0 at EVEManager.GenericEVEManager`1[T].ApplyConfigNode (ConfigNode node) [0x00006] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.EVEManagerBase.Apply () [0x00032] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 --- End of inner exception stack trace --- at EVEManager.EVEManagerBase.Apply () [0x0005f] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.EVEManagerBase.LoadConfig () [0x00062] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GenericEVEManager`1[T].Setup () [0x00016] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 at EVEManager.GlobalEVEManager.Setup (System.Boolean late) [0x0005c] in <3b56b8781a1e4904aed5b5961cbcdcc8>:0 I don't know if this have a negative impact on your game or not. You need to reach EVEManager maintainer and ask for help for further assistance, I can't further help on this one: I also found a problem on TexturesUnlimited: [LOG 14:02:22.261] [AddonLoader]: Instantiating addon 'TexturesUnlimitedDebug' from assembly 'TexturesUnlimited' [EXC 14:02:22.264] NullReferenceException: Object reference not set to an instance of an object KSP.UI.Screens.ApplicationLauncher.RemoveModApplication (KSP.UI.Screens.ApplicationLauncherButton button) (at <39c0323fb6b449a4aaf3465c00ed3c8d>:0) KSPShaderTools.Addon.TexturesUnlimitedDebug.Awake () (at <d05d146f0f32458d9a30cf17e61f35a8>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.GameObject:AddComponent(Type) AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup) AddonLoader:StartAddons(Startup) AddonLoader:OnLevelLoaded(GameScenes) AddonLoader:OnSceneLoaded(Scene, LoadSceneMode) UnityEngine.SceneManagement.SceneManager:Internal_SceneLoaded(Scene, LoadSceneMode) And SystemHeat: [LOG 14:02:24.443] [Waterfall][Asset Library]: Finished loading [EXC 14:02:24.443] NullReferenceException: Object reference not set to an instance of an object SystemHeat.SystemHeatEditor.FixedUpdate () (at <2e62a3a58b7b49e4b572caf6a58e7a44>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object) They may or may not be a problem later, once you fix the EVEManager problem. They probably only screw up a bit some part Texture and FPS, but it's good to be aware of them.
  16. Ugh. Your KSP.log got truncated, the part I most need to read is not there! Try again, but exit KSP before fetching the KSP.log - there's a thing on the KSP to avoid lagging on the game while writing things into disk, a file buffer, and this means that KSP only updates the file on the disk when the buffer gets full. Exiting KSP will assure that the buffers would be flushed into disk, avoiding the truncation. Something I had noticed, you have installed NearFuture thingies. I think you will want to download the TweakScaleCompanion in order to have support for them. You also have some Benjee10, and I have some issues reported and it ended up being related to duplicated ModuleManagers installed. And, bingo, you have them! [LOG 10:07:52.999] Load(Assembly): /ModuleManager.4.2.1 [LOG 10:07:52.999] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.4.2.1.dll [LOG 10:07:53.002] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 [LOG 10:07:53.002] Load(Assembly): /ModuleManager.4.2.2 [LOG 10:07:53.002] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.4.2.2.dll [LOG 10:07:53.004] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 This not only is bad for patching, but also forces you to use the OLDER ModuleManager on the system - and so you will be subject to old bugs that add'on authors will think are fixed on your rig (not to mention some missing features only available on the latest). I strongly suggest you install ModuleManagerWatchDog. It would had barked on you about this, possibly saving you some trouble. — — ADDITIONALLY — — I found something fishy about Waterfall: [LOG 10:07:53.090] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Waterfall\Plugins\Waterfall.dll [LOG 10:07:53.092] AssemblyLoader: Loading assemblies [ERR 10:07:53.149] ADDON BINDER: Cannot resolve assembly: EVEManager, Culture=neutral, PublicKeyToken=null [ERR 10:07:53.150] ADDON BINDER: Cannot resolve assembly: EVEManager, Culture=neutral, PublicKeyToken=null [ERR 10:07:53.150] ADDON BINDER: Cannot resolve assembly: Utils, Culture=neutral, PublicKeyToken=null [ERR 10:07:53.150] ADDON BINDER: Cannot resolve assembly: Utils, Culture=neutral, PublicKeyToken=null [ERR 10:07:53.155] AssemblyLoader: Exception loading 'CelestialShadows': System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at AssemblyLoader.LoadAssemblies () [0x000e6] in <4b449f2841f84227adfaad3149c8fdba>:0 Additional information about this exception: System.IO.FileNotFoundException: Could not load file or assembly 'EVEManager, Version=1.11.7.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'EVEManager, Version=1.11.7.1, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly 'EVEManager, Version=1.11.7.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'EVEManager, Version=1.11.7.1, Culture=neutral, PublicKeyToken=null' It's complaining that you need to install EVEManager. But EVEManager is installed on your rig, so there's something else happening. You will need to talk with the Waterfall guys to have this sorted, I don't have the slightest clue about it.
  17. Problem: I think that there are people that, indeed, prefers to have it buried - dead or alive.
  18. Nope. You did install StockWaterfallEffects , but not WaterfallFX - the engine that uses the Effects. Download it from here: https://github.com/post-kerbin-mining-corporation/Waterfall/releases
  19. Unfortunately, nope. KSP orders everything alphanumerically before loading, so the loading order is always deterministic. It's not the order in which things are installed, but something that it's installed and it's screwing up the game. You need to uninstall things until the error vanishes. That last thing you uninstalled was the trigger (not necessarily the culprit, though). Once you know what's triggering the problem, we can dissect it and see why, and then we can find a solution.
  20. Side by side with Kerbal EDU and its users. Wondering if we should do as they did.
  21. Hi, @Pluspython68. You were bitten by a nasty bug on KSP on a thingy called Assembler Loader/Resolver. TL;DR: when something fails being loaded, that thingy goes bonkers and start to screw up everything and everybody that tries to load something. In your case, the problem is being caused by a missing dependency: [ERR 17:07:23.213] [AssemblyLoader] Exception when getting assembly attributes: Exception of type 'System.Reflection.Ref lectionTypeLoadException' was thrown. Additional information about this exception: System.TypeLoadException: Could not load type of field 'FarFutureTechnologies.ModulePulseEngineAnimator:waterfallEffect' (28) due to: Could not load file or assembly 'Waterfall, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:Waterfall, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null type:<unknown type> member:(null) signature:<none> Apparently you need to install WaterFall. In time, I noticed that you are using a pretty outdated TweakScale version, v2.4.6.18 . I suggest you update to the latest, 2.4.6.25. There're some important bug fixes on the newest release. https://github.com/net-lisias-ksp/TweakScale/releases There's also a good chance that you may want to install TweakScale Companion, as it adds Support for some 3rd Parties (a few of them known to cause problems if you try to scale them without the Companion): https://github.com/net-lisias-ksp/TweakScaleCompanion/releases Cheers!
  22. If it were satisfactory, would this thread exist? KSP2 is the new thing, we get it.. Just don't treat us as we were already dead, as it was done with Kerbal EDU.
×
×
  • Create New...