Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Isao Yamashita
Sorry, I jumped the gun too quick. I figured out how to pass the args.  I did : (gdb) set args "--fg-root=/home/knoppix/FlightGear-0.9.9" (gdb) run Starting program: /ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs "--fg-root=/home/knoppix/FlightGear-0.9.9" [Thread debugging using libthread_db enabled] [New Thread -1224571168 (LWP 5738)] Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[1]/text Failed to set alias to /sim/sound/voices/voice[2]/text Failed to set alias to /sim/sound/voices/voice[3]/text Failed to set alias to /sim/chase-distance-m Failed to set alias to /sim/chase-distance-m Failed to set alias to /sim/chase-distance-m Error reading properties: Failed to open file  at /root/.fgfs/mice.xml  (rep
 orted by
 SimGear XML Parser) [New Thread -1364796496 (LWP 5746)]   Model Author:  Unknown   Creation Date: 2002-01-01   Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $   Description:   Cessna C-172 [New Thread -1435599952 (LWP 5750)] [Thread -1435599952 (zombie) exited] Audio initialization failed!    Could not change the current ALC context terminate called after throwing an instance of 'sg_io_exception'  Program received signal SIGABRT, Aborted. [Switching to Thread -1224571168 (LWP 5738)] 0xb7ac17a7 in raise () from /lib/tls/libc.so.6 (gdb)  So, is the problem in the glibc ?  Hmm ?  Isao Isao Yamashita <[EMAIL PROTECTED]> wrote: My experience with GDB is o
 nly with
 hello world example.  I'm doing : (gdb) file fgfs --fg-root=/home/knoppix/FlightGear-0.9.9 Load new symbol table from "/ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs"? (y or n) y Reading symbols from /ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs...done. unknown option `--fg-root=/home/knoppix/FlightGear-0.9.9'  (gdb) run  Starting program: /ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs [Thread debugging using libthread_db enabled] [New Thread -1224321312 (LWP 5489)]  Base package check failed ... Found version [none] at: /usr/local/share/FlightGear Please upgrade to version: 0.9.9  Program exited with code 0377. (gdb)  Am I doing right ?Frederic Bouvier <[EMAIL PROTECTED]> wrote: Fre  deric  Bouvier wrote :> Is
 ao
 Yamashita wrote :>   >> ...>> Audio initialization failed!>>Could not change the current ALC context>> Adding subsystem fx>> Adding subsystem voice>>   ATC Display>>   ATC Manager>> terminate called after throwing an instance of 'sg_io_exception'>> start fgfs with gdb. You will be able to catch the exception when it isthrown.-Fred---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642___Flightgear-devel mailing 
 listFlightgear-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel

Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Isao Yamashita
My experience with GDB is only with hello world example.  I'm doing : (gdb) file fgfs --fg-root=/home/knoppix/FlightGear-0.9.9 Load new symbol table from "/ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs"? (y or n) y Reading symbols from /ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs...done. unknown option `--fg-root=/home/knoppix/FlightGear-0.9.9'  (gdb) run  Starting program: /ramdisk/home/knoppix/FlightGear-0.9.9/source/src/Main/fgfs [Thread debugging using libthread_db enabled] [New Thread -1224321312 (LWP 5489)]  Base package check failed ... Found version [none] at: /usr/local/share/FlightGear Please upgrade to version: 0.9.9  Program exited with code 0377. (gdb)  Am I doing right ?Frederic Bouvier <[EMAIL PROTECTED]> wrote: Fre
 deric
 Bouvier wrote :> Isao Yamashita wrote :>   >> ...>> Audio initialization failed!>>Could not change the current ALC context>> Adding subsystem fx>> Adding subsystem voice>>   ATC Display>>   ATC Manager>> terminate called after throwing an instance of 'sg_io_exception'>> start fgfs with gdb. You will be able to catch the exception when it isthrown.-Fred---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642___Flightgear-devel mailing
 listFlightgear-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel

Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Frederic Bouvier
Frederic Bouvier wrote :
> Isao Yamashita wrote :
>   
>> ...
>> Audio initialization failed!
>>Could not change the current ALC context
>> Adding subsystem fx
>> Adding subsystem voice
>>   ATC Display
>>   ATC Manager
>> terminate called after throwing an instance of 'sg_io_exception'
>> 

start fgfs with gdb. You will be able to catch the exception when it is
thrown.

-Fred




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Frederic Bouvier
Isao Yamashita wrote :
> ...
> Audio initialization failed!
>Could not change the current ALC context
> Adding subsystem fx
> Adding subsystem voice
>   ATC Display
>   ATC Manager
> terminate called after throwing an instance of 'sg_io_exception'
> Aborted
> [EMAIL PROTECTED]


