Jump to content

Ned000

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

2 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. And 'Hardy' was the version I needed, thank you. It took me a while to figure out that the rocket must be in flight for 'Flight Planning' to work. Then I forgot to post back. Flight Planning on orbit. I can under stand that it will take an instantaneous launch at the exact moment for beyond LKO (Low Kerbal Orbit). But in real life that is what happens. Unless the rocket has enough propellant for a staging orbit. Mechjeb has select target for a timed launch. Maybe a collaboration can be worked out. So Flight planning can be done from the ground. Maybe the tracking station. Then a Timed launch can happen after you have the required delta V worked out. And your rocket build is tweaked to have said delta V. Thanks, Ned
  2. Thank you RKunze, I didn't know you could use ldd to check the linking of libs in linux, just executables. <pre class="ipsCode"> ~/home2/KSP/game/GameData/Principia$ ldd Linux64/principia.so Linux64/principia.so: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by Linux64/principia.so) linux-vdso.so.1 (0x00007ffcd19a0000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa2f9a18000) libc++.so.1 => /usr/lib/x86_64-linux-gnu/libc++.so.1 (0x00007fa2f974f000) libc++abi.so.1 => /usr/lib/x86_64-linux-gnu/libc++abi.so.1 (0x00007fa2f9519000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa2f9215000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa2f8ffe000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa2f8c5f000) /lib64/ld-linux-x86-64.so.2 (0x00007fa2fad1a000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fa2f8a57000) libatomic.so.1 => /usr/lib/x86_64-linux-gnu/libatomic.so.1 (0x00007fa2f884f000) </pre> So libc++.so.1 & libc++abi.so.1 are not the problem. It's /lib/x86_64-linux-gnu/libm.so.6 debian 9.13 has libm.so.6 v2.24. I would have to dist-upgrade to Bullseye debian 11 to get libm.so.6 v2.31. Debian 10 Buster has libm.so.6 v2.28. And the other errors I had already figured out were os missmatch. I think when running linux you can just remove the ~/KSP/game/GameData/Principia/MacOS64 & ~/KSP/game/GameData/Principia/x64 directories. I will have to get Principia working first to find out. So the question is? Is there a recent version of Principia that will work with libm.so.6 v2.24 `GLIBC_2.24'? Thank You, Ned
  3. I guess I should have quoted the error message from KSP about needing libc++abi1-8 & libc++1-8. When I checked and had libc++1-11, libc++abi1-11. I figured the Error message in the gui was old. And a later version was required. KSP.log EXC 21:02:05.454] DllNotFoundException: principia principia.ksp_plugin_adapter.Log.InitGoogleLogging () (at <b7045db6431e4c8ca505f0d40f37267d>:0) principia.ksp_plugin_adapter.Loader.LoadPrincipiaDllAndInitGoogleLogging () (at <b7045db6431e4c8ca505f0d40f37267d>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) principia.ksp_plugin_adapter.Loader:LoadPrincipiaDllAndInitGoogleLogging() principia.ksp_plugin_adapter.PrincipiaPluginAdapter:.ctor() UnityEngine.GameObject:AddComponent(Type) ScenarioRunner:AddModule(String) ScenarioRunner:AddModule(ConfigNode) ProtoScenarioModule:Load(ScenarioRunner) ScenarioRunner:LoadModules(List`1) ScenarioRunner:AddMainMenuScenarios() ScenarioRunner:onLevelWasLoaded(GameScenes) EventData`1:Fire(GameScenes) <FireLoadedEvent>d__46:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [ERR 21:02:05.455] The Principia DLL failed to load. An unknown error occurred; detected OS Unix 4.19.0.0 64-bit; tried loading dll at 'GameData/Principia/Linux64/principia.so', 'GameData/Principia/MacOS64/principia.so'. Note that libc++abi1-8 and libc++1-8 or later (Linux) or Sierra or later (MacOS) are required. Warning: don't load a Principia save before you have fixed this error; it might get damaged. Thank You, Ned
  4. Hi, The latest Principia.hermite won't load on my system Debian9.13. Which uses libc++1:11.0.1-2~deb9u1 & libc++abi1:11.0.1-2~deb9u1. I am using running KSP-v1.12.3. I realize Debian isn't supported by KSP. But is there an older version of Principia that might run on my old system? Thank You. Ned
  5. Running KSP 1.12.3 in Linux, nothing listed above would work. I just started randomly trying keys. Cycling m for map mode gave me flashing green :-)
×
×
  • Create New...