Segmentation fault when launching on Debian linux

Numero_deuxNumero_deux pffqsdfqsfg Join Date: 2016-04-02 Member: 215199Members
Hi guys,

yesterday I tried to play NS2 and instead of killing aliens and people I got my process killed.

This is what I get in the terminal output:
wrote:
Game update: AppID 4920 "Natural Selection 2", ProcID 3803, IP 0.0.0.0:0
ERROR: ld.so: object '/home/xavier/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/xavier/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
ERROR: ld.so: object '/home/xavier/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
/mnt/ssd-part2/steamapps/common/Natural Selection 2/system/awesomium/awesomium_process: error while loading shared libraries: libawesomium-1-7.so.0: cannot open shared object file: No such file or directory

(Awesomium:3805): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « adwaita »

(Awesomium:3805): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « adwaita »
/usr/share/themes/Adwaita/gtk-2.0/gtkrc:1163: error: unexpected identifier `direction', expected character `}'
Setting breakpad minidump AppID = 4920
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198009678553 [API loaded no]
Segmentation fault
Game removed: AppID 4920 "Natural Selection 2", ProcID 3805
No cached sticky mapping in ActivateActionSet.

I run Debian jessie with gnome 3.14.1, nvidia drivers version 346.59 which I did not change for a while.
The game worked fine a couple of months ago and I did not change anything to my system as far as I know.

Anyone having the same issue in recent builds?
Any way to get more details on the issue (more logs)?

Thanks for any help :)

Comments

  • develdevel Join Date: 2014-09-13 Member: 198444Members
    There is also a log in: ~/.config/Natural Selection 2/log.txt

    Btw, I had recently a strange case when after playing other game there was no way to launch NS2. It constantly crashed with a segfault.

    Haven't saved any logs because was confused that it started fine after reboot (didn't hope that it could fix that).
  • Numero_deuxNumero_deux pffqsdfqsfg Join Date: 2016-04-02 Member: 215199Members
    Hello,

    thx for your help.

    Unfortunately there isn't much to read in this file:
    wrote:
    Date: 04/03/2016
    Time: 07:51:39 PM:
    [ 0.007] Unbound/Unknown : Filesystem initialized, cache enabled
    Build 292
    Linux
    Steam initialized
    [INVENTORY] Granting Promo Items

    I tried running ns2 after a reboot without success.

    I'll try a reinstall from steam.

    Is this forum read by devs or should I report this somewhere else?
  • develdevel Join Date: 2014-09-13 Member: 198444Members
    Tech support is here usually.

    Also, can someone write a guide on how to start NS2 with gdb?
  • Numero_deuxNumero_deux pffqsdfqsfg Join Date: 2016-04-02 Member: 215199Members
    It didn't work after reinstall.

    About gdb... I'll see but it looks like a bit of work finding the libs and all.

    Please to help devs.
  • develdevel Join Date: 2014-09-13 Member: 198444Members
    About the backtrace:

    If the Steam library is in /steamhome/, for example, the routine is as follows:

    1. Update the "Steam runtime development environment" (needed just once):
    $ cd '/steamhome/SteamApps/common/Natural Selection 2/steam-runtime/'
    $ ./setup.sh
    

    (all by default: i386, release)

    2. Set the environment:
    $ ./shell-i386.sh
    

    3. Go to game directory and run it in the debugger:
    $ cd '/steamhome/SteamApps/common/Natural Selection 2/'
    $ run.sh gdb -ex r ns2_linux32
    

    4. Show backtrace after it crashes:
    (gdb) bt
    

    Backtrace for all threads:
    (gdb) thread apply all bt
    

    'r' to run again, 'q' to quit.
  • mockmock Germany Join Date: 2014-03-28 Member: 195015Members, NS2 Playtester
    It reads like something is wrong with the fonts and GTK. Can you try to install or reinstall the Adwaita theme?
Sign In or Register to comment.