https://bugs.winehq.org/show_bug.cgi?id=41069
Bug ID: 41069 Summary: raw input: Console spammed with repeated "fixme:win:DefRawInputProc ... stub!" messages Product: Wine Version: 1.9.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: markk@clara.co.uk Distribution: ---
I noticed this issue with WinUAE, which uses raw input by default.
Unless run with something like WINEDEBUG=-all, the console is spammed with repeated lines like fixme:win:DefRawInputProc (paRawInput=0x694f210, nInput=1, cbSizeHeader=16) stub! on every input event.
Just moving the mouse while emulation is running fills the screen with lines like that. This bug report is to suggest that that fixme be limited in number.
To reproduce: - Download then run the WinUAE installer http://www.winuae.net/files/InstallWinUAE3300.msi - Run winuae.exe - When the WinUAE Properties window appears click Start - Move the mouse and/or press keys, note the console output
https://bugs.winehq.org/show_bug.cgi?id=41069
Mark K markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markk@clara.co.uk Keywords| |download, source URL| |http://www.winuae.net/files | |/InstallWinUAE3300.msi
https://bugs.winehq.org/show_bug.cgi?id=41069
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- The spam comes from here
http://source.winehq.org/git/wine.git/blob/6d89f58ec2935b5e8bebef34e7fbe8929...
https://bugs.winehq.org/show_bug.cgi?id=41069
--- Comment #2 from winetest@luukku.com --- (In reply to winetest from comment #1)
The spam comes from here
http://source.winehq.org/git/wine.git/blob/ 6d89f58ec2935b5e8bebef34e7fbe89291ccc6f7:/dlls/user32/input.c#l735
What do you guys think changing those 2 fixmes into TRACE?