http://bugs.winehq.org/show_bug.cgi?id=18555
Summary: Remove irritating fixmes Product: Wine Version: 1.1.21 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=21216) --> (http://bugs.winehq.org/attachment.cgi?id=21216) Screenshot of problem when trying to reuse command
I know there is already a bug open regarding noisy fixmes, but it's these two in particular I am referring to:
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 fixme:powrprof:DllMain (0x7e680000, 0, 0x1) not fully implemented
These two fixmes are a real pain. For example, in a command prompt:
1. Type out 'WINEDLLOVERRIDES="blah,foo,bar=n,b" WINEDEBUG="+doo,+dah" foo.exe&>/tmp/helloworld.log' and run. 2. Exit the application. 3. Press up arrow to repeat command, but backspace to edit part of the command. 4. This happens:
'WINEDLLOVERRIDES="blah,foo,bar=n,b" WINEDEBUG="+doo,+dah" foo.exe&>/tmp/hfixme:powrprof:DllMain (0x7e680000, 0, 0x1) not fully implemented
Maybe it's just my bash (which is actually dash - Ubuntu) but the fixme can not be deleted and I have to CTRL+C to make any sense of what I'm typing again. The fixmes appear multiple times and can often take me by surprise. This is irritating. The fixmes still appear after running wineserver -k and even if WINEDEBUG=fixme-all is in the command line.
These fixmes are fairly useless, can they be silenced?