https://bugs.winehq.org/show_bug.cgi?id=46211
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- (In reply to Vincent Lefevre from comment #0)
Wine should delay X11 initialization until it knows that X is needed by the application. Otherwise one can get a spurious error message such as "Invalid MIT-MAGIC-COOKIE-1 key" (in the past from Xlib, now from libxcb) while X11 is actually not needed.
That's already the case, the display driver is only loaded when needed. However, many things need the display driver behind the scenes, even for console mode applications. That's not something that can be fixed in general.