http://bugs.winehq.org/show_bug.cgi?id=24103
--- Comment #5 from bugzilla@lager.freeserve.co.uk 2010-08-23 18:37:00 --- Thanks for the suggestions. Unsetting environment variables has following effects: (a) as printed on the console: env -i PATH="$PATH:./" DISPLAY="$DISPLAY" XAUTHORITY="$XAUTHORITY" HOME="$HOME" WINEPREFIX="/home/boss/.wine" /usr/bin/wine "c:\MYOB6\MYOB.EXE" "j:\accounts.dat" No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified No protocol specified 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. err:systray:initialize_systray Could not create tray window 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. (b)unset LS_COLORS; wine c:/myob6/myob.exe j:\accounts.dat produces same outcome as originally reported.