Re: [Flightgear-devel] ATIS Voice problems

2009-12-29 Thread Erik Hofman
Stuart Buchanan wrote: The reported exception message is: Failed to load wav file: There was already an ALC error on entry to an ALUT function at /home/stuart/FlightGear-0.9/data/ATC/default.wav I've rearranged the alut error checking a bit to hopefully provide some better feedback. Erik

[Flightgear-devel] FightGear - C172r AATD

2009-12-29 Thread Christian Menge
FlightGear Dev, We are new to the FlightGear community. FreedomWorks is a consulting and development company that specializes in 3D interactive simulation and robotics. Flight simulation is a large part of our business. We have many years experience integrating X-Plane and Microsoft ESP /

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/structure subsystem_mgr.cxx, 1.11, 1.12

2009-12-29 Thread James Turner
On 29 Dec 2009, at 14:28, Erik Hofman wrote: SGSubsystemGroup::unbind () { -for (unsigned int i = 0; i _members.size(); i++) -_members[i]-subsystem-unbind(); +// reverse order to prevent order dependency problems +for (unsigned int i = _members.size(); i 0; i--) +

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/structure subsystem_mgr.cxx, 1.11, 1.12

2009-12-29 Thread Erik Hofman
James Turner wrote: On 29 Dec 2009, at 14:28, Erik Hofman wrote: SGSubsystemGroup::unbind () { -for (unsigned int i = 0; i _members.size(); i++) -_members[i]-subsystem-unbind(); +// reverse order to prevent order dependency problems +for (unsigned int i =