Hi Zeb, Zebediah C. McClure wrote: > Greetings, > > In Flightgear 2.0 and CVS on Gentoo linux, ATIS transmissions were not > working properly. > > Upon examining the code, I noticed that ATIS was initialized in the > fgIdleFunction with all the other subsystems, yet fgInitSoundManager() isn't > called until inside the main loop. Since ATIS is setup before OpenAL, when > ATIS attempts to load the default.wav file, it fails when it hits the > if(!_working) trap in the audio load function.
Thanks for the report. I've fixed this another way since the same problem would still existed if --no-sound was specified. I've now delayed loading of the voice file until /sim/sound/working is set to true. This fix is in CVS. Erik ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel