Curtis Olson wrote:
> On Dec 30, 2007 2:33 AM, Jason Cole <> wrote:
>
>     I used fgfs-base-1.0.0.tar.bz2 for my base package. I change my
>     data directory to match. But still the same error.
>
>     Reading joystick file
>     
> /usr/local/share/FlightGear/data/Input/Joysticks/Rockfire/gameport_to_usb.xml
>
>     Reading joystick file
>     /usr/local/share/FlightGear/data/Input/Joysticks/template.xml
>     Looking for bindings for joystick "Logitech Logitech Force 3D Pro"
>     No config found for joystick "Logitech Logitech Force 3D Pro"
>     Using default:
>     "/usr/local/share/FlightGear/data/Input/Joysticks/Default/joystick.xml"
>     Segmentation fault
>
>
> Three things you could try ...
>
> 1. Double check taht 
> /usr/local/share/FlightGear/data/Input/Joysticks/Default/joystick.xml 
> actually exists on your system.
>
> 2. The crash could be coming in the next module after the 
> joystick/input stuff.  You could try running flightgear inside of gdb 
> and generating a back trace after the crash.  If this looks promising, 
> then you could compile with debugging symbols turned on "-g" and 
> generate an even more informative back trace.
>
> 3. Just in case the crash is video related, make sure you've 
> (re)installed the nvidia drivers more recently than any kernel update 
> or xorg update done via yum (or some other means.)
>
> Curt.
> -- 
> Curtis Olson: http://baron.flightgear.org/~curt/ 
> <http://baron.flightgear.org/%7Ecurt/>
> Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Flightgear-users mailing list
> Flightgear-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-users
>   
Curt,

The file does exist, tried running it with gdb with the following results:

warning: Missing the separate debug info file: 
/usr/lib/debug/.build-id/08/47e52d609d30b0be7916c20f54baa732dff44f.debug

warning: Missing the separate debug info file: 
/usr/lib/debug/.build-id/e3/3448de964a5ca97b70edbdcea227c6ea5d3657.debug
[New Thread 24832912 (LWP 798)]
[New Thread -1208404240 (LWP 795)]
  Model Author:  Unknown
  Creation Date: 2002-01-01
  Version:       $Id: c172p.xml,v 1.18 2007-01-15 12:50:45 ehofman Exp $
  Description:   Cessna C-172
[New Thread 54573968 (LWP 799)]
[Thread 54573968 (LWP 799) exited]
[New Thread 54573968 (LWP 800)]
[New Thread 68856720 (LWP 801)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208404240 (LWP 795)]
0x00000000 in ?? ()
(gdb)                 


Tried to compile Flight Gear with debug symbols via
./configure CFLAGS=-g CXXFLAGS=-g LDFLAGS=-g
make
make install

but gdm still stays the same thing. Am I doing it right?

Plus I have reinstalled my nvidia drivers.

and to answer Roberts question yes i have tried with out the joystick 
plugged in, but to no avail.

Cheers,
Jason.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to