https://bugs.winehq.org/show_bug.cgi?id=37530
Bug ID: 37530 Summary: WINEDEBUG doesn't disable all fixme messages Product: Wine Version: 1.7.30 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wine@bobbyperu.info Distribution: ---
When running nmake.exe through wine, WINEDEBUG=-all will disable most fixme debug output, except for one:
fixme:rpc:NdrStubCall2 new correlation description not implemented
https://bugs.winehq.org/show_bug.cgi?id=37530
Sergio wine@bobbyperu.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Sergio wine@bobbyperu.info --- The debug message was coming from another process, which didn't have WINEDEBUG set.
killing all processes and trying again fixed it
https://bugs.winehq.org/show_bug.cgi?id=37530
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Closing.