It looks like the new voice subsystem is causing you problems.
Do you have a fresh base package ?

-Fred




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Isao Yamashita
My audio was already working as i810_audio driver. I installed the latest nvidia 8178 driver. After the splashscreen message with "initializing subsystems...", I hear a click from my speaker and FG craps out.  I tried with "--log-level=info" option, and I got follows :  After loading aero definition file ... num engines = 1 Initializing Aircraft structure Adding subsystem xml-autopilot Adding subsystem route-manager Adding subsystem logger Adding subsystem gui After fgInitTimeOffset(): warp = 0 Adding subsystem environment Adding subsystem lighting Initializing OpenAL sound manager Audio initialization failed!    Could not change the current ALC context Adding subsystem fx Adding subsystem voice   ATC Display   ATC Manager terminate called after throwing an instance of 'sg_io_exception' Aborted [EMAIL PROTECTED]  Do I have to use ALSA driver or somet
 hing
 ?  Help !  Isao Frederic Bouvier <[EMAIL PROTECTED]> wrote: Hi Isao,here are the relevant part of the error message :Isao Yamashita wrote :> freeglut (./fgfs): Unable to create direct context rendering for> window 'FlightGear'> This may hurt performance.> Xlib:  extension "XFree86-DRI" missing on display ":0.0".You need to install a hardware-accelerated driver for your graphic card.> Audio initialization failed!>Could not change the current ALC contextIt seems you don't have sound neither.> terminate called after throwing an instance of 'sg_io_exception'> Aborted> [EMAIL PROTECTED]Maybe starting fgfs with --log-level=info will tell us more. But fixyour hardware/driver problems
 first.-Fred---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642___Flightgear-devel mailing listFlightgear-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel

RE: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread Isao Yamashita
Hi Dene,  I used WinCVS and its GUI environment several years back. (not for FG, but my own Open Source proj.)  Then I followed the instruction on the FG wb site, by clicking the  "CVS Resorces" -> "CVS  instructions for the source and data". http://flightgear.org/cvs/anoncvs.html  For Win32, I think you have to go into "CVS Resorces" -> "Windows & CVS (WinCVS)".  Isaodene maxwell <[EMAIL PROTECTED]> wrote: Hi,I'm really out of my depth here, but I think you might have to avoid any updates in the last few weeks... that is... find the last CVS submission that does compile OK then work forward one step at a time. At least until about 10:00 utc when the European developers get out of bed on a sunday... :->Sorry I can't be of more help... I run 
 Win32
 and have NO experience with CVSI am still interested in knowing how you get on as I need to learn more about the CVS side of things..Cheers=DeneWellington, New Zealand>From: Isao Yamashita >Reply-To: flightgear-devel@lists.sourceforge.net>To: flightgear-devel@lists.sourceforge.net>Subject: RE: [Flightgear-devel] Help ! on a Run-Time Error !>Date: Sat, 11 Feb 2006 22:47:57 -0800 (PST)>>I appreciate your very quick response, but it didn't help.>>  autosave.xml wasn't created at all, so I copied it out of preference.xml, >and put both in ~/.fgfs directory.>>  Now I got a bit different error as follows :>>  [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9>  Failed to set alias to /sim/sound/voices/voice[0]/text>  Failed to set alias to /sim/sound/voices/voice[0]/text>  Failed to set a
 lias to
 /sim/sound/voices/voice[0]/text>  Failed to set alias to /sim/sound/voices/voice[1]/text>  Failed to set alias to /sim/sound/voices/voice[2]/text>  Failed to set alias to /sim/sound/voices/voice[3]/text>  Failed to set alias to /sim/chase-distance-m>  Failed to set alias to /sim/chase-distance-m>  Failed to set alias to /sim/chase-distance-m>  Error reading properties:>  Failed to open file>   at /home/knoppix/.fgfs/mice.xml>   (reported by SimGear XML Parser)>  freeglut (./fgfs): Unable to create direct context rendering for window >'FlightGear'>  This may hurt performance.>  Xlib:  extension "XFree86-DRI" missing on display ":0.0".>Model Author:  Unknown>Creation Date: 2002-01-01>Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $>Description:   Cessna C-172>  Audio initialization failed!> Could n
 ot
 change the current ALC context>  terminate called after throwing an instance of 'sg_io_exception'>  Aborted>  [EMAIL PROTECTED]>>  Looks like something to do with the new festival thing committed >yesterday.>>  Any clue how to go by this ?>>  Isao>>dene maxwell  wrote:>Hi, This time of day is a bit of a dead time for developers...but i'll do >my>best>>...I remember a post earlier in the weekend about an update that involved>autosave.xml and preferences.xml>>the preceding thread was about having FG modify user preferences with>reference to the user hence a move towards separating the>"machine"(preferences.xml) preferences from the "user"(autosave.xml)>preferences. A long shot but try copying the preferences.xml to >autosave.xml>and see if that changes the error message (it mi
 ght even
 eliminate it!!) >...>its my best guess...no basis in fact or code..>>Cheers>=Dene>Wellington, New Zealand>> >From: Isao Yamashita> >Reply-To: flightgear-devel@lists.sourceforge.net> >To: flightgear-devel@lists.sourceforge.net> >Subject: [Flightgear-devel] Help ! on a Run-Time Error !> >Date: Sat, 11 Feb 2006 22:12:43 -0800 (PST)> >> >After a couple of hours of struggling, I managed to compile Flight Gear >CVS> >with all the necessary components.> >> >  Yet it crashes after the splash screen with the following messages on >my> >terminal screen :> >> >  [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9> >  Error reading properties:> >  Failed to open file> >   at /home/knoppix/.fgfs/autosave.xml> >   (reported by SimGear XML Parser)<
 br>>
 >  freeglut (./fgfs): Unable to create direct context rendering for window> >'FlightGear'> >  This may hurt performance.> >  Xlib:  extension "XFree86-DRI" missing on display ":0.0".> >Model Author:  Unknown> >Creation Date: 2002-01-01> >Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp >$> >Description:   Cessna C-172> >  Audio initialization failed!> > Could not change the current ALC context> &g

Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-12 Thread dene maxwell
Thanks for helping me out on that one Fred...I was struggling trying to give 
meaningful help until you guys had your sleep-in... :-)


