Results 1 to 9 of 9

Thread: Flight Gear Error

  1. #1
    Join Date
    Jan 2006
    Location
    Gloucester,Australia
    Beans
    856
    Distro
    Ubuntu 6.06

    Flight Gear Error

    Hello i downloaded fligh gear from synaptic and when i run it this is what happens

    cameron@ubuntu:~$ fgfs
    opening file: /usr/share/games/FlightGear/Navaids/carrier_nav.dat
    /usr/share/games/FlightGear/Navaids/TACAN_freq.dat
    ALSA lib pcm_dmix.c:819snd_pcm_dmix_open) unable to open slave
    open /dev/[sound/]dsp: Device or resource busy
    Audio initialization failed!
    There was an error opening the ALC device
    terminate called after throwing an instance of 'sg_exception'
    Aborted
    cameron@ubuntu:~$

    and i have been having sound problems with games for a while
    This is the dumbest error I found in bios
    "Error Keyboard Failure Press F1 to continue or DEL to enter setup
    Amd Athlon 64 2800+, 1gb Ram, ATI Radeon HD3650 512mb, Western digital 160gb Segate 80gb, Gigabyte GaK8NS ,Cameron

  2. #2
    Join Date
    Jul 2006
    Beans
    30

    Re: Flight Gear Error

    Did you ever get this fixed? I am having the same exact error

  3. #3
    Join Date
    Jul 2006
    Beans
    369
    Distro
    Kubuntu

    Re: Flight Gear Error

    hmmmmmm
    OS: Kubuntu 11.10(b2) x64 | Windows Vista/7 x64
    Computer Specs: AMD Phenom II x6 1090T | 4 GB 1333 Quad Channel DDR3 | AMD Radeon HD5830 | 3x 500GB SATA 3GB/s

  4. #4
    Join Date
    Jun 2006
    Location
    Toronto, Ontario
    Beans
    405
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Flight Gear Error

    Try typing
    Code:
    killall esd
    into the terminal before playing.

    Can type
    Code:
    esd
    after playing.

  5. #5
    Join Date
    Jan 2006
    Location
    Gloucester,Australia
    Beans
    856
    Distro
    Ubuntu 6.06

    Re: Flight Gear Error

    that would work but i dont think you should have to do that ubuntu should really fix that
    This is the dumbest error I found in bios
    "Error Keyboard Failure Press F1 to continue or DEL to enter setup
    Amd Athlon 64 2800+, 1gb Ram, ATI Radeon HD3650 512mb, Western digital 160gb Segate 80gb, Gigabyte GaK8NS ,Cameron

  6. #6
    Join Date
    Jun 2006
    Location
    Toronto, Ontario
    Beans
    405
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Flight Gear Error

    Meh it's not a big deal, you can just make a shell script to do it for you.

  7. #7
    Join Date
    Jan 2006
    Location
    Gloucester,Australia
    Beans
    856
    Distro
    Ubuntu 6.06

    Re: Flight Gear Error

    can you give me instructions of how to do that plz
    This is the dumbest error I found in bios
    "Error Keyboard Failure Press F1 to continue or DEL to enter setup
    Amd Athlon 64 2800+, 1gb Ram, ATI Radeon HD3650 512mb, Western digital 160gb Segate 80gb, Gigabyte GaK8NS ,Cameron

  8. #8
    Join Date
    Apr 2006
    Location
    in the dark
    Beans
    1,513

    Re: Flight Gear Error

    install it using synaptic
    Imagination is more important than knowledge

  9. #9
    Join Date
    Mar 2006
    Beans
    3

    Re: Flight Gear Error

    The solution to this problem is to create a files called .openalrc - that is DOT+openalrc (which becomes a hidden file as are all configuration files in your home directory). Then enter the following text into the file:
    define devices '(pulse))

    NOTE: there is no closing ' character - do not put one in.
    This will direct FlightGear's sound system to use the esd sound server as it's output device.

    This file can be created in one shell command:

    $echo "define devices '(esd))" > ~/.openalrc

    NOTE: The tilde character ~ in the above command is shorthand for your home directory.

    If you have the pulseaudio sound server installed then it gets complicated, unfortunately. I have found that only by killing the pulseaudio sound server will FlightGear sound work.

    Happy flying!
    tonymac
    Last edited by b0rkman; November 21st, 2007 at 02:50 PM.

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
  •