fixme:ntdll - What I supposed to do to solve this problem?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mag00
Level 2
Level 2
Posts: 10
Joined: Tue Oct 21, 2008 10:55 pm

fixme:ntdll - What I supposed to do to solve this problem?

Post by mag00 »

When I am trying to run an application under wine, I am getting this error in console.

Code: Select all

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

fixme:ntdll - What I supposed to do to solve this problem?

Post by dAnIK SeNT »

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
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: fixme:ntdll - What I supposed to do to solve this proble

Post by vitamin »

mag00 wrote:When I am trying to run an application under wine, I am getting this error in console.

Code: Select all

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
What's your time zone (full official name)? What's the offset from GMT/UTC and do you have daytime savings?
David Gerard

fixme:ntdll - What I supposed to do to solve this problem?

Post by David Gerard »

2008/11/15 mag00 <[email protected]>:
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
Level 2
Level 2
Posts: 10
Joined: Tue Oct 21, 2008 10:55 pm

Re: fixme:ntdll - What I supposed to do to solve this proble

Post by mag00 »

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 SeNT
Partially 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
Locked