=Dene



From: Frederic Bouvier <[EMAIL PROTECTED]>
Reply-To: flightgear-devel@lists.sourceforge.net
To: flightgear-devel@lists.sourceforge.net
Subject: Re: [Flightgear-devel] Help ! on a Run-Time Error !
Date: Sun, 12 Feb 2006 08:54:07 +0100

Hi Isao,

here are the relevant part of the error message :

Isao Yamashita wrote :
> freeglut (./fgfs): Unable to create direct context rendering for
> window 'FlightGear'
> This may hurt performance.
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".


You need to install a hardware-accelerated driver for your graphic card.


> Audio initialization failed!
>Could not change the current ALC context

It seems you don't have sound neither.


> terminate called after throwing an instance of 'sg_io_exception'
> Aborted
> [EMAIL PROTECTED]

Maybe starting fgfs with --log-level=info will tell us more. But fix
your hardware/driver problems first.

-Fred




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


_
Discover fun and games at  @  http://xtramsn.co.nz/kids



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-11 Thread Frederic Bouvier
Hi Isao,

here are the relevant part of the error message :

Isao Yamashita wrote :
> freeglut (./fgfs): Unable to create direct context rendering for
> window 'FlightGear'
> This may hurt performance.
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".


You need to install a hardware-accelerated driver for your graphic card.


> Audio initialization failed!
>Could not change the current ALC context

It seems you don't have sound neither.


> terminate called after throwing an instance of 'sg_io_exception'
> Aborted
> [EMAIL PROTECTED]

Maybe starting fgfs with --log-level=info will tell us more. But fix
your hardware/driver problems first.

-Fred




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


RE: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-11 Thread dene maxwell

Hi,
I'm really out of my depth here, but I think you might have to avoid any 
updates in the last few weeks... that is... find the last CVS submission 
that does compile OK then work forward one step at a time. At least until 
about 10:00 utc when the European developers get out of bed on a sunday... 
:->


Sorry I can't be of more help... I run Win32 and have NO experience with CVS

I am still interested in knowing how you get on as I need to learn more 
about the CVS side of things..


Cheers
=Dene
Wellington, New Zealand


From: Isao Yamashita <[EMAIL PROTECTED]>
Reply-To: flightgear-devel@lists.sourceforge.net
To: flightgear-devel@lists.sourceforge.net
Subject: RE: [Flightgear-devel] Help ! on a Run-Time Error !
Date: Sat, 11 Feb 2006 22:47:57 -0800 (PST)

I appreciate your very quick response, but it didn't help.

 autosave.xml wasn't created at all, so I copied it out of preference.xml, 
