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 function, got the trace attached...
> 
> Essentially from the lines of code -
> 
> 555       data = alutLoadMemoryFromFile(samplepath.c_str(), &format,
> &size, &freqf );
> 556       freq = (ALsizei)freqf;
> 557       int error = alutGetError();
> 558       if (data == NULL || error != ALUT_ERROR_NO_ERROR) {
> 
> the 'data' is NULL, but even if it was not, additionally 
> 'error' contains a value 518 (0x206)...
> 
> Again, I though I had read this before in a recent board
> message, and thought a CVS 'fix' had been made, but now not
> so sure...

At least it's not the latest CVS code, this code has been replaced by a 
(supposedly) better check.

Erik

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to