http://bugs.winehq.org/show_bug.cgi?id=15229
--- Comment #31 from Austin English austinenglish@gmail.com 2008-09-29 14:01:53 --- (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