http://bugs.winehq.org/show_bug.cgi?id=1982
marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From marcus@jet.franken.de 2004-04-02 18:59 ------- the problem is "wcmd" links against user32.dll, which in turn pulls in the graphics driver.
if the driver is x11 , it will try to initialise x11 even when it is not needed.
- Fix wcmd not to use user32.dll. this might be pretty difficult. - Switch to "GraphicsDriver"="ttydrv", this will load the tty based graphics driver for wcmd.
Not sure which alternative is good enough for you. Ciao, Marcus