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@winehq.org ReportedBy: dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #1 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dimitrie O. Paun dpaun@rogers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpaun@rogers.com Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Dimitrie O. Paun dpaun@rogers.com 2008-09-28 13:53:59 --- Yes, patches submitted already.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #3 from Dan Kegel dank@kegel.com 2008-09-28 14:05:03 --- Thanks. (Bugs don't get marked FIXED until the patch is committed, so opening again.)
http://bugs.winehq.org/show_bug.cgi?id=15435
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #4 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #5 from Dan Kegel dank@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).
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #6 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #7 from Austin English austinenglish@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 :-/).
http://bugs.winehq.org/show_bug.cgi?id=15435
Austin English austinenglish@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@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #9 from Adys adys.wh+winehqdotorg@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #10 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #11 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #12 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #13 from Austin English austinenglish@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
http://bugs.winehq.org/show_bug.cgi?id=15435
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |1.1.5
http://bugs.winehq.org/show_bug.cgi?id=15435
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |toralf.foerster@gmx.de
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2009-01-12 12:40:49 --- *** Bug 16904 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #15 from Dan Kegel dank@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!
http://bugs.winehq.org/show_bug.cgi?id=15435
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #16 from Vincent Povirk madewokherd@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?
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #17 from Toralf Förster toralf.foerster@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #18 from Toralf Förster toralf.foerster@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 !
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #19 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #20 from Vincent Povirk madewokherd@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #21 from Dan Kegel dank@kegel.com 2009-01-13 09:29:52 --- Whoops! Sorry!
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #22 from Austin English austinenglish@gmail.com 2009-01-17 22:41:35 --- fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side compressed DIB copy
may be another potential candidate
http://bugs.winehq.org/show_bug.cgi?id=15435
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave@gmail.com
--- Comment #23 from Jaime Rave jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #24 from Austin English austinenglish@gmail.com 2009-02-22 21:28:40 --- fixme:mshtml:HTMLElementCollection_item unsupported arguments
Another potential.
http://bugs.winehq.org/show_bug.cgi?id=15435
Adys adys.wh+winehqdotorg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh+winehqdotorg@gmail.c | |om
--- Comment #25 from Adys adys.wh+winehqdotorg@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #26 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #27 from Dmitry Timoshkov dmitry@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #28 from Adys adys.wh+winehqdotorg@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!
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #29 from Toralf Förster toralf.foerster@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #30 from Austin English austinenglish@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #31 from Austin English austinenglish@gmail.com 2009-03-28 19:00:09 --- fixme:font:WineEngRemoveFontResourceEx :stub is pretty bad too.
http://bugs.winehq.org/show_bug.cgi?id=15435
Markus Elfring Markus.Elfring@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Markus.Elfring@web.de
http://bugs.winehq.org/show_bug.cgi?id=15435
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs@o2.co.uk
--- Comment #32 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-21 19:08:54 --- *** Bug 18555 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|kennybobs@o2.co.uk |
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #33 from Adys adys.wh+winehqdotorg@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #34 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #35 from Jaime Rave jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #36 from Jaime Rave jaimerave@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #37 from Dan Kegel dank@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 ...
http://bugs.winehq.org/show_bug.cgi?id=15435
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #38 from Anastasius Focht focht@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #39 from Austin English austinenglish@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
http://bugs.winehq.org/show_bug.cgi?id=15435
Toralf Förster toralf.foerster@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|toralf.foerster@gmx.de |
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #40 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #41 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0
--- Comment #42 from Dan Kegel dank@kegel.com 2009-10-25 09:27:32 --- Affects lots of apps, should be easy -> nominating for 1.2
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #43 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #44 from Jerome Leclanche adys.wh@gmail.com 2009-10-25 14:05:13 ---
fixme:richedit:fnTextSrv_TxGetNaturalSize 0x319ee50: STUB
This one also spams on cursor movement in Google Talk.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #45 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #46 from Jaime Rave jaimerave@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
http://bugs.winehq.org/show_bug.cgi?id=15435
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org AssignedTo|wine-bugs@winehq.org |mstefani@redhat.de
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #47 from Jaime Rave jaimerave@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
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #48 from Dan Kegel dank@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
http://bugs.winehq.org/show_bug.cgi?id=15435
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.busquets@ilidium.com
--- Comment #49 from Vitaliy Margolen vitaliy@kievinfo.com 2010-01-24 11:32:47 --- *** Bug 21469 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pzinin@gmail.com
--- Comment #50 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-20 00:24:40 --- *** Bug 22422 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
Pavel Ondracka drakkk@centrum.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |drakkk@centrum.cz
--- Comment #51 from Pavel Ondracka drakkk@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.0 |---
--- Comment #52 from Alexandre Julliard julliard@winehq.org 2010-05-10 07:21:48 --- Not a 1.2 bug, it's more a metabug.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #53 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #54 from Austin English austinenglish@gmail.com 2010-07-28 23:48:29 --- fixme:process:GetLogicalProcessorInformation ((nil),0xf3ae99c): stub
shows up several thousand times when installing Starcraft II.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #55 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #56 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #57 from Jeff Zaroyko jeffz@jeffz.name 2010-08-01 00:51:56 --- I agree with Dmitry, there is no real bug here.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #58 from Dan Kegel dank@kegel.com 2010-08-01 07:27:35 --- Then perhaps the default value of WINEDEBUG should be set so users don't see FIXMEs.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #59 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #60 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #61 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #62 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #63 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #64 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #65 from Dan Kegel dank@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?
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #66 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #67 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #68 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #69 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #70 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |ABANDONED
--- Comment #71 from Dan Kegel dank@kegel.com 2010-08-01 22:29:19 --- I'd rather close this bug than continue the discussion.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #72 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-01 22:56:03 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15435
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |support@securenetterm.com
--- Comment #73 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-10 00:32:15 CST --- *** Bug 25085 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markk@clara.co.uk
--- Comment #74 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-08 00:17:22 CST --- *** Bug 29251 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15435
--- Comment #75 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-08 00:17:36 CST --- *** Bug 29264 has been marked as a duplicate of this bug. ***