On Tue, Jun 17, 2014 at 04:21:19PM -0400, Michael Gilbert wrote: > On Sun, Jun 15, 2014 at 6:33 AM, Bill Allombert wrote: > > Alas it still happen with wine32-unstable: > > > > DISPLAY= WINEDEBUG=-all wine wineconsole cmd |& head -n2 > > 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. > > Isn't that more of a helpful warning message, rather than an unwanted > debugging message?
It is not helpful since wineconsole is designed to work under ncurses. Even if you do DISPLAY= WINEDEBUG=-all wine wineconsole --backend=curses cmd |& head -n2 or even DISPLAY= WINEDEBUG=-all wine cmd |& head -n2 you still get the message about X. This makes impossible to run command line tools in scripts, which used to work. Cheers, -- Bill. <[email protected]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

