Page 1 of 1

there is a bug with 1.2.2.1

Posted: Sat Dec 16, 2006 10:37 pm
by fvang
When you open a kal with ecutype=1 and right click on the load(map) values to try to change them, you get this error:
"floating point division by zero"

You can open up the civic stock kal to see the problem.

fvang

Posted: Mon Dec 18, 2006 10:28 am
by Hondata
Thanks. Fixed for the next release.

Posted: Fri Dec 29, 2006 5:47 am
by menfou
A other problem since the first KManager and SManager Version.

In France we use , for the float and in US or England you use .

Sometimes when I save a Kal, all '.' become a ',' and mw .kal is a shit

You have a S300 calibration in attachment

Why you don't use ';' ??

Posted: Wed Jan 03, 2007 11:28 am
by Hondata
The calibration file should always use . as the decimal seperator. Are you still finding a problem with the latest version of KManager?

Posted: Mon Feb 19, 2007 10:27 am
by menfou
I have the same problem with the last KManager version.
On SManager I have exactly the same problem

I have this problem when I datalog, modidy values, and save the calibration

Posted: Mon Feb 19, 2007 10:40 am
by Razathorn
Hondata wrote:The calibration file should always use . as the decimal seperator. Are you still finding a problem with the latest version of KManager?
I'm guessing that the function call you are making to format print / output floats to the config is doing locale specific things like using "," instead of "." based on where your code runs. Perhaps you could switch to a non locale sensitive output routine.

Wayne

Posted: Mon Feb 19, 2007 10:47 am
by menfou
Yes the problem it's French keyboard Vs US Keyboard.

I think the best solution is to use ; and not ,

Posted: Mon Feb 19, 2007 10:58 am
by Razathorn
menfou wrote:Yes the problem it's French keyboard Vs US Keyboard.

I think the best solution is to use ; and not ,
Doesn't sound like a keyboard issue to me.