http://bugs.winehq.org/show_bug.cgi?id=3570
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2005-29-10 14:12 ------- * Willie Sippel wrote: | | "trace+reg" gives an output, so Wine seems to be OK.
Apparently it isn't. This happens on my box:
$ WINEDEBUG="trace+reg" /usr/src/wine-cvs/wine/wine --version 2>&1| wc -l | 111
I guess your Wine can be built with trace messages disabled. This can be done by using apropriate ./configure param:
$ /usr/src/wine-cvs/wine/configure --help | grep -iC1 trace | --disable-debug compile out all debugging messages | --disable-trace compile out TRACE messages | --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
Are you sure this wasn't a case with your box, Willie?