January 30, 200521 yr Hi,When I type: fgfsI receive:Initializing OpenAL sound managerSegmentation faultCan someone help me?Thanks
January 30, 200521 yr Run fgfs in gdb and when fgfs crashes, type "bt" and post the output (so called "backtrace"). If you have compiled fgfs yourself, make sure you have symbols compiled in (-g flag for compiler and linker). Without these it can be hard or impossible to find the bug.$ gdb fgfs...Program received signal ...(gdb) btYou may become happier if you join one of the *official* support "forums", that is: the flightgear-users mailing list, and the irc channel (#flightgear @ irc.flightgear.org). This here is only an AVSIM forum that *may* be visited by fgfs developers ... or not. :-)
Create an account or sign in to comment