Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-15 Thread Geoff McLane
Hi Erik, ... added the checks ... Thanks. Deleted my modified soundmgr_openal.cxx, did a CVS update, and re-compile, and it all worked, at least for the default Cessna... As expected, the console output shows the line :- ALC Error (sound manager): ALC_INVALID_DEVICE at load file indicating

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-15 Thread Erik Hofman
Geoff McLane wrote: As expected, the console output shows the line :- ALC Error (sound manager): ALC_INVALID_DEVICE at load file indicating some previous un-check, thus un-handled, ALC error... Ok I'll try to see why that is. Erik

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-13 Thread Erik Hofman
Ok, the returned error turned out to be an uncatched ALC or AL error situation. I've now added the checks for them prior to calling the alutLoad* function. This will probably not solve the problem but it will give a more precise hint on what's going on. Erik

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-12 Thread Alan Teeder
...@ehofman.com Sent: Monday, January 11, 2010 7:45 PM To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav? Geoff McLane wrote: Thank you for the reply, but now I am even more confused ;=() Ah wait, I

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-12 Thread Erik Hofman
Alan Teeder wrote: Eric Could you let us know which version of Alut and OpenAl you are using for your sound development work. I've been using FreeALUT (CVS version but it has not many changes compared to version 1.0) and have used OpenAL-Sample (CVS), OpenAL-Soft (CVS) and my own OpenAL

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-11 Thread Geoff McLane
On Sun, 2010-01-10 at 20:18 +0100, Erik Hofman wrote: Geoff McLane wrote: Hi all, But in Ubuntu 8.04 LTS, now get an error exit when running the default c172... it ran great a few days ago, when I reported all seemed well... but now... Running it under gdb, and setting a break point

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-11 Thread Erik Hofman
Geoff McLane wrote: Thank you for the reply, but now I am even more confused ;=() Ah wait, I looked at the code for a different ALUT version.. I must have looked at the wrong code because of it ran great a few days ago, when I reported all seemed well... but now... and the code I looked at

[Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-10 Thread Geoff McLane
Hi all, Yow! I tried to check my WIN32 compile problem in Ubuntu! Did a CVS update SG/FG/data about a few hours ago, and NO PROBLEMS with the linux compile, so will go back and check my WIN32 compile error later... But in Ubuntu 8.04 LTS, now get an error exit when running the default c172...

Re: [Flightgear-devel] Ubuntu fatal error - rumble.wav?

2010-01-10 Thread Erik Hofman
Geoff McLane wrote: Hi all, But in Ubuntu 8.04 LTS, now get an error exit when running the default c172... it ran great a few days ago, when I reported all seemed well... but now... Running it under gdb, and setting a break point at SGSoundMgr::load(), and on the 2nd time through this