Re: [Flightgear-devel] crash sort of related to sound on exit

2011-05-03 Thread Curtis Olson
Hi Thorsten, Thanks for your reply and for taking a careful look at this. As far as I know I'm running pure and current git. I instrumented visual_enviro.cxx a bit to see what/where sampleGroup is being set. It is indeed being set from inside FGClouds::Init() in fgclouds.cxx, line #78 makes

Re: [Flightgear-devel] crash sort of related to sound on exit

2011-05-03 Thread ThorstenB
On 03.05.2011 19:42, Curtis Olson wrote: The code seems pretty definite that it would execute here, so it's odd that you are getting NULL there ... unless the sgmgr-find() call is returning null for you? Or if like you say, somehow our source trees have diverged. But I do think I'm 100%

Re: [Flightgear-devel] crash sort of related to sound on exit

2011-05-03 Thread Curtis Olson
On Tue, May 3, 2011 at 1:05 PM, ThorstenB bre...@gmail.com wrote: Ha. I hadn't pulled the latest GIT update for wind-moving-clouds yet. fgclouds-init() was never called in earlier GIT versions, so indeed sampleGroup was always NULL so far. That changed with the recent FG 3D cloud update -