James Sleeman wrote: > I still appear to have the same problem... compiled a couple of minutes > ago, fgfs with no command line options, backtrace follows...
I think I've found the problem which might or might not be a bug in the OpenAL implementation. It is recommended to place all updates to the OpenAL state withing alcSuspendContext() and alcResumeContext() to allow multiple state changes to be sent to hardware in one go (which is faster and make sure the source and listeners get updated in one go). The specification is not clear whether is is possible to call alGenBuffers when the context is suspended. I would say it *is* allowed and the Sample implementation does allow for it. Anyhow, I've decided not to call alcSuspendContext anymore which should fix this issue. Erik ------------------------------------------------------------------------------ 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