Re: [Flightgear-users] Startup of fgfs fails

2004-10-16 Thread Dirk Vornheder

 ...
 
 Initializing OpenAL sound manager
 Adding subsystem fx
   ATC Display
   ATC Manager
 WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.atis
 
 WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.tower
 
 WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.ground
 
 WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.approach
 
 From file sounds sample = /usr/share/FlightGear/ATC/default.wav
 terminate called after throwing an instance of 'sg_exception'
 Aborted

 Where do you put your base package ? Is it in /usr/share/FlightGear ?
 Try :

 fgfs --fg-root=/path/to/your/base/package

 and report success or failure.

 -Fred


I try latest version 0.9.6 but it doesn't help on this pc.

On my other pc everything works.

The two pc's have only one difference: the soundcard

On the pc where fgfs works has a Audigy installed.

The problem pc has a DigiFire 7.1 !

How can i disable the sound at startup ?

Dirk

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-users] Startup of fgfs fails

2004-10-08 Thread Dirk Vornheder
Hi !

Startup of fgfs fails:

terminate called after throwing an instance of 'sg_exception'
Aborted

I use gdb to get more information:

 gdb fgfs

Starting program: /usr/bin/fgfs
[Thread debugging using libthread_db enabled]
[New Thread 1087903488 (LWP 27438)]
[New Thread 1226439600 (LWP 27453)]
terminate called after throwing an instance of 'sg_exception'

Program received signal SIGABRT, Aborted.
[Switching to Thread 1087903488 (LWP 27438)]
0xe410 in ?? ()
(gdb) bt
#0  0xe410 in ?? ()
#1  0xbfffe35c in ?? ()
#2  0x0006 in ?? ()
#3  0x40450f79 in abort () from /lib/tls/libc.so.6
#4  0x403f7397 in __gnu_cxx::__verbose_terminate_handler () 
at ../../.././libstdc++-v3/libsupc++/vterminate.cc:96
#5  0x403f4f25 in __cxxabiv1::__terminate (handler=0x403f72b0 
__gnu_cxx::__verbose_terminate_handler())
at ../../.././libstdc++-v3/libsupc++/eh_terminate.cc:43
#6  0x403f4f62 in std::terminate () 
at ../../.././libstdc++-v3/libsupc++/eh_terminate.cc:53
#7  0x403f50e2 in __cxa_throw (obj=0xb3098e8, tinfo=0x0, dest=0)
at ../../.././libstdc++-v3/libsupc++/eh_throw.cc:80
#8  0x08329580 in SGSoundSample (this=0xa832678, path=0x0, file=0xb309e0c 
default.wav, cleanup=false)
at new_allocator.h:69
#9  0x080c9679 in FGATCVoice::LoadVoice (this=0xb309e20, voice=
{static npos = 4294967295, _M_dataplus = {std::allocatorchar = 
{__gnu_cxx::new_allocatorchar = {Nodata fields}, No data fields}, 
_M_p = 0xa83271c default}}) at basic_string.h:1452
#10 0x0808788c in FGATCMgr::init (this=0xa82e2e8) at new_allocator.h:62
#11 0x08066134 in fgInitSubsystems () at globals.hxx:278
#12 0x08052bce in fgIdleFunction () at main.cxx:619
#13 0x40081c66 in glutMainLoop () from /usr/lib/libglut.so.3
#14 0x080541b1 in fgMainInit (argc=1, argv=0xbfffeeb4) at main.cxx:943
#15 0x08050baf in main (argc=0, argv=0x0) at bootstrap.cxx:184

I try

fgfs -log-level=debug

...

Initializing OpenAL sound manager
Adding subsystem fx
  ATC Display
  ATC Manager
WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.atis

WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.tower

WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.ground

WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.approach

From file sounds sample = /usr/share/FlightGear/ATC/default.wav
terminate called after throwing an instance of 'sg_exception'
Aborted

Dirk

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Startup of fgfs fails

2004-10-08 Thread Frederic Bouvier
Dirk Vornheder a écrit :
Hi !
Startup of fgfs fails:
terminate called after throwing an instance of 'sg_exception'
Aborted
I use gdb to get more information:
 

gdb fgfs
   

Starting program: /usr/bin/fgfs
[Thread debugging using libthread_db enabled]
[New Thread 1087903488 (LWP 27438)]
[New Thread 1226439600 (LWP 27453)]
terminate called after throwing an instance of 'sg_exception'
Program received signal SIGABRT, Aborted.
[Switching to Thread 1087903488 (LWP 27438)]
0xe410 in ?? ()
(gdb) bt
#0  0xe410 in ?? ()
#1  0xbfffe35c in ?? ()
#2  0x0006 in ?? ()
#3  0x40450f79 in abort () from /lib/tls/libc.so.6
#4  0x403f7397 in __gnu_cxx::__verbose_terminate_handler () 
at ../../.././libstdc++-v3/libsupc++/vterminate.cc:96
#5  0x403f4f25 in __cxxabiv1::__terminate (handler=0x403f72b0 
__gnu_cxx::__verbose_terminate_handler())
   at ../../.././libstdc++-v3/libsupc++/eh_terminate.cc:43
#6  0x403f4f62 in std::terminate () 
at ../../.././libstdc++-v3/libsupc++/eh_terminate.cc:53
#7  0x403f50e2 in __cxa_throw (obj=0xb3098e8, tinfo=0x0, dest=0)
   at ../../.././libstdc++-v3/libsupc++/eh_throw.cc:80
#8  0x08329580 in SGSoundSample (this=0xa832678, path=0x0, file=0xb309e0c 
 

path=0x0  This is likely a problem that could cause this exception. 
A problem in FGATCVoice::LoadVoice ?
Or the ATC directory of the base package is not found ( see below ).

default.wav, cleanup=false)
   at new_allocator.h:69
#9  0x080c9679 in FGATCVoice::LoadVoice (this=0xb309e20, voice=
   {static npos = 4294967295, _M_dataplus = {std::allocatorchar = 
{__gnu_cxx::new_allocatorchar = {Nodata fields}, No data fields}, 
_M_p = 0xa83271c default}}) at basic_string.h:1452
#10 0x0808788c in FGATCMgr::init (this=0xa82e2e8) at new_allocator.h:62
#11 0x08066134 in fgInitSubsystems () at globals.hxx:278
#12 0x08052bce in fgIdleFunction () at main.cxx:619
#13 0x40081c66 in glutMainLoop () from /usr/lib/libglut.so.3
#14 0x080541b1 in fgMainInit (argc=1, argv=0xbfffeeb4) at main.cxx:943
#15 0x08050baf in main (argc=0, argv=0x0) at bootstrap.cxx:184

I try
fgfs -log-level=debug
...
Initializing OpenAL sound manager
Adding subsystem fx
 ATC Display
 ATC Manager
WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.atis
WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.tower
WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.ground
WARNING - INVALID type found in /usr/share/FlightGear/ATC/default.approach
From file sounds sample = /usr/share/FlightGear/ATC/default.wav
terminate called after throwing an instance of 'sg_exception'
Aborted
 

Where do you put your base package ? Is it in /usr/share/FlightGear ?
Try :
fgfs --fg-root=/path/to/your/base/package
and report success or failure.
-Fred

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d