Jump to content

steve_v

Members
  • Posts

    3,438
  • Joined

  • Last visited

Posts posted by steve_v

  1. 273 seems to have broken Maneuver Planner. I couldn't chose anything on it, and when I tried to close and reopen it, it was just a blank window :(

    logs man, logs!

    Don't worry, I get this too, so I'll do it for you:

    https://www.dropbox.com/s/dvovs046nyz34kh/Player.log

    Linux x86_64 v0.24.2

    Relevant? snip

    ArgumentException: Getting control 1's position in a group with only 1 controls when doing Repaint
    Aborting
    at UnityEngine.GUILayoutGroup.GetNext () [0x00000] in <filename unknown>:0
    at UnityEngine.GUIGridSizer.GetRect (UnityEngine.GUIContent[] contents, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout.SelectionGrid (Int32 selected, UnityEngine.GUIContent[] contents, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout.SelectionGrid (Int32 selected, System.String[] texts, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at MuMech.GuiUtils.ComboBox (Int32 selectedItem, System.Boolean& menuActive, System.String[] entries) [0x00000] in <filename unknown>:0
    at MuMech.MechJebModuleManeuverPlanner.WindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0
    at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0

    (Filename: Line: 4294967295)

    NullReferenceException: Object reference not set to an instance of an object
    at UnityEngine.GUILayoutEntry.ApplyStyleSettings (UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0
    at UnityEngine.GUIGridSizer..ctor (UnityEngine.GUIContent[] contents, Int32 _xCount, UnityEngine.GUIStyle buttonStyle, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at UnityEngine.GUIGridSizer.GetRect (UnityEngine.GUIContent[] contents, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout.SelectionGrid (Int32 selected, UnityEngine.GUIContent[] contents, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout.SelectionGrid (Int32 selected, System.String[] texts, Int32 xCount, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0
    at MuMech.GuiUtils.ComboBox (Int32 selectedItem, System.Boolean& menuActive, System.String[] entries) [0x00000] in <filename unknown>:0
    at MuMech.MechJebModuleManeuverPlanner.WindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0
    at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0
    at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0

    (Filename: Line: 4294967295)

  2. Yup, the FAR extensions are broken for me too, has also been reported in the FAR thread, I take it you're getting stuff like:

    FileNotFoundException: Could not load file or assembly 'FerramAerospaceResearch, Version=0.14.1.2, Culture=neutral, PublicKeyToken=null' or one of its dependencies.

    at MuMech.VesselState.Update (.Vessel vessel) [0x00000] in <filename unknown>:0

    at MuMech.MechJebCore.FixedUpdate () [0x00000] in <filename unknown>:0

    There have been updates to FAR in the last few days...

  3. Fire extinguisher ready on the right, pike on the left... Just in case ;-)

    On a slightly more serious note, the GUI flickering issue appears to hit any vessel, as soon as it passes out of physics range of its 'parent' post undocking / decoupling.

    Fortunately, switching away to another vessel and back cures it for me :-)

    I hear ya on the 'testing a fix', just thought I'd share my temporary workaround.

    The latest release is FARking awesome by the way, stock jet thrust curves 'feel' spot on to me (just my 2c, I'm no aerospace engineer)

  4. I too would love FAR support for landings etc, but the way I understand it there is no easy way to calculate drag forces ahead of time since in FAR, drag varies with orientation. With practice and a little help from mechjeb as to timing of the deorbit burn one can get pretty darn close :-)

    Definately a wishlist item, but I'm not expecting progress anytime soon (feel free to correct me if you're in the know)

    Besides, manual landings are *fun* or at least Jeb seems to think so.

    Being able to specify the re-entry angle on the other hand, that just might be doable...

  5. While it's great that those bug reports included logs, you didn't provide reproduction steps. I mean, it's great to know something's wrong, but if no one tells me how to make it go wrong then I won't be able to fix it.

    If you're meaning me...

    In my case it's pretty straight forward:

    Launch a multi (in this case 3) stage rocket.

    Seperate final stage from payload once in stable ~100km orbit.

    Switch to decoupled stage.

    The UI flickering starts shortly after switching vessels.

    So far it's repeatable for me, at least as far as the same ascent stages with 3 different payloads.

    Just started in on 0.24 so I haven't had a chance to test any other designs yet.

    Goes without saying I can't speak for brusura

  6. I have got some weird gui flickering, looking into the log pointend to far:

    in ksp.log

    ArgumentException: Value does not fall within the expected range.

    in output_log

    ArgumentException: Value does not fall within the expected range.

    at ferram4.FARControlSys.OnDestroy () [0x00000] in <filename unknown>:0

    at ferram4.FARControlSys.OnGUI () [0x00000] in <filename unknown>:0

    at (wrapper delegate-invoke) Callback:invoke_void__this__ ()

    at (wrapper delegate-invoke) Callback:invoke_void__this__ ()

    at RenderingManager.OnGUI () [0x00000] in <filename unknown>:0

    (Filename: Line: -1)

    can you check these files?

    https://www.dropbox.com/s/sfjpobtb5epi1wf/KSP.zip

    You are not alone :-(

    Just had the same issue (and spaming exactly the same errors) re-entering a simple spent stage - KWR engine & tank, stock large SAS, 2 batteries & a mechjeb.

    No problems on the way up, so I'm somewhat stumped as to what could be causing this.

    Running a fairly extensive list of mods, so any clues as to where to start looking much appreciated.

    EDIT: Hmm, happens outside atmo too so probably not FAR.

  7. A minor quible I know, but setting FAR to use blizzy's toolbar plugin results in:

    "[Toolbar] [ERROR] button texture not found: FerramAerospaceResearch/Textures/icon_button" - suspect it should be loading 'icon_button_blizzy'

    This only occurs in the hangar, flight scene is fine.

    On a side note, the negative thrust thing is pretty confusing IMHO, had me scrambling over here looking for bugs.

    I'm trying hard not to whine about the jet nerf yet... lets just see how it goes after rebuilding my pretty planes ;-)

×
×
  • Create New...