Project

General

Profile

Bug #684

Segfaults on Linux (Archlinux 64bit)

Added by birdspider almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Severity:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/22/2013
% Done:

100%

Version:
Platform:
Linux
Expansion:
Language:
English (US)
Mod Related:
No
Votes:
Arrow u r green
Arrow d r red

Description

[THIS IS FOR 0.20 - bugtracker does not support 0.20 version]

Hello,

0.19 ran fine (with ajustet L_ALL c locale, mods,plugins and stuff)
0.20 fails to "start new game" or enter "settings" (vanilla, clean steam install)

attached screenshot displaying the last state of the render, and a tiny gdb output because I have no idea how to use gdb effectly.

It freezes when the new loading icon in the bottom right rotates/animates

bug_ksp_020.png (871 KB) bug_ksp_020.png screenshot@freeze birdspider, 05/22/2013 06:06 PM
bug_ksp_020.gdb.txt (7.56 KB) bug_ksp_020.gdb.txt gdb_output@freeze birdspider, 05/22/2013 06:06 PM
Player.log (221 KB) Player.log Player.log birdspider, 05/22/2013 06:34 PM
Player.log (6.86 KB) Player.log [email protected] ErikOlesen, 05/26/2013 07:22 PM
KSP_GDB (835 Bytes) KSP_GDB [email protected] ErikOlesen, 05/26/2013 07:22 PM
KSP_GDB.txt (835 Bytes) KSP_GDB.txt Sorry - I forgot to put in the right file extention ErikOlesen, 05/26/2013 07:33 PM
KSP_GDB_2.txt (3.09 KB) KSP_GDB_2.txt [email protected] ErikOlesen, 05/27/2013 02:16 AM
738

History

#1 Updated by Ted almost 11 years ago

  • Subject changed from [0.20] Segfaults on Linux (Archlinux 64bit) to Segfaults on Linux (Archlinux 64bit)
  • Version changed from 0.19.1 to 0.20

#2 Updated by birdspider almost 11 years ago

for good measure removed ~/.config/unity3d/ with no effect
also disabled antialiasing in settings.cfg since it can make problems with ATI cards (no effect)

adding ~/.config/unity3d/Kerbal Space Program/Player.log

#3 Updated by Anonymous almost 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

ArchLinux is not supported by Unity 4 and by extension also not supported by KSP.

#4 Updated by ErikOlesen almost 11 years ago

I'm having exactly the same problem, running 0.20 in Ubuntu 12.10 on a Pentium Dual-core T4200 2GB, with 4GB ram and a NVIDIA GeForce GT 120M (laptop).
I've been looking around the forums for solutions, some suggest windows font-pack and running LC_ALL=C (I've tried both the 32- and the 64-bit) while others suggest installing the "complete mono-runtime". However none of this seems to resolve the problem.
I've included the Player.log and a GDB debug report.

Sincerely Erik

#6 Updated by birdspider almost 11 years ago

mono uses signals which confues gdb, write "handle SIGXCPU SIG33 SIG35 SIGPWR nostop noprint" into your ~/.gdbinit and do it again, see also http://www.mono-project.com/Debugging for more info. SIGPWR is not SIGSEGV but I expect that you end up with an SIGSEGV in the end.

Also available in: Atom PDF