http://bugs.winehq.org/show_bug.cgi?id=25085
Summary: Invalid Fixme messages in fonts.c Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com
The gdi32.dll module font.c, function GetCharacterPlacementW contain the following two FIXME error messages which do not appear to be valid:
if(dwFlags&(~GCP_REORDER)) FIXME("flags 0x%08x ignored\n", dwFlags); if(lpResults->lpClass) FIXME("classes not implemented\n");
Application programs that produce a lot of screen output (such as telnet, ssh, etc) that use this this function is slowed down quite a bit since these two error messages are generated for every line of text written.
http://bugs.winehq.org/show_bug.cgi?id=25085
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|gdi32 |-unknown Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 00:28:42 CST --- FIXMEs are not bugs, use WINEDEBUG=-all if you want to ignore them.
http://bugs.winehq.org/show_bug.cgi?id=25085
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 00:28:54 CST --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=25085
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 00:32:15 CST --- Actually this is a duplicate.
*** This bug has been marked as a duplicate of bug 15435 ***
http://bugs.winehq.org/show_bug.cgi?id=25085
--- Comment #4 from Kenneth Robinette support@securenetterm.com 2010-11-10 06:13:45 CST --- (In reply to comment #3)
Actually this is a duplicate. *** This bug has been marked as a duplicate of bug 15435 ***
Its a bug, plain and simple. You can try to hide your head in a hole and pretend the problem does not exist, or try to make up your own worlds rules, but the facts are the facts. Its a bug!
http://bugs.winehq.org/show_bug.cgi?id=25085
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 06:29:08 CST --- (In reply to comment #4)
Its a bug, plain and simple. You can try to hide your head in a hole and pretend the problem does not exist, or try to make up your own worlds rules, but the facts are the facts. Its a bug!
Have you read the bug this one has been marked as a duplicate?
http://bugs.winehq.org/show_bug.cgi?id=25085
--- Comment #6 from Kenneth Robinette support@securenetterm.com 2010-11-10 06:59:08 CST --- (In reply to comment #5)
(In reply to comment #4)
Its a bug, plain and simple. You can try to hide your head in a hole and pretend the problem does not exist, or try to make up your own worlds rules, but the facts are the facts. Its a bug!
Have you read the bug this one has been marked as a duplicate?
Yes, but if you take a nanosecond of time, you will find that report was closed and abandoned. So there is no active problem report for this to be a duplicate of. And FIXMEs are a bug if they report false and misleading information which confuses users, requires unnecessary cpu cycles and makes applications run slower then they should.
http://bugs.winehq.org/show_bug.cgi?id=25085
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 07:07:27 CST --- (In reply to comment #6)
Have you read the bug this one has been marked as a duplicate?
Yes, but if you take a nanosecond of time, you will find that report was closed and abandoned. So there is no active problem report for this to be a duplicate of.
There is no reason a bug can't be marked as a duplicate of an already closed one.
And FIXMEs are a bug if they report false and misleading information which confuses users, requires unnecessary cpu cycles and makes applications run slower then they should.
Once you read all the comments of the bug 15435 you will probably understand why it has been closed.
http://bugs.winehq.org/show_bug.cgi?id=25085
--- Comment #8 from Kenneth Robinette support@securenetterm.com 2010-11-10 07:13:10 CST --- (In reply to comment #7)
(In reply to comment #6)
Have you read the bug this one has been marked as a duplicate?
Yes, but if you take a nanosecond of time, you will find that report was closed and abandoned. So there is no active problem report for this to be a duplicate of.
There is no reason a bug can't be marked as a duplicate of an already closed one.
And FIXMEs are a bug if they report false and misleading information which confuses users, requires unnecessary cpu cycles and makes applications run slower then they should.
Once you read all the comments of the bug 15435 you will probably understand why it has been closed.
As I said before, hiding your head in a hole does not solve anything, but if that is common Wine policy, so be it.