----- "Erik Hofman" a écrit :

> 乌兰巴根 wrote:
> > Hi guys:
> >
> > I ever successfully build and run the flightgear-1.9.1 under
> WindowsXP
> > by MSVC90. It is a great work and very interesting.
> >
> > Last week I download the source packege of flightgear-2.0.0.
> >
> > Build the source of flightgear is OK, but when step to debug, there
> is
> > an exception:
> >
> > First-chance exception at 0x7c812afb in fgfs.exe: Microsoft C++
> > exception: FP_Inactive at memory location 0x0012f682..
> >
> > It almost comes out every mainloop.
> 
> The first thing that crosses my mind is: do you have matching
> FlightGear
> and SimGear sources and do you have a matching base package installed?
> (And is the new binary looking for the matching base package in the
> right place?)

Durk use exceptions to return errors. FP means Flight Plan, not Floating Point. 
That's "normal" program execution, but it's really annoying when you want to 
debug because all these exceptions are a performance killer for the debugger, 
and it is not possible to hide the "First chance exception" message. There 
definitively a room for improvement here. A return code is the first thing that 
comes to mind.

Or disable AI and Flight plans when you want to debug. That's not very useful 
tip when you want to debug AI itself.

-Fred

-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/              Photo gallery - album photo
http://fgsd.sourceforge.net/               FlightGear Scenery Designer


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to