Jump to content

PiezPiedPy

Members
  • Posts

    350
  • Joined

  • Last visited

Everything posted by PiezPiedPy

  1. That fix was never released in 2.4.4 it was fixed after that release, you will have to build from GitHub or wait for @linuxgurugamerto fix the issue.
  2. @linuxgurugamerassumed control recently but it seems he is AWOL. So while we wait... For those having minor issues, can I suggest trying the previous release on the original GitHub page, just a hunch.
  3. Tbh I would of liked to be informed of this ? My bad just found your PM
  4. Possibly, you would have to remove the mod and see if the error still occurs or not as suggested in removing-mods-for-debugging
  5. KSP is returning NAN's to Trajectories via Orbit.GetDTforTrueAnomaly, also Trajectories has not been passed a Celestial Body from KSP to work with. I could catch the NRE for the missing Celestial Body but the problem would still exist somewhere in the depths of your KSP setup. I suggest you read this for extra help CONTRIBUTING.md
  6. Cheers, have at it you'll find the toolbar handling in GitHub : AppLauncherButton.cs Is this with the stock or blizzy icon ?
  7. Have you turned the trajectory view on ? The Trajectories icon text will change to green when its on.
  8. I've just had a look at the kOS interface and there is no Update method, although there is one in the Trajectories API. Raise an issue on Github and I'll get round to it eventually
  9. Trajectories intended purpose is for predicting Aerobraking of multiple orbits, impact prediction is a bonus of the predictions. I usually just guesstimate the final position, save the game, hit the stage button and if I'm miles off target reload and try again. As a side note I've been working on and off developing a multithreaded version of Trajectories and an unintended consequence might be the ability to predict multiple stages, tbh it will probably be another few yrs till release
  10. I suppose I could add a config file that stores one, add an issue on github I'll get around to it eventually, I'm real busy at the moment so wont be any time soon.
  11. The config.xml file is located in your KSP installation folder\GameData\Trajectories\Plugin\PluginData\Trajectories\ edit the line <bool name="UseBlizzyToolbar">1</bool> by changing the 1 to a 0 or vies-versa.
  12. [ERR 14:19:53.186] ADDON BINDER: Cannot resolve assembly: 0_00_AT_Utils_UI, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.186] ADDON BINDER: Cannot resolve assembly: 0_00_AT_Utils_UI, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.270] ADDON BINDER: Cannot resolve assembly: EVEManager, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.270] ADDON BINDER: Cannot resolve assembly: EVEManager, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.271] ADDON BINDER: Cannot resolve assembly: Utils, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.271] ADDON BINDER: Cannot resolve assembly: Utils, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.303] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.6-KAS, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.303] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.6-KAS, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.309] ADDON BINDER: Cannot resolve assembly: KSPe.Light.KAX, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.309] ADDON BINDER: Cannot resolve assembly: KSPe.Light.KAX, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.334] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.6, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.334] ADDON BINDER: Cannot resolve assembly: KSPDev_Utils.2.6, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.403] ADDON BINDER: Cannot resolve assembly: SCANsat.Unity, Culture=neutral, PublicKeyToken=null [ERR 14:19:53.403] ADDON BINDER: Cannot resolve assembly: SCANsat.Unity, Culture=neutral, PublicKeyToken=null [ERR 14:19:55.787] ADDON BINDER: Cannot resolve assembly: MeshEngine [ERR 14:19:55.791] ADDON BINDER: Cannot resolve assembly: MeshEngineStock [ERR 14:19:55.794] ADDON BINDER: Cannot resolve assembly: MeshEngineTweakScale And 8k+ more errors. Search your log file for Err These errors are usually caused by mods that have one or more required files missing from their installation.
  13. I tried to reproduce the problem but had no luck, only advise I have is to delete the Trajectories folder in GameData and reinstall. If you still get the problem leave a log here for me to look at.
  14. Added hotkeys to show/hide the GUI (RightAlt+T) and to show/hide the Trajectory (LeftAlt+T), default keys can be changed by editing the config.xml file.
  15. You've sent an incomplete log, you will have to at least load a save game and enter flight. I can imagine I'll take a look into it.
  16. Thanks, seems you have the common problem of mods that are not up to date, you will have to find which one it is. [Trajectories] Error: Error creating config - Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown., usually caused by a mod failing to load before Trajectories loads. Please let the author of the offending mod know about the issue. Can you also let me know what mod is causing the issue, just in case the original author does nothing about the issue I can then do something about it, usually I have to make an unofficial release of the offending mod.
  17. Log is too short, it only shows up to the main menu loading, you will have to load a game and enter into a flight for me to gain enough information on the problem. As a side thought have you tried deleting Trajectories from GameData and re-installing ?
  18. Tbh KSP.log is much easier to upload due to it's size and 90% of the time contains enough information to track a problem BDA probably needs building with the newer KSP files, it's a common problem mentioned in previous posts.
  19. Yes, Trajectories does support any planet with an atmosphere. Trajectories pulls the planet data from KSP, any changes made to a planet by a mod passes through KSP and appears to Trajectories the same as a stock planet does.
×
×
  • Create New...