Jump to content

ThirdOfSeven

Members
  • Posts

    94
  • Joined

  • Last visited

Reputation

56 Excellent

1 Follower

Profile Information

  • About me
    Addicted To Mods
  • Location
    R&D Building
  • Interests
    Programming, Computers, Network, Facts about Universe

Recent Profile Visitors

4,309 profile views

Single Status Update

See all updates by ThirdOfSeven

  1. Hi,

    which flavour and version of linux are you using ? And do you remember which libraries were causing problems ?

    I use the pc i have ksp installed on for a little naive c++ programming (learning vulkan :-)), but i am not a programmer.

    I must say that the past versions of ksp always have been an unstable mess causing kernel intervention sooner or later. And there hasn't been any new functionality since 0.90. I would expect a well behaved program to certainly handle messages related to possible timing problems etc.

    cheers

    gb

    1. ThirdOfSeven

      ThirdOfSeven

      I'm using Ubuntu 14.04 x86_64. I never had any issues with KSP until 1.1.3. On 1.1.3 I had it exiting with SIGSEGV when I exit the game, otherwise it worked nice even when very heavily modded (100 mods or more). 1.2.2 is working stable as well, giving SIGSEGV on exit only.

      With 1.3 we got additional .so (named liblingoona.grammar.kerbal.so) with grammar functions and it is main source of my issues currently. They are located in KSP_Data/Plugins

      Like that:

      $ ldd liblingoona.grammar.kerbal.so
      ./liblingoona.grammar.kerbal.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./liblingoona.grammar.kerbal.so)
      ./liblingoona.grammar.kerbal.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./liblingoona.grammar.kerbal.so)
      ./liblingoona.grammar.kerbal.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./liblingoona.grammar.kerbal.so)

      It leads to nothing bad, only to few unreadable strings in contracts and some other dialog windows.

      It looks like built with newer version of libstdc++, so I got it updated with GCC 4.9. It fixed dependency issue, but after that I got SIGSEGV when I start game.

      After some downgrades I had dependency issues with libkeyboard.so too, like missing GLIBCXX_3.4.21 and game started to unexpectedly exit when I tried to enter Settings from main menu. It was easily figured out with Player.log, so I got GCC 4.9 removed and decided to stay with something not readable for a while. libkeyboards.so still can't be loaded, but everything is working somehow and I can't figure out why. So it can be something else causing that behaviour.

      I got response in bug tracker that 1.3 works without any issues in Ubuntu 17.04:

      http://bugs.kerbalspaceprogram.com/issues/15375

      But I can't afford update and check for now.

    2. Show next comments  3 more
×
×
  • Create New...