* Stefan Seifert -- Wednesday 23 August 2006 22:03:
> Before Melchior's work-around I could reproduce the problem with fgfs 
> --disable-auto-coordination --aircraft=harrier --carrier=Nimitz
> Just switch views and it crashes.

But you should still see the error message, as I put the "return" after
it, to prevent the unjustified abortion, but not the justified complaint.
If it doesn't appear, then the bug went away.

src/Scenery/tilemgr.cxx:163:

        SG_LOG( SG_TERRAIN, SG_ALERT,
                "Attempting to schedule tiles for bogus lon and lat  = ("
                << longitude << "," << latitude << ")" );
        return;         // FIXME

m.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to