jinks Posted July 22, 2014 Share Posted July 22, 2014 I was getting a crash occasionally on load as it was loading company flags. Using those new offsets, no crashes since. So I can confirm that they seem to be still needed, and those offsets worked beautifully for me.Just for reference, in case this saves a bit of time for someone, this is the commands I ran (in the same directory as the binary):echo "0099f587: 00" | xxd -r - KSP.x86_64echo "0099f58c: 00" | xxd -r - KSP.x86_64Do make a backup of the executable first, of course.So, Addle and I arrived at the same offsets, and I haven't seen any issues with them so far.Sal? Can you update the post at the top? Link to comment Share on other sites More sharing options...
zi Posted July 22, 2014 Share Posted July 22, 2014 I've been having a problem with KSP completely freezing Ubuntu 14.04 64 bit with the only option being a hard reset. This usually happens within a minute or two of the game being opened but dropping all the graphics settings to lowest stops it. Trying to up any graphics settings will make it crash again. I'm using the proprietary stable AMD drivers.KSP.logplayer.logplayer.log was too big to upload so I cut to the part when I changed the settings back from low. Link to comment Share on other sites More sharing options...
sal_vager Posted July 22, 2014 Author Share Posted July 22, 2014 I updated it jinks, thanks for reminding me.Kulko, check your addons are up to date.System.TypeLoadException: Could not load type 'EngineerToolbar.BlizzyToolbar' from assembly 'EngineerToolbar, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' Link to comment Share on other sites More sharing options...
Kulko Posted July 22, 2014 Share Posted July 22, 2014 I updated it jinks, thanks for reminding me.Kulko, check your addons are up to date.I'll do a clean install and try it again, but the problem was happening with stock KSP before I even installed Engineer. Link to comment Share on other sites More sharing options...
sal_vager Posted July 22, 2014 Author Share Posted July 22, 2014 Are you starting KSP with LC_ALL=C ? It fixes so many things. Link to comment Share on other sites More sharing options...
styckx Posted July 22, 2014 Share Posted July 22, 2014 What desktop environment are you running? With KDE, you move the window where you want it, click the window menu in the corner, choose Application Settings, then choose for it to remember the position forever. You can also choose to disable borders and titlebar too.Ugh.. KDE. The love hate Desktop environment. When it works it is the best.. When it flies off the deep end it's the most insufferable thing ever. Last time I tried it my mouse cursor icons kept getting blown to weird large sizes. Linux and multi-monitor support is still sketchy. It's the risk I take for having 3 monitors.. I was using Cinnamon but went back to Mate Desktop.. Link to comment Share on other sites More sharing options...
paulkoan Posted July 22, 2014 Share Posted July 22, 2014 Linux and multi-monitor support is still sketchy. It's the risk I take for having 3 monitors.. I was using Cinnamon but went back to Mate Desktop..I am not suggesting you switch desktops, this is for informational purposes. KDE now has kscreen, which manages multi-monitors better than I have seen on linux before.This includes those times where you use a laptop and plug in an external monitor, kscreen "remembers" the setup for the monitor and applies it, then when you disconnect, it goes back to a sensible single monitor setup.Essentially it just adds a layer of intelligence around xrandr. Link to comment Share on other sites More sharing options...
Kulko Posted July 22, 2014 Share Posted July 22, 2014 Are you starting KSP with LC_ALL=C ? It fixes so many things.That seems to have done it, on a clean install. Going to try installing Engineer and see what happens. Link to comment Share on other sites More sharing options...
colmo Posted July 22, 2014 Share Posted July 22, 2014 (edited) Hmm, issues with 0.24, 32 and 64 bit: Clean install via Steam, progress bar doesn't budge on startup, no part loading text, just loading screens and messages which cycle but go nowhere, game never loads. Using OpenSuse 13.1, nVidia Geforce 660, Steam and non-Steam.P.S. Weird. Copied my ARM folder back as the main folder and ran an integrity check and update via Steam. That appears to have fixed it, loading as normal now. There's a load of mods that'll likely not work, but time to prune those out. Edited July 22, 2014 by colmo Link to comment Share on other sites More sharing options...
Eleven Posted July 23, 2014 Share Posted July 23, 2014 One thing I noticed was in 0.24 settings, under graphics, 'aerodynamic FX quality' is greyed out and next to it, it says 'no hardware support'. But I also still have 0.23.5 installed and there are no issues with that same setting. So it's obviously something they changed. Anyone have a clue? I'm running Linux Mint Cinnamon 17. I thought maybe if I try to update Mesa to the newest version but of course I'm having trouble doing that. It keeps looking for odd packages when I try to compile it. The last one I've never heard of, 'presentproto'....I run the 64 bit client on a Lenovo G580 with 8 gigs of RAM, it has Intel4000 graphics. I've been able to get shadows and re-entry effects on the last several versions of KSP but I can't even get shadows to work on 0.24, let alone the effects Link to comment Share on other sites More sharing options...
diego_gz Posted July 23, 2014 Share Posted July 23, 2014 (edited) I had the same problem with the 'aerodynamic FX quality' and the 'no hardware support' but after I enabled shadows I could choose the 'aerodynamic FX quality'. However, following the instructions here did not worked for me. This is what I did:1. Open the KSP.x86_64 with an hex editor. I used wxHexEditor (apt-get install wxhexeditor in ubuntu)2. Edit -> Find : Find in text the "intel" string. You will see a line looking like "INTEL.intel.<whatever>"3. In the hex part of the string (the left and biggest side of the editor), I replaced all the "INTEL.intel" hex characters with zeros. 4. Save and done.I hope this helps you!BTW, this is probably related to a change in 0.24 regarding reentry effects in linux and a potential crash. Take a look here in the Misc section at the bottom. Edited July 23, 2014 by diego_gz Link to comment Share on other sites More sharing options...
Eleven Posted July 23, 2014 Share Posted July 23, 2014 I had the same problem with the 'aerodynamic FX quality' and the 'no hardware support' but after I enabled shadows I could choose the 'aerodynamic FX quality'. However, following the instructions here did not worked for me. This is what I did:1. Open the KSP.x86_64 with an hex editor. I used wxHexEditor (apt-get install wxhexeditor in ubuntu)2. Edit -> Find : Find in text the "intel" string. You will see a line looking like "INTEL.intel.<whatever>"3. In the hex part of the string (the left and biggest side of the editor), I replaced all the "INTEL.intel" hex characters with zeros. 4. Save and done.I hope this helps you!BTW, this is probably related to a change in 0.24 regarding reentry effects in linux and a potential crash. Take a look here in the Misc section at the bottom.This needs to be stickied with the rest of the fixes sal_vager. DO IT NOW Thanks diego_gz, that did it! Link to comment Share on other sites More sharing options...
qwertyce Posted July 24, 2014 Share Posted July 24, 2014 Hi all, I'm new in this forum, i'm a great fan of kerbal (my best compliments to all developers), previously on windows, but now I'm using linux, and I have to signal many really weird bugs on ubuntu (14.04 64 bit):I can't build any spaceships, pieces can't be connected, or they connect in a really strange waynote the green edges, these two pieces are connected in this way...similar thing happens with fuel tank, it is like inside command unit... (green edge)I tried the scenario of avoid impact with mun, but opened it there's no ship...then I closed game, and it is, whitout having done anything and anything appeared in graphics:last strange thing I noted until now, if I click on training nothing happensmy ubuntu is in italian, can LC_ALL=C ./KSP.x86_64 solve all these issues? Link to comment Share on other sites More sharing options...
sal_vager Posted July 24, 2014 Author Share Posted July 24, 2014 Hi qwertyce, yeah, starting KSP with LC_ALL=C will fix this, but you also need to delete the settings.cfg first.The issue is caused by Unity using the language set by the system user, with many languages using punctuation slightly differently.Unity expects commas and periods to work in a certain way and normally this is fine but it means KSP cannot parse the settings.cfg correctly.LC_ALL=C makes the program started with that command use the Posix standard for language rules, and we use Posix because it's on all Linux systems and it's quicker then typing ENG You can make a shell script in the KSP folder to make starting KSP easier, just put this in a file, save it and make it executable:#!/bin/bashLC_ALL=C ./KSP.x86_64 Link to comment Share on other sites More sharing options...
qwertyce Posted July 24, 2014 Share Posted July 24, 2014 very clear, thanks for explanation Link to comment Share on other sites More sharing options...
diego_gz Posted July 24, 2014 Share Posted July 24, 2014 (edited) If anybody is interested, I am currently using this script:#!/bin/shexport LC_ALL=Cexport KSP_OPTIONS="-single-instance -nolog -popupwindow"export KSP_DIR="${PATH_TO_STEAM}/steam/SteamApps/common/Kerbal Space Program"cd "$KSP_DIR"(sleep 1;wmctrl -r "Kerbal Space Program" -b toggle,above -F) &exec ./KSP.$(arch) $KSP_OPTIONSThis will exec KSP in a borderless window and keep it on top af all windows. It will require wmctrl (apt-get install wmctrl). If you want a version with a normal window or fullscreen:#!/bin/shexport LC_ALL=Cexport KSP_OPTIONS="-single-instance -nolog"export KSP_DIR="${PATH_TO_STEAM}/steam/SteamApps/common/Kerbal Space Program"cd "$KSP_DIR"exec ./KSP.$(arch) $KSP_OPTIONSNOTE: Replace ${PATH_TO_STEAM} with the path to your steam installationYou can place this script in /usr/local/games or in any place inside your PATH.You can also create this file: $HOME/.local/share/applications/Kerbal\ Space\ Program.desktop With this contents:[Desktop Entry]Name=Kerbal Space ProgramGenericName=KSPComment=Awesome space program simulatorExec=KSPIcon=KSP.pngTerminal=falseType=ApplicationCategories=Game;NOTE: You must change Exec= and Icon= with the actual paths you want. You can download a cool icon for KSP and using specifying the path there.This last file will create a menu entry in your desktop inside your games menu.Maybe we can script the modifications to make for the linux versions and update the script for each KSP version so executing the KSP_Linux script will ready your KSP to work great in Linux. Edited July 24, 2014 by diego_gz Link to comment Share on other sites More sharing options...
NoXPhasma Posted July 24, 2014 Share Posted July 24, 2014 Actually I would change your script, which will make it easier for everyone who wants to use it.#!/bin/shexport LC_ALL=Cexport KSP_OPTIONS="-single-instance -nolog"export KSP_DIR="${HOME}/.local/share/Steam/SteamApps/common/Kerbal Space Program"cd "$KSP_DIR"exec ./KSP.$(uname -i) $KSP_OPTIONS #!/bin/shexport LC_ALL=Cexport KSP_OPTIONS="-single-instance -nolog -popupwindow"export KSP_DIR="${HOME}/.local/share/Steam/SteamApps/common/Kerbal Space Program"cd "$KSP_DIR"(sleep 1;wmctrl -r "Kerbal Space Program" -b toggle,above -F) &exec ./KSP.$(uname -i) $KSP_OPTIONS This will work for everyone without changing anything. Only those would have to change something, who use a different SteamApps folder as the default. Link to comment Share on other sites More sharing options...
Kaa253 Posted July 25, 2014 Share Posted July 25, 2014 I find that the 0.24.1 update does not appear to have changed the "offsets".I am a little disappointed that the update did not fix the number pad bug.Perhaps I should blame myself because I didn't think to report the issue on the bug tracker. Maybe it is not too late to make a report. Link to comment Share on other sites More sharing options...
neutralpenguin Posted July 25, 2014 Share Posted July 25, 2014 (edited) I'm having an issue playing the game on Linux.The game launches fine, and I can play for awhile (1-10 minutes) until the game causes my GPU to shutdown. The computer is still on, and I can still SSH in, but the GPU is off or something (i think the game crashes as well, because running "ps aux" doesn't show an instance of KSP.x86_64). There is no artifacting on the display when it does shutdown, the display just goes blank, says there is no input, then goes into standby mode. I am unable to switch TTYs or anything, so the only option to get back to normal working order is to shutdown the computer and turn it back on.I don't think it is an overheating problem, as I could play version .23.5 and earlier versions for hours with no problems. And I can play other games like Killing Floor with no problems either.I am running Arch Linux with Awesome WM. I am using the open source drivers with the 32 bit libraries. The arch wiki states no such problem, and searching the forums via Google didn't show much.$ uname -r3.15.2-1-ARCH$ lspci | grep -i hd00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870]07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6800 Series]$ pacman -Qs ati- local/ati-dri 10.2.2-1 Mesa drivers for AMD/ATI Radeonlocal/lib32-ati-dri 10.2.2-1 Mesa drivers for AMD/ATI Radeon (32-bit)Player.log: http://www.pastebin.ca/2825585USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.0 26064 4404 ? Ss Jul24 0:09 /sbin/initroot 2 0.0 0.0 0 0 ? S Jul24 0:00 [kthreadd]root 3 0.0 0.0 0 0 ? S Jul24 0:07 [ksoftirqd/0]root 5 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/0:0H]root 7 0.0 0.0 0 0 ? S Jul24 0:40 [rcu_preempt]root 8 0.0 0.0 0 0 ? S Jul24 0:00 [rcu_sched]root 9 0.0 0.0 0 0 ? S Jul24 0:00 [rcu_bh]root 10 0.0 0.0 0 0 ? S Jul24 0:00 [migration/0]root 11 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/0]root 12 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/1]root 13 0.0 0.0 0 0 ? S Jul24 0:00 [migration/1]root 14 0.0 0.0 0 0 ? S Jul24 0:06 [ksoftirqd/1]root 16 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/1:0H]root 17 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/2]root 18 0.0 0.0 0 0 ? S Jul24 0:00 [migration/2]root 19 0.0 0.0 0 0 ? S Jul24 0:06 [ksoftirqd/2]root 21 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/2:0H]root 22 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/3]root 23 0.0 0.0 0 0 ? S Jul24 0:00 [migration/3]root 24 0.0 0.0 0 0 ? S Jul24 0:06 [ksoftirqd/3]root 26 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/3:0H]root 27 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/4]root 28 0.0 0.0 0 0 ? S Jul24 0:00 [migration/4]root 29 0.0 0.0 0 0 ? S Jul24 0:05 [ksoftirqd/4]root 31 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/4:0H]root 32 0.0 0.0 0 0 ? S Jul24 0:00 [watchdog/5]root 33 0.0 0.0 0 0 ? S Jul24 0:00 [migration/5]root 34 0.0 0.0 0 0 ? S Jul24 0:08 [ksoftirqd/5]root 36 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/5:0H]root 37 0.0 0.0 0 0 ? S< Jul24 0:00 [khelper]root 38 0.0 0.0 0 0 ? S Jul24 0:00 [kdevtmpfs]root 39 0.0 0.0 0 0 ? S< Jul24 0:00 [netns]root 40 0.0 0.0 0 0 ? S Jul24 0:00 [khungtaskd]root 41 0.0 0.0 0 0 ? S< Jul24 0:00 [writeback]root 42 0.0 0.0 0 0 ? SN Jul24 0:00 [ksmd]root 43 0.0 0.0 0 0 ? SN Jul24 0:01 [khugepaged]root 44 0.0 0.0 0 0 ? S< Jul24 0:00 [kintegrityd]root 45 0.0 0.0 0 0 ? S< Jul24 0:00 [bioset]root 46 0.0 0.0 0 0 ? S< Jul24 0:00 [crypto]root 47 0.0 0.0 0 0 ? S< Jul24 0:00 [kblockd]root 49 0.0 0.0 0 0 ? S Jul24 0:00 [kswapd0]root 50 0.0 0.0 0 0 ? S Jul24 0:00 [fsnotify_mark]root 54 0.0 0.0 0 0 ? S< Jul24 0:00 [kthrotld]root 55 0.0 0.0 0 0 ? S< Jul24 0:00 [ipv6_addrconf]root 56 0.0 0.0 0 0 ? S< Jul24 0:00 [deferwq]root 88 0.0 0.0 0 0 ? S< Jul24 0:00 [firewire]root 89 0.0 0.0 0 0 ? S< Jul24 0:00 [firewire_ohci]root 90 0.0 0.0 0 0 ? S Jul24 0:00 [khubd]root 91 0.0 0.0 0 0 ? S< Jul24 0:00 [ata_sff]root 93 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_0]root 95 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_0]root 96 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_1]root 97 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_1]root 101 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_2]root 102 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_2]root 103 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_3]root 104 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_3]root 107 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_4]root 108 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_4]root 109 0.0 0.0 0 0 ? S Jul24 0:04 [scsi_eh_5]root 110 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_5]root 111 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_6]root 112 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_6]root 113 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_7]root 114 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_7]root 119 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_8]root 120 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_8]root 121 0.0 0.0 0 0 ? S Jul24 0:00 [scsi_eh_9]root 122 0.0 0.0 0 0 ? S< Jul24 0:00 [scsi_tmf_9]root 135 0.0 0.0 0 0 ? S< Jul24 0:01 [kworker/5:1H]root 143 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/4:1H]root 145 0.0 0.0 0 0 ? S Jul24 0:02 [kworker/3:1]root 147 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/0:1H]root 150 0.0 0.0 0 0 ? S Jul24 0:01 [jbd2/sda2-8]root 151 0.0 0.0 0 0 ? S< Jul24 0:00 [ext4-rsv-conver]root 177 0.0 0.0 36500 7932 ? Ss Jul24 0:00 /usr/lib/systemd/systemd-journaldroot 189 0.0 0.0 32188 2708 ? Ss Jul24 0:00 /usr/lib/systemd/systemd-udevdroot 190 0.0 0.0 0 0 ? S< Jul24 0:00 [iprt]root 205 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/2:1H]root 211 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/1:1H]root 218 0.0 0.0 72524 6804 ? Ss Jul24 0:00 /usr/bin/cupsd -favahi 219 0.0 0.0 25916 2464 ? Ss Jul24 0:00 avahi-daemon: running [archbox-bender.local]dbus 221 0.0 0.0 25004 2996 ? Ss Jul24 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activationavahi 243 0.0 0.0 25792 208 ? S Jul24 0:00 avahi-daemon: chroot helperroot 245 0.0 0.0 0 0 ? S< Jul24 0:00 [kworker/3:1H]root 257 0.0 0.0 0 0 ? S< Jul24 0:00 [edac-poller]root 258 0.0 0.0 0 0 ? S< Jul24 0:00 [kpsmoused]root 261 0.0 0.0 0 0 ? S< Jul24 0:00 [ttm_swap]root 263 0.0 0.0 15288 2232 ? Ss Jul24 0:00 /usr/lib/systemd/systemd-logindroot 264 0.0 0.0 70736 2980 ? Ss Jul24 0:00 login -- bender root 265 0.0 0.0 0 0 ? S< Jul24 0:00 [hd-audio0]root 268 0.0 0.0 0 0 ? S< Jul24 0:00 [kvm-irqfd-clean]root 269 0.0 0.0 0 0 ? S< Jul24 0:00 [hd-audio1]hal 287 0.0 0.0 117088 5488 ? Ssl Jul24 0:00 /usr/bin/hald --daemon=yes --use-syslogcolord 288 0.0 0.1 290452 10832 ? Ssl Jul24 0:00 /usr/lib/colord/colordroot 290 0.0 0.0 106640 3416 ? Sl Jul24 0:00 hald-runnerroot 382 0.0 0.0 35032 1836 ? S Jul24 0:05 hald-addon-input: Listening on /dev/input/event1 /dev/input/event0 /dev/input/event4 /dev/input/event3 /dev/input/event14root 438 0.0 0.0 0 0 ? S 15:28 0:00 [kworker/u12:0]root 449 0.0 0.0 35260 3716 ? S Jul24 0:06 hald-addon-storage: polling /dev/sr0 (every 2 sec)hal 451 0.0 0.0 18524 2240 ? S Jul24 0:00 /usr/lib/hal/hald-addon-acpiroot 453 0.0 0.0 57656 5356 ? Ss Jul24 0:00 /usr/bin/cups-browsedbender 483 0.0 0.0 26708 3296 ? Ss Jul24 0:00 /usr/lib/systemd/systemd --userbender 485 0.0 0.0 75748 1876 ? S Jul24 0:00 (sd-pam) bender 487 0.0 0.0 16712 4264 tty1 Ss Jul24 0:00 -bashbender 493 0.0 0.0 14164 1920 ? Ss Jul24 0:01 gpg-agent --daemon --enable-ssh-support --write-env-file /home/bender/.gnupg/gpg-agent.envroot 540 0.0 0.0 4448 196 ? Ss Jul24 0:00 /usr/bin/dhcpcd -q -w enp4s0murmur 541 0.0 0.1 192088 14448 ? Ssl Jul24 0:00 /usr/bin/murmurd -ini /etc/murmur.ini -fgdeluge 543 2.4 0.8 475144 69648 ? Ssl Jul24 29:25 /usr/bin/python2 /usr/bin/deluged -dtransmi+ 545 0.0 0.0 132064 4416 ? Ssl Jul24 0:09 /usr/bin/transmission-daemon -f --log-errorntp 546 0.0 0.1 105224 15284 ? SLs Jul24 0:02 /usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pidpostgres 554 0.0 0.2 195684 17388 ? S Jul24 0:00 /usr/bin/postgres -D /var/lib/postgres/databender 556 0.0 0.0 13824 3188 tty1 S+ Jul24 0:00 /bin/sh /usr/bin/startxbender 574 0.0 0.0 15944 1844 tty1 S+ Jul24 0:00 xinit /home/bender/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth /tmp/serverauth.XT7rKVWxJuroot 575 1.1 6.5 910348 539704 ? Ssl Jul24 14:20 /usr/bin/X -nolisten tcp :0 -auth /tmp/serverauth.XT7rKVWxJu vt1postgres 579 0.0 0.0 195684 3560 ? Ss Jul24 0:00 postgres: checkpointer process postgres 580 0.0 0.0 195684 5088 ? Ss Jul24 0:00 postgres: writer process postgres 581 0.0 0.0 195684 3560 ? Ss Jul24 0:00 postgres: wal writer process postgres 582 0.0 0.0 196536 6456 ? Ss Jul24 0:00 postgres: autovacuum launcher process postgres 583 0.0 0.0 51360 3880 ? Ss Jul24 0:00 postgres: stats collector process bender 588 0.0 0.3 275844 24768 tty1 Sl Jul24 0:50 awesomebender 600 0.0 0.0 18048 1620 tty1 S Jul24 0:00 /usr/bin/dbus-launch --autolaunch 3f942e181dfb4f33a9e6777ce09da037 --binary-syntax --close-stderrbender 602 0.0 0.0 24832 2004 ? Ss Jul24 0:26 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessionbender 610 0.0 0.2 122796 20080 ? Ss Jul24 0:02 urxvtbender 611 0.0 0.0 16712 4404 pts/0 Ss Jul24 0:00 bashbender 622 240 30.1 4559876 2467512 ? Ssl Jul24 2946:54 firefoxbender 628 0.0 0.0 43496 4400 ? S Jul24 0:00 /usr/lib/GConf/gconfd-2bender 756 0.1 1.9 762188 157928 ? Ssl Jul24 1:56 /usr/lib/chromium/chromium --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145bender 758 0.0 0.2 363836 19056 ? S Jul24 0:00 /usr/lib/chromium/chromium --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --type=sandbox-ipcbender 759 0.0 0.0 6392 768 ? S Jul24 0:00 /usr/lib/chromium/chrome-sandbox /usr/lib/chromium/chromium --type=zygote --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145bender 760 0.0 0.4 401608 39656 ? S Jul24 0:00 /usr/lib/chromium/chromium --type=zygote --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145bender 764 0.0 0.0 140900 7984 ? S Jul24 0:00 /usr/lib/chromium/nacl_helperbender 765 0.0 0.1 409804 13224 ? S Jul24 0:00 /usr/lib/chromium/chromium --type=zygote --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145bender 789 0.0 0.5 432500 46040 ? Sl Jul24 0:03 /usr/lib/chromium/chromium --type=gpu-process --channel=756.0.194792016 --supports-dual-gpus=false --gpu-driver-bug-workarounds=1,13,20 --disable-accelerated-video-decode --gpu-vendor-id=0x1002 --gpu-device-id=0x6738 --gpu-driver-vendor --gpu-driver-versionbender 801 0.0 1.3 1070972 112564 ? Sl Jul24 0:19 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --extension-process --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.1.1504454994bender 807 0.0 0.8 1037240 65776 ? SNl Jul24 0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.2.2095593823bender 811 0.0 0.8 1041272 71344 ? SNl Jul24 0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.3.110411289bender 816 0.0 0.9 1051208 77868 ? Sl Jul24 0:02 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --extension-process --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.4.622267969bender 820 0.3 2.0 1200080 167828 ? SNl Jul24 3:51 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.5.811138480bender 903 0.0 0.0 21892 4900 ? Ss Jul24 0:54 tmuxbender 904 0.0 0.0 16728 4344 pts/1 Ss Jul24 0:00 -bashbender 916 0.0 0.1 124200 10772 pts/1 Sl+ Jul24 0:07 irssibender 921 0.0 0.0 16728 4288 pts/2 Ss Jul24 0:00 -bashbender 934 0.0 0.0 28732 5168 pts/2 S+ Jul24 0:00 alsamixerbender 996 3.0 8.6 1810764 708664 ? SLl Jul24 37:14 /usr/lib/firefox/plugin-container /usr/lib/mozilla/plugins/libvlcplugin.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 622 pluginbender 1435 0.0 0.0 13824 3304 ? Ss Jul24 0:00 bash /usr/bin/steamroot 1440 0.0 0.0 0 0 ? S 02:37 0:01 [kworker/2:2]bender 1445 0.0 0.0 14096 3584 ? S Jul24 0:00 bash /home/bender/.local/share/Steam/steam.shbender 1446 0.0 0.0 6048 1704 ? S Jul24 0:00 tee /tmp/dumps/bender_stdout.txtbender 1560 0.9 2.7 620756 226088 ? Sl Jul24 11:58 /home/bender/.local/share/Steam/ubuntu12_32/steambender 5346 0.0 0.0 16856 4708 pts/5 Ss 04:43 0:00 -bashroot 8572 0.0 0.0 0 0 ? S 16:15 0:00 [kworker/u12:1]bender 9936 0.2 0.5 781404 48380 ? Ssl 04:01 1:52 /usr/lib/virtualbox/VirtualBoxbender 9950 0.1 0.1 134176 8944 ? S 04:01 1:04 /usr/lib/virtualbox/VBoxXPCOMIPCDbender 9956 0.2 0.2 696604 16668 ? Sl 04:01 2:04 /usr/lib/virtualbox/VBoxSVC --auto-shutdownbender 10571 0.0 0.0 101108 2916 ? SLl 04:02 0:03 scdaemon --multi-serverroot 10857 0.0 0.0 0 0 ? S< 04:02 0:00 [dio/sda2]bender 10859 0.0 0.0 16728 4352 pts/4 Ss+ 04:02 0:00 -bashbender 11498 0.1 2.6 1062188 212716 ? Ssl 04:03 1:05 firefox -no-remote -ProfileManagerbender 11529 0.1 1.7 1173400 146764 ? SNl 04:52 1:13 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.23.606748383root 12033 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/2:0]root 12163 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/3:2]root 12698 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/0:2]root 12899 0.0 0.0 8156 1656 tty2 Ss+ Jul24 0:00 /sbin/agetty --noclear tty2 linuxbender 13361 0.0 0.0 17688 2836 pts/0 S+ 15:02 0:00 tmux attach-sessionroot 13671 0.0 0.0 0 0 ? S 16:22 0:00 [kworker/4:0]root 13922 0.0 0.0 0 0 ? S 16:22 0:00 [kworker/1:1]root 14800 0.0 0.0 0 0 ? S 16:23 0:00 [kworker/5:1]bender 17791 26.9 2.3 1193676 193860 ? SNl 15:08 21:44 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/PrerenderFromOmnibox/OmniboxPrerenderEnabled/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.43.763362065root 18306 0.0 0.0 82844 5864 ? Ss Jul24 0:00 sshd: bender [priv]bender 18310 0.0 0.0 82844 3352 ? S Jul24 0:00 sshd: bender@pts/3bender 18311 0.0 0.0 16712 4308 pts/3 Ss+ Jul24 0:00 -bashroot 18751 0.0 0.0 0 0 ? S 16:28 0:00 [kworker/2:1]bender 18845 0.0 0.0 26864 2948 pts/5 R+ 16:29 0:00 ps auxbender 18846 0.0 0.0 15956 1988 pts/5 R+ 16:29 0:00 xsel -biroot 19065 0.0 0.0 0 0 ? S 01:29 0:02 [kworker/0:1]bender 19843 0.0 0.9 1047904 79156 ? SNl 15:52 0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/PrerenderFromOmnibox/OmniboxPrerenderEnabled/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.44.727446323bender 20629 0.4 1.9 1180468 161236 ? SNl 04:17 3:09 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.22.1360618503bender 21625 0.0 1.1 1056192 93176 ? SNl 15:52 0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/PrerenderFromOmnibox/OmniboxPrerenderEnabled/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.45.1493379971bender 22938 0.0 1.1 1062336 93272 ? Sl 15:52 0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials=Prerender/Prerender15minTTL/PrerenderFromOmnibox/OmniboxPrerenderEnabled/UMA-New-Install-Uniformity-Trial/Control/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_06/UMA-Uniformity-Trial-1-Percent/group_65/UMA-Uniformity-Trial-10-Percent/group_09/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_11/UMA-Uniformity-Trial-50-Percent/group_01/ --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=14.0.0.145 --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-compositing --disable-accelerated-video-decode --disable-webrtc-hw-encoding --enable-software-compositing --disable-gpu-compositing --channel=756.46.2105509034bender 22939 5.2 14.0 2519332 1152112 ? SLl 04:21 37:54 /usr/lib/virtualbox/VirtualBox --comment tails --startvm 3744c46e-865a-43ca-9838-67dc73e28bc0 --no-startvm-errormsgboxroot 23204 0.0 0.0 0 0 ? S 01:45 0:03 [kworker/5:2]bender 23759 0.0 2.1 619464 172964 ? S 15:53 0:00 /home/bender/.local/share/Steam/ubuntu12_32/steambender 23760 11.2 3.5 430452 290320 ? SLl 15:53 4:01 /home/bender/.local/share/Steam/SteamApps/common/KillingFloor/System/killingfloor-binbender 24011 1.0 2.4 1267864 199384 ? Sl 01:49 9:20 /usr/lib/firefox/plugin-container /usr/lib/mozilla/plugins/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 622 pluginbender 24086 0.6 0.6 237516 54212 ? Sl 15:53 0:14 /home/bender/.local/share/Steam/ubuntu12_32/gameoverlayui -pid 23760 -manuallyclearframes 0bender 26254 0.0 0.5 486940 44448 ? Sl 05:13 0:00 /usr/lib/firefox/plugin-container /usr/lib/mozilla/plugins/liblightsparkplugin.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 11498 pluginbender 26256 0.0 0.4 363828 40208 ? Sl 05:13 0:00 /usr/lib/firefox/plugin-container /usr/lib/mozilla/plugins/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 11498 pluginroot 30758 0.0 0.0 0 0 ? S Jul24 0:02 [kworker/1:0]root 30760 0.0 0.0 0 0 ? S 00:00 0:02 [kworker/4:2]root 31550 0.0 0.0 8156 1676 tty3 Ss+ 05:21 0:00 /sbin/agetty --noclear tty3 linux Edited July 25, 2014 by neutralpenguin more info Link to comment Share on other sites More sharing options...
sal_vager Posted July 25, 2014 Author Share Posted July 25, 2014 neutralpenguin, is there anything in your KSP.log or player.log? Post their contents to pastebin for us please. Link to comment Share on other sites More sharing options...
neutralpenguin Posted July 25, 2014 Share Posted July 25, 2014 Player.log: http://www.pastebin.ca/2825585neutralpenguin, is there anything in your KSP.log or player.log? Post their contents to pastebin for us please.9999999999 Link to comment Share on other sites More sharing options...
sal_vager Posted July 25, 2014 Author Share Posted July 25, 2014 Tired, didn't see it Link to comment Share on other sites More sharing options...
styckx Posted July 25, 2014 Share Posted July 25, 2014 Have the offsets changed at at all from .24 to 24.2? Link to comment Share on other sites More sharing options...
Kaa253 Posted July 26, 2014 Share Posted July 26, 2014 Have the offsets changed at at all from .24 to 24.2?It looks like the offsets are still unchanged to me. Link to comment Share on other sites More sharing options...
styckx Posted July 26, 2014 Share Posted July 26, 2014 The segfaults are NOT needed. Completely stock 64bit executable. 4GB+ of RAM use.. Also.. I ran into a weird thing.. If I right click on my desktop and create a launcher to run KSP RealSolarSystem will NOT work at all. If I double click the executable in a file manager then RealSolarSystem does work.What is happening when launching the game via a desktop icon Vs running it from a file manager that is causing that? Link to comment Share on other sites More sharing options...
Recommended Posts