and put both in ~/.fgfs directory.


 Now I got a bit different error as follows :

 [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9
 Failed to set alias to /sim/sound/voices/voice[0]/text
 Failed to set alias to /sim/sound/voices/voice[0]/text
 Failed to set alias to /sim/sound/voices/voice[0]/text
 Failed to set alias to /sim/sound/voices/voice[1]/text
 Failed to set alias to /sim/sound/voices/voice[2]/text
 Failed to set alias to /sim/sound/voices/voice[3]/text
 Failed to set alias to /sim/chase-distance-m
 Failed to set alias to /sim/chase-distance-m
 Failed to set alias to /sim/chase-distance-m
 Error reading properties:
 Failed to open file
  at /home/knoppix/.fgfs/mice.xml
  (reported by SimGear XML Parser)
 freeglut (./fgfs): Unable to create direct context rendering for window 
'FlightGear'

 This may hurt performance.
 Xlib:  extension "XFree86-DRI" missing on display ":0.0".
   Model Author:  Unknown
   Creation Date: 2002-01-01
   Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $
   Description:   Cessna C-172
 Audio initialization failed!
Could not change the current ALC context
 terminate called after throwing an instance of 'sg_io_exception'
 Aborted
 [EMAIL PROTECTED]

 Looks like something to do with the new festival thing committed 
yesterday.


 Any clue how to go by this ?

 Isao

dene maxwell <[EMAIL PROTECTED]> wrote:
Hi, This time of day is a bit of a dead time for developers...but i'll do 
my

best

...I remember a post earlier in the weekend about an update that involved
autosave.xml and preferences.xml

the preceding thread was about having FG modify user preferences with
reference to the user hence a move towards separating the
"machine"(preferences.xml) preferences from the "user"(autosave.xml)
preferences. A long shot but try copying the preferences.xml to 
autosave.xml
and see if that changes the error message (it might even eliminate it!!) 
...

its my best guess...no basis in fact or code..

Cheers
=Dene
Wellington, New Zealand

>From: Isao Yamashita
>Reply-To: flightgear-devel@lists.sourceforge.net
>To: flightgear-devel@lists.sourceforge.net
>Subject: [Flightgear-devel] Help ! on a Run-Time Error !
>Date: Sat, 11 Feb 2006 22:12:43 -0800 (PST)
>
>After a couple of hours of struggling, I managed to compile Flight Gear 
CVS

>with all the necessary components.
>
>  Yet it crashes after the splash screen with the following messages on 
my

>terminal screen :
>
>  [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9
>  Error reading properties:
>  Failed to open file
>   at /home/knoppix/.fgfs/autosave.xml
>   (reported by SimGear XML Parser)
>  freeglut (./fgfs): Unable to create direct context rendering for window
>'FlightGear'
>  This may hurt performance.
>  Xlib:  extension "XFree86-DRI" missing on display ":0.0".
>Model Author:  Unknown
>Creation Date: 2002-01-01
>Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp 
$

>Description:   Cessna C-172
>  Audio initialization failed!
> Could not change the current ALC context
>  terminate called after throwing an instance of 'sg_io_exception'
>  Aborted
>  [EMAIL PROTECTED]
>
>  As you can see, I'm using Knoppix 4.0.2 Live DVD with 2 gigs of 
ramdisk,

>but I still got more than 600MB left.
>
>  Could anyone save my day (night) !?
>
>  Isao
>
>

_
Need a new job? Check out XtraMSN Careers http://xtramsn.co.nz/careers



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLO

RE: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-11 Thread Isao Yamashita
I appreciate your very quick response, but it didn't help.  autosave.xml wasn't created at all, so I copied it out of preference.xml, and put both in ~/.fgfs directory.  Now I got a bit different error as follows :  [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9 Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[0]/text Failed to set alias to /sim/sound/voices/voice[1]/text Failed to set alias to /sim/sound/voices/voice[2]/text Failed to set alias to /sim/sound/voices/voice[3]/text Failed to set alias to /sim/chase-distance-m Failed to set alias to /sim/chase-distance-m Failed to set alias to /sim/chase-distance-m Error reading properties: Failed to open file  at /home/knoppix/.fgfs/mice.xml  (reported by SimGear XML Parser) freeglut (./fgfs): Unable to create direc
 t
 context rendering for window 'FlightGear' This may hurt performance. Xlib:  extension "XFree86-DRI" missing on display ":0.0".   Model Author:  Unknown   Creation Date: 2002-01-01   Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $   Description:   Cessna C-172 Audio initialization failed!    Could not change the current ALC context terminate called after throwing an instance of 'sg_io_exception' Aborted [EMAIL PROTECTED]  Looks like something to do with the new festival thing committed yesterday.  Any clue how to go by this ?  Isaodene maxwell <[EMAIL PROTECTED]> wrote: Hi, This time of day is a bit of a dead time for developers...but i'll do my best...I
 remember a post earlier in the weekend about an update that involved autosave.xml and preferences.xmlthe preceding thread was about having FG modify user preferences with reference to the user hence a move towards separating the "machine"(preferences.xml) preferences from the "user"(autosave.xml)  preferences. A long shot but try copying the preferences.xml to autosave.xml and see if that changes the error message (it might even eliminate it!!) ... its my best guess...no basis in fact or code..Cheers=DeneWellington, New Zealand>From: Isao Yamashita >Reply-To: flightgear-devel@lists.sourceforge.net>To: flightgear-devel@lists.sourceforge.net>Subject: [Flightgear-devel] Help ! on a Run-Time Error !>Date: Sat, 11 Feb 2006 22:12:43 -0800 (PST)>>After a couple of hours of struggling, I managed to compile Flight Gear CVS >with all the necessary
 components.>>  Yet it crashes after the splash screen with the following messages on my >terminal screen :>>  [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9>  Error reading properties:>  Failed to open file>   at /home/knoppix/.fgfs/autosave.xml>   (reported by SimGear XML Parser)>  freeglut (./fgfs): Unable to create direct context rendering for window >'FlightGear'>  This may hurt performance.>  Xlib:  extension "XFree86-DRI" missing on display ":0.0".>Model Author:  Unknown>Creation Date: 2002-01-01>Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $>Description:   Cessna C-172>  Audio initialization failed!> Could not change the current ALC context>  terminate called after throwing an instance of 'sg_io_exception'>  Aborted>  [EMAIL PROTECTED]>>  As y
 ou can
 see, I'm using Knoppix 4.0.2 Live DVD with 2 gigs of ramdisk, >but I still got more than 600MB left.>>  Could anyone save my day (night) !?>>  Isao>>_Need a new job? Check out XtraMSN Careers http://xtramsn.co.nz/careers---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642___Flightgear-devel mailing listFlightgear-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel

RE: [Flightgear-devel] Help ! on a Run-Time Error !

2006-02-11 Thread dene maxwell


Hi, This time of day is a bit of a dead time for developers...but i'll do my 
best


...I remember a post earlier in the weekend about an update that involved 
autosave.xml and preferences.xml


the preceding thread was about having FG modify user preferences with 
reference to the user hence a move towards separating the 
"machine"(preferences.xml) preferences from the "user"(autosave.xml)  
preferences. A long shot but try copying the preferences.xml to autosave.xml 
and see if that changes the error message (it might even eliminate it!!) ... 
its my best guess...no basis in fact or code..


Cheers
=Dene
Wellington, New Zealand


From: Isao Yamashita <[EMAIL PROTECTED]>
Reply-To: flightgear-devel@lists.sourceforge.net
To: flightgear-devel@lists.sourceforge.net
Subject: [Flightgear-devel] Help ! on a Run-Time Error !
Date: Sat, 11 Feb 2006 22:12:43 -0800 (PST)

After a couple of hours of struggling, I managed to compile Flight Gear CVS 
with all the necessary components.


 Yet it crashes after the splash screen with the following messages on my 
terminal screen :


 [EMAIL PROTECTED] ./fgfs --fg-root=/home/knoppix/FlightGear-0.9.9
 Error reading properties:
 Failed to open file
  at /home/knoppix/.fgfs/autosave.xml
  (reported by SimGear XML Parser)
 freeglut (./fgfs): Unable to create direct context rendering for window 
'FlightGear'

 This may hurt performance.
 Xlib:  extension "XFree86-DRI" missing on display ":0.0".
   Model Author:  Unknown
   Creation Date: 2002-01-01
   Version:   $Id: c172p.xml,v 1.15 2006-01-12 15:07:14 ehofman Exp $
   Description:   Cessna C-172
 Audio initialization failed!
Could not change the current ALC context
 terminate called after throwing an instance of 'sg_io_exception'
 Aborted
 [EMAIL PROTECTED]

 As you can see, I'm using Knoppix 4.0.2 Live DVD with 2 gigs of ramdisk, 
but I still got more than 600MB left.


 Could anyone save my day (night) !?

 Isao




_
Need a new job? Check out XtraMSN Careers http://xtramsn.co.nz/careers



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel