venstar wrote: > 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 indicates your program creates (or uses some part of Wine that creates) window(s). For that you absolutely have to have valid X session. Unless you write you program in such a way that it doesn't create window(s) itself, and does not use any part of Wine that create windows, you can not run it as a daemon.