mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] GUI problems with 2.02-1


From: MLdonkey
Subject: Re: [Mldonkey-users] GUI problems with 2.02-1
Date: Thu, 9 Jan 2003 14:12:44 +0100

>  i just downloaded the latest cvs version 2.02-1 and tried to test it. The 
>  core seems to run very fine. There are no problems with the gui, if i run it 
>  on the system the core runs on but i am unable to connect to the gui from a 
>  remote computer. The gui seems to connect and then get disconnected very 
>  fast. The exception from the log seems to be gernerated for every connection 
>  attempt. It's not an "allowed_ips" problem, because mldonkeywatch works 
> fine. 
>  Any ideas?

>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec
>  Using protocol 10 for communications
>  Exception Failure("float_of_string") in decode/exec

OK, the GUI uses now the set_locale, which changes the way
floating-point numbers are represented depending on the country... but
the ocaml runtime does not use it, so it does not understand the new
floating-point representation... I don't know how to solve that. Maybe
we should replace any , by a . in the string before float_of_string ?

Would it be enough ? Are you aware of any other changes between
notations of floats in different countries ?

- MLDonkey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]