Jump to content

KSP 1.2.x on Ubuntu


Recommended Posts

I finally upgraded from 1.1.3 to 1.2.2 and I'm having issues. Fresh, clean install of Ubuntu Gnome 16.04 and a newly extracted install of KSP 1.2.2. I've also tried with 1.2 with the same problem.

I start KSP and I get the loading screen and it does it's thing. However, once the main menu loads, KSP crashes and I get logged out of the OS. Not sure if it's the xserver that's restarting or what. I'm including the last bit of my ksp.log file. If there's a way to post the whole thing, let me know. This is the only part that I see that has anything that looks bad. Everything else looks like it's loading just fine.

[LOG 07:43:48.512] Loading Systems: Elapsed time is 70.94635s
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 07:43:50.135] The referenced script on this Behaviour (Game Object '<null>') is missing!
[LOG 07:43:55.830] [UIMasterController]: HideUI
[LOG 07:43:55.836] [Agent]: Found 19 agent mentality types

 

Link to comment
Share on other sites

Hi @bassmannate, yes it's the xserver crashing from a bad resolution passed by the Unity engine, it affects all window managers except xfwm.

A somewhat reliable workaround is to delete the Unity prefs file before KSP starts, you can use a script like this to do it.

Quote

#! /bin/sh
rm ~/.config/unity3d/Squad/Kerbal\ Space\ Program/prefs
cd ~/.steam/steam/steamapps/common/Kerbal\ Space\ Program/
./KSP.x86_64

This is for Steam 64bit.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...