Fedora Linux Support Community & Resources Center
  #1  
Old 11th June 2007, 01:49 PM
theReaper Offline
Registered User
 
Join Date: Jan 2006
Posts: 49
Flight Gear

got flight gear yesterday, bugger to control but was working, now today, I get this:
Code:
[Dai@DADSPC-FEDORA7 ~]$ fgfs
  Model Author:  Unknown
  Creation Date: 2002-01-01
  Version:       $Id: c172p.xml,v 1.17 2006-03-13 15:27:14 ehofman Exp $
  Description:   Cessna C-172
open /dev/[sound/]dsp: Invalid argument
Audio initialization failed!
   There was an error opening the ALC device
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Failed to load wav file: 
 at The operation was invalid in the current ALUT state
Error loading MK VIII sound sample "application-data-base-failed.wav": Failed to load wav file: 
 at The operation was invalid in the current ALUT state
any suggestions?
Reply With Quote
  #2  
Old 12th June 2007, 03:41 AM
pedromatiello Offline
Registered User
 
Join Date: Jan 2006
Location: São Paulo, Brazil
Age: 28
Posts: 100
Check if there is no other application using the sound card. Flightgear will refuse to start if it fails to grab exclusive control of it.
__________________
-- Pedro Matiello
Reply With Quote
  #3  
Old 12th June 2007, 02:11 PM
theReaper Offline
Registered User
 
Join Date: Jan 2006
Posts: 49
it shouldnt be that as i had only just booted up, to make things weirder it worked again this morning...
Reply With Quote
  #4  
Old 12th June 2007, 10:05 PM
pedromatiello Offline
Registered User
 
Join Date: Jan 2006
Location: São Paulo, Brazil
Age: 28
Posts: 100
Maybe something like esd was using the sound device. You can check with /sbin/fuser /dev/dsp.
__________________
-- Pedro Matiello
Reply With Quote
  #5  
Old 13th June 2007, 02:26 AM
theReaper Offline
Registered User
 
Join Date: Jan 2006
Posts: 49
when it failed the first time i rebooted into windows to play it, 135MB!? couldnt believe the size of it for windows, runs the same tho, shame we dont get that cool plane selector UI in fedora
Reply With Quote
  #6  
Old 13th June 2007, 03:29 AM
M. del Carpio's Avatar
M. del Carpio Offline
Registered User
 
Join Date: Sep 2006
Location: Manchester, UK
Age: 27
Posts: 44
That cool plane selector UI is FlightGear Launch Control . Just install and type 'fgrun' to use - it works a treat. My next task is to learn how to use terrasync, and then I'm away.
__________________
(Athlon64) [OS] Fedora 8 x86_64 | [Desktop] KDE 3.5.9 | [CPU] AMD Athlon 64 3700+ San Diego | [RAM] Crucial 2GB DDR PC3200 | [Graphics] Asus Geforce 6200TC PCI-E 16x
(Acer Aspire One AOA150-Ab) [OS] Fedora 10 i686 | [Desktop] XFCE 4.4.3
[Blog] The Life and Times of Miblo del Carpio
Reply With Quote
  #7  
Old 21st June 2007, 01:58 AM
tocarlitos Offline
Registered User
 
Join Date: Jun 2007
Posts: 1
Help me, please I'm new in Fedora, I have Core 6, when I want install Fligth Gear I see:
[('package openal-20050209-0.FC2 (which is newer than openal-0.0.9-0.9.20060204cvs.fc6) is already installed', (8, None, 0L))]

WHAT This is?
tocarlitos
Reply With Quote
  #8  
Old 21st June 2007, 07:19 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
This thread got me curious as to the state of flightgear these days. I am an x-plane junkie, it is really the only thing I "play." I installed flightgear and I must say I am still very dissapointed in it. Terrible flight model, graphics suck, no options...I dont mean to troll here, I dont want to diss anyone, but X-Plane is so much better. Granted it costs $60 for the full world maps but it is well worth the price. Not only can you create new aircraft skins, but you can build complete aircaft from the ground up using the provided tools or you can import models from blender. There is an online forum at http://x-plane.org/ that has all sorts of advice. Beyond building aircraft (and blimps, zepps, boats, cars etc...) you can also build and import static scenery into any airport or map. Users have created regional airports that are authentic to the real thing right down to traffic patterns. X-Plane has the most realistic flight model out there for the non-pro sims. Even better (way better) than MSFS. MSFS has better graphics (not by much) but other than that is inferior in every other way. For anyone who hasnt heard of this sim they should check it out. It is cross platform and runs great in Linux. http://x-plane.com/
Reply With Quote
  #9  
Old 27th June 2007, 12:06 PM
jaromrax Offline
Registered User
 
Join Date: Aug 2004
Posts: 34
FG on FC6

Quote:
Originally Posted by tocarlitos
Help me, please I'm new in Fedora, I have Core 6, when I want install Fligth Gear I see:
[('package openal-20050209-0.FC2 (which is newer than openal-0.0.9-0.9.20060204cvs.fc6) is already installed', (8, None, 0L))]

WHAT This is?
tocarlitos
I fought a bit with the instalation on FC6, but I ended up with waiting some steps from fg team. I didnt want to destroy the library needed by other applications by downgrade. Now it comes prepared in repository in F7, no problems.

My startup script that uses terrasync is:

#!/bin/sh
export FG_ROOT=/usr/share/FlightGear/
export FG_SCENERY=/tmp/fgfsScenery/

nice terrasync -p 5500 -d /tmp/fgfsScenery &

# LKPR praha LKLB liberec

fgfs --atlas=socket,out,1,localhost,5500,udp --fg-scenery=$FG_ROOT/Scenery/:/tmp/fgfsScenery --airport=LKPR --geometry=1280x1024


It is fine.
Reply With Quote
  #10  
Old 11th July 2007, 05:23 PM
gres Offline
Registered User
 
Join Date: May 2006
Location: Russia
Age: 34
Posts: 54
Quote:
Originally Posted by pedromatiello
Check if there is no other application using the sound card. Flightgear will refuse to start if it fails to grab exclusive control of it.
Thank you! I had the same problem, flight gear started straight after I completely turn off rhythmbox
__________________
AMD 64 4200 X2, Asus A8N32-SLI Delux, XFX 8800 Ultra, 3GB, Vista_32 & FC9 gnome
Reply With Quote
  #11  
Old 22nd December 2007, 12:41 AM
andras Offline
Registered User
 
Join Date: Nov 2007
Posts: 30
Hi!
I have just installed Flight Gear and played it in full screen mode. However after exiting, the size of the desktop got bigger so that it does not fit on the screen, and I have to scroll it. Anyone else noticed this issue? (This scrolling is quite a bit of fun though ...
Reply With Quote
Reply

Tags
flight, gear

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Heavy Gear 2 in Wine - Close, but no cigar PabloTwo Gamers' Lounge 0 16th February 2009 04:56 PM
V-Gear TalkCam usb webcam mick Hardware & Laptops 1 29th February 2008 09:39 AM
For flight *buffs* :) Wayne Wibble 2 30th January 2008 08:49 AM
dependencies fail while installing Flight Gear adil Gamers' Lounge 2 16th July 2007 10:14 AM
KB Gear Pablo Tablet Antifreeze Hardware & Laptops 0 4th March 2006 10:21 PM


Current GMT-time: 23:52 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat