Jump to content

v8Dave

Members
  • Posts

    49
  • Joined

  • Last visited

Reputation

12 Good

Profile Information

  • About me
    Rocketeer
  • Interests
    What ? you mean beyond KSP !

Recent Profile Visitors

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

  1. Well I could have submitted to GitHub if I had a login. I though you'd knew straight off whether you wanted to have 2 or 3 seats and where to check the numbers.
  2. Sorry if this is not the right place for posting bug info. You have an inconsistency in the habitat module crew capacity. The part config MOH18.cfg lists the crew as 2, but the iva space definition MOHSpace.cfg lists 3 seats.
  3. While trying to find the source of a fault spamming my KSP.log file to massive size I've found an error in one of your part config files. - MODEL - { - model = AirplanePlus/Parts/Structure and Fuel/size2structural/model - texture = placeholder , AirplanePlus/Parts/Payload/size2doortex1 - } + MODEL + { + model = AirplanePlus/Parts/Structure and Fuel/size2structural/model + texture = placeholder , AirplanePlus/Parts/Payload/AirRamp/size2doortex1 + } It's only a simple path error, which then generates a file not found exception at run time.
  4. Sorry, finger trouble. Look for libjemalloc.so.1 A few linux users have been seeing a problem where KSP opens a window or goes full screen but just shows a blank black page. Investigating the logs shows not critical errors and that KSP stops here. Default vsync count 1 requesting resize 1280 x 720 resizing window to 1280 x 720 Desktop is 1920 x 1200 @ 60 Hz Using libudev for joystick management Importing game controller configs The usual ldd check shows all libraries are present. Checks with gdb didn't help me identify the fault. My system monitor told me the KSP.x86_64 process was sleeping. Broadening my search actually turned up and answer from the distro I use, Slackware. It seems a problem can occur for any unity powered game which means it goes to sleep during the startup process and leaves the user watching the black screen or window, but only on some 64 bit distros using glibc-2.25. More info here HTH It is probable that so few people are effected that it's not worth editing your script.
  5. I've been stuck for weeks with the process going to sleep when it should be getting the game controller info from the underlying linux system. Logs had no errors in them. Found a fix by using LD_PRELOAD="/usr/lib64/liblemalloc.so.1" %ksp_command% Not sure if you can integrate into your script . Damn. You can't edit a code block ! Spelling error or finger trouble. "liblemalloc" should be 'libjemalloc'
  6. Do you have a preferences file - .config/unity3d/Squad/Kerbal Space Program/prefs or .config/unity3d/SQUAD/KSPLauncher/prefs I was getting logs even when the CLI messages only got to the game controller message
  7. You will also find better info on a crash in the log files, either in you KSP directory or in .config/unity3d
  8. I've already sort of posted this on other threads but this is not intended as a double post ! If you have the startup crash of version 1.1.0 or 1.1.1 and the -force-glcore or similar command line options do not work then try re-installing your video driver. My nvidia install builds a GL library and as I'd done some other upgrades I had broken the graphics. I found it because when I tried to run my 1.0.4 install of KSP that was broken too. Now to unzip 1.1.1 and see if I can get that running......
  9. Have you tried clearing the contents of .config/unity3d ?
  10. Try re-running your video driver install. I've had problems with any version of KSP because of having updated core libraries that broke the GL library compiled by the video driver. I got distracted because it only appeared when I downloaded KSP 1.1.0, only today have I tried going back to older versions and realised my error.
  11. I'm getting the failure to start problem. I've tried the various command line switches suggested without any obvious effect. I've tried deleting the ./config/unity3d tree without any obvious effect. My CLI error messages suggest it is a problem with unity failing to load the game controller configs... ~/my games/KSP_linux$ ./KSP.x86_64 -screen-fullscreen Set current directory to /home/daveb/my games/KSP_linux Found path: /home/daveb/my games/KSP_linux/KSP.x86_64 Mono path[0] = '/home/daveb/my games/KSP_linux/KSP_Data/Managed' Mono path[1] = '/home/daveb/my games/KSP_linux/KSP_Data/Mono' Mono config path = '/home/daveb/my games/KSP_linux/KSP_Data/Mono/etc' displaymanager : xrandr version warning. 1.5 client has 4 screens displaymanager screen (0)(DVI-I-1): 1920 x 1200 Using libudev for joystick management Importing game controller configs Aborted There is no settings file in the ./config/unity3d tree or in the KSP tree. If I copy the backup settings file from ~/KSP/Launcher_Data across to the ./config/unity3d tree the abort still occurs. Can someone who has got the game started confirm where in the ./config/unity3d tree the settings.cfg file should be ? In the meantime I'm going to try older versions of KSP to see if it is a system setup issue rather than a KSP problem. Maybe KSP or Unity is being blocked by udev ? Edit: Some additional info. System is Slackware64-14.2rc2 Kernel is 4.4.6 Graphics are NVidia GTX970 using binary blob 361.28 The pulseaudio workaround with pulsenomore has no effect.
  12. All I get from glxgears is a frame rate that is the same as my monitor refresh rate. You need something that can get data from the osd layer directly for proper in game rates.
  13. Apologies if this is already reported, a search didn't find any obvious reference..... OPT and KIS are not playing nicely together. [WRN 16:52:13.606] InternalModel error: Part Crew capacity is 5, but 2 seats are defined in internal model [WRN 16:52:13.607] Internal Model error: Crewmember Valentina Kerman's seat index exceeds internal model seat count! [WRN 16:52:13.607] Internal Model error: Crewmember Camdon Kerman's seat index exceeds internal model seat count! [WRN 16:52:13.607] Internal Model error: Crewmember Tedvan Kerman's seat index exceeds internal model seat count! OPT version is 1.7 KIS version is 1.2.0 My tools loaded in the SPH have gone missing, I might have to send up someone to unbolt parts before re-entry Edit: excess parts fell off after SOI change !!
  14. The config file is in place. The capitalisation appears to be correct I'm on a 64 bit Linux and the KSP home is /home/daveb/my games/KSP_Linux_Interstellar I don't think there is anything from KerbTown that I've installed. I have some of KerbinSide 0.41.2 installed, KSC got too cluttered with everything installed. Kerbal-Konstructs is 0.8.4 I think it's simply the \ instead of the /
×
×
  • Create New...