Results 1 to 3 of 3

Thread: vdrift segmentation fault (core dump)

  1. #1
    Join Date
    Sep 2005
    Location
    Italy
    Beans
    166
    Distro
    Ubuntu 11.04 Natty Narwhal

    vdrift segmentation fault (core dump)

    hello,

    I've just installed Vdrift but when I try to run it that's what I get:

    Code:
    acp@central:~$ vdrift -verbose
    BinReloc successfully initialized.
    Executable path: /usr/share/games/vdrift/bin/vdrift
    Data dir: /usr/share/games/vdrift/data
    Localedir: /usr/share/games/vdrift/share/locale
    No data_dir found in VDrift.config, using /usr/share/games/vdrift/data
    Found config file /home/acp/.vdrift/controls.
    Found config file /home/acp/.vdrift/VDrift.config.
    No data_dir found in VDrift.config, using /usr/share/games/vdrift/data
    Version of game: 2007-03-23
    Skin name not found in config file...
    /usr/share/games/vdrift/share/locale
    Warning: option-47 is missing its default value. Assuming "".
    Force feedback device: /dev/input/event0
    Force feedback gain: 2
    Force feedback inverted: 0
    Run with -verbose for troubleshooting.
    Run with -nosound to disable sound.
    Run with -benchmark to play a replay and output benchmark data.
    0 joystick(s) found:
    Loading...
    Textures
    Loading...
    Font
    Segmentation fault (core dumped)
    I've searched on Vdrift forum and run this command:

    Code:
    acp@central:~$ objdump -x /usr/bin/vdrift | grep NEEDED
      NEEDED      libSDL-1.2.so.0
      NEEDED      libpthread.so.0
      NEEDED      libGL.so.1
      NEEDED      libGLU.so.1
      NEEDED      libSDL_image-1.2.so.0
      NEEDED      libSDL_net-1.2.so.0
      NEEDED      libstdc++.so.6
      NEEDED      libm.so.6
      NEEDED      libc.so.6
      NEEDED      libdl.so.2
    then I run sudo apt-get install the_whole_lot but it says it couldn't find libSDL-1.2.so.0, so I just removed it from the list (just as a try) but it can't find second package as well, so I stopped and here I am posting

    what could the problem be?


  2. #2
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: vdrift segmentation fault (core dump)

    You need to find the packages that contain those lib files.

    http://packages.ubuntu.com/cgi-bin/s...isty&arch=i386

  3. #3
    Join Date
    Feb 2007
    Location
    In my chair
    Beans
    1,485

    Re: vdrift segmentation fault (core dump)

    Are you using Ubuntu 64?
    If so, you need to
    Code:
    sudo apt-get install ia32-libs*
    Currently favorite songs:
    Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
    Visit www.cherrypeel.com for more free indie music =)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •