> Have you tried my Windows binary
> http://www.vso.cape.com/~nhv/files/fgfs/fgfs.exe.gz
>

Initially JSBSim went crazy during the cfg xml read
( JSBSim Flight Dynamics Model v0.9.1 [cfg v1.57])
but this is caused by the cvs update adding things
like the following to %FG_ROOT%\Aircraft\c172\c172.xml -
About line 73 -
<<<<<<< c172.xml
     AC_GEAR  NOSE        -6.8   0.0 -20.0  1800  600  0.5  0.8 0.02
STEERABLE NONE 20
...
<<<<<<< c172.xml
     AC_GEAR NOSE        -6.8   0.0 -20.0  1800  600  0.5  0.8 0.02
STEERABLE NONE 20
...
=======
     AC_GEAR  NOSE        -6.8   0.0 -20.0  1800  600  0.5  0.8 0.02
STEERABLE NONE 20 FIXED
...
     AC_GEAR  RIGHT_TIP   43.2  214.8 59.4 10000 2000  0.2   0.2 0.2
FIXED NONE 0 FIXED
>>>>>>> 1.36

=======
>>>>>>> 1.31

I have read others mentioning this cvs 'feature', but do not seem
to remember seeing how to 'avoid' it - or indeed
what to do when it does happen = detection!

But after I 'fixed' the above c172.xml I got a page fault.
The 'ugly' thing about this is the stack dump shows -
30303030 30303030 30303030 30303030 30303030
onwards ...

I always have to laugh :-) at the little MS message -
"If the problem persists, contact the program vendor."
hahaha

But just before it 'crashed' the out log showed -
...
Initializing joystick bindings
Joystick 0 not found
No bindings for joystick 1
...
which reminded me I must now get back
my joysticks.xml which has mappings for
the 2nd js <js n="1"> ...

Then the log shows -
********* After current_input.init()
********* Before fgSaveFlight()
<?xml version="1.0"?>
<PropertyList>
... etc - big dump of properties. The
last 5 lines of the log is -
    </control-overrides>
  </autopilot>
</PropertyList>
********* After fgSaveFlight()
********* Before globals->saveInitialState()
then POOF!

Running my own compiled debug\flightgear.exe
works fine - with JSBSim and YASim at least - on
exactly the same base ??? (D:\FG78\fgfsbase)

Stuttering in WIN32 notwithstanding, sometimes I
can see the 'outside' view sway gently to the l/r touch
of the js - very smooth and great - but then disk io
gets heavy, and it can sometimes be parts of a minute
before 'stabalising' ... then I will get another few
seconds of 'smooth' flying ...

Can I send you my exe to try? It zips to abt 2 MB,
and expands to a 6.5 exe ...

I note your exe is dated 5th January, 2002 - I have
seen quite a number of maybe important code updates
since then but then again the src of my exe is also
2-3 days back - say 11-12th Jan.

I have 'looked' into the small diff
between my updated CVS (today), and the 
src (11-12) of my exe, and am now exactly
per cvs except for FlightGear.dsp.

And thanks Jon for the FGMatrix.cpp info, which I
have now seen in the maekfile.am thus will be
in our dsp ...

As mentioned previously I have 'switched' all
libraries - the plib set, simgear - and thus
Simgear.dsp to "Debug Mutithreaded DLL",
per the default of metakit ... thus my
DSP must say /MdD on the ADD CPP line.

Hope this helps ...

Rgds,

Geoff.






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

Reply via email to