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.