> I'm (at last) able start FG/JSBSim from the ground on my windows. There
> is some problem (or problem gets to the surface there) on
> FGInitialCondition  getAlpha call during startup. In next,  the solve()
> member is called, the f1 and f3 locals obtains a "0.0" value. Then
> division by 0 will be performed in next and JSBsim hangs...
> 
>       x2=x1-d*d0*f1/(f3-f1);
> // division by 0 here...
> .
> 
>  When I put next temporary code after this->*sfunc() calls:
> 
> if (f3-f1 == 0.0)
>    f3+= 0.000000000001;
> 
> The JSBsim started OK on runway.

This is an issue that Tony is familiar with.

> Next, there is possible to fly with X15, but take-of is too long and I
> must use some terrain undulation to get to the air. Is it OK? On the
> air, the plane behavior is well...

Try this:

fgfs --aircraft=x15 altitude=60000 --mach=2

> When I selected C172, there is not possible to fly. Cessna looked like
> with engine OFF, not responding to the throttle...

You need to start the engine. Is there a startup manual out there?

> ....
> Next there is probably some bug in "RESET" menu option function, FG
> crashes always then.

This does not yet work with JSBSim.

Jon


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to