...
Cannot open file: /usr/local/lib/FlightGear/Scenery/Objects.txt
Initializing splash screen

Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 1024 (LWP 1748)]
fgReshape (width=1024, height=768) at main.cxx:1243
1243                   viewmgr->get_current_view()->get_v_fov() );
(gdb) bt
#0  fgReshape (width=1024, height=768) at main.cxx:1243
#1  0x4007e245 in __glutRegisterEventParser () from /usr/lib/libglut.so.3
#2  0x4007e4ab in glutMainLoop () from /usr/lib/libglut.so.3
#3  0x08053854 in mainLoop (argc=1, argv=0xbffffb54) at main.cxx:1563
#4  0x0805404e in main (argc=1, argv=0xbffffb54) at main.cxx:1622
#5  0x4030c6cf in __libc_start_main () from /lib/libc.so.6
(gdb) print viewmgr->get_current_view()->get_v_fov()
Cannot access memory at address 0x0

... it's trying to get the parameters for the call to ssgSetFOV()

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to