[pkg-wine-party] Bug#691110: wine: WINEDEBUG=-all does not shut down useless warning that corrupt output

Bill Allombert ballombe at debian.org
Sun Oct 21 15:45:04 UTC 2012


Package: wine
Version: 1.4.1-4
Severity: normal

Hello Debian Wine Party,

I use wine to run the testsuite of software I cross-compile
with mingw. I do something like

WINEDEBUG=-all wine ./foo.exe >result 2>&1

This worked fine with wine 1.2.3-0.3.
Unfortunately with this new version, this does not work: wine 
output a warning that pollute result:

Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

(this come from ./dlls/user32/driver.c). 

My application does not actually try to create a window, and every thing
work outside the warning.

I was expecting that WINEDEBUG=-all would shut it down, but this is not the case.
so now I have to do
WINEDEBUG=-all wine ./foo.exe 2>&1 | tail -n +3 

Cheers,
-- 
Bill. <ballombe at debian.org>

Imagine a large red swirl here. 



More information about the pkg-wine-party mailing list