Re: [Flightgear-devel] Aircraft inter-dependencies for sound and OpenAL

2008-12-04 Thread Frederic Bouvier
- "Stuart Buchanan" a écrit : > Geoff Air wrote: > >> (AL_INVALID_VALUE): constructor (alBufferData) > >> Fatal error: Failed to buffer data. > >I think the ONLY reason you would get this not very helpful specific > message is that the FG/SG is compiled against an ALUT previous to > version 1

Re: [Flightgear-devel] Aircraft inter-dependencies for sound and OpenAL

2008-12-04 Thread Stuart Buchanan
Geoff Air wrote: >> (AL_INVALID_VALUE): constructor (alBufferData) >> Fatal error: Failed to buffer data. >I think the ONLY reason you would get this not very helpful specific message >is that the FG/SG is compiled against an ALUT previous to version 1, if it >still >exists?, or the header alut.h

Re: [Flightgear-devel] Aircraft inter-dependencies for sound and OpenAL

2008-12-03 Thread Geoff Air
Hi Stuart, Re: OpenAL sound library >> (AL_INVALID_VALUE): constructor (alBufferData)>> Fatal error: Failed to >> buffer data. I think the ONLY reason you would get this not very helpful specific message is that the FG/SG is compiled against an ALUT previous to version 1, if it still exists

[Flightgear-devel] Aircraft inter-dependencies for sound and OpenAL

2008-11-30 Thread Stuart Buchanan
Hi Guys, On some systems (in particular Windows I think), if an aircraft refers to a .wav file in another, not installed aircraft, OpenAL prints the following error and FG exits: (AL_INVALID_VALUE): constructor (alBufferData) Fatal error: Failed to buffer data. This makes diagnosis particular