http://bugs.winehq.org/show_bug.cgi?id=15229
--- Comment #32 from Nikolay Sivov bunglehead@gmail.com 2008-09-29 14:25:52 --- (In reply to comment #31)
(In reply to comment #26)
P.S. WINEDEBUG=trace,+oleacc is similar to WINEDEBUG=+oleacc
No. You need:
WINEDEBUG=trace+oleacc
or just
WINEDEBUG=+oleacc
As if you don't limit the verbosity, trace is always used. Options for verbosity are trace, warn, err, and fixme.
See also: http://winehq.org/site/docs/wineusr-guide/x543#AEN545
I've just meant that 'trace,' means nothing (with comma), so the output of 'trace,+oleacc' is the same as with '+oleacc'.