mag00
2008-Nov-15 13:38 UTC
[Wine] fixme:ntdll - What I supposed to do to solve this problem?
When I am trying to run an application under wine, I am getting this error in console. Code: fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 What is this and what I can do to solve it? The application is an license manager (lmgrd). I am using Ubuntu 8.10 x64 and wine is 1.1.8 []'s
dAnIK SeNT
2008-Nov-15 14:03 UTC
[Wine] fixme:ntdll - What I supposed to do to solve this problem?
Despite seeng that message, do you encounter other problems with your application? Is it working at all? On Sat, Nov 15, 2008, mag00 wrote:> When I am trying to run an application under wine, I am getting this error > in console. > > Code: > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in > the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 > > > > What is this and what I can do to solve it? > > The application is an license manager (lmgrd). > I am using Ubuntu 8.10 x64 and wine is 1.1.8 > > []'s-- Best regards, Danila Sentiabov aka dAnIK SeNT
vitamin
2008-Nov-15 17:52 UTC
[Wine] Re: fixme:ntdll - What I supposed to do to solve this problem?
mag00 wrote:> When I am trying to run an application under wine, I am getting this error in console. > > Code: > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 > > > > What is this and what I can do to solve it? > > The application is an license manager (lmgrd). > I am using Ubuntu 8.10 x64 and wine is 1.1.8 > > []'sWhat's your time zone (full official name)? What's the offset from GMT/UTC and do you have daytime savings?
David Gerard
2008-Nov-15 18:10 UTC
[Wine] fixme:ntdll - What I supposed to do to solve this problem?
2008/11/15 mag00 <wineforum-user at winehq.org>:> When I am trying to run an application under wine, I am getting this error in console. > Code: > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 > What is this and what I can do to solve it?"fixme:" messages are messages to developers (or prospective developers) to let them know a particular function isn't fully implemented yet. Users shouldn't worry about them. If there's an actual application problem, they may or may not be relevant, but will generally be posted with the rest of the console output when reporting a bug or posting a forum message on the subject. - d.
mag00
2008-Nov-16 04:40 UTC
[Wine] Re: fixme:ntdll - What I supposed to do to solve this problem?
dAnIK SeNT wrote:> Despite seeng that message, do you encounter other problems with your > application? Is it working at all? > -- > Best regards, > Danila Sentiabov aka dAnIK SeNTPartially working. This message appear when I start the license service for an engineering program. 2 days before I could not make it get up, but today I finally make it works fine (the license server). Unfortunately, the engineering software does not recognize that the license server is up :( So, I am still working on it. vitamin wrote:> What's your time zone (full official name)? What's the offset from GMT/UTC and do you have daytime savings?I am from Brasil, and the offset here is -3:00. And yes, I have daytime savings. Thanks ;) David Gerard wrote:> "fixme:" messages are messages to developers (or prospective > developers) to let them know a particular function isn't fully > implemented yet. > > Users shouldn't worry about them. > > If there's an actual application problem, they may or may not be > relevant, but will generally be posted with the rest of the console > output when reporting a bug or posting a forum message on the subject. > > - d.Thanks for the info. If you are saying that I do not have to worry, so, I am not worry. ;) This thread in particular is just to understand this message. The application problem exists but is in another thread. For all. Sorry for my bad english and thanks again. []'s