stk2008 Posted November 17, 2022 Share Posted November 17, 2022 I am getting an error if I open up this mod in flight or on runway etc it will spam this forever till i close the the window. Does not happen in VAB etc if i open up the window though I also never get an optoin to select nodes like in the first original screenshot you posted. https://oshi.at/kbWd/KSPBugReport_2022-11-17_152843.zip Thanks Quote Link to comment Share on other sites More sharing options...
610yesnolovely Posted November 17, 2022 Share Posted November 17, 2022 2 hours ago, stk2008 said: I am getting an error if I open up this mod in flight or on runway etc it will spam this forever till i close the the window. Does not happen in VAB etc if i open up the window though I also never get an optoin to select nodes like in the first original screenshot you posted. https://oshi.at/kbWd/KSPBugReport_2022-11-17_152843.zip Thanks Looking at the picture and code, the up/down arrow textures might be missing next to "Number of satellites". Check: GameData/ResonantOrbitCalculator/PluginData/Images exists and contains "up.png" and "down.png" textures. If not, perhaps reinstall with CKAN or even get them from GitHub https://github.com/linuxgurugamer/ResonantOrbitCalculator/tree/master/GameData/ResonantOrbitCalculator/PluginData/Images Or perhaps they were not loaded if they do exist. I had a quick look at the error log, lots of exceptions and errors for other things. Might be caused by those exceptions stopping the arrows from being loaded? Quote Link to comment Share on other sites More sharing options...
stk2008 Posted November 17, 2022 Share Posted November 17, 2022 Thanks for looking. Yeah I am running loads of mods I wished there was some tool to help people like me understand the errors better I have zero coding background etc. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 2 Author Share Posted January 2 New release, 0.0.7 Added LOS length calculation and display Fixed bug with up/down arrows not being displaed after 2nd display Replaced all GUILayout.BeginHorizontal() and GUILayout.BeginVertical() with the "using (new GUILayout.HorizontalScope())" and "using (new GUILayout.VerticalScope())" Small optimization by moving init of GUIStyles into ToolbarRegistration Added buttons to select units display m, km, Mm, Gm Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.