On Tue, 2009-10-20 at 00:07 +1300, James Sleeman wrote:
> On 19/10/09 23:42, Erik Hofman wrote:
> > Ok I think I've ironed out most of the bugs. I hope also the one that 
> > James reported but I don't hold my breath for it just yet.
> >   
> 
> So far so good, compiles and runs, and produces sound.  Will try a short 
> flight and see if any problems crop up.
> 
I am still having problems with the new sound system.

I note in my flightgear terminal at start-up:
"AL Error (atc):......."
this is the SG_LOG message from SGSampleGroup::testForALError(string s)
where s = "resume"
I see that the message relates to an error number 40964 and that the
message is truncated, as there seems to be no return from the call to
alGetString(error). (Like a thread had died or something??)
The first call originates from ATC.cxx
{
        SGSoundMgr *smgr;
        smgr = (SGSoundMgr *)globals->get_subsystem("soundmgr");
        _sgr = smgr->find("atc", true);
}
.... commenting this out reveals more similar errors.

If I attempt to examine the return by saying something like:
   string myString = alGetString(error)
   cout << "My string = " << myString << endl;
then all manner of strange things occur including :
    "Unknown exception in the main loop. Aborting...
     Possible cause: no such file or directory"

1) Is anyone else seeing this strange message (I am on AMD64, running
   Debian Squeeze)?
2) Is this peculiar behaviour an indicator to the odd things going on
   since the committment of the new system?

Kind regards
Alasdair
 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to