[Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread Melchior FRANZ
* Joacim Persson -- Wednesday 09 November 2005 21:30: > I tried a setprop to 0.3 for right wheel in the js config file, and got a > 1.0 in the browse internal props dialog. Somewhere control/gear/brake-right > is set to 'true' (i.e. not zero). Is this the development version (cvs/head)? m. _

[Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread Melchior FRANZ
* Andy Ross -- Thursday 10 November 2005 00:37: > stepping through the joystick initialization (or, alternatively, > selectively removing files from your Input/Joysticks directory) to > figure out which stick is being incorrectly loaded, and why. ... or simply look in the property browser under /i

Re: [Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread Joacim Persson
On Wed, 9 Nov 2005, Melchior FRANZ wrote: Is this the development version (cvs/head)? Yes, but it has been the same for shipped versions too. How can I tell which version of fgfs I'm running? "fgfs --version" didn't work on the version I have installed in /usr/local/... anyway. Think it's the

Re: [Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread Joacim Persson
I have pinned down the exact moment in gdb when brake-right is set to 1.0 (without a cause, so to speak), but I feel I don't have enough knowledge about how FG is designed to come further. gdb backtrace below. This is after initialisation is done, FG is up and running and the fire button (apply a

Re: [Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread Andy Ross
Joacim Persson wrote: > Andy Ross wrote: > > Which stick [...]? > > Saitek Cyborg Evo [...] > I have pinned down the exact moment in gdb when brake-right is set > to 1.0 (without a cause, so to speak), but I feel I don't have > enough knowledge about how FG is designed to come further. What this

Re: [Flightgear-devel] Re: uneven brakes mystery

2005-11-09 Thread George Patterson
On Wed, 2005-11-09 at 21:54 +0100, Joacim Persson wrote: > On Wed, 9 Nov 2005, Melchior FRANZ wrote: > > > Is this the development version (cvs/head)? > > Yes, but it has been the same for shipped versions too. > > How can I tell which version of fgfs I'm running? "fgfs --version" didn't > work