Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,924
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Don't know if it's related, but I do see several NullRefs in the file, as well as 2 PartLoader errors. the PartLoader errors are for what appears to be depreciated parts, so if you aren't using them, you may want to delete them and notify the author. All of the part errors are in WildBlueIndustries directories, and there is a single NullReff in flight from the KSPAlternateResourcePanel. Another problem with WildBlue is an IndexOutOfRange exception ContractConfigurtor has an ArgumentException Finally, GravityTurn had an IsolatedStorageException. There were others as well. None of them appears to be an issue with KerbalLaunchFailure (KLF), but, sometimes unobvious things cause remote issues. A few questions: Was this a career game? Was the launch in progress? It appears that in the log file you switched from one vessel to another. If it happens again, I've created a debug build with debugging statements here: https://www.dropbox.com/s/jt44lki44ri8xnh/KerbalLaunchFailure-0.4.1-debug.zip?dl=0 All you need from the file is the DLL, copy it over the one in your save
  2. Umm... LOL Page is under construction, I fixed that. As you can tell, it was mostly a copy/paste for now I usually release on Sunday, but I'll see if I can get this out on Friday
  3. Ok, so, since I haven't heard from Coffeeman, I'm announcing that I will be taking this over, and have created a new thread per @Ippo's request here: Please move all discussions over there. @Ippo, feel free to ask this thread to be locked. Status Update: I just sent a second beta to @Elkram. He's done a great job testing for me. Once he gets back to me, I'll package it for for release. It will be on Spacedock as well as Github
  4. This is the thread for the new release of Dang It! Continued DANG IT! A random failures mod for KSP Install it using CKAN! CKAN is the awesome package manager for KSP. The new version for KSP 1.4.1 has new dependencies New Dependencies Click Through Blocker ToolbarController New Dependency added for version 0.7.20.5 SpaceTuxLibrary CKAN has been updated to install the dependencies, if needed. Or install manually. SpaceDock: http://spacedock.info/mod/1055/Dang It! Continued Source Code: https://github.com/linuxgurugamer/DangIt License: GPLv3 Donations gratefully accepted https://www.patreon.com/linuxgurugamer Having problems / questions? There's a WIKI! With explanations, troubleshooting, and... well nothing much really. INCOMPATIBLE WITH: Mod Effect FAR Control surfaces won't fail Procedural Parts Procedural tanks are not recognized What is this? It is a mod that will cause the parts on your ship to fail randomly, and you will need to repair them before you can use them again. Be careful... some failures might be relatively harmless, but others might seriously ruin your day. The more you use a part, the less reliable it will become: so don't be too throttle happy with those mainsails! This mod requires Module Manager to function: it will also target ANY part mod that you have installed. (As long as some conditions are respected) My thanks to @Coffeeman, who graciously gave me permission to merge his Entropy addon into this mod. The original thread for Entropy is here: What's changed in the latest update? 0.7.2 Updated ModuleManager to 2.7.3 Updated WheelMotor.cfg & Wheeltire.cfg, changed ModuleWheel to ModuleWheelBase Added WheelMotor Added WheelTire Fixed glow to work even when going EVA Added ability to enable or disable failure mode for each type of module Fixed bug where switching to vessel in flight wouldn't properly initialize the popup buttons Updated the Radial bay to only allow access if it is opens Added spare parts to cargo bays Added code so that any cargo bay with parts will have to be open before accessing the parts Added DeployableAntenna Removed requirement for the Community Resource Pack, but is still compatible with it Following are from Entropy, originally by @Coffeeman Added Parachutes Added Motors (Animations) Added Generators Added Solar Panels Added SRBs 0.7.0 Compatible with KSP 1.2.1 Added config file for the Snacks! parts Unfortunately at this point nothing is refunded for having bought upgrades to Kerbal Experience. Sorry! (You can hack your funds up, it's ok, you have my permission ) Credits The original mod was written by @Ippo A large amount of work was done by @Coffeeman Report a problem on the issue tracker
  5. That is correct. It's a leftover, nothing is in it at this time
  6. Try Part Wizard for that, it's another mod specifically for the editor
  7. OK. If you can, please ping me when you get it released. Thanks
  8. Module Manager dumps everything to a cache file, I think it is GameData/ModuleManager.Cachefile, it contains everything after all patches have been applied.
  9. I'm using the new class for settings: GameParameters.CustomParameterNode However, I need to call a function when the Accept button is pressed. How can I do that? Thanks in advance I think this is the way, please confirm: void Start() { GameEvents.OnGameSettingsApplied.Add(ReloadSettings); }
  10. @Angel-125 I'm working on updating Dang It!, and a tester is having a problem with Snacks. So, before I start digging, I saw that on SpaceDock, the version seems to be for 1.2 (unless you just forgot to update Spacedock), and the last version was released on 11/2 So, do you have a 1.2.1 version available?
  11. Interesting, i didn't see that in the thread. I just posted on the thread with a couple of suggestions. While not eager to take up another crazy mod, if he posts that he is stopping, I might take a crack at it So in a fresh install, it works for you?
  12. @aikixd I took a fast look at the code, and have the following suggestions: In FRMS_Core.cs, reflection is used to get the directory name of the executing assembly, at lines 389 & 449: stb_texture.LoadImage(System.IO.File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "icons/tb_st_en.png"))); There is no need for this. it will start reading in the GameData directory, so change it to the following: stb_texture.LoadImage(System.IO.File.ReadAllBytes("FRMS/icons/tb_st_en.png")); Also, while I see that you did update the ToolbarWrapper code, the formatting is very different from what is currently provided, so I would suggest downloading a current version and changing ONLY the namespace, as suggested. Here is a link to the current wrapper code: https://github.com/blizzy78/ksp_toolbar/blob/master/Wrapper/ToolbarWrapper.cs
  13. Well, the last post from @aikixd was on Oct. 25: http://forum.kerbalspaceprogram.com/index.php?/topic/72605-110-flight-manager-for-reusable-stages-fmrs-x110-experimental/&do=findComment&comment=2822502 That is about 3 weeks ago. I understand your frustration, but, keep in mind that this is not a job for @aikixd nor myself. Real Life happens sometimes. I'm rather busy with updating other mods, but I'll look at it for about 5 minutes. Do you have ContractConfigurator installed? And if so, is it the latest versoin?
  14. take alook at this: http://spacedock.info/mod/1040/Kerbal Object Inspector Continued Works in 1.2 Hi All, I just merged some more changes from @LeLeon, so be sure to update to the latest.
  15. This was one of those very strange things where two wrongs actually made a right, and when one wrong was fixed, the right was broken. It's fixed, version 3.3.9 is released. And this time it's done the right way. When it was working before, code was being called incorrectly, but in a way which allowed it to actaully work because of another related problem. When I fixed one during some cleanup, it broke. Please test and let me know how it goes.
  16. Since you mention the VA, I assume you are exmilitary. so, thank you for your service.
  17. That's why I said the "it may be a while", same issue that VesselViewer has, I think
  18. Thank you for confirming. Something got reverted, and I haven't found it yet. Good news is that I was able to pull 3.3.7 from git and compile it, so it shouldn't be too difficult to find. But I'm out of town for a day, probably won't get to this until tomorrow
  19. I can take a look, but think that it may be a while.
  20. I haven't yet finished with it, it is not updated for 1.2 yet
  21. Quite possibly related to the fact that the NoOffsetLimit is again bugged with regards to local/absolute coordinates; something got reverted. If you have time, could you install the previous version and see if it still happens there? Thanks
  22. Some had made a PR, which I merged, and when I tested it in flight, it seemed to work. Strange. Anyway, you are mostly correct, but just remove the FOR. Since this patch is included with the mod, no need to add an extra check there. Here is a correct cfg: @PART:HAS[@MODULE[ModuleEngines]|@MODULE[ModuleEnginesFX]] { MODULE { name = SensiblePumps } } Update imminent
  23. Not at this time. Create an issue on github about it. New release: 0.4.1 Fixed harmless nullref wnen exiting from flight to main menu. Only happened when mod is disabled Fixed harmless nullref wnen launching. Only happened when mod is disabled Fixes DivisionByZero when engine has multiple ModuleEngines per part, thanks @ThirdOfSeven
×
×
  • Create New...