Hi, I am trying to install an application under wine 1.2 on centos 5.5. The application is running almost withoit problems. The only problem are the form where i put in numbers. Here is the description of the problem: When i write 1,1 and the click to the next field, the field changes to 1,10000. First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same. And since this is a business application this is quite a serious problem.
On Thu, Jul 22, 2010 at 10:47, janezk <wineforum-user at winehq.org> wrote:> Hi, > I am trying to install an application under wine 1.2 on centos 5.5. > The application is running almost withoit problems. The only problem are the form where i put in numbers. > Here is the description of the problem: > When i write 1,1 and the click to the next field, the field changes to 1,10000. > > First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same. > > And since this is a business application this is quite a serious problem.Did it work with a previous version of wine? Are you using the same locales? Can you provide a debugging log of the app running [from the startup to the point where you've a problem] (http://wiki.winehq.org/FAQ#head-a37de3282d447376d2220d20a278ae52258551a4)? Is there a demo version of this application available?
Hi, in previous versions of wine, the application didn't even come to the point where i could put in numbers. The developer of the application assures me, that it is working for him in wine 1.1.34, but i cant confirm that, because i can't get it to work with that version, it has even worse problems. As for the locale,s i am using the Slovenian (Sl_si) locales. As for the debugging log and the demo. I will look into the debugging log, but the demo version could be a little difficult. It exists, but the demo is in Croatian language.
janezk wrote:> When i write 1,1 and the click to the next field, the field changes to 1,10000.Try native oleaut32.dll and/or msvcrt.dll.