[Bug 15435] New: Wine logs too verbose
http://bugs.winehq.org/show_bug.cgi?id=15435 Summary: Wine logs too verbose Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Running any application generates repetitive log information that makes uploading and analyzing logs difficult, and confuses users. For instance, here's a tally of the log messages generated by just launching Firefox and loading one little web site: 239 fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented 105 fixme:resource:GetGuiResources (0xffffffff,0): stub 60 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 2 fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented ... It would be good to reduce this verbosity, without hiding useful fixmes. Because it's difficult to know which ones are useful, let's focus on just the few highly repetitive messages. One thing we've done in the past is added a check to only print the fixme the first time it's hit. This is probably the way to go. Another thing that is a little easier to do is to change the fixme to a trace; if we do that, we might want to put 'fixme:' as the first thing in the trace message, to remember that it needs fixing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-09-28 13:45:28 --- One patch already, http://www.winehq.org/pipermail/wine-patches/2008-September/062210.html Dimi Paun's working on the other two I mentioned, I think. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dimitrie O. Paun <dpaun(a)rogers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpaun(a)rogers.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Dimitrie O. Paun <dpaun(a)rogers.com> 2008-09-28 13:53:59 --- Yes, patches submitted already. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-09-28 14:05:03 --- Thanks. (Bugs don't get marked FIXED until the patch is committed, so opening again.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-09-29 15:16:42 --- (In reply to comment #2)
Yes, patches submitted already.
Is this bug just for the Firefox messages, or a more general bug? There are probably quite a few D3D fixme's that could use the same treatment. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-09-29 15:57:09 --- More general. I looked at a few Adobe apps and didn't find any obviously too verbose log lines (that didn't involve CLSID's, anyway). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-10-09 05:37:48 --- Here's another one: fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTHINGTYPE) This one shows up in kde apps, photoshop cs2, powerpoint, matlab, and office 2003. I can verify that it's quite annoying with SteuerSparErklaerung. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-14 23:51:28 --- http://www.winehq.org/pipermail/wine-patches/2008-October/063160.html Sent another one in. Working on some wininet ones now (iTunes is pretty verbose :-/). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine logs too verbose |Wine logs too verbose, | |quieter fixme's needed --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-10-16 19:48:27 --- (In reply to comment #6)
Here's another one:
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTHINGTYPE)
This one shows up in kde apps, photoshop cs2, powerpoint, matlab, and office 2003. I can verify that it's quite annoying with SteuerSparErklaerung.
I took a look at this one, but it seems there's a WINE_SPI_FIXME macro in there, which makes it a bit harder to fix. I considered removing the macro and using either the system debug channel or a separate spi channel, but wasn't sure if Alexandre would accept it. If someone could take a look at this one, I'd appreciate it. In the meantime, few more fixme patches: http://www.winehq.org/pipermail/wine-patches/2008-October/063277.html http://www.winehq.org/pipermail/wine-patches/2008-October/063278.html http://www.winehq.org/pipermail/wine-patches/2008-October/063279.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #9 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2008-11-05 07:47:30 --- Created an attachment (id=17091) --> (http://bugs.winehq.org/attachment.cgi?id=17091) wininet:InternetGetConnectedState being noisy fixme:wininet:InternetGetConnectedState always returning LAN connection. This one is unnecessarily noisy too. The log I attached is about 3 seconds running one of the Blizzard Downloaders under wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-11-05 15:02:59 --- (In reply to comment #9)
Created an attachment (id=17091) --> (http://bugs.winehq.org/attachment.cgi?id=17091) [details] wininet:InternetGetConnectedState being noisy
fixme:wininet:InternetGetConnectedState always returning LAN connection.
This one is unnecessarily noisy too. The log I attached is about 3 seconds running one of the Blizzard Downloaders under wine.
I started to fix this one a while back, but someone (Roderick, I believe) pointed out that it is pretty useless, as we'll probably never support dialup type networking. As such, the fixme should be removed. I'm thinking switch it to a WARN, as it may be useful in some cases, but most people shouldn't worry about it. It's also really annoying, I see it a lot, and iTunes prints it out more than the US treasury prints dollar bills. I'll send a patch. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-11-10 16:51:52 --- http://bugs.winehq.org/attachment.cgi?id=17156 fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION Leaving as a note to myself, to see if it affects other apps. Alexandre doesn't want to quiet any that only affect a few apps. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #12 from Dan Kegel <dank(a)kegel.com> 2008-11-10 16:55:30 --- Googling for fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION finds lots of hits, I'd go for it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-11-10 19:37:34 --- (In reply to comment #12)
Googling for fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION finds lots of hits, I'd go for it.
http://www.winehq.org/pipermail/wine-patches/2008-November/064433.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |1.1.5 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toralf.foerster(a)gmx.de --- Comment #14 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-01-12 12:40:49 --- *** Bug 16904 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #15 from Dan Kegel <dank(a)kegel.com> 2009-01-12 13:18:54 --- bug 16904 pointed the fickle finger of fate at these two warnings: 65190 err:win:DefWindowProcW called for other process window 0x10020 818 fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com --- Comment #16 from Vincent Povirk <madewokherd(a)gmail.com> 2009-01-12 18:53:30 ---
65190 err:win:DefWindowProcW called for other process window 0x10020
0x10020 is probably the desktop window or something similarly important. I think it would be good to investigate (what is the program trying to do, and is it sane on windows?) before quieting this one. If it's legitimately useless and stupid, we can change the ERR to a WARN. Toralf, would you be willing to help me with that by getting a log with WINEDEBUG=+relay,+tid also containing that line? Also, is this a 16-bit or 32-bit app producing the message? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #17 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-01-13 03:45:47 --- Created an attachment (id=18670) --> (http://bugs.winehq.org/attachment.cgi?id=18670) log file split part 1#2 I started Lotus Notes but stopped it asap b/c of the fast increase of the log file size. The compressed file was bigger than 1 MB, therefore I splitted it using "split -b 1000000" into 2 chunks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #18 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-01-13 03:47:06 --- Created an attachment (id=18671) --> (http://bugs.winehq.org/attachment.cgi?id=18671) log file split part 2#2 Uncompressed file size is 177 MB ! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #19 from Dan Kegel <dank(a)kegel.com> 2009-01-13 08:32:41 --- Toralf, the log you uploaded was with WINEDEBUG=+relay, which of course is going to be huge. This bug is about logs with WINEDEBUG unset. The only frequent non-relay message in your log was 001e:err:win:DefWindowProcW called for other process window 0x10020 which occurred 70 times, and we already know about that one. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #20 from Vincent Povirk <madewokherd(a)gmail.com> 2009-01-13 09:12:27 ---
Toralf, the log you uploaded was with WINEDEBUG=+relay, which of course is going to be huge. This bug is about logs with WINEDEBUG unset. The only frequent non-relay message in your log was 001e:err:win:DefWindowProcW called for other process window 0x10020 which occurred 70 times, and we already know about that one.
Yes, I asked him to do that. I wanted more information about that message. The window 0x10020 is the desktop window. The call into user32 that prints that line is DefWindowProcW(00010020,00000363,00000001,00000000). The process making this call appears to be a 16-bit process (not sure I can properly tell from a relay log). I suspect that calling DefWindowProc on the desktop window made sense in windows 3.x. 0x0363 is WM_IDLEUPDATECMDUI, which is apparently used to signal when the process is idle. I am declaring this legitimately useless and stupid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #21 from Dan Kegel <dank(a)kegel.com> 2009-01-13 09:29:52 --- Whoops! Sorry! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #22 from Austin English <austinenglish(a)gmail.com> 2009-01-17 22:41:35 --- fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side compressed DIB copy may be another potential candidate -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com --- Comment #23 from Jaime Rave <jaimerave(a)gmail.com> 2009-01-17 22:55:35 --- This one: fixme:ras:RasEnumConnectionsA (0x32f080,0x32f074,0x32f7a0),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! Is still really noisy in MSN Messenger. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #24 from Austin English <austinenglish(a)gmail.com> 2009-02-22 21:28:40 --- fixme:mshtml:HTMLElementCollection_item unsupported arguments Another potential. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Adys <adys.wh+winehqdotorg(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh+winehqdotorg(a)gmail.c | |om --- Comment #25 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2009-02-22 21:35:19 --- Which reminds me, fixme:mlang:fnIMLangFontLink_GetStrCodePages doesn't repeat itself, but it's extremely spammy. About 1 hour of usage with firefox on Deezer or similar flash-heavy website yields over 15mb of logs. Example for a single word: fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"D\00e9couvrez", cchSrc=9, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"\00e9couvrez", cchSrc=8, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"couvrez", cchSrc=7, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"ouvrez", cchSrc=6, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"uvrez", cchSrc=5, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"vrez", cchSrc=4, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"rez", cchSrc=3, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"ez", cchSrc=2, dwPriorityCodePages=1073742335) stub fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"z", cchSrc=1, dwPriorityCodePages=1073742335) stub -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #26 from Austin English <austinenglish(a)gmail.com> 2009-02-22 21:37:12 --- (In reply to comment #25)
Which reminds me, fixme:mlang:fnIMLangFontLink_GetStrCodePages doesn't repeat itself, but it's extremely spammy. About 1 hour of usage with firefox on Deezer or similar flash-heavy website yields over 15mb of logs. Example for a single word:
fixme:mlang:fnIMLangFontLink_GetStrCodePages (pszSrc=L"D\00e9couvrez", cchSrc=9, dwPriorityCodePages=1073742335) stub
Quieting fixme's with dynamic text is a bit harder to pull off, since that info is actually needed a lot of the time...Making it a trace may be more helpful though. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #27 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-25 06:34:08 --- (In reply to comment #25)
Which reminds me, fixme:mlang:fnIMLangFontLink_GetStrCodePages doesn't repeat itself, but it's extremely spammy.
I've implemented it: http://www.winehq.org/pipermail/wine-patches/2009-February/069914.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #28 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2009-02-26 07:49:59 --- (In reply to comment #27)
(In reply to comment #25)
Which reminds me, fixme:mlang:fnIMLangFontLink_GetStrCodePages doesn't repeat itself, but it's extremely spammy.
I've implemented it: http://www.winehq.org/pipermail/wine-patches/2009-February/069914.html
Thanks so much! Found another, not sure how "popular" it is. Happens when moving column headers in some list/table views. fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #29 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-02-27 07:30:33 --- (In reply to comment #28)
Thanks so much!
Found another, not sure how "popular" it is. Happens when moving column headers in some list/table views.
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
I got it every 2 seconds, but for me the winner is: err:win:DefWindowProcW called for other process window 0x10020 which happens exactly twice within one second. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #30 from Austin English <austinenglish(a)gmail.com> 2009-03-28 18:56:49 --- fixme:d3d:IWineD3DEventQueryImpl_GetData Query context not active, reporting GPU idle See http://bugs.winehq.org/attachment.cgi?id=20177 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #31 from Austin English <austinenglish(a)gmail.com> 2009-03-28 19:00:09 --- fixme:font:WineEngRemoveFontResourceEx :stub is pretty bad too. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Markus Elfring <Markus.Elfring(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Markus.Elfring(a)web.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk --- Comment #32 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-05-21 19:08:54 --- *** Bug 18555 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|kennybobs(a)o2.co.uk | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #33 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2009-05-26 18:32:10 --- Created an attachment (id=21347) --> (http://bugs.winehq.org/attachment.cgi?id=21347) Team Fortress 2 spam Attaching about 1 minute of play in Team Fortress 2. It wasn't doing this yesterday, but started spamming like MAD after I reinstalled. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #34 from Austin English <austinenglish(a)gmail.com> 2009-05-27 02:11:37 --- (In reply to comment #33)
Created an attachment (id=21347) --> (http://bugs.winehq.org/attachment.cgi?id=21347) [details] Team Fortress 2 spam
Attaching about 1 minute of play in Team Fortress 2. It wasn't doing this yesterday, but started spamming like MAD after I reinstalled.
D3D changes a lot, so I'm wary to change it...WINEDEBUG=-D3D is probably easier/better, unless one of the D3D guys says the FIXME is unlikely to change. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #35 from Jaime Rave <jaimerave(a)gmail.com> 2009-05-28 08:45:58 --- These are slowing down MSN Messenger: fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 178 for AC_SRC_ALPHA fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x16fe60)->(0x32fd84) Looks Bug 18668. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #36 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-11 14:31:57 --- This one is quite verbose while instaling the 10 days trial of Wordl of Warcraft fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (10000): STUB fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 10000 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #37 from Dan Kegel <dank(a)kegel.com> 2009-08-06 20:39:12 --- Here's one from Cygwin setup: fixme:advapi:ImpersonateLoggedOnUser (0xc8) fixme:advapi:ImpersonateLoggedOnUser (0xcc) fixme:ntdll:NtQueryVolumeInformationFile 0x124: volume info not supported fixme:ntdll:NtQueryVolumeInformationFile 0x140: volume info not supported fixme:advapi:ImpersonateLoggedOnUser (0xc8) fixme:ntdll:NtQueryVolumeInformationFile 0x24: volume info not supported fixme:ntdll:NtQueryVolumeInformationFile 0x1c: volume info not supported ... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #38 from Anastasius Focht <focht(a)gmx.net> 2009-08-07 11:55:52 --- Hello, another one, very annoying when dealing with .NET stuff (I explained it here: http://bugs.winehq.org/show_bug.cgi?id=18403#c1) Commit: http://source.winehq.org/git/wine.git/?a=commit;h=8ed1f0547e8e2ae906fde0063c... --- snip --- ... fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState ... <flood> --- snip --- Please remove the fixme or use static var. Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #39 from Austin English <austinenglish(a)gmail.com> 2009-08-08 17:18:20 --- (In reply to comment #38)
Hello,
another one, very annoying when dealing with .NET stuff (I explained it here: http://bugs.winehq.org/show_bug.cgi?id=18403#c1)
Commit: http://source.winehq.org/git/wine.git/?a=commit;h=8ed1f0547e8e2ae906fde0063c...
--- snip --- ... fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState fixme:ntdll:NtPowerInformation semi-stub: SystemExecutionState ... <flood> --- snip ---
Please remove the fixme or use static var.
Regards
http://www.winehq.org/pipermail/wine-patches/2009-August/076794.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|toralf.foerster(a)gmx.de | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #40 from Dan Kegel <dank(a)kegel.com> 2009-09-11 20:35:35 --- This one's annoying when using cygwin; every command generates some combination of fixme:advapi:ImpersonateLoggedOnUser (0xXXX) fixme:ntdll:NtQueryVolumeInformationFile 0xYYY: volume info not supported and first login produces a whole forest of those warnings. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #41 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-10-25 09:09:38 --- err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2! Spammed on every cursor movement in youtube downloader, very nasty. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0 --- Comment #42 from Dan Kegel <dank(a)kegel.com> 2009-10-25 09:27:32 --- Affects lots of apps, should be easy -> nominating for 1.2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #43 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-10-25 09:30:54 --- (In reply to comment #42)
Affects lots of apps, should be easy -> nominating for 1.2
I don't think it's really useful having a milestone target on pretty much a meta bug. There will always be verbose fixmes. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #44 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-10-25 14:05:13 --- fixme:richedit:fnTextSrv_TxGetNaturalSize 0x319ee50: STUB This one also spams on cursor movement in Google Talk. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #45 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-10-26 08:37:15 --- (In reply to comment #41)
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
Spammed on every cursor movement in youtube downloader, very nasty.
After a bit of testing I'm seeing this error in a lot of other applications, such as Google Talk or Worms 2 installer. I'd really recommend downgrading it to a WARN. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #46 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-01 11:58:43 --- This one is very noisy while playing The Settlers II - 10th aniversary: fixme:d3d_shader:shader_glsl_load_np2fixup_constants Nonexistent texture is flagged for NP2 texcoord fixup -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott(a)open-vote.org AssignedTo|wine-bugs(a)winehq.org |mstefani(a)redhat.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #47 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-29 23:18:50 --- This one is really noisy while playing Sim City 4 Deluxe edition: fixme:imm:ImmGetOpenStatus (0x158f18): semi-stub -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #48 from Dan Kegel <dank(a)kegel.com> 2009-12-13 19:42:10 --- These four repeat over and over in ie6 while viewing the Guimark test ( http://www.craftymind.com/factory/guimark/GUIMark_HTML4.html ): fixme:wininet:InternetSetOptionW INTERNET_OPTION_COOKIES_3RD_PARTY; STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (-1): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (65001): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.busquets(a)ilidium.com --- Comment #49 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-01-24 11:32:47 --- *** Bug 21469 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pzinin(a)gmail.com --- Comment #50 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-20 00:24:40 --- *** Bug 22422 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Pavel Ondracka <drakkk(a)centrum.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |drakkk(a)centrum.cz --- Comment #51 from Pavel Ondracka <drakkk(a)centrum.cz> 2010-05-10 02:29:14 --- fixme:dbghelp_dwarf:dwarf2_get_addr Unsupported Word Size 0 This one is printed many times each time debugger is started. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.0 |--- --- Comment #52 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-10 07:21:48 --- Not a 1.2 bug, it's more a metabug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #53 from Austin English <austinenglish(a)gmail.com> 2010-05-14 23:13:02 --- This one is bad while running Steam: fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported 0x4 is WT_EXECUTEINWAITTHREAD. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #54 from Austin English <austinenglish(a)gmail.com> 2010-07-28 23:48:29 --- fixme:process:GetLogicalProcessorInformation ((nil),0xf3ae99c): stub shows up several thousand times when installing Starcraft II. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #55 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-07-30 21:26:02 --- (In reply to comment #54)
fixme:process:GetLogicalProcessorInformation ((nil),0xf3ae99c): stub
shows up several thousand times when installing Starcraft II.
Yeah, it's showing up on blizzard updater as well. I've never seen it before, must have been added recently. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #56 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 00:47:51 --- It should be noted, that this bug likely will never be fixed since new functionality is being constantly added to Wine, and obviously many parts of it is just stubbed out until someone spends time to implement *all the code paths*. This bug is really invalid. If the console output hurts the user's eyes then they should use WINEDEBUG=-all, if it hurts the developers - then the developer should implement missing functionality instead of complaining. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #57 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-08-01 00:51:56 --- I agree with Dmitry, there is no real bug here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #58 from Dan Kegel <dank(a)kegel.com> 2010-08-01 07:27:35 --- Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #59 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-01 07:43:15 --- (In reply to comment #58)
Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs.
Strongly disagreed; IMO having fixmes in default debugging traces strongly helps identify issues with apps even for users that post once on bugzilla/mailing list and never come back. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #60 from Dan Kegel <dank(a)kegel.com> 2010-08-01 07:46:14 --- If we want to get the most out of those users, then we should make the one shot we get at seeing their logs count -- and strive to fix problems that cause overly verbose logs, which is what this bug for. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #61 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 07:56:27 --- (In reply to comment #58)
Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs.
That's a packager's job, not a Wine project one. In the most cases a user running a Windows application from the console already knows how to deal with command line, and who doesn't - runs from a GUI and doesn't see console output anyway. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #62 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 07:59:06 --- (In reply to comment #60)
If we want to get the most out of those users, then we should make the one shot we get at seeing their logs count -- and strive to fix problems that cause overly verbose logs, which is what this bug for.
Verbose logs is not a user's problem. Logs are for developers, not users. Users should generate the logs only on request. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #63 from Dan Kegel <dank(a)kegel.com> 2010-08-01 08:07:25 --- But there are some users who simply paste a log once in Bugzilla (ignoring the admonition to not do that), and never respond to any further requests. Assuming they have a valid issue, keeping the logs concise would maximize the chance we get useful information from those drive-by bug reports. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #64 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 08:19:46 --- (In reply to comment #63)
But there are some users who simply paste a log once in Bugzilla (ignoring the admonition to not do that), and never respond to any further requests.
I don't see how that's related to this bug report.
Assuming they have a valid issue, keeping the logs concise would maximize the chance we get useful information from those drive-by bug reports.
If those bugs can't be triaged by some other people (if there is a free download) - they are useless anyway. That users can never provide any new information, generate another log, perform a regression test or try a patch. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #65 from Dan Kegel <dank(a)kegel.com> 2010-08-01 12:53:00 --- (In reply to comment #61)
Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs.
That's a packager's job, not a Wine project one.
Are you asking Scott to do that for the Ubuntu packages, then? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #66 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-01 12:59:36 --- (In reply to comment #65)
(In reply to comment #61)
Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs.
That's a packager's job, not a Wine project one.
Are you asking Scott to do that for the Ubuntu packages, then?
No, of course not. FIXMEs should be shown by default. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #67 from Dan Kegel <dank(a)kegel.com> 2010-08-01 13:08:35 --- Good. I don't want to disable them, either; I just want the bugs that cause zillions of log lines fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #68 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 14:38:54 --- (In reply to comment #67)
Good. I don't want to disable them, either; I just want the bugs that cause zillions of log lines fixed.
Emitting a line with a FIXME is *not* a bug. A bug is a loss of functionality, printing a FIXME does not qualify as a bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #69 from Dan Kegel <dank(a)kegel.com> 2010-08-01 14:57:41 --- For each highly verbose FIXME, either there's an underlying bug, in which case the underlying bug should be fixed, or there's no underlying bug, in which case the FIXME is spurious and should not be printed at all. At this point, maybe we should close this bug and add a new one with no metadiscussion. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #70 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 22:05:30 --- (In reply to comment #69)
For each highly verbose FIXME, either there's an underlying bug, in which case the underlying bug should be fixed, or there's no underlying bug, in which case the FIXME is spurious and should not be printed at all.
There is a simple rule: FIXME's are not bugs. On the other hand it's a common practice to print a FIXME for an unimplemented functionality.
At this point, maybe we should close this bug and add a new one with no metadiscussion.
I agree that this bug should be closed, but I don't see a point in opening new bugs for the same purpose. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |ABANDONED --- Comment #71 from Dan Kegel <dank(a)kegel.com> 2010-08-01 22:29:19 --- I'd rather close this bug than continue the discussion. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #72 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-08-01 22:56:03 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |support(a)securenetterm.com --- Comment #73 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-11-10 00:32:15 CST --- *** Bug 25085 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markk(a)clara.co.uk --- Comment #74 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2011-12-08 00:17:22 CST --- *** Bug 29251 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15435 --- Comment #75 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2011-12-08 00:17:36 CST --- *** Bug 29264 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org