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. <ballo...@debian.org>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to